Last active
April 6, 2019 15:53
-
-
Save Nikaoto/557ccd329a5f7c1b0f36f3f37a31fd0f to your computer and use it in GitHub Desktop.
Resize image to cover a 128x128 square ('128^>' resizes the larger side to 128)
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 image.jpg -resize '128^>' -extent 128x128 newimage.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment