mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-05 18:04:13 +03:00
Merge bb07471d2e
into b61ba4a76c
This commit is contained in:
commit
74e1663848
|
@ -198,7 +198,7 @@ _MODE_CONV = {
|
|||
"RGBX": ('|u1', 4),
|
||||
"RGBA": ('|u1', 4),
|
||||
"CMYK": ('|u1', 4),
|
||||
"YCbCr": ('|u1', 4),
|
||||
"YCbCr": ('|u1', 3),
|
||||
}
|
||||
|
||||
def _conv_type_shape(im):
|
||||
|
|
Loading…
Reference in New Issue
Block a user