Page 1 of 1

Convert PNG to EPS with Transparency

Posted: 2013-04-15T13:20:29-07:00
by pennettat
I am having a really tough time finding an answer to this. I am trying to use just the command line to convert a basic transparent PNG to EPS but whenever I do, the image comes out completely black.

I am using the command:

convert "image1.png" "image1.eps"

Thanks.

Re: Convert PNG to EPS with Transparency

Posted: 2013-04-15T15:43:27-07:00
by fmw42
What version of IM and what platform? Can you post a link to your PNG file?

The following works perfectly fine for me with IM 6.8.4.10 Q16 Mac OSX Snow Leopard.


convert logo: -transparent white logot.png
convert logot.png logot.eps
display logot.eps