Tom V. wrote:
Frank, it looks like this:
..
Band 1 Block=1024x1024 Type=UInt16, ColorInterp=Blue Band 2 Block=1024x1024 Type=UInt16, ColorInterp=Green Band 3 Block=1024x1024 Type=UInt16, ColorInterp=Red Band 4 Block=1024x1024 Type=UInt16, ColorInterp=Undefined
Tom, The GeoTIFF driver will not default to setting PHOTOMETRIC_RGB for 16bit images. Try passing the PHOTOMETRIC=RGB creation option to the GTiff driver CreateCopy() method to force use of RGB photometric mode. Best regards, -- ---------------------------------------+-------------------------------------- I set the clouds in motion - turn up | Frank Warmerdam, [EMAIL PROTECTED] light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush | Geospatial Programmer for Rent _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
