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

Frank Warmerdam warmerdam at pobox.com
Sun Jun 22 18:58:05 EDT 2008


Maciej Sieczka wrote:
> Frank,
> 
> Thanks for the hint. Unfortunatelly gdal_translate segfaults then:
> 
> Starting program: /usr/local/bin/gdal_translate -co "TILED=YES" -co
> "BLOCKYSIZE=1" check.tif check3.tif

Maciek,

It appears you switched back to TILED=YES from TILED=NO.  A blockysize of
1 is not legal for tiled files.  I'm not sure why things crashed though.
You might want to file a ticket on that aspect.

But try:

gdal_translate -co TILED=NO -co BLOCKYSIZE=1 check.tif check3.tif

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | President OSGeo, http://osgeo.org



More information about the gdal-dev mailing list