I read the solution to this is often to include the color profile but there isn't one in the EPS file. I tried opening the EPS and saving it with the profile included, then extracting the profile and passing it to the convert action but without success so far.
The command I use is the following (with a profile included):
Code: Select all
convert -density 700x700 -colorspace CMYK "image.eps" -profile "profile.xmp" -transparent black -trim -quality 100 -resize 1500 "image.png"