Skip to content

Instantly share code, notes, and snippets.

@Nikaoto
Last active April 6, 2019 15:53
Show Gist options
  • Save Nikaoto/557ccd329a5f7c1b0f36f3f37a31fd0f to your computer and use it in GitHub Desktop.
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)
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