Created
January 31, 2018 15:19
-
-
Save stekhn/073065c5dce45ce4ce86c332f6a7187c to your computer and use it in GitHub Desktop.
Batch resize images to 100 pixel thumbnails with decent quality
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 -strip -resize 100x100 -interlace Plane -quality 85% -path . *.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment