Created
March 2, 2017 07:20
-
-
Save haemi/b427c141e4bdc33b6e077a40d003628b to your computer and use it in GitHub Desktop.
resizing/cropping images
This file contains 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
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