Releases: shssoichiro/oxipng
Releases · shssoichiro/oxipng
v0.10.0
- [SEMVER_MINOR] Make clap and regex dependencies optional
- Enabled by default, needed for executable build; can be disabled for use in crates
- Remove reduction from palette to grayscale, which was not working and provided minimal benefit
v0.9.0
- [SEMVER_MAJOR] Significant refactoring of modules
- Use
itertools
to cleanup areas of code - Use multiple threads for filtering trials
v0.8.2
v0.8.1
- Minor optimizations
- Fix issue where interlaced images with certain widths would fail to optimize
v0.8.0
- [SEMVER_MINOR] Add support for optimizing PNGs already loaded into memory via library function
v0.7.0
v0.6.0
- Fix issue where output directory would not be created if it did not exist
- Use miniz for compression strategies where it outperforms zlib
- [SEMVER_MINOR] Partially implement -p / --preserve, as far as stable Rust will allow for now
- [SEMVER_MINOR] Implement --fix to ignore CRC errors and recalculate correct CRC in output