OpenExif is an object-oriented library for accessing Exif formated JPEG image files. The toolkit allows creating, reading, and modifying the metadata in the Exif file. It also provides means of getting and setting the main image and the thumbnail image.
License
BSD LicenseFollow OpenExif
Other Useful Business Software
Keep company data safe with Chrome Enterprise
Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
Rate This Project
Login To Rate This Project
User Reviews
-
Made access to read/write EXIF very easy and intuitive. The examples are very helpful. I would suggest adding an example to write more exif tags.
-
Openexif is excellent! Thanks.
-
Got the following error during the compile phase: ExifTagEntry.h:118: error: explicit instantiation of ‘std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’ but no definition available Not sure what to do.