pyexiv2
pyexiv2 copied to clipboard
Read and write image metadata, including EXIF, IPTC, XMP, ICC Profile.
Is there any way to get/put embedded thumbnail image from/to APP1?
Hey, I have built as per build instructions for Darwin. https://github.com/LeoHsiao1/pyexiv2/tree/master/pyexiv2/lib Build was successful as it generated exiv2api.so file. But when I import pyexif2 it is giving following error. ```...
A long time ago, in #10, @LeoHsiao1 expressed interest in adding access to tag description fields to `pyexiv2`, but had trouble accessing the relevant libexiv2 API. ### Comment posted by...
Hi, I was trying this package for the first time, and I ran into this issue: ``` RuntimeError: pyexiv2 only supports these Python versions: ['3.5', '3.6', '3.7', '3.8', '3.9'] ....