In my Qt app I want to read exif data of images. QImage or QPixmap don\'t seem to provide such hooks.
QImage
QPixmap
Is there any API in Qt that allows re
For me, the best choice was easyexif by Mayank Lahiri. You only need to add two files exif.cpp and exif.h to your project.
int main(int argc, char *argv[]) { for (int i=1; i