Skip to content

Instantly share code, notes, and snippets.

@kapb14
Created August 28, 2019 10:11
Show Gist options
  • Save kapb14/5c783a29e2367e1433e6b58a7024f899 to your computer and use it in GitHub Desktop.
Save kapb14/5c783a29e2367e1433e6b58a7024f899 to your computer and use it in GitHub Desktop.
convert SVG to PNG

convert SVG to PNG

inkscape -z -e user-ninja-solid.png -w 512 -h 512 user-ninja-solid.svg

Install Inkscape (on Windows)

scoop install inkscape

Install Inkscape (on Debian)

apt install inkscape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment