mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-25 00:00:34 +03:00
correct TIFFTAG_PLANARCONFIG size
This commit is contained in:
parent
77a1a9aba3
commit
a921c01102
|
@ -408,7 +408,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];
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user