Skip to content

Instantly share code, notes, and snippets.

@postspectacular
Created February 19, 2015 12:05
Show Gist options
  • Save postspectacular/a50083bdd22441a295d0 to your computer and use it in GitHub Desktop.
Save postspectacular/a50083bdd22441a295d0 to your computer and use it in GitHub Desktop.
High quality JPG conversion w/ IM
convert -strip -interlace Plane -sampling-factor 4:2:0 -define jpeg:dct-method=float -quality 90% src.jpg dest.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment