oxipng/src
Alejandro González 904beeec6b
Update zopfli to v0.8.0 (#560)
This update brings several parameterization and usage flexibility
improvements on Zopfli, allowing users to choose to limit execution time
by a number of iterations without improvement, and exposing a more
advanced `ZlibEncoder` struct to tune compression block sizes and
DEFLATE block types. Some minor microoptimizations were also made.

For now, I don't expect this PR to substantially affect how OxiPNG
compresses images using its Zopfli mode, but the additional parameter
customization may come in handy for future work improving how Zopfli is
used in OxiPNG.
2023-10-09 23:14:22 +02:00
..
deflate Update zopfli to v0.8.0 (#560) 2023-10-09 23:14:22 +02:00
png Additional palette sorting algorithm (#514) 2023-07-11 12:33:57 -04:00
reduction Additional palette sorting algorithm (#514) 2023-07-11 12:33:57 -04:00
atomicmin.rs Revert "Provide BufferedZopfliDeflater and allow user to pass in a custom Deflater (#530)" 2023-07-09 13:40:20 -04:00
colors.rs Revert "Provide BufferedZopfliDeflater and allow user to pass in a custom Deflater (#530)" 2023-07-09 13:40:20 -04:00
error.rs Raw API (#482) 2023-05-15 08:37:49 -04:00
evaluate.rs Stop yielding once evaluations are done 2023-07-08 18:57:15 -04:00
filters.rs Raw API (#482) 2023-05-15 08:37:49 -04:00
headers.rs Revert "Provide BufferedZopfliDeflater and allow user to pass in a custom Deflater (#530)" 2023-07-09 13:40:20 -04:00
interlace.rs Refactor aux chunk handling (#505) 2023-05-21 15:34:23 -04:00
lib.rs Remove backup and check options (#546) 2023-09-26 09:52:51 +02:00
main.rs Remove backup and check options (#546) 2023-09-26 09:52:51 +02:00
rayon.rs Process files in parallel (#531) 2023-07-11 03:45:10 -04:00
sanity_checks.rs Revamp CI workflow to upload artifacts, cross-compile ARM64 binaries, and more (#534) 2023-09-02 11:09:20 -04:00