mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-21 20:54:47 +03:00
not
This commit is contained in:
parent
6e57481a35
commit
3c6a3fa4b3
|
@ -509,7 +509,7 @@ ImagingLibTiffDecode(
|
|||
// if number of bands is 1, there is no difference with contig case
|
||||
if (planarconfig == PLANARCONFIG_SEPARATE &&
|
||||
im->bands > 1 &&
|
||||
isYCbCr) {
|
||||
!isYCbCr) {
|
||||
|
||||
uint16 bits_per_sample = 8;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user