Last active
December 21, 2015 06:38
-
-
Save dwighthouse/6265128 to your computer and use it in GitHub Desktop.
Generate thumbnails for a folder full of images using ImageMagick
This file contains 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
rm -rf t && mkdir t && mogrify -gravity center -resize 150x150^ -crop 150x150+0+0 -format jpg -quality 80 -strip -interlace plane -path t *.* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment