colorspace conversion issue....
Posted: 2012-11-09T17:47:31-07:00
Hi All,
I'm brand new to ImageMagick, so please bear with me, should I make any mistakes!
The plan is to convert the color space of a bunch of .tif files from sRGB to generic RGB or XYZ... (on the way there might be some gamma conversions to be addressed).
1) Checking the original file:
# identify -format "%[colorspace]" 1ab_dcp.v01_1440.tif
sRGB
2) Converting to XYZ color space:
convert 1ab_dcp.v01_1440.tif -colorspace XYZ out2.tif
3) Checking the output file:
identify -format "%[colorspace]" out2.tif
sRGB
Now why is that? I would have expected this to come back with a XYZ??
Any help/ advise/ solution is appreciated!
ptitude -v show imagemagick:
Package: imagemagick
State: installed
Automatically installed: yes
Version: 8:6.7.7.10-4
uname -r
3.2.0-3-amd64
I'm brand new to ImageMagick, so please bear with me, should I make any mistakes!
The plan is to convert the color space of a bunch of .tif files from sRGB to generic RGB or XYZ... (on the way there might be some gamma conversions to be addressed).
1) Checking the original file:
# identify -format "%[colorspace]" 1ab_dcp.v01_1440.tif
sRGB
2) Converting to XYZ color space:
convert 1ab_dcp.v01_1440.tif -colorspace XYZ out2.tif
3) Checking the output file:
identify -format "%[colorspace]" out2.tif
sRGB
Now why is that? I would have expected this to come back with a XYZ??
Any help/ advise/ solution is appreciated!
ptitude -v show imagemagick:
Package: imagemagick
State: installed
Automatically installed: yes
Version: 8:6.7.7.10-4
uname -r
3.2.0-3-amd64