Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@haemi
Created March 2, 2017 07:20
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 haemi/b427c141e4bdc33b6e077a40d003628b to your computer and use it in GitHub Desktop.
Save haemi/b427c141e4bdc33b6e077a40d003628b to your computer and use it in GitHub Desktop.
resizing/cropping images
mogrify -resize 373x663 *.JPG
mogrify -crop 373x553+0+100 *.JPG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment