Code review comment for lp:~mvo/archive-index/app-install-mvo

Revision history for this message
Michael Vogt (mvo) wrote :

I played with pngcrush as well but did not manage to get a real reduction of the size:

+ if ! pngcrush $new_name ../icons/$new_name; then
+ echo " pngcrunch!, copying instead"
+ cp $new_name ../icons/

For each converted svg, xpm and all exisiting pngs. I compared the two dirs:

20428 icons
18852 icons-pngcrunch-reduced

That is not really great for the amount of time that pngcrush churns.

« Back to merge proposal