[Digikam-devel] [Bug 134761] a rotated RAW image get saved straight with an inconsistent Exif orientation

Marcel Wiesweg marcel.wiesweg at gmx.de
Tue Oct 3 14:43:46 BST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=134761         
marcel.wiesweg gmx de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From marcel.wiesweg gmx de  2006-10-03 15:43 -------
SVN commit 591949 by mwiesweg:

Change default value.

I think this option was added a long time ago because of user request, so I dont remove it now.

BUG: 134761


 M  +1 -1      NEWS  
 M  +2 -2      digikam/albumsettings.cpp  


--- trunk/extragear/graphics/digikam/NEWS #591948:591949
 @ -298,6 +298,6  @
 174 ==> 134841 : weird behaviour of identity setup.
 175 ==> 131382 : All thumbnails of album destroyed when using Tag Filters.
 176 ==> 134869 : High CPU usage while displaying ICC Profile.
-177 ==> 
+177 ==> 134761 : a rotated RAW image get saved straight with an inconsistent Exif orientation
 
 ----------------------------------------------------------------------------------------------------
--- trunk/extragear/graphics/digikam/digikam/albumsettings.cpp #591948:591949
 @ -190,7 +190,7  @
     d->tooltipShowRating      = true;
 
     d->exifRotate             = true;
-    d->exifSetOrientation     = false;
+    d->exifSetOrientation     = true;
 
     d->saveIptcTags           = false;
     d->saveIptcRating         = false;
 @ -263,7 +263,7  @
     config->setGroup("EXIF Settings");
 
     d->exifRotate = config->readBoolEntry("EXIF Rotate", true);
-    d->exifSetOrientation = config->readBoolEntry("EXIF Set Orientation", false);
+    d->exifSetOrientation = config->readBoolEntry("EXIF Set Orientation", true);
 
     // ---------------------------------------------------------------------



More information about the Digikam-devel mailing list