Opened 15 years ago

Closed 15 years ago

#2924 closed defect (fixed)

GeoRaster: Error compressing (DEFLATE) incomplete blocks

Reported by: ilucena Owned by: ilucena
Priority: normal Milestone: 1.6.1
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords: GEORASTER
Cc:

Description

For BlockBSize different than 1 the driver will attempt to compress block while they are still incomplete. The ZLIB compressor will not produce a uncompress-able result so the resulting image is useless.

Change History (2)

comment:1 by ilucena, 15 years ago

Status: newassigned

Committed revision 16701.

That will fix the most common use case where BLOCKBSIZE is equal to 1 or the total number of bands.

comment:2 by ilucena, 15 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.