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:<
On macOS using brew, using librsvg directly works well
brew install librsvg rsvg-convert test.svg -o test.png
Many options are available via rsvg-convert --help
rsvg-convert --help