Bug 114848

Summary: Search dialog: images not rotated correctly
Product: [Applications] digikam Reporter: Jens <jens-bugs.kde.org>
Component: Searches-AdvancedAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 0.8.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 7.0.0

Description Jens 2005-10-22 01:06:17 UTC
Version:           0.8.0-beta2 (using KDE 3.4.2 Level "b" , SUSE 10.0)
Compiler:          Target: i586-suse-linux
OS:                Linux (i686) release 2.6.13-15-default

Hello,

Digikam's search dialog (available via "s") shows thumbnails of pictures matching the search terms. However, these are not rotated - like in the main icon view - if they are portrait images.

It seems the EXIF orientation is being ignored.
Comment 1 caulier.gilles 2005-10-22 22:23:06 UTC
SVN commit 473179 by cgilles:

Fixed exif auto thumbnail rotation in digiKam search view.
Please give me a feeback because i can check if is right (no jpeg file with rotation exif tag here)

CCBUG: 114848

 M  +1 -1      searchresultsview.cpp  


--- trunk/extragear/graphics/digikam/digikam/searchresultsview.cpp #473178:473179
@@ -133,7 +133,7 @@
     
     if (!ulist.isEmpty())
     {
-        m_thumbJob = new ThumbnailJob(ulist, 128, true);
+        m_thumbJob = new ThumbnailJob(ulist, 128, true, true);
     
         connect(m_thumbJob, SIGNAL(signalThumbnail(const KURL&, const QPixmap&)),
                 this, SLOT(slotGotThumbnail(const KURL&, const QPixmap&)));
Comment 2 caulier.gilles 2005-10-28 08:17:34 UTC
Tried with recent jpeg images using exif rotation tag. work fine. Closed.

Gilles Caulier
Comment 3 Jens 2005-10-28 10:42:10 UTC
Thank you and sorry for not following up earlier.
I wasn't home since last week (business trip) ...
Comment 4 caulier.gilles 2019-12-28 06:19:41 UTC
Not reproducible with 7.0.0-beta1