Skip to content
Python logo

Reading EXIF data in Python

Posted 2nd February 2021

2 comments

In order to review the properties of various common-format image files, I wrote a command-prompt script in Python that will display EXIF data and other properties of JPG, PNG, TIF, CR2 and NEF files.

Read the full story...