I'm working on an Image processing project(C++) and I need to write custom metadata to jpeg file after the processing is complete. How can I accomplish this? Is there any library available to do it ?
EXIF key-value pairs are called tags, and each tag can contain either a string or numeric value. There are dozens of tags in the current EXIF standard (version 2.32), and anyone — from smartphone and camera manufacturers to photographers — is free to add their own.
You can add this information to one or multiple files at a time. You can also save frequently used metadata values as a preset, allowing you to quickly input this information without having to rewrite it. We recommend entering and editing metadata prior to processing your images.
Windows 10 users:Click on the View tab and click on the "Details Pane." This will bring up an info window on the right. There you will find fields to add a title, tags, and author information. 2. Click on the field, type in your information, click SAVE, and you're done!
If you're talking about EXIF Metadata you may want to look at exiv2 which is a C++ library for processing EXIF metadata. There is a second lib which is called libexif and is written in C.
Exiv2 has a view examples on their website and a the API is well documented.
UPDATE: If you want to add custom metadata you could either use the MakerNote
or the Comment
tag.
Exif Standard: PDF see Section 4.6.5 EXIF IFD Attribute Information Table 7, Tags Relating to User Information.
MakerNote Type Undefined Count Any
Comment Type Undefined Count Any
which means you're allowed to use those 2 tags for any data you want.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With