Created
September 6, 2017 18:44
-
-
Save lifofernandez/b3088b9699ce85a49074cdc02a302fce to your computer and use it in GitHub Desktop.
CLI image manipulation
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
# downscale and lower quality of JPGs in a folder | |
mogrify -resize 50% -quality 70 *.jpg | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment