Bug 226838 - "Auto Rotate/Flip Using EXIF Information" does not work
Summary: "Auto Rotate/Flip Using EXIF Information" does not work
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Bqm-Flip (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-14 16:50 UTC by Alex Merry
Modified: 2024-03-02 14:12 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 1.3.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Merry 2010-02-14 16:50:47 UTC
Version:           [4.4 branch] r1088944 (using KDE 4.4.0)
Compiler:          gcc 4.4.3 
OS:                Linux
Installed from:    Compiled From Sources

This is probably a KIPI-Plugins issue, but I can't find the right component to use there.

When I get Gwenview to auto-rotate images, I get a lot of warnings about how they could not be rotated (with no further info).

Here is the console output for attempting to rotate 3 images.  The first is already in the correct orientation (and the dialog box says that it was rotated successfully), and the other two are not (the dialog box says that they could not be rotated.

gwenview(30527)/KEXIV2 KExiv2Iface::KExiv2::getImageOrientation: Orientation => Exif.Image.Orientation =>  1
gwenview(30527)/KIPI (general) KIPIJPEGLossLessPlugin::transformJPEG: Transforming with option  0   0
gwenview(30527)/KEXIV2 KExiv2Iface::KExiv2::setImageOrientation: Exif.Image.Orientation tag set to:  1
gwenview(30527)/KEXIV2 KExiv2Iface::KExiv2::save: File Extension:  "jpg"  is supported for writing mode
gwenview(30527)/KEXIV2 KExiv2Iface::KExiv2::getImageOrientation: Orientation => Exif.Image.Orientation =>  6
gwenview(30527)/KIPI (general) KIPIJPEGLossLessPlugin::transformJPEG: Transforming with option  0   5
QFile::setFileName: File (/tmp/kde-alex/gwenviewP30527kipiplugin-rotate.JPG) is already opened
gwenview(30527)/KEXIV2 KExiv2Iface::KExiv2::getImageOrientation: Orientation => Exif.Image.Orientation =>  8
gwenview(30527)/KIPI (general) KIPIJPEGLossLessPlugin::transformJPEG: Transforming with option  0   7
QFile::setFileName: File (/tmp/kde-alex/gwenviewL30527kipiplugin-rotate.JPG) is already opened
gwenview(30527)/kio (KDirModel) KDirModelPrivate::_k_slotRefreshItems: dataChanged( "[index for /home/alex/pics/digicam/Thing: 2010 Feb/P1000596.JPG]"  -  "[index for /home/alex/pics/digicam/Thing: 2010 Feb/P1000776.JPG]"
Comment 1 Alex Merry 2010-04-16 13:00:12 UTC
Fixed in commit r1115335.