Bug 192787 - RawConverter: Image rotated but EXIF tag not cleared
Summary: RawConverter: Image rotated but EXIF tag not cleared
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: BatchQueueManager-RAWProcessing (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-15 16:57 UTC by Michael G. Hansen
Modified: 2018-03-23 11:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.4.0


Attachments
Clear rotation flag during export. (934 bytes, patch)
2009-05-15 16:58 UTC, Michael G. Hansen
Details

Note You need to log in before you can comment on or make changes to this bug.
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