【发布时间】:2012-04-11 21:54:55
【问题描述】:
我正在尝试使用 ImageMagick 将 EPS 转换为 PNG,但遇到了困难。 图像确实转换为 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 没有转换?”
【问题讨论】:
标签: colors png imagemagick converter eps