Florianschmidtwelzow 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: I883f7d98fa9380fb871f278cce5230f724ecf636
---
M modules/jquery.articleFeedback/images/chart-base.png
M modules/jquery.articleFeedback/images/chart-fill.png
M modules/jquery.articleFeedback/images/success.png
3 files changed, 0 insertions(+), 0 deletions(-)

Approvals:
  Florianschmidtwelzow: Verified; Looks good to me, approved



diff --git a/modules/jquery.articleFeedback/images/chart-base.png 
b/modules/jquery.articleFeedback/images/chart-base.png
index 1d008f6..626e198 100644
--- a/modules/jquery.articleFeedback/images/chart-base.png
+++ b/modules/jquery.articleFeedback/images/chart-base.png
Binary files differ
diff --git a/modules/jquery.articleFeedback/images/chart-fill.png 
b/modules/jquery.articleFeedback/images/chart-fill.png
index 6d356eb..2ba5dc5 100644
--- a/modules/jquery.articleFeedback/images/chart-fill.png
+++ b/modules/jquery.articleFeedback/images/chart-fill.png
Binary files differ
diff --git a/modules/jquery.articleFeedback/images/success.png 
b/modules/jquery.articleFeedback/images/success.png
index 1d22999..82d9eb2 100644
--- a/modules/jquery.articleFeedback/images/success.png
+++ b/modules/jquery.articleFeedback/images/success.png
Binary files differ

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I883f7d98fa9380fb871f278cce5230f724ecf636
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ArticleFeedback
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>

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

Reply via email to