Re: [gdal-dev] Internal libtiff version

2024-03-18 Thread Luí­s Moreira de Sousa via gdal-dev
Thank you Even, that is helpful. This GDAL build is the one available from the stable branch of the Ubuntu-GIS PPA. I will bring this to attention with that community. Regards. -- Luís Sent with [Proton Mail](https://proton.me/) secure email. On Monday, March 18th, 2024 at 1:51 PM, Even Rouau

Re: [gdal-dev] Internal libtiff version

2024-03-18 Thread Even Rouault via gdal-dev
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

Re: [gdal-dev] Internal libtiff version

2024-03-18 Thread Javier Jimenez Shaw via gdal-dev
Probably here: https://github.com/OSGeo/gdal/blob/master/frmts/gtiff/libtiff/tiffvers.h On Mon, 18 Mar 2024 at 11:28, Luí­s Moreira de Sousa via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > Hi all, > > I am currently facing the error "PREDICTOR=2 is only supported with 64 > bit samples starting

[gdal-dev] Internal libtiff version

2024-03-18 Thread Luí­s Moreira de Sousa via gdal-dev
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