2012.04.24 16:26 "[Tiff] YCbCr/JPEG issue in 4.0.1", by John Evans

2012.04.24 16:26 "[Tiff] YCbCr/JPEG issue in 4.0.1", by John Evans

I'm seeing an issue in 4.0.1 regarding jpeg-compressed YCbCr tiffs that wasn't present in 3.9.5. A 4.0.1 client such as tiffinfo doesn't seem to print out the TIFFTAG_YCBCRSUBSAMPLING value on a tiff when the library has to "sniff out" the subsampling values from the JPEG datastream, whereas a 3.9.5-based tiffinfo does. "quad-jpeg.tif" is an example file where this happens.

When digging deeper, the TIFFGetField library routine fails on the subsampling tag on quad-jpeg.tif in 4.0.1 whereas it succeeds in 3.9.5. I've tried debugging further, but I get a bit lost when the library code gets into the TIFFFieldSet macro, which is where TIFFGetField is failing. In 3.9.5, the code looks like it would continue on into JPEGVGetField, but in 4.0.1 this function is missing the case for TIFFTAG_YCBCRSUBSAMPLING, which makes me think that I'm missing something blindingly obvious here?

I did NOT run the configure script in 4.0.1 with "--disable-check-ycbcr- subsampling" option :-)