Skip to content

Instantly share code, notes, and snippets.

View robinparmar's full-sized avatar

Robin Parmar robinparmar

View GitHub Profile
"""
test_exif.py
This module tests various third-party libraries for their ability to extract
metadata from a test JPG file.
Python 3.4 used on Windows 10.
This code accompanies the article:
http://www.theatreofnoise.com/2016/10/how-to-retrieve-photo-metadata-in-python.html