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
Code: Select all
magick mogrify -format eps -background none -colorspace RGB -channel RGBA *.png