Skip to content

Instantly share code, notes, and snippets.

@greentornado
Forked from trevorwang/pngquant_all
Created December 19, 2022 08:18
Show Gist options
  • Save greentornado/7a49cf57cb0e3918423395b6629c175b to your computer and use it in GitHub Desktop.
Save greentornado/7a49cf57cb0e3918423395b6629c175b to your computer and use it in GitHub Desktop.
pngquant an entire folder
find . -name '*.png' -exec pngquant --ext .png --force {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment