From ec22ffca88e483dd4108fdce2b4494471c8c3542 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 25 Nov 2024 17:18:32 +1300 Subject: [PATCH] Add list of software using oxipng --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 080dea8d..72c5efa0 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,16 @@ no simple way to just disable one feature in Cargo, it has to be done by disabli and specifying the desired ones, for example: `oxipng = { version = "9.0", features = ["parallel", "zopfli", "filetime"], default-features = false }` +## Software using Oxipng + +- [ImageOptim](https://imageoptim.com): Mac app and web service for optimizing images +- [Squoosh](https://squoosh.app): Web app for optimizing images +- [FileOptimizer](https://nikkhokkho.sourceforge.io/?page=FileOptimizer): Windows app for optimizing files +- [Curtial](https://github.com/Huluti/Curtail): Linux app for optimizing images +- [pyoxipng](https://pypi.org/project/pyoxipng/): Python wrapper for Oxipng +- [jSquash](https://github.com/jamsinclair/jSquash): Collection of WebAssembly image codecs +- [Trunk](https://trunk.io): Developer experience toolkit for managing code + ## History Oxipng began as a complete rewrite of the OptiPNG project,