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.
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow IPTC Metadata Library
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
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!