mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
remove mode BGR
This commit is contained in:
parent
f40c005399
commit
11dd543837
|
@ -52,7 +52,6 @@ def getmode(mode):
|
|||
"HSV": ("RGB", "L", ("H", "S", "V")),
|
||||
# extra experimental modes
|
||||
"RGBa": ("RGB", "L", ("R", "G", "B", "a")),
|
||||
"BGR": ("BGR", "L", ("B", "G", "R")),
|
||||
"BGR;15": ("RGB", "L", ("B", "G", "R")),
|
||||
"BGR;16": ("RGB", "L", ("B", "G", "R")),
|
||||
"BGR;24": ("RGB", "L", ("B", "G", "R")),
|
||||
|
|
Loading…
Reference in New Issue
Block a user