Changeset 12913
- Timestamp:
- 01/24/12 16:44:58 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/imageio/ReaderWriterImageIO.cpp
r12912 r12913 1247 1247 1248 1248 WriteResult ret_val = WriteResult::ERROR_IN_WRITING_FILE; 1249 WriteResult ret_val = WriteResult::ERROR_IN_WRITING_FILE; 1249 1250 1250 // Call ImageIO to load the image. 1251 1251 CGImageDestinationRef cg_dest_ref = CreateCGImageDestinationFromFile(full_file_name.c_str(), the_options);
