Thanks for the reply.
I use the above code on an asp.net page, on the web server, I don't have Inkescape installed.
Is there any way to "translate" the following switch commands of imagemagick to magick.net library?
--THIS--
convert +antialias -background transparent media-playback-start.svg media-playback-start.png;
found that command on this blog.
-- OR THIS--
convert -background none folder.svg folder.png
found that command on this blog
I use the above code on an asp.net page, on the web server, I don't have Inkescape installed.
Is there any way to "translate" the following switch commands of imagemagick to magick.net library?
--THIS--
convert +antialias -background transparent media-playback-start.svg media-playback-start.png;
found that command on this blog.
-- OR THIS--
convert -background none folder.svg folder.png
found that command on this blog