fix: premultiply alpha before resizing (fix #14351) (#14353)

* fix: Premultiply alpha before resizing

* feat: Use rayon for process speedup

* Fix change tag

* `cargo fmt`

* Document reasoning & use imageops::resize directly

---------

Co-authored-by: Tony <legendmastertony@gmail.com>
This commit is contained in:
Chase Knowlden
2025-11-03 22:16:11 -05:00
committed by GitHub
parent 18464d9481
commit fd8c30b4f1
4 changed files with 36 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -8667,6 +8667,7 @@ dependencies = [
"plist",
"pretty_assertions",
"rand 0.9.1",
"rayon",
"regex",
"resvg",
"semver",