exiftool

How to extract exif data from a PNG photo?

How to extract exif data from a PNG photo? Question: I am on OSX, running python and trying to extra EXIF data from a large set of images in my library. I’ve been using Pillow so far with my JPG photos and it works like a charm. However, I stumbled on the first PNG photo …

Total answers: 1

Call exiftool from a python script?

Call exiftool from a python script? Question: I’m looking to use exiftool to scan the EXIF tags from my photos and videos. It’s a perl executable. What’s the best way to inferface with this? Are there any Python libraries to do this already? Or should I directly call the executable and parse the output? (The …

Total answers: 3