nomeata / screen-message

Very simple tool to display some text as large as possible
54 stars 8 forks source link

Reduce `.png` file size losslessly using zopflipng #15

Closed hartwork closed 8 months ago

hartwork commented 8 months ago

On the terminal:

# find . -type f -name \*.png -exec zopflipng -y {} {} \;
Optimizing ./docs/sm.png
Input size: 1517 (1K)
Result size: 1254 (1K). Percentage of original: 82.663%
Result is smaller

Optimizing ./docs/sm-128.png
Input size: 5668 (5K)
Result size: 4477 (4K). Percentage of original: 78.987%
Result is smaller

https://github.com/google/zopfli