Skip to content

Instantly share code, notes, and snippets.

@superjojo140
Created May 21, 2022 13:59
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 superjojo140/db26a12c29db0d63bd72184543194c6d to your computer and use it in GitHub Desktop.
Save superjojo140/db26a12c29db0d63bd72184543194c6d to your computer and use it in GitHub Desktop.
Batch compress photos with imagemagick
mogrify -strip -interlace Plane -gaussian-blur 0.05 -quality 20% *.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment