mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-22 13:14:45 +03:00
correct TIFFTAG_PLANARCONFIG size
This commit is contained in:
parent
457ee6e933
commit
4aa684fa0b
|
@ -402,7 +402,7 @@ ImagingLibTiffDecode(
|
||||||
TIFF *tiff;
|
TIFF *tiff;
|
||||||
uint16 photometric = 0; // init to not PHOTOMETRIC_YCBCR
|
uint16 photometric = 0; // init to not PHOTOMETRIC_YCBCR
|
||||||
int isYCbCr = 0;
|
int isYCbCr = 0;
|
||||||
UINT8 planarconfig = 0;
|
uint16 planarconfig = 0;
|
||||||
UINT8 planes = 1;
|
UINT8 planes = 1;
|
||||||
ImagingShuffler unpackers[4];
|
ImagingShuffler unpackers[4];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user