Convert .cr2 to jpeg

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
danielmauch

Convert .cr2 to jpeg

Post by danielmauch »

Hi

I am trying to convert a camera raw .cr2 file into a jpeg file:

convert -colorspace rgb -geometry 200x133 "cr2:toconvert/_MG_1507.CR2" "thumbs/_MG_1507.jpg"

I always get the error:
"unable to open file" but the file is there?

Daniel
dognose
Posts: 265
Joined: 2005-03-08T22:16:37-07:00

Re: Convert .cr2 to jpeg

Post by dognose »

Type:

convert -list format

Do you see CR2 in there? If not, you might not have compiled it in, or you have an older version that doesn't yet have cr2 support. I believe it's relatively new.
danielmauch

Re: Convert .cr2 to jpeg

Post by danielmauch »

Thanks a lot that was the problem!!!
Post Reply