I am stuck on converting raw images from my Canon camera on my Windows machine and would appreciate any ideas how to resolve the issue.
I am trying to convert the raw files with the following command into a jpg image:
Code: Select all
convert [Image.cr2] -profile [Cameraprofile.icc] [Image.jpg]
I tried running the command from both, the portable & installed versions of 6.9.9-41 (Q16) and 7.0.7-29 (Q16) on my windows desktop and laptop, to ensure its not caused by any software on my pc. The linux device, that I tested it on is an Odroid C1 with version 6.8.9-9 Q16. The used Camera is a Canon 550D.
I have also tried to play around to set the colorspace with -colorspace RGB and sRGB, but that didn’t really help either.
The raw file:
https://www.dropbox.com/s/3wslsdcqwl1lg ... 1.cr2?dl=0
Linux Output:
https://www.dropbox.com/s/9x7ouv7awm292 ... x.jpg?dl=0
Window Output:
https://www.dropbox.com/s/rqseb5htahvp4 ... s.jpg?dl=0
So any idea, what I am missing here?
Greetings,