mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 11:53:06 +00:00
Merge pull request #1072 from zombie110year/patch-1
add oxipng, a PNG image optimizer
This commit is contained in:
commit
a1ad1abc41
1 changed files with 1 additions and 0 deletions
|
@ -386,6 +386,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
|
|||
### Image processing
|
||||
|
||||
* [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
|
||||
|
||||
|
|
Loading…
Reference in a new issue