Changeset 9556
- Timestamp:
- 01/27/09 16:14:47 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/tiff/ReaderWriterTIFF.cpp
r8884 r9556 812 812 bitsPerSample = 32; 813 813 break; 814 case GL_SHORT: 815 TIFFSetField(image, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_INT); 816 bitsPerSample = 16; 817 break; 814 818 default: 815 819 bitsPerSample = 8;
