mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-02 20:23:22 +03:00
Image.NONE is only used for resampling and dithers
This commit is contained in:
parent
11c536b6d4
commit
0af91de452
|
@ -138,8 +138,6 @@ def isImageType(t):
|
||||||
#
|
#
|
||||||
# Constants
|
# Constants
|
||||||
|
|
||||||
NONE = 0
|
|
||||||
|
|
||||||
# transpose
|
# transpose
|
||||||
FLIP_LEFT_RIGHT = 0
|
FLIP_LEFT_RIGHT = 0
|
||||||
FLIP_TOP_BOTTOM = 1
|
FLIP_TOP_BOTTOM = 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user