【问题标题】:Why is ImageMagick not converting EPS to PNG correctly (Not retaining color)为什么 ImageMagick 不能正确地将 EPS 转换为 PNG(不保留颜色)
【发布时间】:2012-04-11 21:54:55
【问题描述】:

我正在尝试使用 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 没有转换?”

【问题讨论】:

    标签: colors png imagemagick converter eps


    【解决方案1】:

    我注意到原始 EPS 文件似乎存在问题,因为我现在已经对外包和转换工作进行了测试 - 现在问题可能会更好 - “为什么我在 Photoshop 中创建的 EPS 没有转换?”

    【讨论】:

      猜你喜欢
      • 2013-08-17
      • 2021-07-26
      • 1970-01-01
      • 2011-01-31
      • 2014-12-16
      • 1970-01-01
      • 2021-07-05
      • 2017-04-20
      • 2010-10-28
      相关资源
      最近更新 更多