Canon 5d Mark III CR2 results in pink JPG

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
atmaturen
Posts: 2
Joined: 2012-06-21T12:27:38-07:00
Authentication code: 13

Canon 5d Mark III CR2 results in pink JPG

Post by atmaturen »

Hi All,

We recently purchased a Canon 5d Mark III and tried taking photos as CR2s and then converting them to JPGs with IM. This works well for all of our other Images, but with the new camera all of the JPGs are pink. Here are links to an example photo.

http://dl.dropbox.com/u/1444885/field.jpg
http://dl.dropbox.com/u/1444885/field.cr2

We are using ImageMagick 6.7.0-6 2010-05-10 Q16

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

Re: Canon 5d Mark III CR2 results in pink JPG

Post by fmw42 »

I think it would help the IM developers to know the exact command you used to convert from cr2 to jpg. And to know what platform you are on.
atmaturen
Posts: 2
Joined: 2012-06-21T12:27:38-07:00
Authentication code: 13

Re: Canon 5d Mark III CR2 results in pink JPG

Post by atmaturen »

the command was

Code: Select all

convert cr2:'/tmp/imports/ucomm/2012 Digital Photos/Campus Facilities/Buildings/Aerial/Aerial Photos 4-12/20120412-L37A4070.CR2' field.jpg
and here's the version of SLES that I'm using

Code: Select all

SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 1
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Canon 5d Mark III CR2 results in pink JPG

Post by fmw42 »

I don't know much about raw formats, but you might review http://www.imagemagick.org/Usage/formats/#crw, though I think dcraw has been replace with ufraw.
Post Reply