Skip to content

Instantly share code, notes, and snippets.

@xsnpdngv
Created May 2, 2017 13:36
Show Gist options
  • Save xsnpdngv/ade6a93ed7abbec1751d297c3984b073 to your computer and use it in GitHub Desktop.
Save xsnpdngv/ade6a93ed7abbec1751d297c3984b073 to your computer and use it in GitHub Desktop.
Convert image to progressive and compressed
convert -strip -interlace Plane -quality 80 input-file.jpg output-file.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment