Skip to content

Instantly share code, notes, and snippets.

@dthyresson
Created February 3, 2016 23:45
Show Gist options
  • Save dthyresson/c4f55e252914694f06dc to your computer and use it in GitHub Desktop.
Save dthyresson/c4f55e252914694f06dc to your computer and use it in GitHub Desktop.
Optimize PNGs
brew install optipng pngquant advancecomp
Optimize the PNGs like this:
pngquant --verbose --speed=1 --quality=0-100 INPUT.png -o OUPUT.png
optipng -o7 FILE.png
advpng -z -4 FILE.png
advdef -z -4 FILE.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment