Hello, I'm trying to use the convert tool to crate an opaque png from an eps file.
I tried
convert 1.eps 1.png
convert 1.eps -background white 1.png
convert 1.eps -transparent-color white 1.png
convert 1.eps -channel RGB 1.png
convert 1.eps -channel RGB -matte 1.png
And well, I keep getting a transparent background png.
I googled and only got the way to get transparent pngs from eps but that I already got it.
Also, couldnt search in this forum with eps and png in the search string since it blocks those small words.
Any help will be appreciated
Convert eps to opaque png
Re: Convert eps to opaque png
Try the +matte option.
Re: Convert eps to opaque png
Thanks, it worked, I had just tried the -flatten option and it also worked, but well, it says it is for a sequece of images.
Thanks for your help, I'll be using the +matte option.
Thanks for your help, I'll be using the +matte option.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Convert eps to opaque png
-alpha off should give the same results as +matte.
see http://www.imagemagick.org/script/comma ... .php#alpha
see http://www.imagemagick.org/script/comma ... .php#alpha