Add list of software using oxipng
This commit is contained in:
parent
490a4691cb
commit
ec22ffca88
1 changed files with 10 additions and 0 deletions
10
README.md
10
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:
|
and specifying the desired ones, for example:
|
||||||
`oxipng = { version = "9.0", features = ["parallel", "zopfli", "filetime"], default-features = false }`
|
`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
|
## History
|
||||||
|
|
||||||
Oxipng began as a complete rewrite of the OptiPNG project,
|
Oxipng began as a complete rewrite of the OptiPNG project,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue