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 I hit.
I am able to view a lot of the EXIF data on Mac though, using the photo inspector.
First, it seems that Pillow doesn't support __get_exif on PNGs.
Then I tried switching into pyexiv2, but that one hits an installation issue.
exiftool also didn't work for me.
Any idea whether there is a python way of extracting EXIF data on OSX?