oxipng/src
andrews05 1188b9a91e
Reduction performance tweaks (#676)
Two key changes here:
- Removed some defunct reduction benches and added some more alpha
reduction benches.
- Changed use of `chunks()` to `chunks_exact()` where appropriate to
improve performance. (As a byproduct, this also fixes a potential crash
if a malformed file has a PLTE chunk that isn't a multiple of 3.)
2025-02-08 18:49:04 +01:00
..
deflate Refactor optimize_raw (#670) 2025-01-29 20:53:11 +01:00
png Fix new Clippy lints 2025-01-30 18:39:23 +01:00
reduction Reduction performance tweaks (#676) 2025-02-08 18:49:04 +01:00
apng.rs Parse fcTL/fdAT into frames 2025-01-26 00:16:24 +01:00
atomicmin.rs Refactor optimize_raw (#670) 2025-01-29 20:53:11 +01:00
cli.rs Remove obsolete flag warning 2025-01-02 09:40:52 +13:00
colors.rs Refactor optimize_raw (#670) 2025-01-29 20:53:11 +01:00
display_chunks.rs Feature/manpage (#596) 2024-03-18 12:28:52 +01:00
error.rs Parse fcTL/fdAT into frames 2025-01-26 00:16:24 +01:00
evaluate.rs Refactor optimize_raw (#670) 2025-01-29 20:53:11 +01:00
filters.rs Reduction performance tweaks (#676) 2025-02-08 18:49:04 +01:00
headers.rs Reduction performance tweaks (#676) 2025-02-08 18:49:04 +01:00
interlace.rs API docs 2024-11-30 13:28:05 +13:00
lib.rs Fix new Clippy lints 2025-01-30 18:39:23 +01:00
main.rs Fix new Clippy lints 2025-01-30 18:39:23 +01:00
options.rs Clippy 2025-01-02 09:15:24 +13:00
rayon.rs Remove some now unnecessary Clippy lints allowances 2024-07-11 15:20:53 +12:00
sanity_checks.rs Run cargo fmt 2024-09-28 15:41:54 +02:00