Page 1 of 1

convert GIF -> EPS : transparency

Posted: 2010-11-26T08:08:17-07:00
by kinmye
Hi.
Do you know how to convert .png file to .eps keeping transparencies?
I have tried

Code: Select all

convert -size 100x100 xc:none -fill red -draw "circle 60,60 35,35" drawn.png
convert drawn.png -alpha option eps2:drawn.eps
with diferent option value

In general, the background is either white or in some cases black. The only way to get transparency is using as option "Transparent", but in this case, all the image is transparent (this is the intended case, but not use for me).

(I want to do this to include a gif image in latex)