Skip to content

Commit

Permalink
Release v0.2.1 with multiple optimizations (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel authored Jan 11, 2025
1 parent 344ec6f commit 9310d58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release Notes

### Version 0.2.1

Changes:
- Increased the required Rust compiler version to v1.80

Optimizations:
- Removed bounds checks from hot loops in `read_coefficients()` (#121)
- Faster YUV -> RGBA conversion for a 7% speedup on lossy RGBA images (#122)
- Faster alpha blending for up to 20% speedup on animated images (#123)
- Much faster arithmetic decoding for up to 30% speedup on lossy images (#124)
- Avoid unnecessarily cloning image data for a 4% speedup (#126)

### Version 0.2.0

Breaking Changes:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "image-webp"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.80.1"
Expand Down

0 comments on commit 9310d58

Please sign in to comment.