Opened 12 years ago

Closed 12 years ago

#4598 closed defect (fixed)

ARG: CreateCopy writes extra-sized .arg file when block size doesn't match image size

Reported by: dzwarg Owned by: dzwarg
Priority: normal Milestone:
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: arg
Cc:

Description

Example:

GeoTIFF with 515x515 pixels and 515x15 blocks results in a raw raster file that is 515x525 in size. The block dimension 15 goes into 525 evenly, so I suspect that the write logic is writing extra scanlines to the .arg file when there is no more source data.

Change History (1)

comment:1 by dzwarg, 12 years ago

Resolution: fixed
Status: newclosed

Added autotest to check for this, and fixed in r24198.

Note: See TracTickets for help on using tickets.