CR2 to TIFF Conversion without Color Change
Posted: 2014-03-19T06:45:28-07:00
Hi community;
I am trying to convert CR2 file to Tiff without changing the color according to conversion in Adobe Lightroom and Adobe Photoshop.
I am simply read CR2 file and write Tiff file as
convert image.CR2 -profile AdobeRGB.icc -profile AdobeRGB.icc image.tiff
The CR2 File does not have embedded profile but tagged as AdobeRGB. Because of this problem, ImageMagick gives sRGB colorspace when I do not write "-profile AdobeRGB.icc -profile AdobeRGB.icc "
The results are:

My CR2 file is http://speedy.sh/UhE6V/IMG-8042384AdobeRGB.CR2
Convertion result in photoshop is http://speedy.sh/9Nw27/IMG-8042384AdobeRGB.tif
Conversion result of ImageMagick http://speedy.sh/d6KC4/IMG-8042384.tiff
So my question is that how can convert my CR2 file with imageMagick for resulting same image in photoshop.
Note: The embedded Jpeg file in CR2 isalso very close what photoshop converts CR2 in default values.
I am trying to convert CR2 file to Tiff without changing the color according to conversion in Adobe Lightroom and Adobe Photoshop.
I am simply read CR2 file and write Tiff file as
convert image.CR2 -profile AdobeRGB.icc -profile AdobeRGB.icc image.tiff
The CR2 File does not have embedded profile but tagged as AdobeRGB. Because of this problem, ImageMagick gives sRGB colorspace when I do not write "-profile AdobeRGB.icc -profile AdobeRGB.icc "
The results are:

My CR2 file is http://speedy.sh/UhE6V/IMG-8042384AdobeRGB.CR2
Convertion result in photoshop is http://speedy.sh/9Nw27/IMG-8042384AdobeRGB.tif
Conversion result of ImageMagick http://speedy.sh/d6KC4/IMG-8042384.tiff
So my question is that how can convert my CR2 file with imageMagick for resulting same image in photoshop.
Note: The embedded Jpeg file in CR2 isalso very close what photoshop converts CR2 in default values.