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