v2015.06.0 ...and a new website

Holger Schurig holgerschurig at gmail.com
Thu Jun 25 23:09:21 PDT 2015


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



More information about the barebox mailing list