jenkins-bot has submitted this change and it was merged.

Change subject: Compress PNGs with zopflipng
......................................................................


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: I77fe8cdcec137a69c93317376f8f50ac24ca0428
---
M modules/InterlanguageLinks-Asset-Pencil-Hover.png
M modules/InterlanguageLinks-Asset-Pencil.png
2 files changed, 0 insertions(+), 0 deletions(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/InterlanguageLinks-Asset-Pencil-Hover.png 
b/modules/InterlanguageLinks-Asset-Pencil-Hover.png
index 886bc1e..5d97d41 100644
--- a/modules/InterlanguageLinks-Asset-Pencil-Hover.png
+++ b/modules/InterlanguageLinks-Asset-Pencil-Hover.png
Binary files differ
diff --git a/modules/InterlanguageLinks-Asset-Pencil.png 
b/modules/InterlanguageLinks-Asset-Pencil.png
index 0253e73..6e6e905 100644
--- a/modules/InterlanguageLinks-Asset-Pencil.png
+++ b/modules/InterlanguageLinks-Asset-Pencil.png
Binary files differ

-- 
To view, visit https://gerrit.wikimedia.org/r/272114
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I77fe8cdcec137a69c93317376f8f50ac24ca0428
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Interlanguage
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: Krinkle <krinklem...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to