mediawiki-extensions-WikiEd.../modules/images/dialogs
Ori Livneh 77f5499cfc 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: Ic0aa0017f97411a282b54d51217a019871a93433
2016-02-21 00:44:19 +00:00
..
insert-disambiguation.png Compress PNGs with zopflipng 2016-02-21 00:44:19 +00:00
insert-link-error.png More image compression for extensions 2012-03-01 02:24:49 +00:00
insert-link-exists.png Compress PNGs with zopflipng 2016-02-21 00:44:19 +00:00
insert-link-external-rtl.png Compress PNGs with zopflipng 2016-02-21 00:44:19 +00:00
insert-link-external.png Compress PNGs with zopflipng 2016-02-21 00:44:19 +00:00
insert-link-invalid.png Compress PNGs with zopflipng 2016-02-21 00:44:19 +00:00
insert-link-notexists.png Compress PNGs with zopflipng 2016-02-21 00:44:19 +00:00
loading-small.gif Fix jumping of textbox in link-dialog. This happened when the link was being checked and the too large spinner image pushed the field down 2011-04-21 08:59:13 +00:00
loading.gif Copied over all the resources needed to make WikiEditor stand on it's own two feet. Lots more to do as far as organizing and fleshing out the extensions's PHP bits. 2010-09-15 03:08:35 +00:00