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, [EMAIL PROTECTED]
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent

_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to