Note to self
November 30, 2010
If you want to make PNG files bigger (and thus compress better in solid bzip2/lzma 7z/installers):November 30, 2010
for a in `find . -name \*.png` ; do pngcrush -f 0 -m 1 -l 0 -force $a $a.tmp ; mv $a.tmp $a ; echo $a ; done
Posted by Garetjax on Sun 11 Nov 2012 at 06:32 from 70.196.12.x
Add comment: