Using exiv2 with jpeglib API
Added by Eric TRINH over 8 years ago
Hi,
I am wondering if some of you have successfully succeed to retrieve IPTC/Exif data using jpeglib API directly? I mean without using image factory of exiv2?
Thank you very much,
Best Regards,
Eric
Replies (1)
RE: Using exiv2 with jpeglib API - Added by Robin Mills over 8 years ago
I believe jpeglib has functions to read tags from JPEG files. However I don't believe it can decode MakerNotes. In addition, Exiv2 has several other major features. It can read metadata from JPEG and many other formats including TIFF, PNG and Video. It can also handle XMP metadata. It's written in C++ and has a "higher-level" API which represents the data as STL types and containers.