[cvs] [Wiki] created: PngCompression
Michael Slusarz
slusarz at horde.org
Sun Feb 18 17:41:09 PST 2007
slusarz Sun, 18 Feb 2007 17:41:09 -0800
Created page: http://wiki.horde.org/PngCompression
+ PNG Compression
I use the following two tools:
* !AdvanceCOMP [http://advancemame.sourceforge.net/comp-readme.html]
* !OptiPNG [http://optipng.sourceforge.net/]
I run the following code in each graphics directory:
<code>
advpng -z4 *.png
optipng -o7 *.png
</code>
More information about the cvs
mailing list