为什么ImageMagick没有正确地将EPS转换为PNG(不保留颜色)

时间:2012-03-28 10:06:49

标签: colors png imagemagick converter eps

我正在尝试使用ImageMagick将EPS转换为PNG并遇到困难。 图像确实转换为PNG,但有缺陷(见下文)。

Converted PNG

我尝试了许多不同的转换器和选项,似乎没有任何区别。 是否有人知道问题可能是什么以及解决问题的方法。

到目前为止,我尝试过的一些例子是:

convert 20-[brush].eps -colorspace RGB thumb_20-[brush].png

convert 20-[brush].eps -colorspace sRGB thumb_20-[brush].png

convert 20-[brush].eps -colorspace CMYK thumb_20-[brush].png 

convert 20-[brush].eps -depth 4 -strip thumb_20-[brush].png

convert 20-[brush].eps -channel RGB -seperate thumb_20-[brush].png 
convert thumb_20-[brush]-1.png thumb_20-[brush]-2.png thumb_20-[brush]-3.png -channel RGB \ -combine combined.png

还有很多其他的尝试,但我已经开始忽略我尝试的内容

非常感谢您对此问题的任何帮助。

编辑:我已经注意到它似乎是原始EPS文件的一个问题,因为我现在已经通过外包和转换工作进行了测试 - 现在的问题可能更好 - “为什么在photoshop中创建的EPS不能转换?”

1 个答案:

答案 0 :(得分:0)

我已经注意到它似乎是原始EPS文件的一个问题,因为我现在已经通过外包和转换工作进行测试 - 现在问题可能更好 - “为什么我在photoshop中创建的EPS不能转换?”