Created
September 22, 2020 21:27
-
-
Save collimarco/198e35a92d33a955e08fd08f3698682d to your computer and use it in GitHub Desktop.
Compress all the images in a folder with ImageMagick and save them to new folder
This file contains 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 -sampling-factor 4:2:0 -strip -gaussian-blur 0.05 -resize 800x800 -quality 80 -interlace JPEG -colorspace sRGB -path ../new-thumbs *.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment