convert: Delegate failed `"dcraw" -3 -w -c "%i" > "%o"'.

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
nathanziarek

convert: Delegate failed `"dcraw" -3 -w -c "%i" > "%o"'.

Post by nathanziarek »

Background: Ubuntu Edgy Eft (all updates), IM 6.2.4, dcraw 8.38
Just installed minutes ago using:

Code: Select all

sudo apt-get install dcraw
sudo apt-get install iamgemagick
I tried searching here, but the search wasn't working -- I was getting a page not found error. I browsed through 4 pages before deciding to just add another thread. My apologies if this has been mentioned before.

Looking through the options for dcraw, there doesn't appear to be an option tied to "-3". Not sure what that is there to accomplish.

I can convert a RAW file in one-ish step using

Code: Select all

dcraw -w -c rawfile.raw | convert - -resize 100x100 test.png
but convert rawfile.raw -resize 100x100 test.png produces the error in the subject:

Code: Select all

convert: Delegate failed `"dcraw" -3 -w -c "%i" > "%o"'.
Let me know if there is anything else I can do to help. I'm not terribly savvy compiling my own software, which is why I am not using the most recent CVS copy. If that is fixed there, again, my apologies.

Thanks,

Nate
Post Reply