extragear/graphics/digikam/showfoto

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

extragear/graphics/digikam/showfoto

Gilles Caulier
SVN commit 480549 by cgilles:

ShowFoto: missing to fix Exif::orientation tag during save operation
CCMAIL: [hidden email]


 M  +3 -0      showfoto.cpp  


--- trunk/extragear/graphics/digikam/showfoto/showfoto.cpp #480548:480549
@@ -746,6 +746,9 @@
         }
         else
             kdDebug() << ("slotSaveAs::No Exif Data Found") << endl;
+    
+        if ( m_canvas->exifRotated() )
+            KExifUtils::writeOrientation(tmpFile, KExifData::NORMAL);    
     }
 
     kdDebug() << "renaming to " << saveAsURL.path() << endl;
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel