Skip to content

Instantly share code, notes, and snippets.

@bertrandom
Created December 11, 2012 21:05
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 bertrandom/4262137 to your computer and use it in GitHub Desktop.
Save bertrandom/4262137 to your computer and use it in GitHub Desktop.
Recursive square thumbnail generation (destructive)
find . -type f -name '*.jpg' | xargs mogrify -define jpeg:size=640x640 -thumbnail 320x320^ -gravity center -extent 320x320
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment