added pngcrush and script to recuse though and crush all pngs
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
Fix
|
||||
/////////////////////////
|
||||
|
||||
Wow! pngcrush takes off 50% on some of these paletted pngs. I'll look into making a script that we can check into CVS and run periodically.
|
||||
|
||||
disable modifiers in extra stage
|
||||
|
||||
the only other thing is to encorporate `...' to replace <...>, and instead turn the <...> as triple jumps or more than 2 arrow jumps. its the new DWI format.
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1008 B After Width: | Height: | Size: 1003 B |
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
+2
@@ -0,0 +1,2 @@
|
||||
SET PATH=%PATH%;c:\stepmania\stepmania\utils\
|
||||
forfiles -p.. -s -m*.png -c"pngcrushinplace.bat @FILE"
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
pngcrush %1 new%1
|
||||
del %1
|
||||
rename new%1 %1
|
||||
Reference in New Issue
Block a user