Skip to content

Instantly share code, notes, and snippets.

@charlycoste
Created January 30, 2013 15:57
Show Gist options
  • Save charlycoste/4674223 to your computer and use it in GitHub Desktop.
Save charlycoste/4674223 to your computer and use it in GitHub Desktop.
Cheatsheet PNG optimisation

optipng -o7 picture.png

pngout picture.png compressed.png

pngcrush -reduce -brute picture.png compressed.png

advpng -4 -z picture.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment