Merge pull request #1072 from zombie110year/patch-1

add oxipng, a PNG image optimizer
This commit is contained in:
Tom Parker-Shemilt 2021-07-30 18:59:31 +01:00 committed by GitHub
commit a1ad1abc41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -386,6 +386,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
### Image processing ### Image processing
* [Imager](https://github.com/imager-io/imager) — Automated image optimization. * [Imager](https://github.com/imager-io/imager) — Automated image optimization.
* [shssoichiro/oxipng](https://github.com/shssoichiro/oxipng) [[oxipng](https://crates.io/crates/oxipng)] — Multithreaded PNG optimizer written in Rust. [![Build Status](https://github.com/shssoichiro/oxipng/workflows/oxipng/badge.svg)](https://github.com/shssoichiro/oxipng/actions?query=branch%3Amaster) [![Version](https://img.shields.io/crates/v/oxipng.svg)](https://crates.io/crates/oxipng)
### Utilities ### Utilities