[gdal-dev] Can we external libtiff and internal GeoTiff while building GDAL?
John Smith
johnsmith7862025 at outlook.com
Fri Mar 28 06:04:18 PDT 2025
Hi
Is this allowed if I use GDAL Internal Geotiff and external libtiff library while building GDAL? What all things I need to take care.
Will there be any symbol clashes etc which I need to handle as well?
<arg value="-DGDAL_USE_GEOTIFF_INTERNAL=ON"/>
<arg value="-DGDAL_USE_TIFF_INTERNAL=OFF"/> //Specify external libtiff include and libs
My end goal is to have below Options enabled when I run gdalinfo.exe --format gtiff
<CreationOptionList>
<Option name="COMPRESS" type="string-select">
<Value>ZSTD</Value>
<Value>WEBP</Value>
<Value>LERC</Value>
<Value>LERC_DEFLATE</Value>
<Value>LERC_ZSTD</Value>
</Option>
// Extra tags
</CreationOptionList>
BR
John
And ho
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20250328/1ea1db48/attachment.htm>
More information about the gdal-dev
mailing list