ImageMagick's "-transparent white" working for PNG output but not SVG

106 views Asked by At

So in cmd prompt, I just put

convert test.png -transparent white transparent.png

If I replace the .png with .svg , the new file is made. However, it isn't transparent. What can I do?

Reason I prefer using svg file over png: It is a vector image.

0

There are 0 answers