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 --iterations=500 --filters=01234mepb {} {} \;

Files which zopflipng was not able to compress more efficiently were left 
unmodified.

Bug: T127608
Change-Id: I193c7a488dd159f799289c3328b0d8e3d5ae6b78
---
M images/down-unvoted.png
M images/down-voted.png
M images/up-unvoted.png
M images/up-voted.png
4 files changed, 0 insertions(+), 0 deletions(-)

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



diff --git a/images/down-unvoted.png b/images/down-unvoted.png
index 3a0c085..88a5c64 100644
--- a/images/down-unvoted.png
+++ b/images/down-unvoted.png
Binary files differ
diff --git a/images/down-voted.png b/images/down-voted.png
index b36bdf3..ef25c1e 100644
--- a/images/down-voted.png
+++ b/images/down-voted.png
Binary files differ
diff --git a/images/up-unvoted.png b/images/up-unvoted.png
index c3e7722..2e41522 100644
--- a/images/up-unvoted.png
+++ b/images/up-unvoted.png
Binary files differ
diff --git a/images/up-voted.png b/images/up-voted.png
index 34db2c1..c498432 100644
--- a/images/up-voted.png
+++ b/images/up-voted.png
Binary files differ

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

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

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

Reply via email to