Re: Convert EPS with Mac Preview to PNG
Posted: 2011-12-05T17:49:45-07:00
Looking at coders/ps.c, it seems that if the -colorspace RGB appears before the input image name, then the EPS delegate (probably ghostscript)glennrp wrote: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.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.
will do the CMYK->RGB conversion. It's possible that this will be more efficient and accurate than letting ImageMagick do it.