wiki.techinc.nl/mw-config
Ori Livneh 9fe0c54a79 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: Ia9c70cf35da489985af39df1f8b58469eb4813fd
2016-02-21 19:15:23 +00:00
..
images Compress PNGs with zopflipng 2016-02-21 19:15:23 +00:00
config-cc.css Move installer files from skins/common/ to mw-config/ 2014-08-17 22:32:25 +00:00
config.css mediawiki.legacy.config: use own help-field styling 2015-08-14 21:28:37 -07:00
config.js Installer: use _MainCacheType form variable 2015-10-26 17:10:13 +00:00
index.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
overrides.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00