RE: Extracting EXIF (Meta)Data From Images With Python
Nice, I've used exifread in Python to extract JPEG metadata such as the timestamp and GPS coordinates of the photo. IIRC, I tried scikit-image, but it was overkill and much less straightforward.
exifread
RE: Extracting EXIF (Meta)Data From Images With Python