<<
 
>>
 
 
justin = {main feed , music , code , askjf , pubkey };
 
Note to self
November 30, 2010
If you want to make PNG files bigger (and thus compress better in solid bzip2/lzma 7z/installers):
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

1 Comment:

Posted by Garetjax on Sun 11 Nov 2012 at 06:32 from 70.196.12.x

Nice :) ~

Add comment:

Name:
Human?: (no or yes, patented anti crap stuff here)
Comment:
search : rss : recent comments : Copyright © 2024 Justin Frankel