Bug 137869 - ImageRotate: ImageMagick exception: ImageMagick: Delegate failed `"dcraw"
Summary: ImageRotate: ImageMagick exception: ImageMagick: Delegate failed `"dcraw"
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Bqm-Rotate (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-25 18:51 UTC by byrad
Modified: 2019-08-18 08:57 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 6.3.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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" > "%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" > "%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