Bug 237808 - digiKam don't rotate JPEG images
Summary: digiKam don't rotate JPEG images
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-DImg-JPEG (show other bugs)
Version: 1.2.0
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-16 11:58 UTC by Eugene
Modified: 2017-07-30 16:06 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 2.6.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene 2010-05-16 11:58:51 UTC
Version:           1.2.0 (using KDE 4.4.3)
Compiler:          gcc-4.4.2 -O2 -march=native  -pipe
OS:                Linux
Installed from:    Gentoo Packages

Hello.
My environment:
- KDE-4.4.3 (x86-64);
- digikam-1.2.0:
- kipi-plugins-1.2.0
- exiv2-0.19

OS: Gentoo x86-64.
GCC:4.4.2, glibc: 2.10.1.
libjpeg:
 media-libs/jpeg
     Available versions:  
        (62)    6b-r9
        (7)     (~)7-r1
        (0)     8a
     Installed versions:  6b-r9(62)(17:22:07 31.01.2010) 7-r1(7)(12:50:06 16.05.2010) 8a(23:16:22 09.05.2010)
     Homepage:            http://jpegclub.org/ http://www.ijg.org/
     Description:         Library to load, handle and manipulate images in the JPEG format
------------------
Auto rotate JPEG don't work.
Manual rotate JPEG don't work too.

Log for digikam:

digikam(10807)/digikam (core): ThumbnailLoadThread::load: No thumbnail size specified. Refusing to load thumbnail. 
digikam(10807)/digikam (core): ThumbnailLoadThread::load: No thumbnail size specified. Refusing to load thumbnail. 
digikam(10807)/digikam (core): ThumbnailLoadThread::load: No thumbnail size specified. Refusing to load thumbnail. 
digikam(10807)/digikam (core): ThumbnailLoadThread::load: No thumbnail size specified. Refusing to load thumbnail. 
digikam(10807)/digikam (core): ThumbnailLoadThread::load: No thumbnail size specified. Refusing to load thumbnail. 
QFile::setFileName: File (/tmp/kde-johnbat26/digikamJ10807kipiplugin-rotate.jpg) is already opened

--------
Gwenview don't rotate JPEG too with log:
gwenview(10878) Gwenview::JPEGErrorManager::errorExitCallBack: Invalid crop request 
gwenview(10878): libjpeg error in src
 
--------
Please, resolve this problem. It very disturb in my  work. 
Thanks in advance.
Comment 1 caulier.gilles 2010-05-16 12:18:29 UTC
Fixed in current implementation from svn (next kipi-plugins 1.3.0)

Gilles Caulier
Comment 2 Eugene 2010-05-16 13:20:56 UTC
When kipi-plugins released to 1.3.0 ?
Because I get error for install svn version in Gentoo:

ERROR: media-plugins/kipi-plugins-9999 failed:
 *   wrong linguas dir specified
 * 
 * Call stack:
 *     ebuild.sh, line   48:  Called src_prepare
 *   environment, line 3959:  Called kde4-base_src_prepare
 *   environment, line 3094:  Called enable_selected_linguas
 *   environment, line 1668:  Called die
 * The specific snippet of code:
 *       [[ -d "${KDE_LINGUAS_DIR}" ]] || die "wrong linguas dir specified";
 * 
 * If you need support, post the output of 'emerge --info =media-plugins/kipi-plugins-9999',
 * the complete build log and the output of 'emerge -pqv =media-plugins/kipi-plugins-9999'.
 * This ebuild used the following eclasses from overlays:
 *   /var/lib/layman/kde/eclass/kde4-base.eclass
 *   /var/lib/layman/kde/eclass/kde4-functions.eclass
 * This ebuild is from an overlay named 'kde': '/var/lib/layman/kde/'
 * The complete build log is located at '/var/tmp/portage/media-plugins/kipi-plugins-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-plugins/kipi-plugins-9999/temp/environment'.
 * S: '/var/tmp/portage/media-plugins/kipi-plugins-9999/work/kipi-plugins-9999
-----------
Comment 3 caulier.gilles 2011-12-20 17:32:33 UTC
Eugene,

This file still valid using kipi-plugins 2.4 ?

Gilles Caulier
Comment 4 caulier.gilles 2012-01-25 10:15:03 UTC
This entry is fixed now with digiKam 2.6.0 where a dedicated implementation is
used to rotate/flip image. We don't use ImageMagick to transform images.

digiKam 2.6.0 disabled JPEGLOSSLESS kipi-plugin.

Gilles Caulier