Last active
May 5, 2016 16:07
-
-
Save thiagosf/34147087eb3a83882d9635fd794a066e to your computer and use it in GitHub Desktop.
Comprimi imagem com ImageMagick #notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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