Created
April 6, 2012 20:07
-
-
Save nhunzaker/2322595 to your computer and use it in GitHub Desktop.
Resize and Crop Thumbnails with Image Magick
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
mogrify -thumbnail x400 -resize '400x<' -resize 50% -gravity center -crop 200x200+0+0 +repage -format jpg -quality 91 *.JPG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment