Skip to content

Instantly share code, notes, and snippets.

@mreinstein
Created February 3, 2021 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mreinstein/7f7dd9700666486dd5c287b49459e19b to your computer and use it in GitHub Desktop.
Save mreinstein/7f7dd9700666486dd5c287b49459e19b to your computer and use it in GitHub Desktop.
downscale images
brew install imagemagick
mogrify -resize 50% -format png *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment