We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d1d847 + 0e3363f commit 5c0a63cCopy full SHA for 5c0a63c
CHANGES.md
@@ -6,6 +6,9 @@
6
* Improved the compression settings API for encoding.
7
* `Decoder` now requires a reader that implements `Seek` and `BufRead` traits.
8
* Bump bitflags dependency to 2.0.
9
+* `StreamingDecoder::update` now takes a structured `UnfilterBuf` argument
10
+ instead of a direct reference to a vector. This allows in-place
11
+ decompression. There is a public constructor for `UnfilterBuf`.
12
13
### Other additions
14
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "png"
3
-version = "0.18.0-rc"
+version = "0.18.0-rc.2"
4
license = "MIT OR Apache-2.0"
5
description = "PNG decoding and encoding library in pure Rust"
0 commit comments