[kmail2] [Bug 349180] resizing attached images corrupts the images

Martin Koller kollix at aon.at
Tue Jun 16 17:22:31 BST 2015


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

--- Comment #6 from Martin Koller <kollix at aon.at> ---
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.



More information about the Kdepim-bugs mailing list