Skip to content

tif_dirinfo.c: re-enable TIFFTAG_EP_CFAREPEATPATTERNDIM and TIFFTAG_EP_CFAPATTERN tags (fixes #608)

Even Rouault requested to merge rouault/libtiff:fix_608 into master

In libtiff <= 4.4.0, those tags existed as TIFFTAG_CFAREPEATPATTERNDIM and TIFFTAG_CFAPATTERN. During libtiff 4.5.1 developement cycle, they were renamed and mixed with DNG 1.6 and TIFF/EP new tags. As it was found that all those new tags caused backward compatibility issues, they were disabled. And accidentally the 2 existing CFA tags too.

Merge request reports