Unverified Commit 7a1bbf99 authored by catboxanon's avatar catboxanon Committed by GitHub
Browse files

Cleaner image metadata read

parent a6e653be
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -666,8 +666,12 @@ def read_info_from_image(image):
            geninfo = exif_comment

    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)
        except KeyError:
            pass

    if items.get("Software", None) == "NovelAI":
        try: