Compress a list of .png files
for file in *.png; do pngcrush -reduce -brute $file crushed-$file && mv crushed-$file $file; doneWritten by Matt Weppler
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
 #Command line 
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#

 
 
