Is there an exif library out there for Python 3.x? It seems every exif library I run into is for Python 2.x only. I don't need anything too fancy. Just reading the values is enough.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Option 1. Use pyexiv2. See: pyexiv2 Bug #824440: Python 3 support You need boost-python for py3k and also to manually apply the patch posted at the end of the bug above, but aside from that it works. Probably easiest to get up and running under latest Ubuntu. Option 2. Use PIL: https://github.com/sloonz/pil-py3k Downside: this branch/fork doesn't seem to be actively developed.
Option 3. Use PythonMagick
See also: Exif manipulation library for python |
|||
|
-json -fast -@ argfileoptions. It's simple and complete, and it's fast when you need process thousands of images in batches (as we do). – Ben Hoyt Jan 1 at 3:37