On Mon, Dec 03, 2018 at 08:44:39PM +0100, Christian Weisgerber wrote: > Update for graphics/tiff to the latest release, 4.0.10. > > Support for ZSTD and WebP compression was added upstream, and I > have disabled both by default, since they would bring in additional > dependencies. We can revisit this (and the decision in an earlier > update to not enable LZMA support) if TIFF images in these formats > start spreading in the wild. Also, both extensions are not officially > registered with Adobe.
Fwiw i *might* have an interested in enabling ZSTD & WebP because gdal can make use of it (cf http://osgeo-org.1560.x6.nabble.com/gdal-dev-ZSTD-compression-for-GeoTIFF-td5354009.html) but that's highly specific to my $work usecases and cloud-enabled geotiffs (cf https://github.com/mapbox/rio-cogeo for example) - the zstd support in libtiff was done by the gdal maintainer. Landry