← Package directory
Available on winget

Install Oxipng

Multithreaded PNG optimizer written in Rust.

Install with winget
winget install --id Shssoichiro.Oxipng
Upgrade
winget upgrade --id Shssoichiro.Oxipng
Uninstall
winget uninstall --id Shssoichiro.Oxipng

About Oxipng

Oxipng is a multithreaded lossless PNG/APNG compression optimizer. It can be used via a command-line interface or as a library in other Rust programs.

What's new in 10.1.1

- [Performance] Improve Bigrams performance, giving notably faster results at lower levels. - [Improvement] Change --np flag to also prevent conversion to indexed from other color types. - [Improvement] Improve support for recompressing ICC profiles with high compression ratios. - [Misc] Add warning when --ziwi exceeds --zi. - [Build] Further reduce size of binaries.

Read release notes

Version history

Version Updated Notes
10.1.1 Unknown - [Performance] Improve Bigrams performance, giving notably faster results at lower levels. - [Improvement] Change --np flag to also prevent conversion to indexed from other color types. - [Improvement] Improve support f...
10.1.0 Unknown - [Feature] Add --json option for machine-readable output. - [Improvement] New default output with file counter and summary. (Use an extra -v flag to get the same output as before.) - [Bugfix] Fix fast mode sometimes giv...
10.0.0 Unknown - [Breaking] CLI: Change short zopfli flag from -Z to -z. - [Breaking] CLI: Change --pretend/-P to --dry-run/-D. - [Breaking] CLI: Change --interlace options from 1/0 to on/off. - [Breaking] API: Change Options.interlace...
9.1.5 Unknown - [Feature] Add --sequential option to process files sequentially rather than in parallel. - [Performance] Update to latest Zopfli with greatly improved performance. - [Improvement] Reduce memory usage. - [Bugfix] Correc...
9.1.4 Unknown - [Improvement] Improve optimization of APNG files (reductions still not supported yet). - [Improvement] Improve reductions for small images and ensure consistent results for repeat runs. - [Build] Add feature system-lib...
9.1.3 Unknown - [Feature] Add --zi option to control the number of Zopfli iterations. - [Improvement] Allow setting compression level to 0. - [Performance] Improve filtering performance for some images. - [Build] Move man page generat...
9.1.2 Unknown - [Bugfix] Fix --nx still applying deinterlacing by default. - [Bugfix] Fix wildcard matching being case-sensitive on Windows. - [Bugfix] Fix optimized APNGs not being compatible with some programs. - [Build] Fix feature...
9.1.1 Unknown No notes