使用imagemagick将CMYK图像转换为RGB时颜色错误

时间:2011-08-26 14:49:25

标签: php imagemagick rgb cmyk

我有一堆图像上传为cmyk,我需要将它们转换为rgb。

我用了这条线

exec("convert -colorspace RGB " . $myfile . " " . $myfile);
但颜色是偏离的(例如,褐色看起来是绿色的)。

我不确定为什么会这样做。

1 个答案:

答案 0 :(得分:0)

请尝试使用此代码:

-colorspace sRGB