Imagemagick (and therefore also probably /Graphicsmagic) allows this from the command line: convert -setTheOutputSizeOfThePng 1024x1024 test.svg test.png And Inkscape (my SVG tool of choice) as well: inkscape -z -e test.png -w 1024 -h 1024 test.svg Source: http://stackoverflow.com/questions/9853325/how-to-convert-a-svg-to-a-png-with-image-magick