Skip to content

Instantly share code, notes, and snippets.

@dryliketoast
Created July 28, 2017 21:52
Show Gist options
  • Select an option

  • Save dryliketoast/90985974aef1d73c618a885a03f48186 to your computer and use it in GitHub Desktop.

Select an option

Save dryliketoast/90985974aef1d73c618a885a03f48186 to your computer and use it in GitHub Desktop.
# convert large.jpg -resize 150x -gravity center -extent 200x175 output.jpg
// scales large.jpg so the width is 150px (height is calculated)
// move resized image to center of a canvas that is 200x175px in size
// save the new image as output.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment