This commit is contained in:
Christoph Gohlke 2013-03-05 12:01:42 -08:00
commit 74e1663848

View File

@ -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):