oxipng/benches
andrews05 aebddf443a
Allow brute filter configuration (#720)
This PR allows the Brute filter parameters to be configured rather than
using fixed constants. It also tweaks the presets to take advantage of
these new options:
o3: level=1, lines=3 (fractionally worse/faster)
o4: level=1, lines=4 (same as before)
o5: level=4, lines=4 (fractionally better/slower)
o6: level=5, lines=8 (slightly better/slower)

The parameters can be explicitly set in both the API and the CLI.
2025-09-25 23:20:29 +02:00
..
deflate.rs Refactor optimize_raw (#670) 2025-01-29 20:53:11 +01:00
filters.rs Reduce memory usage of fast evaluation (#713) 2025-09-19 20:36:17 +02:00
interlacing.rs BC breaks for v10 (#715) 2025-09-20 17:16:22 +02:00
reductions.rs Reduction performance tweaks (#676) 2025-02-08 18:49:04 +01:00
strategies.rs Allow brute filter configuration (#720) 2025-09-25 23:20:29 +02:00
zopfli.rs BC breaks for v10 (#715) 2025-09-20 17:16:22 +02:00