Opened 15 years ago

Closed 15 years ago

#2923 closed defect (fixed)

GeoRaster: Some combinations of Interleaving and bands per blocks fail

Reported by: ilucena Owned by: ilucena
Priority: high Milestone: 1.6.1
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: GEORASTER
Cc:

Description

The default method for CreateCopy operation uses one band per block. In that case interleave mode is mindfulness even if it is a multi band image. But when I was adding new test cases to the gdal_autotest script I found some cases that produce incorrect image results, e.g.:

-co BLOCKBSIZE=3 -co INTERLEAVE=PIXEL

-co BLOCKBSIZE=3 -co INTERLEAVE=LINE

Change History (1)

comment:1 by ilucena, 15 years ago

Resolution: fixed
Status: newclosed

Fixed on r16689

Note: See TracTickets for help on using tickets.