Ori.livneh has uploaded a new change for review.

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

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: Idd2d2b19623976d9aabb17224a601b52ef768173
---
M mocha/images/error.png
M mocha/images/ok.png
M redis/benches/stress/speed/size-rate.png
M request/node_modules/hawk/images/hawk.png
M request/node_modules/hawk/images/logo.png
M request/node_modules/hawk/node_modules/boom/images/boom.png
M request/node_modules/hawk/node_modules/hoek/images/hoek.png
M sqlite3/test/support/elmo.png
8 files changed, 0 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Collection/OfflineContentGenerator/node_modules
 refs/changes/07/272207/1

diff --git a/mocha/images/error.png b/mocha/images/error.png
index a07a1ba..495f598 100644
--- a/mocha/images/error.png
+++ b/mocha/images/error.png
Binary files differ
diff --git a/mocha/images/ok.png b/mocha/images/ok.png
index b3623a5..7b177eb 100644
--- a/mocha/images/ok.png
+++ b/mocha/images/ok.png
Binary files differ
diff --git a/redis/benches/stress/speed/size-rate.png 
b/redis/benches/stress/speed/size-rate.png
index c9c2bee..9e15433 100644
--- a/redis/benches/stress/speed/size-rate.png
+++ b/redis/benches/stress/speed/size-rate.png
Binary files differ
diff --git a/request/node_modules/hawk/images/hawk.png 
b/request/node_modules/hawk/images/hawk.png
old mode 100755
new mode 100644
index a0e15cd..f79fe48
--- a/request/node_modules/hawk/images/hawk.png
+++ b/request/node_modules/hawk/images/hawk.png
Binary files differ
diff --git a/request/node_modules/hawk/images/logo.png 
b/request/node_modules/hawk/images/logo.png
old mode 100755
new mode 100644
index b8ff590..54eb68f
--- a/request/node_modules/hawk/images/logo.png
+++ b/request/node_modules/hawk/images/logo.png
Binary files differ
diff --git a/request/node_modules/hawk/node_modules/boom/images/boom.png 
b/request/node_modules/hawk/node_modules/boom/images/boom.png
old mode 100755
new mode 100644
index 373bc13..dc140dc
--- a/request/node_modules/hawk/node_modules/boom/images/boom.png
+++ b/request/node_modules/hawk/node_modules/boom/images/boom.png
Binary files differ
diff --git a/request/node_modules/hawk/node_modules/hoek/images/hoek.png 
b/request/node_modules/hawk/node_modules/hoek/images/hoek.png
old mode 100755
new mode 100644
index 6ccfcb1..3027f14
--- a/request/node_modules/hawk/node_modules/hoek/images/hoek.png
+++ b/request/node_modules/hawk/node_modules/hoek/images/hoek.png
Binary files differ
diff --git a/sqlite3/test/support/elmo.png b/sqlite3/test/support/elmo.png
index 37000d4..33f2164 100644
--- a/sqlite3/test/support/elmo.png
+++ b/sqlite3/test/support/elmo.png
Binary files differ

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idd2d2b19623976d9aabb17224a601b52ef768173
Gerrit-PatchSet: 1
Gerrit-Project: 
mediawiki/extensions/Collection/OfflineContentGenerator/node_modules
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