Convert eps to opaque png
Posted: 2009-03-17T18:50:17-07:00
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
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