我有一个CMYK tif图像,想要使用ImageMagick将其转换为RGB jpeg / png。即使我手动指定了sRGB配置文件,tif图像也会集成一个配置文件,但ImageMagick无法正确转换(颜色完全不正确)。
目前我正在使用此测试文件: http://www.file-upload.net/download-8686107/testimage.tif.html
我尝试了以下命令(没有成功):
convert testimage.tif test.jpg
convert testimage.tif -colorspace RGB test.jpg
convert testimage.tif -colorspace sRGB test.jpg
convert testimage.tif -profile sRGB.icm test.jpg
convert testimage.tif -profile USWebCoatedSWOP.icc -profile sRGB.icm test.jpg
有没有人知道为什么这些都不能正确转换图像?目前我正在使用
Version: ImageMagick 6.6.9-7 2012-08-17 Q16 http://www.imagemagick.org