Opened 18 years ago

Last modified 17 years ago

#1013 closed defect

gdalwarp with output GTiff separate deflate fails — at Initial Version

Reported by: dem@… Owned by: warmerdam
Priority: normal Milestone: 1.4.2
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords:
Cc: warmerdam

Description

Hi,


I use GDAL >1.3.1 with external libtiff 3.7.4

the next comands:

gdalwarp -co "INTERLEAVE=PIXEL" -co "COMPRESS=DEFLATE" rgb_separate_tiled.tif
bug.tif

give theses errors:

ERROR 1: ZIPDecode:bug.tif: Decoding error at scanline xxx, incorrect header check
ERROR 1: TIFFReadEncodedStrip() failed.

> tiffinfo rgb_separate_tiled.tif
TIFF Directory at offset 0x360008
  Image Width: 1296 Image Length: 648
  Tile Width: 256 Tile Length: 256
  Bits/Sample: 8
  Sample Format: unsigned integer
  Compression Scheme: None
  Photometric Interpretation: RGB color
  Samples/Pixel: 3
  Planar Configuration: separate image planes


Julien

Change History (0)

Note: See TracTickets for help on using tickets.