tenox7 / ttyplot

a realtime plotting utility for terminal/console with data input from stdin
Apache License 2.0
961 stars 43 forks source link

Losslessly reduce file size of PNG files with zopflipng 1.0.3 #68

Closed hartwork closed 1 year ago

hartwork commented 1 year ago

https://github.com/google/zopfli

Output was:

Optimizing ./ttyplot-ping.png
Input size: 16135 (15K)
Result size: 11509 (11K). Percentage of original: 71.329%
Result is smaller

Optimizing ./ttyplot-snmp.png
Input size: 23758 (23K)
Result size: 16608 (16K). Percentage of original: 69.905%
Result is smaller
tenox7 commented 1 year ago

thank you