File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
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+ - Properly update the color cache when trivial huffman codes are used.
15+
16+ Optimizations:
17+ - Substantially faster decoding of lossless images, by switching to a
18+ table-based Huffman decoder and a variety of smaller optimizations.
19+
20+ ### Version 0.1.3
421
522Changes:
623- Accept files with out-of-order "unknown" chunks.
Original file line number Diff line number Diff line change 11[package ]
22name = " image-webp"
3- version = " 0.1.3 "
3+ version = " 0.2.0 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66rust-version = " 1.67.1"
You can’t perform that action at this time.
0 commit comments