Skip to content

Instantly share code, notes, and snippets.

@nhunzaker
Created April 6, 2012 20:07
Show Gist options
  • Save nhunzaker/2322595 to your computer and use it in GitHub Desktop.
Save nhunzaker/2322595 to your computer and use it in GitHub Desktop.
Resize and Crop Thumbnails with Image Magick
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