Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 124 Bytes

pngquant.md

File metadata and controls

3 lines (2 loc) · 124 Bytes

find -name "*.png" | xargs pngquant --ext=.png --force -v

find . -name '*.png' -exec pngquant --ext .png --force 256 {} ;