Cleaner image metadata read
This commit is contained in:
parent
a6e653be26
commit
7a1bbf99da
@ -665,9 +665,13 @@ def read_info_from_image(image):
|
|||||||
items['exif comment'] = exif_comment
|
items['exif comment'] = exif_comment
|
||||||
geninfo = exif_comment
|
geninfo = exif_comment
|
||||||
|
|
||||||
for field in ['jfif', 'jfif_version', 'jfif_unit', 'jfif_density', 'dpi', 'exif',
|
for field in ['jfif', 'jfif_version', 'jfif_unit', 'jfif_density', 'dpi', 'exif',
|
||||||
'loop', 'background', 'timestamp', 'duration']:
|
'loop', 'background', 'timestamp', 'duration', 'progressive', 'progression',
|
||||||
|
'icc_profile', 'chromaticity']:
|
||||||
|
try:
|
||||||
items.pop(field, None)
|
items.pop(field, None)
|
||||||
|
except KeyError:
|
||||||
|
pass
|
||||||
|
|
||||||
if items.get("Software", None) == "NovelAI":
|
if items.get("Software", None) == "NovelAI":
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user