[Digikam-devel] extragear/graphics/digikam/showfoto
    Gilles Caulier 
    caulier.gilles at free.fr
       
    Tue Nov 15 13:40:48 GMT 2005
    
    
  
SVN commit 480549 by cgilles:
ShowFoto: missing to fix Exif::orientation tag during save operation
CCMAIL: digikam-devel at kde.org
 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;
    
    
More information about the Digikam-devel
mailing list