2014.12.21 15:35 "[Tiff] For review", by Even Rouault

2014.12.21 18:49 "Re: [Tiff] For review", by Kai-Uwe Behrmann

Am 21.12.2014 um 16:35 schrieb Even Rouault:

2014-12-21  Even Rouault  <even.rouault@spatialys.com>

 * libtiff/tif_getimage.c: TIFFRGBAImageOK(): return FALSE if LOGLUV with
        SamplesPerPixel != 3, or if CIELAB with SamplesPerPixel != 3 or
BitsPerSample != 8

CIELab can be 16 BitsPerSample or double/float/half. Even though the range of the later might not be perfectly agreed between various readers. Same for LOGLUV and LOGL. Please look at TIFFTAG_PIXARLOGDATAFMT and TIFFTAG_SGILOGDATAFMT to get an idea.