make it so that PNG images with EXIF do not lose parameters in PNG info tab
This commit is contained in:
parent
38b7186e6e
commit
3a0d6b7729
@ -605,6 +605,7 @@ def read_info_from_image(image):
|
|||||||
except ValueError:
|
except ValueError:
|
||||||
exif_comment = exif_comment.decode('utf8', errors="ignore")
|
exif_comment = exif_comment.decode('utf8', errors="ignore")
|
||||||
|
|
||||||
|
if exif_comment:
|
||||||
items['exif comment'] = exif_comment
|
items['exif comment'] = exif_comment
|
||||||
geninfo = exif_comment
|
geninfo = exif_comment
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user