File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ### Version 0.2.1
4+
5+ Changes:
6+ - Increased the required Rust compiler version to v1.80
7+
8+ Optimizations:
9+ - Removed bounds checks from hot loops in ` read_coefficients() ` (#121 )
10+ - Faster YUV -> RGBA conversion for a 7% speedup on lossy RGBA images (#122 )
11+ - Faster alpha blending for up to 20% speedup on animated images (#123 )
12+ - Much faster arithmetic decoding for up to 30% speedup on lossy images (#124 )
13+ - Avoid unnecessarily cloning image data for a 4% speedup (#126 )
14+
315### Version 0.2.0
416
517Breaking Changes:
Original file line number Diff line number Diff line change 11[package ]
22name = " image-webp"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66rust-version = " 1.80.1"
You can’t perform that action at this time.
0 commit comments