Opened 16 years ago

Closed 16 years ago

#2519 closed defect (invalid)

gdaladdo --config INTERLEAVE_OVERVIEW PIXEL has no effect

Reported by: msieczka Owned by: warmerdam
Priority: normal Milestone: 1.5.3
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

$ chmod a-w image.tif

$ gdaladdo --config INTERLEAVE_OVERVIEW PIXEL image.tif 2 4 8 16
ERROR 1: TIFFOpen:duzy_gt_notiled2.tif: Permission denied
0Warning 1: File open for read-only accessing, creating overviews externally.
...10...20...30...40...50...60...70...80...90...100 - done.

$ gdalinfo image.tif.ovr | grep INTERLEAVE
  INTERLEAVE=BAND

The last command should yield:

  INTERLEAVE=PIXEL

(BTW - the progress indicator is interrupted with 'Warning'; would be neat to avoid it).

Change History (1)

comment:1 by Even Rouault, 16 years ago

Resolution: invalid
Status: newclosed

This option will be available in GDAL 1.6.0

Note: See TracTickets for help on using tickets.