mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-14 01: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 = {}
|
||||
# Convert jpg to jpeg, Can apply other case.
|
||||
FORMAT_MAP = {
|
||||
'JPG': 'jpeg',
|
||||
"JPG": "jpeg",
|
||||
}
|
||||
EXTENSION = {}
|
||||
DECODERS = {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user