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 1
1
# Release Notes
2
2
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
+
3
15
### Version 0.2.0
4
16
5
17
Breaking Changes:
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " image-webp"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
edition = " 2021"
5
5
license = " MIT OR Apache-2.0"
6
6
rust-version = " 1.80.1"
You can’t perform that action at this time.
0 commit comments