oxipng/src
andrews05 e091767278
Small tweaks (#734)
- Fix docs for entropy filter (fixes #733)
- Improve docs for `--fix` (fixes #728)
- Add tests for alpha optimisation
- Following a recent change to the code here, I realised we don't
actually have any tests covering alpha optimisation. I've adjusted some
of the test images to include lines with both leading transparent and
all transparent pixels, and added dedicated tests for them.
- Change x86_64 macOS build to use the macos-15 runner
- There is a new macos-15-intel runner available but we don't actually
need an intel runner to build x86_64. (As support for x86_64 winds down,
we can probably drop these builds eventually - homebrew is the preferred
installation method for macOS anyway)
2025-10-04 11:46:47 +02:00
..
deflate BC breaks for v10 (#715) 2025-09-20 17:16:22 +02:00
png Allow brute filter configuration (#720) 2025-09-25 23:20:29 +02:00
reduction BC breaks for v10 (#715) 2025-09-20 17:16:22 +02:00
apng.rs Update runners, rust, and dependencies (#724) 2025-08-25 14:49:59 +02:00
atomicmin.rs Update runners, rust, and dependencies (#724) 2025-08-25 14:49:59 +02:00
cli.rs Small tweaks (#734) 2025-10-04 11:46:47 +02:00
colors.rs BC breaks for v10 (#715) 2025-09-20 17:16:22 +02:00
display_chunks.rs Feature/manpage (#596) 2024-03-18 12:28:52 +01:00
error.rs Add max_uncompressed_size (#732) 2025-09-25 22:46:35 +02:00
evaluate.rs BC breaks for v10 (#715) 2025-09-20 17:16:22 +02:00
filters.rs Allow brute filter configuration (#720) 2025-09-25 23:20:29 +02:00
headers.rs Add max_uncompressed_size (#732) 2025-09-25 22:46:35 +02:00
interlace.rs BC breaks for v10 (#715) 2025-09-20 17:16:22 +02:00
lib.rs BC breaks for v10 (#715) 2025-09-20 17:16:22 +02:00
main.rs Allow brute filter configuration (#720) 2025-09-25 23:20:29 +02:00
options.rs Allow brute filter configuration (#720) 2025-09-25 23:20:29 +02: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