You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (("Exif"inexif_dict) andlen(exif_dict["Exif"]) or
("Interop"inexif_dict) andlen(exif_dict["Interop"]) ): # <-- this permits missing Exif because of "or"zeroth_ifd[ImageIFD.ExifTag] =1exif_is=Trueexif_ifd=exif_dict["Exif"] # <-- this requires Exif
From _dump.py:
Not sure if it's expected or not, but Nikola has this case in its docs: https://getnikola.com/handbook.html#preserve-some-exif-data
The text was updated successfully, but these errors were encountered: