AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2021.05.06 02:09 "[Tiff] Use and implementation of Deflate vs. AdobeDeflate in libtiff", by David Ryskalczyk
2021.05.06 10:45 "Re: [Tiff] Use and implementation of Deflate vs. AdobeDeflate in libtiff", by Even Rouault
2021.05.06 13:18 "Re: [Tiff] Use and implementation of Deflate vs. AdobeDeflate in libtiff", by David Ryskalczyk
2021.05.06 13:25 "Re: [Tiff] Use and implementation of Deflate vs. AdobeDeflate in libtiff", by Even Rouault
2021.05.06 14:52 "Re: [Tiff] Use and implementation of Deflate vs. AdobeDeflate in libtiff", by David Ryskalczyk
2021.05.06 15:17 "Re: [Tiff] Use and implementation of Deflate vs. AdobeDeflate in libtiff", by David Ryskalczyk
2021.05.06 15:36 "Re: [Tiff] Use and implementation of Deflate vs. AdobeDeflate in libtiff", by Even Rouault

2021.05.06 13:25 "Re: [Tiff] Use and implementation of Deflate vs. AdobeDeflate in libtiff", by Even Rouault

I just did so at https://gitlab.com/libtiff/libtiff/-/merge_requests/245.

Thanks

I added a non-fatal warning in TIFFInitZIP() but it shows when a file is opened, not just when one is written. Is this preferred? I'm not sure how to do the latter.

We should only emit it when creating a new file. I believe it should be done around https://gitlab.com/libtiff/libtiff/-/blob/master/libtiff/tif_dir.c#L241

http://www.spatialys.com
My software is free, but my time generally not.