Skip to content

Commit 9310d58

Browse files
authored
Release v0.2.1 with multiple optimizations (#127)
1 parent 344ec6f commit 9310d58

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

517
Breaking Changes:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "image-webp"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
rust-version = "1.80.1"

0 commit comments

Comments
 (0)