Sun 28 Mar 2010
Getting Photo Metadata (EXIF) Using Python
Posted by Mike under Python
[7] Comments
Last week, I was trying to find out how to get my photo’s metadata. I had noticed that Windows could display the camera model, creation date and lots of other data on my photos, but I couldn’t remember what that data was called. I finally found what I was looking for. The term is EXIF (Exchangeable Image File Format). For this post, we’ll take a look at the various 3rd party packages that give you access to this information. (more…)
