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: I7f67e23fd5e7d26cca5ee1cb08ad1e4eb55aabd5
---
M icons/arrow-down-icon.png
M icons/link.png
M icons/quote.png
M images/actions-base.png
M images/actions-left.png
M images/actions-right.png
M images/arrow-down.png
M images/arrow_first_25.png
M images/arrow_last_25.png
M images/arrow_left_25.png
M images/arrow_right_25.png
M images/box-bl.png
M images/box-br.png
M images/box-c.png
M images/box-tl.png
M images/box-tr.png
M images/break.png
M images/corner.png
M images/edge.png
M images/horizontal-fade.png
M images/vertical-fade.png
21 files changed, 0 insertions(+), 0 deletions(-)

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



diff --git a/icons/arrow-down-icon.png b/icons/arrow-down-icon.png
index 42231c4..96d0341 100644
--- a/icons/arrow-down-icon.png
+++ b/icons/arrow-down-icon.png
Binary files differ
diff --git a/icons/link.png b/icons/link.png
index 287b624..7fc4435 100644
--- a/icons/link.png
+++ b/icons/link.png
Binary files differ
diff --git a/icons/quote.png b/icons/quote.png
index 6496115..1c776c9 100644
--- a/icons/quote.png
+++ b/icons/quote.png
Binary files differ
diff --git a/images/actions-base.png b/images/actions-base.png
index 88c19f0..d97bb84 100644
--- a/images/actions-base.png
+++ b/images/actions-base.png
Binary files differ
diff --git a/images/actions-left.png b/images/actions-left.png
index 5850ff6..56fd378 100644
--- a/images/actions-left.png
+++ b/images/actions-left.png
Binary files differ
diff --git a/images/actions-right.png b/images/actions-right.png
index c08f9bd..660262b 100644
--- a/images/actions-right.png
+++ b/images/actions-right.png
Binary files differ
diff --git a/images/arrow-down.png b/images/arrow-down.png
index 21fb617..94b0e79 100644
--- a/images/arrow-down.png
+++ b/images/arrow-down.png
Binary files differ
diff --git a/images/arrow_first_25.png b/images/arrow_first_25.png
index 52b32a5..71d0819 100644
--- a/images/arrow_first_25.png
+++ b/images/arrow_first_25.png
Binary files differ
diff --git a/images/arrow_last_25.png b/images/arrow_last_25.png
index caf5033..8904b89 100644
--- a/images/arrow_last_25.png
+++ b/images/arrow_last_25.png
Binary files differ
diff --git a/images/arrow_left_25.png b/images/arrow_left_25.png
index f363bf6..d0a7030 100644
--- a/images/arrow_left_25.png
+++ b/images/arrow_left_25.png
Binary files differ
diff --git a/images/arrow_right_25.png b/images/arrow_right_25.png
index 3f8fee3..c68a4fc 100644
--- a/images/arrow_right_25.png
+++ b/images/arrow_right_25.png
Binary files differ
diff --git a/images/box-bl.png b/images/box-bl.png
index f0a55d9..2f83065 100644
--- a/images/box-bl.png
+++ b/images/box-bl.png
Binary files differ
diff --git a/images/box-br.png b/images/box-br.png
index 66e9034..3885be5 100644
--- a/images/box-br.png
+++ b/images/box-br.png
Binary files differ
diff --git a/images/box-c.png b/images/box-c.png
index 3921f2c..8e2f3dd 100644
--- a/images/box-c.png
+++ b/images/box-c.png
Binary files differ
diff --git a/images/box-tl.png b/images/box-tl.png
index 2eb4da1..cd0e805 100644
--- a/images/box-tl.png
+++ b/images/box-tl.png
Binary files differ
diff --git a/images/box-tr.png b/images/box-tr.png
index 1f0917a..3c3c2d6 100644
--- a/images/box-tr.png
+++ b/images/box-tr.png
Binary files differ
diff --git a/images/break.png b/images/break.png
index 20c90ef..1737ad8 100644
--- a/images/break.png
+++ b/images/break.png
Binary files differ
diff --git a/images/corner.png b/images/corner.png
index 50e57f3..71b94b4 100644
--- a/images/corner.png
+++ b/images/corner.png
Binary files differ
diff --git a/images/edge.png b/images/edge.png
index ac511ee..2701d44 100644
--- a/images/edge.png
+++ b/images/edge.png
Binary files differ
diff --git a/images/horizontal-fade.png b/images/horizontal-fade.png
index 540ad77..e25f555 100644
--- a/images/horizontal-fade.png
+++ b/images/horizontal-fade.png
Binary files differ
diff --git a/images/vertical-fade.png b/images/vertical-fade.png
index 2d0f809..9cfc60b 100644
--- a/images/vertical-fade.png
+++ b/images/vertical-fade.png
Binary files differ

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7f67e23fd5e7d26cca5ee1cb08ad1e4eb55aabd5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LiquidThreads
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