Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/272177

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: Id48868aa36cead5d79c582605b5eb77aef07bf39
---
M info.png
M internet.png
M plus.png
3 files changed, 0 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VIKI 
refs/changes/77/272177/1

diff --git a/info.png b/info.png
index 2da1a9c..ade9ebd 100644
--- a/info.png
+++ b/info.png
Binary files differ
diff --git a/internet.png b/internet.png
old mode 100755
new mode 100644
index 03f98a1..c5b2e91
--- a/internet.png
+++ b/internet.png
Binary files differ
diff --git a/plus.png b/plus.png
index 82e8aaa..56aab95 100644
--- a/plus.png
+++ b/plus.png
Binary files differ

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id48868aa36cead5d79c582605b5eb77aef07bf39
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VIKI
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>

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

Reply via email to