Ori.livneh has uploaded a new change for review.

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

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: Id30b81515f6a4414dfc7768edb9462fdaa033efc
---
M assets/js/ace/ace-builds-master/demo/kitchen-sink/logo.png
M assets/js/ace/ace-builds-master/kitchen-sink/logo.png
M assets/js/ace/ace-builds-master/textarea/images/ace.png
M assets/js/ace/ace-builds-master/textarea/images/background.png
M assets/js/ace/ace-builds-master/textarea/images/body_background.png
M assets/js/ace/ace-builds-master/textarea/images/bottombar.png
M assets/js/ace/ace-builds-master/textarea/images/fork_on_github.png
M assets/js/ace/ace-builds-master/textarea/images/logo.png
M assets/js/ace/ace-builds-master/textarea/images/logo_half.png
9 files changed, 0 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/XMLContentExtension 
refs/changes/89/272189/1

diff --git a/assets/js/ace/ace-builds-master/demo/kitchen-sink/logo.png 
b/assets/js/ace/ace-builds-master/demo/kitchen-sink/logo.png
index 58df606..545e33e 100644
--- a/assets/js/ace/ace-builds-master/demo/kitchen-sink/logo.png
+++ b/assets/js/ace/ace-builds-master/demo/kitchen-sink/logo.png
Binary files differ
diff --git a/assets/js/ace/ace-builds-master/kitchen-sink/logo.png 
b/assets/js/ace/ace-builds-master/kitchen-sink/logo.png
index 58df606..545e33e 100644
--- a/assets/js/ace/ace-builds-master/kitchen-sink/logo.png
+++ b/assets/js/ace/ace-builds-master/kitchen-sink/logo.png
Binary files differ
diff --git a/assets/js/ace/ace-builds-master/textarea/images/ace.png 
b/assets/js/ace/ace-builds-master/textarea/images/ace.png
index 9b7c40c..2d725f4 100644
--- a/assets/js/ace/ace-builds-master/textarea/images/ace.png
+++ b/assets/js/ace/ace-builds-master/textarea/images/ace.png
Binary files differ
diff --git a/assets/js/ace/ace-builds-master/textarea/images/background.png 
b/assets/js/ace/ace-builds-master/textarea/images/background.png
index c6ee931..a1b4e20 100644
--- a/assets/js/ace/ace-builds-master/textarea/images/background.png
+++ b/assets/js/ace/ace-builds-master/textarea/images/background.png
Binary files differ
diff --git 
a/assets/js/ace/ace-builds-master/textarea/images/body_background.png 
b/assets/js/ace/ace-builds-master/textarea/images/body_background.png
index 2101cdf..e0d69fc 100644
--- a/assets/js/ace/ace-builds-master/textarea/images/body_background.png
+++ b/assets/js/ace/ace-builds-master/textarea/images/body_background.png
Binary files differ
diff --git a/assets/js/ace/ace-builds-master/textarea/images/bottombar.png 
b/assets/js/ace/ace-builds-master/textarea/images/bottombar.png
index 2e76bf8..b1eadb4 100644
--- a/assets/js/ace/ace-builds-master/textarea/images/bottombar.png
+++ b/assets/js/ace/ace-builds-master/textarea/images/bottombar.png
Binary files differ
diff --git a/assets/js/ace/ace-builds-master/textarea/images/fork_on_github.png 
b/assets/js/ace/ace-builds-master/textarea/images/fork_on_github.png
index e8ddb66..bcaf3e2 100644
--- a/assets/js/ace/ace-builds-master/textarea/images/fork_on_github.png
+++ b/assets/js/ace/ace-builds-master/textarea/images/fork_on_github.png
Binary files differ
diff --git a/assets/js/ace/ace-builds-master/textarea/images/logo.png 
b/assets/js/ace/ace-builds-master/textarea/images/logo.png
index 6af129d..3cc854b 100644
--- a/assets/js/ace/ace-builds-master/textarea/images/logo.png
+++ b/assets/js/ace/ace-builds-master/textarea/images/logo.png
Binary files differ
diff --git a/assets/js/ace/ace-builds-master/textarea/images/logo_half.png 
b/assets/js/ace/ace-builds-master/textarea/images/logo_half.png
index f99b0c4..a6c09be 100644
--- a/assets/js/ace/ace-builds-master/textarea/images/logo_half.png
+++ b/assets/js/ace/ace-builds-master/textarea/images/logo_half.png
Binary files differ

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id30b81515f6a4414dfc7768edb9462fdaa033efc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/XMLContentExtension
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