"Reedy" posted a comment on MediaWiki.r114024.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/114024#c32245

Commit summary for MediaWiki.r114024:

Crush images from r114023

Drops from 165KB to 58.5KB (200KB to 116KB as size on disk)

Also fix svn:mime-type

Reedy's comment:

Under windows I'm using pngout http://advsys.net/ken/utils.htm with a 1 line 
batch script to iteratively go through all directories and shrink the pngs

<pre>
for /r %%i in (*.png) do pngout.exe %%i
</pre>

There are some web tools that will do it aswell, but they didn't seem to work 
aswell

Fix *nix, there is pngcrush among others. And it's packaged for ubuntu

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to