Re: TIFF compression support list
frechefuchs via Graphicsmagick-help <[email protected]> Fri, 29 Sep 2023 18:36:45 +0200
| Newsgroups | gmane.comp.video.graphicsmagick.help |
|---|---|
| Message-ID | <[email protected]> |
Am 29.09.23 um 15:19 schrieb Bob Friesenhahn: > On Fri, 29 Sep 2023, frechefuchs via Graphicsmagick-help wrote: > >> If that list mirrors libtiff capabilities as compiled from source I >> think that is OK. At least much better than a static list that I was >> assuming. > > It represents the maximal libtiff capabilities as limited by what > GraphicsMagick can do. Now that I know that libtiff provides its own compression and sub-format code, I'm not sure any more if it's reasonable to expect, e.g., --without-webp to disable TIFF WEBP support. Support for the WEBP image format and the WEBP TIFF sub-format are maybe two different things. If you're going to provide some more control over TIFF format support, maybe additional options --without-tiff-webp, --without-tiff-lzw etc. make more sense. Don't know how much that complicates the build process, though. Best, fux