Created
October 14, 2017 11:46
-
-
Save juliango202/d62c8447460197a035af925f1f210bc9 to your computer and use it in GitHub Desktop.
Batch create thumbnail images from the command line(linux)
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 -resize 320x320 -gravity center -crop 278x278+0+0 -format png -path thumbs *.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment