r52949 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r52948
|
r52949
|
r52950
>
Date:
22:55, 8 July 2009
Author:
catrope
Status:
deferred
Tags:
Comment:
EditToolbar: Add a quickie script for pngcrushing the PNG files. The compression rate doesn't come close to Photoshop's (which was used to generate the compressed files currently in there), but for now it's good enough.
Modified paths:
/trunk/extensions/UsabilityInitiative/EditToolbar/images/png24/generate.sh
(added) (
history
)
Diff
[
purge
]
Index: trunk/extensions/UsabilityInitiative/EditToolbar/images/png24/generate.sh
—
—
@@ -0,0 +1,12 @@
2
+#! /bin/bash
3
+
4
+# Compresses all PNGs in the current directory and puts the compressed
5
+# version in the parent directory
6
+#
7
+# Requires pngcrush
8
+
9
+for f in *.png
10
+do
11
+ pngcrush $f ../$f
12
+done
13
+
Property changes on: trunk/extensions/UsabilityInitiative/EditToolbar/images/png24/generate.sh
___________________________________________________________________
Name: svn:eol-style
1
14
+ native
Name: svn:executable
2
15
+ *
Status & tagging log
00:20, 14 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r52949
[
removed:
old
added:
deferred]
01:02, 14 November 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r52949
[
removed:
new
added:
old]