Skip to content

Instantly share code, notes, and snippets.

View juliango202's full-sized avatar

Julian Go juliango202

View GitHub Profile
@juliango202
juliango202 / gist:d62c8447460197a035af925f1f210bc9
Created October 14, 2017 11:46
Batch create thumbnail images from the command line(linux)
mogrify -resize 320x320 -gravity center -crop 278x278+0+0 -format png -path thumbs *.png