Skip to content

Instantly share code, notes, and snippets.

@thiagosf
Last active May 5, 2016 16:07
Show Gist options
  • Select an option

  • Save thiagosf/34147087eb3a83882d9635fd794a066e to your computer and use it in GitHub Desktop.

Select an option

Save thiagosf/34147087eb3a83882d9635fd794a066e to your computer and use it in GitHub Desktop.
Comprimi imagem com ImageMagick #notes
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