This website requires JavaScript.
Explore
Help
Sign In
FGFS-4.1
/
OpenSceneGraph
Watch
4
Star
0
Fork
0
You've already forked OpenSceneGraph
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
89cf88f2a9fb8f3484026f64fa5864daa650c91e
OpenSceneGraph
/
src
/
osgPlugins
/
jp2
History
Robert Osfield
7d5d742070
From Sukender, "I just fixed using UTF8 paths in JP2 readerwriter under Windows. Jpeg2000 plugin could not handle UTF8 paths as it was using an Japser open() function which seems to be based on the standard fopen(). The fix simply opens the file beforehand and only gives a FILE* to the Jasper lib (and then closes the file, of course).
...
"
2012-02-07 10:33:09 +00:00
..
CMakeLists.txt
From Philip Lowman, clean up of CMake files
2009-04-09 09:23:45 +00:00
ReaderWriterJP2.cpp
From Sukender, "I just fixed using UTF8 paths in JP2 readerwriter under Windows. Jpeg2000 plugin could not handle UTF8 paths as it was using an Japser open() function which seems to be based on the standard fopen(). The fix simply opens the file beforehand and only gives a FILE* to the Jasper lib (and then closes the file, of course).
2012-02-07 10:33:09 +00:00