slackbuilds/python/python3-exiv2
isaackwy 69f8ec79f9 python/python3-exiv2: Fix email address
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-01-04 09:41:08 +07:00
..
README
python3-exiv2.SlackBuild
python3-exiv2.info
slack-desc

README

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

python3-exiv2 is a Python 3 binding to exiv2, the C++ library for
manipulation of EXIF, IPTC and XMP image metadata. It is a Python 3
module that allows your 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 pythons built-in data types and standard
modules, it provides easy manipulation of image metadata.