Skip to content

Instantly share code, notes, and snippets.

@juliango202
Created October 14, 2017 11:46
Show Gist options
  • Save juliango202/d62c8447460197a035af925f1f210bc9 to your computer and use it in GitHub Desktop.
Save juliango202/d62c8447460197a035af925f1f210bc9 to your computer and use it in GitHub Desktop.
Batch create thumbnail images from the command line(linux)
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