correct TIFFTAG_PLANARCONFIG size

This commit is contained in:
nulano 2021-01-09 22:00:22 +01:00
parent 457ee6e933
commit 4aa684fa0b

View File

@ -402,7 +402,7 @@ ImagingLibTiffDecode(
TIFF *tiff;
uint16 photometric = 0; // init to not PHOTOMETRIC_YCBCR
int isYCbCr = 0;
UINT8 planarconfig = 0;
uint16 planarconfig = 0;
UINT8 planes = 1;
ImagingShuffler unpackers[4];