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.
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&)));
Tried with recent jpeg images using exif rotation tag. work fine. Closed. Gilles Caulier
Thank you and sorry for not following up earlier. I wasn't home since last week (business trip) ...
Not reproducible with 7.0.0-beta1