Skip to content

Instantly share code, notes, and snippets.

@yaf
Created April 4, 2015 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yaf/40388bf74451b3cee754 to your computer and use it in GitHub Desktop.
Save yaf/40388bf74451b3cee754 to your computer and use it in GitHub Desktop.
Png Crush
# Daily one-liner
find . -name *.png | parallel -n 1 'pngcrush -rem allb -brute -reduce {} {}.new | grep "filesize" && mv {}.new {}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment