Skip to content

Instantly share code, notes, and snippets.

@seignovert
Created September 12, 2016 16:34
Show Gist options
  • Save seignovert/27f095beee26b29196c29e618068f61b to your computer and use it in GitHub Desktop.
Save seignovert/27f095beee26b29196c29e618068f61b to your computer and use it in GitHub Desktop.
Command line to convert Convert SVG to PNG

Command line to convert Convert SVG to PNG

On MacOs:

inkscape $(pwd)/IMG.svg --export-area-page --export-png=$(pwd)/OUTPUT.png -w WIDTH -h HEIGHT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment