Skip to content

Instantly share code, notes, and snippets.

@DrewDouglass
Created April 20, 2015 15:49
Show Gist options
  • Save DrewDouglass/dafba0e55a74c11c6f5b to your computer and use it in GitHub Desktop.
Save DrewDouglass/dafba0e55a74c11c6f5b to your computer and use it in GitHub Desktop.
Compress JPG using ImageMagick
convert AtomicDust.jpg -strip -quality 85% -interlace Plane compressed.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment