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. pyexiv2 is distributed under the GPL version 2 license.
9 lines
314 B
Text
9 lines
314 B
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/16 22:29:17 nthauvin Exp $
|
|
${PYSITELIB}/libexiv2python.so
|
|
${PYSITELIB}/pyexiv2/__init__.py
|
|
${PYSITELIB}/pyexiv2/exif.py
|
|
${PYSITELIB}/pyexiv2/iptc.py
|
|
${PYSITELIB}/pyexiv2/metadata.py
|
|
${PYSITELIB}/pyexiv2/preview.py
|
|
${PYSITELIB}/pyexiv2/utils.py
|
|
${PYSITELIB}/pyexiv2/xmp.py
|