Skip to content

Commit

Permalink
images: Optimize PNG images further with optipng and advpng.
Browse files Browse the repository at this point in the history
The commands used for recompression were:

    optipng -zc1-9 -zm1-9 -zs0-3 -f0-5 *.png
    advpng -z3 *.png
    advpng -z4 -i500 *.png

Note that advpng uses different algorithms when recompressing the image. The
3 refers to 7zip's deflate implementation, while 4 refers to Google's
zopfli.  For zopfli, the argument to -i specifies how many iterations to
run.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
  • Loading branch information
Rogério Brito committed Feb 24, 2014
1 parent d553f18 commit 2281727
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 0 deletions.
Binary file modified images/CloseX-31.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/MenuArrow-15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2281727

Please sign in to comment.