From 9c81a4d36cdff0ef4c93ed8cab2a8817572d18f5 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sun, 24 Dec 2023 18:42:43 +0700 Subject: python/python3-exiv2: Added (Python3 binding to the library exiv2). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-exiv2/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/python3-exiv2/README (limited to 'python/python3-exiv2/README') diff --git a/python/python3-exiv2/README b/python/python3-exiv2/README new file mode 100644 index 0000000000..7b75128c93 --- /dev/null +++ b/python/python3-exiv2/README @@ -0,0 +1,8 @@ +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 python’s built-in data types and standard +modules, it provides easy manipulation of image metadata. -- cgit v1.2.3