diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-05-13 00:58:51 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:58:51 +0200 |
commit | 68130463295a9cb7183ff2847e1cd89e24bfed4d (patch) | |
tree | 7d7887114eb7800c672a641452092586c6c0d08d /libraries/libiptcdata/README | |
parent | 15d6136c3f53ff4518ede2819eb69a599b9dd07e (diff) | |
download | slackbuilds-68130463295a9cb7183ff2847e1cd89e24bfed4d.tar.gz |
libraries/libiptcdata: Added to 13.0 repository
Diffstat (limited to 'libraries/libiptcdata/README')
-rw-r--r-- | libraries/libiptcdata/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/libiptcdata/README b/libraries/libiptcdata/README new file mode 100644 index 0000000000..d2ff0998b0 --- /dev/null +++ b/libraries/libiptcdata/README @@ -0,0 +1,12 @@ +libiptcdata is a library, written in C, for manipulating the International +Press Telecommunications Council (IPTC) metadata stored within multimedia +files such as images. This metadata can include captions and keywords, +often used by popular photo management applications. The library provides +routines for parsing, viewing, modifying, and saving this metadata. The +library is licensed under the GNU Library General Public License (GNU LGPL). + +The libiptcdata package also includes a command-line utility, iptc, for +editing IPTC data in JPEG files. + +Python bindings are included by default but can be turned off by invoking +script with PY_BINDINGS=no |