Get datetime from EXIF
Technical summary:
One can use PIL to extract EXIF tags by Image._getexif() .
EXIF tags are stored in a dict, keyed by intergers. One needs to use ExifTags.TAGS.items() to enumerate the mapping between integer and string name.
The DateTime tag has a...
hash.hupili.net2 min read