OpenSceneGraph/src/osgPlugins/png
Robert Osfield e876e0bad3 From John Kaniarz, "This patch modifies ReaderWriterPNG.cpp to
1. Check the bit depth of the passed Image and return an error if not 8 or 16. (not fully featured, but still an improvement over hard coded 8bit for everything)
2. Endian swap 16bit image data when on a little endian architecture.
"
2013-06-28 15:44:04 +00:00
..
CMakeLists.txt Added OSG_CPP_EXCEPTIONS_AVAILABLE cmake option to enable optional build of plugins and examples that required C++ exceptions 2009-11-17 12:55:52 +00:00
ReaderWriterPNG.cpp From John Kaniarz, "This patch modifies ReaderWriterPNG.cpp to 2013-06-28 15:44:04 +00:00