Page 1 of 1

Convert .cr2 to jpeg

Posted: 2008-01-23T05:39:01-07:00
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

Re: Convert .cr2 to jpeg

Posted: 2008-01-24T11:43:50-07:00
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.

Re: Convert .cr2 to jpeg

Posted: 2008-01-25T02:01:11-07:00
by danielmauch
Thanks a lot that was the problem!!!