Created
January 6, 2010 18:43
-
-
Save eric1234/270513 to your computer and use it in GitHub Desktop.
Resize and crop all photos in a directory to a specific size
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 248x157^ -gravity center -extent 248x157 '*.jpg' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment