Last active
September 24, 2017 17:11
-
-
Save MrChebik/8c3594a521898b889d8acf4f419cbcbc to your computer and use it in GitHub Desktop.
This file contains 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
--Install | |
CentOS6: | |
$ yum install wget | |
$ wget dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm | |
$ rpm -ivh epel-release-6-8.noarch.rpm | |
$ yum install optipng | |
Mageia: | |
through install manager | |
--In action | |
The best comparison/speed: | |
$ optipng -o2 -strip all /path/to/file.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment