M11158002 / pyexiv2

Read/Write metadata(including EXIF, IPTC, XMP), comment and ICC profile embedded in digital images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyexiv2

Read/Write metadata(including EXIF, IPTC, XMP), comment and ICC Profile embedded in digital images.

Features

Defects

  • Can't read the image larger than 2GB, or modify the image larger than 1GB. (related issue)
  • Not thread safe, because pyexiv2 uses some global variables in C++.
  • Currently, if you use ARM platform, you need to compile exiv2 and pyexiv2 manually, which is troublesome. (related issue)

Tests

There are some test cases in folder pyexiv2/tests.

References

About

Read/Write metadata(including EXIF, IPTC, XMP), comment and ICC profile embedded in digital images.

License:GNU General Public License v3.0


Languages

Language:Python 75.0%Language:C++ 25.0%