summaryrefslogtreecommitdiff
path: root/graphics/oxipng/DESCR
blob: b875246d63a6a9c15b0b92c000e274ea8e0b5e17 (plain)
1
2
3
4
5
6
Oxipng is a multithreaded lossless PNG compression optimizer. It can be used
via a command-line interface or as a library in other Rust programs.

It began as a complete rewrite of the OptiPNG project with the core goal of
implementing multithreading, which would be very difficult to do within the
existing C codebase of OptiPNG.