Skip to content

Instantly share code, notes, and snippets.

@bordeo
Last active March 28, 2021 22:04
Show Gist options
  • Save bordeo/c31f30f01f23aab352964281ab8ce18a to your computer and use it in GitHub Desktop.
Save bordeo/c31f30f01f23aab352964281ab8ce18a to your computer and use it in GitHub Desktop.
Magick cli command
# Convert SVG to PNG resizing to a fixed canvans and keep frame around
# Order is important
magick convert -resize 144x144 -background none -density 1000 image.png -gravity center -extent 144x144 image.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment