convert GIF -> EPS : transparency
Posted: 2010-11-26T08:08:17-07:00
Hi.
Do you know how to convert .png file to .eps keeping transparencies?
I have tried
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)
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
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)