From 538810b8586ac61734176c726d44b5120be26738 Mon Sep 17 00:00:00 2001 From: Zombie110year <36528430+zombie110year@users.noreply.github.com> Date: Sat, 24 Apr 2021 12:54:51 +0800 Subject: [PATCH] add oxipng, a PNG image optimizer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 996f045..ee8c5c1 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,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