Bug 137869

Summary: ImageRotate: ImageMagick exception: ImageMagick: Delegate failed `"dcraw"
Product: [Applications] digikam Reporter: byrad <yvan.brodier>
Component: Plugin-Bqm-RotateAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In: 6.3.0

Description byrad 2006-11-25 18:51:26 UTC
Version:           0.9 (using KDE KDE 3.5.5)
Installed from:    Debian testing/unstable Packages
OS:                Linux

Unknown option "-3".
digikam: ERROR: ImageRotate: ImageMagick exception: ImageMagick: Delegate failed `"dcraw" -3 -w -c "%i" &gt; "%o"'

In the album, the thumbails for raw (canon crw) are not in the rigth position.
When I want to rotate manualy, I have this error  :
Unknown option "-3".
digikam: ERROR: ImageRotate: ImageMagick exception: ImageMagick: Delegate failed `"dcraw" -3 -w -c "%i" &gt; "%o"'
And no rotation.

I have imagemagick and dcraw from debian unstable.

Sorry for my english
Comment 1 caulier.gilles 2006-11-25 19:08:35 UTC
byrad,

This bug is relevant of JPEGLossLess kipi-plugin witch rotate/flip image form kipi host like digiKam or kphotoalbum.

Also, this bug is invalid with the current implementation since i have removed libMagick depency and check if you want to rotate a RAW file (witch is impossible because RAW file are read only).

There is another B.K.O file about to disable JPEGLossLess menu actions if a RAW file is selected.

Gilles Caulier
Comment 2 caulier.gilles 2019-08-18 08:57:50 UTC
This problem no longer exists in digiKam core since we never process RAW file with ImageMagick with with libraw.

Also we have a double check in rotation batch processing tool to see if we try to transform a RAW file.

Gilles Caulier