- [Breaking] Revamp alpha optimization
- [Bugfix] Fix grayscale depth reduction with tRNS pixel
- [Bugfix] Fix fast mode with zopfli
- [Improvement] Tweaks to interlacing and format display
- [Improvement] Ability to reduce alpha channel to tRNS pixel
- [Improvement] Performance improvements to colorspace reduction
- [Misc] Disable image validation in release mode, as it is deemed no longer necessary
- [Breaking] Switch to libdeflater as the default
- [Breaking] Rebalance presets
- [Breaking] Update safe headers to remove
- [Breaking] Bump minimum Rust version to 1.61.0
- [Feature] Introduce new filter strategies
- [Feature] Allow setting libdeflate compression level
- [Feature] Add optional dockerization
- [Improvement] Improve alpha reductions
- [Improvement] Fast deinterlace for 8-bit
- [Improvement] Refactor heuristics for fast filter evaluation
- [Improvement] Improve file size reduction further
- [Bugfix] Avoid printing output bytes on decompress error
- [Bugfix] Fix compression level 0
- [Bugfix] Fix directional alpha reductions
- [Bugfix] Fix edge cases in palette reduction
- [Bugfix] Fix an issue where Zopfli mode could generate corrupt images
- [Breaking] Bump minimum Rust version to 1.57.0
- [Feature] Add
--check
/-c
CLI option - [Security] Update stderrlog to 0.5.2 (Fixes RUSTSEC-2022-0006)
- [Security] Remove chrono as a transitive dependency (Fixes RUSTSEC-2020-0159)
- [Misc] Bump
clap
to 3.2 - [Misc] Bump
zopfli
to 0.7 - [Misc] Bump
libdeflater
to 0.10 - [Misc] Remove
byteorder
dependency in favor of stdlib functions - [Misc] Bump
image
to 0.24 - [Misc] Bump
crc
to 3.0 - [Misc] Bump
miniz_oxide
to 0.6 - [Misc] Update to Rust edition 2021
- [Misc] Various internal improvements
- [Bugfix] Fix an issue where -o5 and -o6 were not testing all options
- [Misc] Bump miniz_oxide to 0.5
- [Breaking] Bump minimum Rust version to 1.46.0
- [Bugfix] Avoid many panics that may occur on broken files
- [Bugfix] Fix race condition that may cause tests to fail
- [Performance] Optimizations to unfiltering and copying
- [Feature] Add
--ng
option to skip grayscale reduction - [Feature] Also preserve timestamps when using
--preserve
- [Misc] Bump
crc
to 2.x
- Bump itertools to 0.10.x
- Temporarily disable i686 releases, which were failing due to an odd linker issue,
so that at least amd64 builds will publish successfully
- This only relates to the releases published on Github. You can still manually compile oxipng for any platform.
- Includes another update to libdeflater that improves support for targets without a C stdlib, like wasm32.
- Includes an update to libdeflater that improves support for targets without a C stdlib, like wasm32.
- [Breaking] Bump minimum Rust version to 1.45.0
- [Feature] Make
libdeflater
andzopfli
optional for API users - [Bugfix] Fix cloudflare-zlib on aarch64 CPUs
- [Bugfix] Don't exit on finding a non-PNG file when crawling recursively
- [Bugfix] Make
rayon
truly optional - Various internal improvements
- [Bugfix] Re-add
--force
flag to CLI- This was accidentally removed somehow
- Many non-breaking dependency version bumps
- [Breaking] Bump minimum Rust version to 1.41.0
- [Breaking] Use IndexMap/IndexSet to provide more consistent performance (#202)
- This changes some public-facing types.
IndexMap
andIndexSet
are reexported at the crate root to aid migration.
- This changes some public-facing types.
- [Breaking] Remove fields from the
Options
struct which were never used (#211, #212) - [Breaking] Refactor zlib-specific options in the
Options
struct (#210) - [Feature] Add libdeflater as an option (#203)
- [Feature] Use standard
log
library (#218) - [Feature] Add
-o max
setting which will always reference the highest compression preset (#224) - [Deprecated]
-o 4
was found to be equivalent to-o 3
and is deprecated. It will likely be removed in a future release. For now it remains equivalent to-o 3
. (#224) - [Bugfix] Ensure output is deterministic (#199)
- Update
image
crate to 0.23 - Update
itertools
crate to 0.9 - Various performance and internal improvements
- Allow disabling all alpha optimizations (#181)
- Fix interlacing issues on tiny images (#182)
- Reduce memory usage in filtering (#191)
- Implement palette sorting to improve compression (#193)
- Disable alpha optimizations by default (#187)
- Add support for WASM (#194)
- Fix grayscale bit-depth reduction (#171)
- Fix typos and incorrect log message (#172)
- Make metadata order deterministic (#174)
- Fix 32-bit builds (#176)
- Enable LTO in release builds (#177)
- Use deterministic compression strategy (#179)
- Fix decoding interlaced images with height or width <= 2 (#175)
- Preallocate memory in reduced_alpha_to_up (#180)
- Update
bit-vec
crate to 0.6
- Various internal improvements (#154) (#158) (#160) (#161) (#162) (#163)
- Update
image
crate to 0.21.0 - Update
itertools
crate to 0.8.0 - Update
zopfli
crate to 0.4.0 - Use Rust edition 2018
- Bump minimum required Rust version to 1.31.0
- Fix non-standard sBIT headers in other code locations (#153)
- 80x faster palette reduction (#150)
- Optimize RGB to palette conversion (#148)
- Various microoptimizations (#146)
- Introduce third-party safe wrapper around cloudflare-zlib (#149)
- Identify and drop useless sRGB profiles (#143)
- Alpha heuristic improvements (#144)
- Bump
miniz_oxide
andcloudflare-zlib-sys
to 0.2.0
- Fix issue where some images will incorrectly reduce bit depth (#140)
- Bump
image
crate to 0.20.0
- Fix i686 builds
- Performance improvements
- Fix issue with PNG to Indexed reduction on images with transparency pixel (#129)
- More fixes for alpha optimization on interlaced images (#133)
- [SEMVER_MINOR] Bump minimum Rust version to 1.27.0
- [SEMVER_MINOR] Reenable faster Cloudflare zlib compression on platforms that support it
- Fix memory leak with Cloudflare zlib (#126)
- Minor fixes and cleanup
- Fix an issue in alpha optimization on interlaced images (#113)
- Revert making Cloudflare zlib the default, as it introduced a major memory leak. It will be put back behind a feature flag, and reenabled when the issue is fixed.
- Revert minimum Rust version to 1.24.0
- [SEMVER_MAJOR] Make PngError a proper Error enum
- [SEMVER_MINOR] Bump minimum Rust version to 1.27.0
- [SEMVER_MINOR] Make Rayon an optional dependency (enabled by default)
- [SEMVER_MINOR] Option to limit wall clock time spent in optimization trials
- [SEMVER_MINOR]
--keep
option (works similar to--strip
, but takes a comma-separated list of headers to keep, and removes all other non-critical headers) - Use faster Cloudflare zlib compression on platforms that support it
- Allow specifying more than 2 filter types via the CLI
- Avoid double glob processing on unix
- Fix reading from stdin
- Cleanup help text
- Various performance improvements
- Bump
image
to 0.19.0 - Bump
bit-vec
to 0.5.0 - Bump
regex
to 1.0.0
- Bump dependencies
- Fix a change that breaks Itertools::flatten with recent Rust nightlies
- Bump rayon to 1.0 (#99 @cuviper)
- Bump minor versions of other dependencies for binary distribution
- Remove the C dependency on miniz, and replace it with a Rust version (#57)
- This improves decompression speed by 15%. Compression speed is not affected.
- [SEMVER_MAJOR] This also obsoletes the
-zm
command line option and thememory
key on theOptions
struct. - Presets will be updated automatically. This means that presets 3 and higher will run significantly more quickly.
- [SEMVER_MAJOR] Adjust the presets, now that
-zm
is no longer an option.-o3
now tests all filter types. This will result in 50% more trials than before, but may give up to 10% more compression gain.-o4
and higher now test all alpha optimization types. This adds 5 trials specific to the alpha channel. Only transparent images are affected.
- Implement unix-specific permissions copying for
-p
option - Performance optimizations
- Refactor of internal code
- [SEMVER_MAJOR] Default to overwriting the input file if
out_file
is not set. This does not affect the CLI, but with the library, it was easy to forget to set theout_file
, and there was no warning that no output file would be written. - Bump dependencies, reduces binary size by a considerable amount
- Hide all modules from documentation, and only export the specific structures that should be public. Previously there were too many implementation details made public. The modules are still public for the purposes of our integration tests, but we strongly advise against using undocumented modules. These may become private in the future.
- Internal refactoring and code cleanup
- Fix an error message that was displaying the wrong file path
- Fix an issue where the output file would not be written if the input was already optimized, even if the output path was different from the input path
- Return exit code of 1 if an error occurred while processing a file using the CLI app (#93)
- Bump
image
to 0.18 - Fix unfiltering of scan lines in interlaced images (#92)
- Bump
rayon
to 0.9 - Fix failure to optimize on certain grayscale images (#89)
- Bump
itertools
to 0.7 - Bump
image
to 0.17 - [SEMVER_MAJOR] Bump minimum rustc version to 1.20.0
- Fix parsing of glob paths on Windows (#90)
- Bump
image
to 0.16 - Quickly pass over files that do not have a PNG header (#85 @emielbeinema)
- Return an error instead of crashing on APNG files (#83 @emielbeinema)
- Remove VC++ download requirement for Windows users
- [SEMVER_MAJOR] Bump minimum required rustc version to 1.19.0
- [SEMVER_MINOR] Oxipng will now, by default, attempt to change all transparent pixels to
rgba(0, 0, 0, 0)
to improve compression. It does fast trials with filters 0 and 5 to see if this is an improvement over the existing alpha channel. - [SEMVER_MINOR] Add a
-a
option to the command line (alphas
in the struct) which enables 6 different trials for optimizing the alpha channel, using the previously mentioned fast heuristic. This option will make optimization of images with transparency somewhat slower, but may improve compression. - Fixed a bug in reducing palettes for images with bit depth of two (#80)
- Fixed another bug in reducing palettes for images with bit depth less than eight (#82)
- Code cleanup
- Bump
image
to 0.15
- Fix command-line help text (#70)
- Publicly export
error
module
- Fix rayon's breaking changes that they made in a point release
- [SEMVER_MAJOR] Bump minimum rustc version to 1.17.0
- Bump
image
to 0.14 - Bump
rayon
to 0.8
- Bump
image
to 0.13 (#65) - Bump
rayon
to 0.7 - Bump
itertools
to 0.6
- Ignore color reductions that would increase file size (#61)
- [SEMVER_MINOR] Check images for correctness before writing result (#60)
- Fix invalid output when reducing image to a different color type but file size does not improve (#60)
- Don't write new file if moving from interlaced to non-interlaced if new file would be larger
- Fix bug when reducing RGBA to Indexed if image has 256 colors plus a background color
- Fix multiple bugs when reducing transparency palettes
- Fix a bug when reducing palette in images with bit depth less than 8
- Fix a bug when reducing palette in images with transparency
- Remove zlib dependency and switch entirely to miniz, since zlib 1.2.11 was not working with oxipng. This costs some performance, but is better than having a broken application.
- Performance optimizations
- [SEMVER_MAJOR] Bump minimum rustc version to 1.13.0
- Add categories on crates.io
- Bump regex dependency to 0.2
- Bump byteorder dependency to 1.0
- Bump rayon dependency to 0.6
- Fix bug in certain PNG headers when reducing color type (#52)
- [SEMVER_MAJOR] Reduction functions now take
&mut PngData
and return abool
indicating whether the image was reduced - [SMEVER_MAJOR] Bump minimum required rustc version to 1.12.0
- Performance optimizations
- Fix processing filenames that contain commas (@aliceatlas #50)
- [SEMVER_MINOR] Add zopfli option (-Z), disabled by default. Gives about 10% better compression, but is currently 50-100x slower.
- [SEMVER_MAJOR] Bump minimum rustc version to 1.9.0, required by dependencies
- [SEMVER_MINOR] Allow calling optimization presets via crate using
Options::from_preset
- [SEMVER_MAJOR] Return proper
PngError
type which implementsstd::error::Error
fromResult
s - [SEMVER_MAJOR] Rename module
deflate::deflate
todeflate
- Performance optimizations
- [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
- [SEMVER_MAJOR] Significant refactoring of modules
- Use
itertools
to cleanup areas of code - Use multiple threads for filtering trials
- Fix issue where images smaller than 4px width would crash on interlacing (#42)
- Minor optimizations
- Fix issue where interlaced images with certain widths would fail to optimize
- [SEMVER_MINOR] Add support for optimizing PNGs already loaded into memory via library function
- Minor compression improvement on interlaced images
- Performance optimizations
- [SEMVER_MINOR] Move default Options into a Default impl
- [SEMVER_MINOR] Add option for setting number of threads (#39)
- 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
- [SEMVER_MINOR] Palette entries can now reduced, on by default (#11)
- Don't report that we are in pretend mode if verbosity is set to none
- Add cargo bench suite (#7)
- Performance optimizations
- [SEMVER_MAJOR]
-s
automatically infers--strip safe
(#31) - Update byteorder and clap crates
- Fix issue where interlaced images incorrectly applied filters on the first line of a pass
- Properly decode interlaced images
- [SEMVER_MINOR] Allow converting between progressive and interlaced images (#3)
- Fix a bug that would cause oxipng to crash on very small images
- Limit number of threads to 1.5x number of cores
- Significantly improve memory usage, especially with high optimization levels. (#32)
- Refactor output code (#19)
- Add rustdoc for public methods and structs
- Improve filter mode 5 heuristic (#16)
- Add tests for edge-case images with subtitles (#29)
- Fix program version that is displayed when running
oxipng -V
- Ensure
--quiet
mode is actually quiet (@SethDusek #20) - Write status/debug information to stderr instead of stdout
- Use heuristics to determine best combination for
-o1
(#21) - [SEMVER_MAJOR] Allow 'safe', 'all', or comma-separated list as options for
--strip
- [SEMVER_MINOR] Add
-s
alias for--strip
- Fix
oxipng *
writing all input files to one output file (#15)
- Initial beta release
- Reduce color type and bit depth
- Recompress with zlib
- Multithreading
- Strip headers option
- Backup file before writing option
- Write to stdout option