Go to file
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
i18n Localisation updates from https://translatewiki.net. 2016-01-16 21:55:36 +01:00
resources Compress PNGs with zopflipng 2016-02-21 00:59:49 +00:00
.gitignore Update the CodeMirror library to 5.9 (v 3.4.0) 2015-12-14 11:28:57 +06:00
.gitreview Add .gitreview 2014-08-19 18:26:22 +02:00
.jshintignore fix js code for passing jshint (v 1.1.1) 2014-08-22 10:18:51 +06:00
CodeMirror.hooks.php Convert to ExtensionRegistration (v 3.1.11) 2015-08-11 13:12:51 +06:00
CodeMirror.i18n.php Initial commit (v 1.0.0) 2014-08-20 23:03:46 +06:00
CodeMirror.php Convert to ExtensionRegistration (v 3.1.11) 2015-08-11 13:12:51 +06:00
extension.json Update the CodeMirror library to 5.9 (v 3.4.0) 2015-12-14 11:28:57 +06:00