mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-05 14:22:56 +00:00
cbad669fa5
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=1000 --filters=01234mepb {} {} \; Files which zopflipng was not able to compress more efficiently were left unmodified. Change-Id: Iffb64007f312cc3afcd335a636847d42648b10f5 Task: T127608 |
||
---|---|---|
.. | ||
close.png | ||
titlebar-fade.png | ||
ui-bg_flat_15_cd0a0a_40x100.png | ||
ui-bg_flat_70_000000_40x100.png | ||
ui-bg_flat_100_000000_40x100.png | ||
ui-bg_highlight-hard_80_d7ebf9_1x100.png | ||
ui-bg_highlight-hard_100_f2f5f7_1x100.png | ||
ui-bg_highlight-soft_25_ffef8f_1x100.png | ||
ui-bg_highlight-soft_100_e4f1fb_1x100.png | ||
ui-bg_highlight-soft_100_ffffff_1x100.png | ||
ui-bg_inset-hard_100_f0f0f0_1x100.png | ||
ui-icons_2e83ff_256x240.png | ||
ui-icons_3d80b3_256x240.png | ||
ui-icons_72a7cf_256x240.png | ||
ui-icons_2694e8_256x240.png | ||
ui-icons_666666_256x240.png | ||
ui-icons_ffffff_256x240.png |