Skip to content

Instantly share code, notes, and snippets.

@eric1234
Created January 6, 2010 18:43
Show Gist options
  • Select an option

  • Save eric1234/270513 to your computer and use it in GitHub Desktop.

Select an option

Save eric1234/270513 to your computer and use it in GitHub Desktop.
Resize and crop all photos in a directory to a specific size
mogrify -thumbnail 248x157^ -gravity center -extent 248x157 '*.jpg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment