pyexiv2 0.3.1 released

Olivier Tilloy olivier at tilloy.net
Sun Oct 23 20:36:10 CEST 2011


Hello Python users and developers,

I'm pleased to announce that pyexiv2 0.3.1 [1], codename "Challenges", 
was released today.

pyexiv2 is a python binding to exiv2 [2], 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.

This is a maintenance release.

The highlights of this release are:
  - Compiles and tested against the latest libexiv2 (0.22)
  - Updated windows dependencies (iconv 1.14, libexiv2 0.22, python 
2.7.2, boost 1.47.0)

Feedback, suggestions and bug reports are welcome at
https://launchpad.net/pyexiv2.

Cheers,

Olivier


[1] https://launchpad.net/pyexiv2/0.3.x/0.3.1
[2] http://exiv2.org


More information about the Python-announce-list mailing list