How do I convert PNG to EPS without losing the transparency?

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?".
Post Reply
kiang

How do I convert PNG to EPS without losing the transparency?

Post by kiang »

In fact, I'm using IMagick PHP extension. But there seems no forum section for it. :)

I've tried for days finding a way to convert PNG to EPS without losing the transparency( command line or IMagick class in PHP ). I know EPS actually don't support transparency but it has an option to save "Clipping Path"(the name in Photoshop). Is there anyway to convert the transparent area in PNG files to Clipping Path in EPS files? Or there is one another solution?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: How do I convert PNG to EPS without losing the transparency?

Post by fmw42 »

kiang

Re: How do I convert PNG to EPS without losing the transparency?

Post by kiang »

Sorry, I have no idea why I didn't find it before. Thanks for your notify. :)
Post Reply