https://bugs.kde.org/show_bug.cgi?id=349180

--- Comment #6 from Martin Koller <[email protected]> ---
Regarding exif: I'm using the following lines in my imageviewer "showimage":
( http://kde-apps.org/content/show.php?content=143977 )

QImage image;
image.load(sourceUrl.path())

KExiv2Iface::KExiv2 exif(sourceUrl.path());
exif.rotateExifQImage(image, exif.getImageOrientation());

In the cmake file, just use
find_package(Kexiv2 REQUIRED)
 ${KEXIV2_INCLUDE_DIR}
 ${KEXIV2_LIBRARIES})

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to