mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-05 01:44:14 +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
|
||||
|
||||
NONE = 0
|
||||
|
||||
# transpose
|
||||
FLIP_LEFT_RIGHT = 0
|
||||
FLIP_TOP_BOTTOM = 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user