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
Nice :) ~
Add comment:
Posted by Garetjax on Sun 11 Nov 2012 at 06:32 from 70.196.12.x
Add comment: