In Python, how do I read the exif data for an image?
I’m using PIL. How do I turn the EXIF data of a picture into a dictionary?
I’m using PIL. How do I turn the EXIF data of a picture into a dictionary?
Let’s say I have a bunch of photos, all with correct EXIF information, and the photos are randomly named (because of a problem I had). I have a little program called jhead which gives me the below output:
How can I recursively remove the EXIF info from several thousand JPG files?