This commit is contained in:
김건희 2022-10-27 10:04:50 +09:00
commit 3329a2479c

View File

@ -227,7 +227,7 @@ SAVE = {}
SAVE_ALL = {}
# Convert jpg to jpeg, Can apply other case.
FORMAT_MAP = {
'JPG': 'jpeg',
"JPG": "jpeg",
}
EXTENSION = {}
DECODERS = {}