Created
May 21, 2022 13:59
-
-
Save superjojo140/db26a12c29db0d63bd72184543194c6d to your computer and use it in GitHub Desktop.
Batch compress photos with imagemagick
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
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