Skip to content
forked from LeoHsiao1/pyexiv2

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

License

Notifications You must be signed in to change notification settings

tlpower/pyexiv2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 2G, or modify the image larger than 1G. (related issue)
  • Not thread safe, because it uses some global variables in C++.

Docs

  • Tutorial

  • 中文教程

  • Similar projects:

    • pyexiv2: It is a Python 2 binding to exiv2, hasn't been updated since 2011.
    • py3exiv2: It is a Python 3 binding to exiv2, wrapped with Boost.Python.

Tests

There are some test cases in folder pyexiv2/tests.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.5%
  • C++ 23.0%
  • Shell 3.5%