[gdal-dev] Is BigTIFF supported on GDAL 1.5.3?

Frank Warmerdam warmerdam at pobox.com
Fri Oct 31 09:04:19 EDT 2008


Daniele Romagnoli wrote:
> Hi list,
> I have a simple quick question:
> Is BigTIFF supported on GDAL 1.5.3?

Daniele,

BigTIFF is supported by all versions of GDAL since 1.5.0 as long
as you build with libtiff4.  The internal version of libtiff in GDAL 1.5.0
and later is libtiff4 so building --with-libtiff=internal will do the
trick.

You can confirm your build supports BigTIFF by checking for the BIGTIFF
option in the output of "gdalinfo --format gtiff".  It should look like this:

   <Option name="BIGTIFF" type="boolean" description="Force creation of BigTIFF 
file"/>

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    | Geospatial Programmer for Rent



More information about the gdal-dev mailing list