oxipng/tests
Alejandro González 046341357b Add initial support for changing Zopfli iterations
PR https://github.com/shssoichiro/oxipng/pull/445 did some dependency
updates, which included using the latest zopfli version. The latest
version of this crate exposes new options in its API that allow users to
choose the desired number of Zopfli compression iterations, which
may greatly affect execution time. In fact, other optimizers such as
zopflipng dynamically select this number depending on the input file
size (see: https://github.com/shssoichiro/oxipng/issues/414).

As a first step towards making OxiPNG deal with Zopfli better, let's add
the necessary options for libraries to be able to choose the number of
iterations. This number is still fixed to 15 as before when using the
CLI.
2022-09-03 18:04:00 +02:00
..
files Use separate file for issue_182 test 2021-07-11 23:10:57 -04:00
filters.rs small fix 2021-06-24 19:47:21 -04:00
flags.rs Add initial support for changing Zopfli iterations 2022-09-03 18:04:00 +02:00
interlaced.rs Fix some clippy warnings 2021-06-24 15:57:41 -04:00
lib.rs Fix some clippy warnings 2021-06-24 15:57:41 -04:00
reduction.rs Fix some clippy warnings 2021-06-24 15:57:41 -04:00
regression.rs Use separate file for issue_182 test 2021-07-11 23:10:57 -04:00