mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-14 09:14:45 +03:00
remove "I;16N" from all_modes
There's no conversion to/from I;16N, so we can't create a "hopper" image with it.
This commit is contained in:
parent
18a81dc11d
commit
4c8bcea9d5
|
@ -27,7 +27,6 @@ from .helper import (
|
||||||
skip_unless_feature,
|
skip_unless_feature,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
all_modes = (
|
all_modes = (
|
||||||
"1",
|
"1",
|
||||||
"P",
|
"P",
|
||||||
|
@ -40,7 +39,7 @@ all_modes = (
|
||||||
"I;16",
|
"I;16",
|
||||||
"I;16L",
|
"I;16L",
|
||||||
"I;16B",
|
"I;16B",
|
||||||
"I;16N",
|
#"I;16N",
|
||||||
"RGB",
|
"RGB",
|
||||||
"RGBX",
|
"RGBX",
|
||||||
"RGBA",
|
"RGBA",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user