Skip to content

Instantly share code, notes, and snippets.

@tkfm-yamaguchi
Created February 3, 2014 07:56
Show Gist options
  • Save tkfm-yamaguchi/8780247 to your computer and use it in GitHub Desktop.
Save tkfm-yamaguchi/8780247 to your computer and use it in GitHub Desktop.
# http://stackoverflow.com/questions/7261855/recommendation-for-compressing-jpg-files-with-imagemagick
convert -strip -interlace Plane -gaussian-blur 0.05 -quality 85% source.jpg result.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment