oxipng/tests
Josh Holmer 2a59419bdf
Provide BufferedZopfliDeflater and allow user to pass in a custom Deflater (#530)
* Add .whitesource configuration file

* Experimental: allow Zopfli to use any size BufWriter

* Allow user to specify the output buffer size as well

* Allow user to specify maximum block splits

* Reformat and fix warnings

* Use deflater on iCCP chunk as well

* Bug fix: need to implement Zlib format

* Make functions const when possible

* Switch to using zopfli::Options in prep for https://github.com/zopfli-rs/zopfli/pull/21

* Switch to using zopfli::Options in prep for https://github.com/zopfli-rs/zopfli/pull/21

* Cargo fmt

* Fix compilation

* Fix tests

* Fix more lints

* Fix more lints

* Fix compilation more

---------

Co-authored-by: mend-bolt-for-github[bot] <42819689+mend-bolt-for-github[bot]@users.noreply.github.com>
Co-authored-by: Chris Hennick <hennickc@amazon.com>
Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2023-07-07 22:35:01 -04:00
..
files Try to pick tRNS value that's valid at low depth (#520) 2023-07-07 20:56:15 -04:00
filters.rs Refactor aux chunk handling (#505) 2023-05-21 15:34:23 -04:00
flags.rs Provide BufferedZopfliDeflater and allow user to pass in a custom Deflater (#530) 2023-07-07 22:35:01 -04:00
interlaced.rs Refactor aux chunk handling (#505) 2023-05-21 15:34:23 -04:00
interlacing.rs Refactor aux chunk handling (#505) 2023-05-21 15:34:23 -04:00
lib.rs Allow APNG with reductions disabled (#511) 2023-07-05 00:47:43 -04:00
raw.rs Provide BufferedZopfliDeflater and allow user to pass in a custom Deflater (#530) 2023-07-07 22:35:01 -04:00
reduction.rs Try to pick tRNS value that's valid at low depth (#520) 2023-07-07 20:56:15 -04:00
regression.rs Expand low depths to 8-bit (#516) 2023-06-18 01:32:47 -04:00
strategies.rs Refactor aux chunk handling (#505) 2023-05-21 15:34:23 -04:00