libraries/libiptcdata: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 15:38:30 -04:00
parent de5311d00b
commit 816b1e2aab
1 changed files with 9 additions and 8 deletions

View File

@ -1,12 +1,13 @@
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).
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
Python bindings are included by default but can be turned off by
invoking script with PY_BINDINGS=no