Go to file
Ori Livneh d5b7236197 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 --iterations=500 --filters=01234mepb {} {} \;

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

Bug: T127608
Change-Id: I04ff1e5c03e77ec637863c46e2fcff080747c746
2016-02-20 22:57:04 +00:00
i18n Localisation updates from https://translatewiki.net. 2016-02-18 22:14:50 +01:00
images Compress PNGs with zopflipng 2016-02-20 22:57:04 +00:00
modules Remove check for existence of mw.hook 2016-01-29 12:32:14 +00:00
.gitignore Add jshint and jscs to npm, Also add composer.json 2015-11-29 12:03:16 +01:00
.gitreview Adding .gitreview 2012-04-27 14:44:07 -04:00
.jscsrc Add jshint and jscs to npm, Also add composer.json 2015-11-29 12:03:16 +01:00
.jshintignore Add jshint and jscs to npm, Also add composer.json 2015-11-29 12:03:16 +01:00
.jshintrc Add jshint and jscs to npm, Also add composer.json 2015-11-29 12:03:16 +01:00
CodeEditor.hooks.php Add jshint and jscs to npm, Also add composer.json 2015-11-29 12:03:16 +01:00
CodeEditor.php Add jshint and jscs to npm, Also add composer.json 2015-11-29 12:03:16 +01:00
composer.json build: Updating development dependencies 2016-01-05 10:32:33 -08:00
COPYING Add COPYING 2014-03-01 16:20:02 +00:00
extension.json Merge "Abort previous unfinished API request before sending new request" 2016-01-27 20:57:22 +00:00
Gruntfile.js Add jshint and jscs to npm, Also add composer.json 2015-11-29 12:03:16 +01:00
hooks.txt Save real tabs and allow configuration by users via JS hook 2013-08-25 18:45:16 +01:00
Makefile Updated Ace 2012-07-09 02:13:50 +00:00
package.json build: Updating development dependencies 2015-12-29 11:17:43 -08:00
phpcs.xml Add jshint and jscs to npm, Also add composer.json 2015-11-29 12:03:16 +01:00