kornelski / pngquant

Lossy PNG compressor — pngquant command based on libimagequant library
https://pngquant.org
Other
5.25k stars 487 forks source link

How to use pngquant to compress image binary stream #323

Closed getwebtools closed 5 years ago

getwebtools commented 5 years ago

To compress binary stream directly not provide a file name

kornelski commented 5 years ago
cat file | pngquant -

or

pngquant - < file