[gdal-dev] TILED=NO creates a tiled TIFF?

Maciej Sieczka tutey at o2.pl
Sun Jun 22 17:37:54 EDT 2008


Hi!

I have a tiled GeoTIFF at input:

$ gdalinfo ~/check.tif | grep Block
Band 1 Block=256x256 Type=Byte, ColorInterp=Palette

I want to make it stripped, yet the output of:

$ gdal_translate -co "TILED=NO" check.tif check2.tif

seems still tiled:

$ gdalinfo ~/check2.tif | grep Block
Band 1 Block=4090x2 Type=Byte, ColorInterp=Palette

I expected "Block=WIDTHx1". Is there something wrong or my bad?

-- 
Maciej Sieczka
www.sieczka.org


More information about the gdal-dev mailing list