IPTC Metadata Library
Description
libiptcdata is a standalone C-library for reading and writing the International Press Telecommunications Council (IPTC) metadata contained in various data files such as images.
IPTC Metadata Library Web SiteUser Ratings
User Reviews
-
In our company's CMS product, we needed to parse metadata from JPEG files. After having figured out how to do that for EXIF metadata using libexif, doing basically the same for IPTC metadata using this library was pretty straightforward, which saved me a lot of time. Thanks!