Skip to content

Instantly share code, notes, and snippets.

@lifofernandez
Created September 6, 2017 18:44
Show Gist options
  • Save lifofernandez/b3088b9699ce85a49074cdc02a302fce to your computer and use it in GitHub Desktop.
Save lifofernandez/b3088b9699ce85a49074cdc02a302fce to your computer and use it in GitHub Desktop.
CLI image manipulation
# 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