Slightly simplify the getexif procedure #202

Open
mara0004 wants to merge 2 commits from mara0004/img2pdf:getexif into main
Showing only changes of commit fd2306fdb2 - Show all commits

View file

@ -35,7 +35,6 @@ if hasattr(GifImagePlugin, "LoadingStrategy"):
)
# TiffImagePlugin.DEBUG = True
from PIL.ExifTags import TAGS
from datetime import datetime, timezone
import jp2
from enum import Enum