File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
- ### Versios 0.1.3
3
+ ### Version 0.2.0
4
+
5
+ Breaking Changes:
6
+ - ` WebPDecoder ` now requires the passed reader implement ` BufRead ` .
7
+
8
+ Changes:
9
+ - Add ` EncoderParams ` to make predictor transform optional.
10
+
11
+ Bug Fixes:
12
+ - Several bug fixes in animation compositing.
13
+ - Fix indexing for filling image regions with tivial huffman codes.
14
+
15
+ Optimizations:
16
+ - Substantially faster decoding of lossless images, by switching to a
17
+ table-based Huffman decoder and a variety of smaller optimizations.
18
+
19
+ ### Version 0.1.3
4
20
5
21
Changes:
6
22
- Accept files with out-of-order "unknown" chunks.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " image-webp"
3
- version = " 0.1.3 "
3
+ version = " 0.2.0 "
4
4
edition = " 2021"
5
5
license = " MIT OR Apache-2.0"
6
6
rust-version = " 1.67.1"
You can’t perform that action at this time.
0 commit comments