id summary reporter owner description type status priority milestone component version severity resolution keywords cc 3512 Can't read this tiff image gaopeng warmerdam " The test image is at ftp://GDAL@ftp.esri.com/1-2.tif. It's tiff with LZW compression. I got lots of error messages as the following when displaying the test image. {{{ ERROR 1: TIFFReadBufferSetup:No space for data buffer at scanline 4294967295 ERROR 1: TIFFReadScanline() failed. ERROR 1: IReadBlock failed at X offset 0, Y offset 7890 }}} Here is the output from gdalinfo: {{{ C:\Program Files\FWTools2.2.8>gdalinfo ""C:\Temp\ESRITest\1-2.tif"" Warning 1: TIFFFetchNormalTag:ASCII value for tag ""ImageDescription"" contains nu ll byte in value; value incorrectly truncated during reading due to implementati on limitations Driver: GTiff/GeoTIFF Files: C:\Temp\ESRITest\1-2.tif Size is 8448, 10411 Coordinate System is `' Metadata: TIFFTAG_IMAGEDESCRIPTION= TIFFTAG_XRESOLUTION=300 TIFFTAG_YRESOLUTION=300 TIFFTAG_RESOLUTIONUNIT=2 (pixels/inch) Image Structure Metadata: COMPRESSION=LZW INTERLEAVE=PIXEL Corner Coordinates: Upper Left ( 0.0, 0.0) Lower Left ( 0.0,10411.0) Upper Right ( 8448.0, 0.0) Lower Right ( 8448.0,10411.0) Center ( 4224.0, 5205.5) Band 1 Block=8448x10411 Type=Byte, ColorInterp=Red Band 2 Block=8448x10411 Type=Byte, ColorInterp=Green Band 3 Block=8448x10411 Type=Byte, ColorInterp=Blue }}}" defect closed normal 1.8.0 GDAL_Raster 1.6.1 normal fixed gtiff