Skip to content

Instantly share code, notes, and snippets.

@stekhn
Created January 31, 2018 15:19
Show Gist options
  • Save stekhn/073065c5dce45ce4ce86c332f6a7187c to your computer and use it in GitHub Desktop.
Save stekhn/073065c5dce45ce4ce86c332f6a7187c to your computer and use it in GitHub Desktop.
Batch resize images to 100 pixel thumbnails with decent quality
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