Bug 192787

Summary: RawConverter: Image rotated but EXIF tag not cleared
Product: [Applications] digikam Reporter: Michael G. Hansen <mike>
Component: BatchQueueManager-RAWProcessingAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In: 0.4.0
Attachments: Clear rotation flag during export.

Description Michael G. Hansen 2009-05-15 16:57:07 UTC
Version:           0.2 (using KDE 4.2.2)
OS:                Linux
Installed from:    Debian testing/unstable Packages

When I convert a CR2 image which has "Orientation=left,bottom", the resulting jpeg image is displayed wrong because the actual image data is rotated, but the EXIF field still says it should be rotated when displayed.

Solution:
Clear the orientation flag when copying the EXIF data from the RAW file to the JPEG, see attached patch.
Comment 1 Michael G. Hansen 2009-05-15 16:58:03 UTC
Created attachment 33684 [details]
Clear rotation flag during export.
Comment 2 caulier.gilles 2009-05-15 19:05:48 UTC
Patch is fine for me and can be applied to svn...

Gilles
Comment 3 caulier.gilles 2009-05-18 08:10:07 UTC
SVN commit 969358 by cgilles:

apply patch #33684 from Michael G. Hansen
BUG: 192787


 M  +4 -0      rawdecodingiface.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=969358