pyexiv2 icon indicating copy to clipboard operation
pyexiv2 copied to clipboard

Read and write image metadata, including EXIF, IPTC, XMP, ICC Profile.

Results 4 pyexiv2 issues
Sort by recently updated
recently updated
newest added

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'] ....