Skip to content

Instantly share code, notes, and snippets.

@dukenmarga
Created July 3, 2023 08:06
Show Gist options
  • Save dukenmarga/72ea2ddfbdde210ab76763bd7d06571f to your computer and use it in GitHub Desktop.
Save dukenmarga/72ea2ddfbdde210ab76763bd7d06571f to your computer and use it in GitHub Desktop.
Linux Command Line

Convert SVG to PNG

Install ImageMagick first.

convert -density 1200 -resize 200x200 -transparent white input.svg output.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment