Le samedi 07 mai 2016 23:57:18, fred p a écrit : > Hello, > I am looking for a way to write multi-IFD TIFF files with GDAL (each IFD > being JPEG or LZW compressed), for example with gdal_translate or (better > if possible) the Python API but without any success. > Is it possible anyway ?
Hi, No this is not currently possible in the general case (internal overviews are implemented as IFD, but flagged as such and not as general purpose IFD). Would probably not a huge effort to implement, but in the mean time you may use GDAL to create individual IDF and then use tifcp/geotifcp to assemble them. Even -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
