Created
July 28, 2017 21:52
-
-
Save dryliketoast/90985974aef1d73c618a885a03f48186 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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