Multithreaded PNG optimizer written in Rust
https://github.com/shssoichiro/oxipng
Oxipng is a multithreaded lossless PNG compression optimizer. It can be used
via a command-line interface or as a library in other Rust programs.
- Devel package for openSUSE:Factory
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout graphics/oxipng && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000737 737 Bytes | |
_servicedata | 0000000239 239 Bytes | |
cargo_config | 0000000100 100 Bytes | |
oxipng-9.1.0.obscpio | 0022693389 21.6 MB | |
oxipng.changes | 0000001446 1.41 KB | |
oxipng.obsinfo | 0000000095 95 Bytes | |
oxipng.spec | 0000001333 1.3 KB | |
vendor.tar.zst | 0020096672 19.2 MB |
Revision 2 (latest revision is 7)
Enrico Belleri (iDesmI)
committed
(revision 2)
- Update to version 9.1.0: * Add --keep display equivalent to --strip safe. * Add modified zeng palette sorting method, improving optimization of indexed images. * If only one filter is specified, guarantee to only use this one. * Evaluate low-depth indexed even if low-depth grayscale was already achieved. * Fix battiato palette sorting method not being used if the input was not already indexed. * Fix rare crash caused by a truncated palette. * Reduce size of binaries. * Add man page generation.
Comments 0