Last active
March 28, 2021 22:04
-
-
Save bordeo/c31f30f01f23aab352964281ab8ce18a to your computer and use it in GitHub Desktop.
Magick cli command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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