mediawiki-extensions-CodeMi.../resources/images
Ori Livneh a64a74ce7d Compress PNGs with zopflipng
Zopfli is the most efficient DEFLATE compression algorithm, trading run-time
performance for file sizes that are typically 3-8% smaller than those produced
by zlib with the maximum compression setting. Its output is Deflate-compatible,
so no specialized decoder is needed.

This change was created by running zopflipng against all the PNG files in this
repository. The exact invocation was:

  git ls-files --exclude-per-directory=.gitignore -- '*.png' \|
    parallel zopflipng -m -y {} {} \;

Files which zopflipng was not able to compress more efficiently were left unmodified.

Bug: T127608
Change-Id: I765f876aa2cf863479f93912efe387160b4ef348
2016-02-21 00:59:49 +00:00
..
cm-off.png Compress PNGs with zopflipng 2016-02-20 22:57:24 +00:00
cm-off.svg refactor and extend usability (v 3.0.0) 2014-10-23 12:09:10 +06:00
cm-on.png Compress PNGs with zopflipng 2016-02-20 22:57:24 +00:00
cm-on.svg refactor and extend usability (v 3.0.0) 2014-10-23 12:09:10 +06:00
old-cm-off.png Compress PNGs with zopflipng 2016-02-21 00:59:49 +00:00
old-cm-off.svg refactor and extend usability (v 3.0.0) 2014-10-23 12:09:10 +06:00
old-cm-on.png Compress PNGs with zopflipng 2016-02-20 22:57:24 +00:00
old-cm-on.svg refactor and extend usability (v 3.0.0) 2014-10-23 12:09:10 +06:00