Created
February 3, 2021 04:25
-
-
Save mreinstein/7f7dd9700666486dd5c287b49459e19b to your computer and use it in GitHub Desktop.
downscale images
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
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