pyexiv2

Core libraries and systems
Post Reply
Message
Author
robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

pyexiv2

#1 Post by robwoj44 »

Compiled in racy 5.5
http://tilloy.net/dev/pyexiv2/
pyexiv2 is a Python binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata.
It is a python module that allows your python scripts to read and write metadata (EXIF, IPTC, XMP, thumbnails) embedded in image files (JPEG, TIFF, ...).
It is designed as a high-level interface to the functionalities offered by libexiv2. Using python's built-in data types and standard modules, it provides easy manipulation of image metadata.

The dependencies:
python from devx_racy_xx.sfs
Last edited by robwoj44 on Mon 10 Jun 2013, 13:30, edited 2 times in total.

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#2 Post by Flash »

Thanks. Do you know if there is a pet for libexiv2, and where it might be?

robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

#3 Post by robwoj44 »

I think it is builtin in racy 5.5. Pyexiv2 works ok with this builtin library.

Post Reply