Search found 1 match

by snapebysnape
2019-01-04T00:52:43-07:00
Forum: Users
Topic: keep transparent background white convert .png to .eps
Replies: 3
Views: 3699

keep transparent background white convert .png to .eps

Hi,
i want to convert .png to .eps files, but actually the transparent background is colored white after execute of this command:

Code: Select all

magick mogrify -format eps -background none -colorspace RGB -channel RGBA *.png
Would be great if you have some advice for me.