Skip to content

Instantly share code, notes, and snippets.

@MrChebik
Last active September 24, 2017 17:11
Show Gist options
  • Save MrChebik/8c3594a521898b889d8acf4f419cbcbc to your computer and use it in GitHub Desktop.
Save MrChebik/8c3594a521898b889d8acf4f419cbcbc to your computer and use it in GitHub Desktop.
--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