[MediaWiki-commits] [Gerrit] Optimize mobile static images - change (operations/mediawiki-config)

2016-06-21 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Optimize mobile static images
..


Optimize mobile static images

Each file was converted to PNG8+alpha with ImageAlpha (https://pngmini.com/)
and had its palette reduced as far as possible without visibly degrading
quality. Then each file was further processed with zopflipng:

   zopflipng --iterations=100 --filters=01234mepb --lossy_transparent

The mean reduction in file size is 52%.

   file before after   %change
   ---
   W.png 1115b 1034b   -7%
   commons.png   2003b  983b  -51%
   mediawiki.png31040b 9782b  -68%
   meta.png  6916b 2552b  -63%
   wikibooks.png 3403b  914b  -73%
   wikidata.png   447b  369b  -17%
   wikimedia.png 2003b  914b  -54%
   wikinews.png  4464b 1920b  -57%
   wikipedia-wordmark-en.png 2516b  956b  -62%
   wikiquote.png 2306b 1016b  -56%
   wikisource.png6708b 2354b  -65%
   wikispecies.png  10291b 3260b  -68%
   wikiversity.png   2082b 1757b  -16%
   wikivoyage.png1531b  585b  -62%
   wiktionary.png9717b 3480b  -64%

Change-Id: I8f09e82529da0ce2aa210a2b14ee5ccf0bb52f94
---
M static/images/mobile/W.png
M static/images/mobile/commons.png
M static/images/mobile/mediawiki.png
M static/images/mobile/meta.png
M static/images/mobile/wikibooks.png
M static/images/mobile/wikidata.png
M static/images/mobile/wikimedia.png
M static/images/mobile/wikinews.png
M static/images/mobile/wikipedia-wordmark-en.png
M static/images/mobile/wikiquote.png
M static/images/mobile/wikisource.png
M static/images/mobile/wikispecies.png
M static/images/mobile/wikiversity.png
M static/images/mobile/wikivoyage.png
M static/images/mobile/wiktionary.png
15 files changed, 0 insertions(+), 0 deletions(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  BBlack: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/static/images/mobile/W.png b/static/images/mobile/W.png
index c253240..6e89a88 100644
--- a/static/images/mobile/W.png
+++ b/static/images/mobile/W.png
Binary files differ
diff --git a/static/images/mobile/commons.png b/static/images/mobile/commons.png
index 80b5776..be9f7aa 100644
--- a/static/images/mobile/commons.png
+++ b/static/images/mobile/commons.png
Binary files differ
diff --git a/static/images/mobile/mediawiki.png 
b/static/images/mobile/mediawiki.png
index a398c4e..64da935 100644
--- a/static/images/mobile/mediawiki.png
+++ b/static/images/mobile/mediawiki.png
Binary files differ
diff --git a/static/images/mobile/meta.png b/static/images/mobile/meta.png
index 1229122..df5f206 100644
--- a/static/images/mobile/meta.png
+++ b/static/images/mobile/meta.png
Binary files differ
diff --git a/static/images/mobile/wikibooks.png 
b/static/images/mobile/wikibooks.png
index 6c9b8cb..f54c86e 100644
--- a/static/images/mobile/wikibooks.png
+++ b/static/images/mobile/wikibooks.png
Binary files differ
diff --git a/static/images/mobile/wikidata.png 
b/static/images/mobile/wikidata.png
index 4ca38af..c2df49d 100644
--- a/static/images/mobile/wikidata.png
+++ b/static/images/mobile/wikidata.png
Binary files differ
diff --git a/static/images/mobile/wikimedia.png 
b/static/images/mobile/wikimedia.png
index 7eb3745..675e279 100644
--- a/static/images/mobile/wikimedia.png
+++ b/static/images/mobile/wikimedia.png
Binary files differ
diff --git a/static/images/mobile/wikinews.png 
b/static/images/mobile/wikinews.png
index aa56893..320cb66 100644
--- a/static/images/mobile/wikinews.png
+++ b/static/images/mobile/wikinews.png
Binary files differ
diff --git a/static/images/mobile/wikipedia-wordmark-en.png 
b/static/images/mobile/wikipedia-wordmark-en.png
index 22a4c11..27acc03 100644
--- a/static/images/mobile/wikipedia-wordmark-en.png
+++ b/static/images/mobile/wikipedia-wordmark-en.png
Binary files differ
diff --git a/static/images/mobile/wikiquote.png 
b/static/images/mobile/wikiquote.png
index dfe53fa..a24dbfb 100644
--- a/static/images/mobile/wikiquote.png
+++ b/static/images/mobile/wikiquote.png
Binary files differ
diff --git a/static/images/mobile/wikisource.png 
b/static/images/mobile/wikisource.png
index cba8854..3a0e653 100644
--- a/static/images/mobile/wikisource.png
+++ b/static/images/mobile/wikisource.png
Binary files differ
diff --git a/static/images/mobile/wikispecies.png 
b/static/images/mobile/wikispecies.png
index 89d8add..0ae65b2 100644
--- a/static/images/mobile/wikispecies.png
+++ b/static/images/mobile/wikispecies.png
Binary files differ
diff --git a/static/images/mobile/wikiversity.png 

[MediaWiki-commits] [Gerrit] Optimize mobile static images - change (operations/mediawiki-config)

2016-06-21 Thread Ori.livneh (Code Review)
Ori.livneh has uploaded a new change for review.

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

Change subject: Optimize mobile static images
..

Optimize mobile static images

Each file was converted to PNG8+alpha with ImageAlpha (https://pngmini.com/)
and had its palette reduced as far as possible without visibly degrading
quality. Then each file was further processed with zopflipng:

   zopflipng --iterations=100 --filters=01234mepb --lossy_transparent

The mean reduction in file size is 76%.

   file before   after   %diff
   ---
   W.png 1115b   1034b -8%
   commons.png   2003b983b-68%
   mediawiki.png31040b   9782b   -104%
   meta.png  6916b   2552b-92%
   wikibooks.png 3403b914b   -115%
   wikidata.png   447b369b-19%
   wikimedia.png 2003b914b-75%
   wikinews.png  4464b   1920b-80%
   wikipedia-wordmark-en.png 2516b956b-90%
   wikiquote.png 2306b   1016b-78%
   wikisource.png6708b   2354b-96%
   wikispecies.png  10291b   3260b   -104%
   wikiversity.png   2082b   1757b-17%
   wikivoyage.png1531b585b-89%
   wiktionary.png9717b   3480b-95%

Change-Id: I8f09e82529da0ce2aa210a2b14ee5ccf0bb52f94
---
M static/images/mobile/W.png
M static/images/mobile/commons.png
M static/images/mobile/mediawiki.png
M static/images/mobile/meta.png
M static/images/mobile/wikibooks.png
M static/images/mobile/wikidata.png
M static/images/mobile/wikimedia.png
M static/images/mobile/wikinews.png
M static/images/mobile/wikipedia-wordmark-en.png
M static/images/mobile/wikiquote.png
M static/images/mobile/wikisource.png
M static/images/mobile/wikispecies.png
M static/images/mobile/wikiversity.png
M static/images/mobile/wikivoyage.png
M static/images/mobile/wiktionary.png
15 files changed, 0 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/74/295374/1

diff --git a/static/images/mobile/W.png b/static/images/mobile/W.png
index c253240..6e89a88 100644
--- a/static/images/mobile/W.png
+++ b/static/images/mobile/W.png
Binary files differ
diff --git a/static/images/mobile/commons.png b/static/images/mobile/commons.png
index 80b5776..be9f7aa 100644
--- a/static/images/mobile/commons.png
+++ b/static/images/mobile/commons.png
Binary files differ
diff --git a/static/images/mobile/mediawiki.png 
b/static/images/mobile/mediawiki.png
index a398c4e..64da935 100644
--- a/static/images/mobile/mediawiki.png
+++ b/static/images/mobile/mediawiki.png
Binary files differ
diff --git a/static/images/mobile/meta.png b/static/images/mobile/meta.png
index 1229122..df5f206 100644
--- a/static/images/mobile/meta.png
+++ b/static/images/mobile/meta.png
Binary files differ
diff --git a/static/images/mobile/wikibooks.png 
b/static/images/mobile/wikibooks.png
index 6c9b8cb..f54c86e 100644
--- a/static/images/mobile/wikibooks.png
+++ b/static/images/mobile/wikibooks.png
Binary files differ
diff --git a/static/images/mobile/wikidata.png 
b/static/images/mobile/wikidata.png
index 4ca38af..c2df49d 100644
--- a/static/images/mobile/wikidata.png
+++ b/static/images/mobile/wikidata.png
Binary files differ
diff --git a/static/images/mobile/wikimedia.png 
b/static/images/mobile/wikimedia.png
index 7eb3745..675e279 100644
--- a/static/images/mobile/wikimedia.png
+++ b/static/images/mobile/wikimedia.png
Binary files differ
diff --git a/static/images/mobile/wikinews.png 
b/static/images/mobile/wikinews.png
index aa56893..320cb66 100644
--- a/static/images/mobile/wikinews.png
+++ b/static/images/mobile/wikinews.png
Binary files differ
diff --git a/static/images/mobile/wikipedia-wordmark-en.png 
b/static/images/mobile/wikipedia-wordmark-en.png
index 22a4c11..27acc03 100644
--- a/static/images/mobile/wikipedia-wordmark-en.png
+++ b/static/images/mobile/wikipedia-wordmark-en.png
Binary files differ
diff --git a/static/images/mobile/wikiquote.png 
b/static/images/mobile/wikiquote.png
index dfe53fa..a24dbfb 100644
--- a/static/images/mobile/wikiquote.png
+++ b/static/images/mobile/wikiquote.png
Binary files differ
diff --git a/static/images/mobile/wikisource.png 
b/static/images/mobile/wikisource.png
index cba8854..3a0e653 100644
--- a/static/images/mobile/wikisource.png
+++ b/static/images/mobile/wikisource.png
Binary files differ
diff --git a/static/images/mobile/wikispecies.png 
b/static/images/mobile/wikispecies.png
index 89d8add..0ae65b2 100644
--- a/static/images/mobile/wikispecies.png
+++ b/static/images/mobile/wikispecies.png
Binary files differ
diff --git a/static/images/mobile/wikiversity.png 
b/static/images/mobile/wikiversity.png
index 49b9138..11aebf8 100644
---