mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-16 02:04:45 +03:00
Merge branch 'main' of https://github.com/ccgeonhee/Pillow
This commit is contained in:
commit
3329a2479c
|
@ -227,7 +227,7 @@ SAVE = {}
|
||||||
SAVE_ALL = {}
|
SAVE_ALL = {}
|
||||||
# Convert jpg to jpeg, Can apply other case.
|
# Convert jpg to jpeg, Can apply other case.
|
||||||
FORMAT_MAP = {
|
FORMAT_MAP = {
|
||||||
'JPG': 'jpeg',
|
"JPG": "jpeg",
|
||||||
}
|
}
|
||||||
EXTENSION = {}
|
EXTENSION = {}
|
||||||
DECODERS = {}
|
DECODERS = {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user