inkscape
inkscape
I think it’s better than imagemagick for some tasks, especially converting svg to png.
convert svg to png
had a lot of trouble with imagemagick, the internet seems to agree
inkscape -w 512 -h 512 input.svg -o output.pngI think it’s better than imagemagick for some tasks, especially converting svg to png.
had a lot of trouble with imagemagick, the internet seems to agree
inkscape -w 512 -h 512 input.svg -o output.png