Skip to content

Instantly share code, notes, and snippets.

@zealot128
Created December 20, 2018 22:20
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 zealot128/296425ec9e66eea75af2ea97980c084b to your computer and use it in GitHub Desktop.
Save zealot128/296425ec9e66eea75af2ea97980c084b to your computer and use it in GitHub Desktop.
pngquant - optimize all png inplace in a folder
find -type f -name '*.png' | xargs -I@ pngquant -f -o '@' '@'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment