Hi Luís,

it depends on your GDAL was built.

You can check it  with "gdalinfo --format gtiff | grep LIBTIFF" and it will return either LIBTIFF=INTERNAL or LIBTIFF=LIBTIFF, Version X.Y.Z

If it is with its internal libtiff copy, then it corresponds roughly to the state of libtiff master at then time the GDAL release was done. Looking at https://github.com/OSGeo/gdal/blob/v3.6.4/frmts/gtiff/libtiff/tiffvers.h, I see we were already past 4.4.0, so it is likely you have a GDAL build against an external libtiff that wasn't as current as the GDAL build

Even

Le 18/03/2024 à 11:28, Luí s Moreira de Sousa via gdal-dev a écrit :
Hi all,

I am currently facing the error "PREDICTOR=2 is only supported with 64 bit samples starting with libtiff > 4.3.0" with GDAL 3.6.4. Libtiff 4.3.0 was released in 2022, about a year before that version of GDAL. Is there a way to know which version of Libtiff is included with which version of GDAL? I searched the web site but could not find it.

Thank you.

--
Luís


Sent with Proton Mail <https://proton.me/> secure email.

_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

--
http://www.spatialys.com
My software is free, but my time generally not.
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to