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.
Convert PNG to EPS with Transparency
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Convert PNG to EPS with Transparency
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
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