Skip to content

Instantly share code, notes, and snippets.

@samelie
Last active August 29, 2015 14:10
Show Gist options
  • Save samelie/fcd2c9b6bd1f08e1093b to your computer and use it in GitHub Desktop.
Save samelie/fcd2c9b6bd1f08e1093b to your computer and use it in GitHub Desktop.
Recursive png smash
for i in *.png; do pngquant --force --ext .png --quality=90-100 $i; done
@samelie
Copy link
Author

samelie commented Nov 28, 2014

You need to install pngquant

brew install pngquant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment