Convert EPS with Mac Preview to PNG

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Re: Convert EPS with Mac Preview to PNG

Post by glennrp »

glennrp wrote:
fmw42 wrote:Glenn,
For vector input images (is not eps vector?), should not the -colorspace RGB be a read modifier and so go before the image.
Dunno. I haven't got a clue about how read modifiers work with delegates. If it works for you then I guess putting it before is OK.
Looking at coders/ps.c, it seems that if the -colorspace RGB appears before the input image name, then the EPS delegate (probably ghostscript)
will do the CMYK->RGB conversion. It's possible that this will be more efficient and accurate than letting ImageMagick do it.
Post Reply