Skip to content

Instantly share code, notes, and snippets.

@collimarco
Created September 22, 2020 21:27
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 collimarco/198e35a92d33a955e08fd08f3698682d to your computer and use it in GitHub Desktop.
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
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