I have a SVG file that has a defined size of 16x16. When I use ImageMagick\'s convert program to convert it into a PNG, then I get a 16x16 pixel PNG which is way too small:<
Without librsvg, you may get a black png/jpeg image. We have to install librsvg to convert svg file with imagemagick.
librsvg
convert
sudo apt-get install imagemagick librsvg convert -density 1200 test.svg test.png
brew install imagemagick librsvg convert -density 1200 test.svg test.png