Skip to content

Instantly share code, notes, and snippets.

@hforbess
Created October 14, 2018 02:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hforbess/c556fbd68dd3e82bbf2e179f266e0dba to your computer and use it in GitHub Desktop.
Save hforbess/c556fbd68dd3e82bbf2e179f266e0dba to your computer and use it in GitHub Desktop.
imageMagick resize to fill command
convert ruby.png -resize 250x250 -background White -gravity center -extent 250x250 out.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment