Error converting from .CR2 to .jpg

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
EddyTheB
Posts: 2
Joined: 2014-04-14T13:44:59-07:00
Authentication code: 6789

Error converting from .CR2 to .jpg

Post by EddyTheB »

Trying to convert Canon raw images to j-pegs...

$ convert IMG_2854.CR2 IMG_2854.jpg
convert.im6: delegate failed `"ufraw-batch" --silent --create-id=also --out-type=png --out-depth=16 "--output=%u.png" "%i"' @ error/delegate.c/InvokeDelegate/1065.
convert.im6: unable to open image `/tmp/magick-_jXTjD7U.ppm': No such file or directory @ error/blob.c/OpenBlob/2638.
convert.im6: no images defined `IMG_2854.jpg' @ error/convert.c/ConvertImageCommand/3044.

Is there something extra I need to install? Or anything else? convert -list format shows that I do have support for CR2 images.

Thanks.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Error converting from .CR2 to .jpg

Post by fmw42 »

What version of IM and platform?
What do you get from:

Code: Select all

convert -version
do you have ufraw or dcraw delegate library installed? see http://ufraw.sourceforge.net/
EddyTheB
Posts: 2
Joined: 2014-04-14T13:44:59-07:00
Authentication code: 6789

Re: Error converting from .CR2 to .jpg

Post by EddyTheB »

ufraw was what I needed. I installed and now it works. Thanks.

I'm running IM 6.7.7 on Ubuntu.
Post Reply