File tree 2 files changed +34
-1
lines changed
2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.17.15
2
+
3
+ ### Added
4
+
5
+ * Add a public API to advance to the next frame in APNG decoder ([ #518 ] )
6
+ * Add APIs to write ICC and EXIF chunks ([ #526 ] )
7
+ * Add support for parsing the sBIT chunk ([ #524 ] )
8
+ * Add support for parsing the bKGD chunk ([ #538 ] )
9
+ * Add support for parsing the cICP chunk ([ #529 ] )
10
+ * Add support for parsing mDCv and cLLi chunks ([ #528 ] , ([ #543 ] ))
11
+
12
+ ### Changed
13
+
14
+ * Improve performance of Paeth filter during decoding ([ #512 ] , [ #539 ] )
15
+
16
+ ### Fixed
17
+
18
+ * Avoid an infinite loop when retrying after a fatal error using ` StreamingDecoder ` ([ #520 ] )
19
+ * Fixed chunk order in encoded files ([ #526 ] )
20
+
21
+ [ #495 ] : https://github.com/image-rs/image-png/pull/495
22
+ [ #496 ] : https://github.com/image-rs/image-png/pull/496
23
+ [ #512 ] : https://github.com/image-rs/image-png/pull/512
24
+ [ #518 ] : https://github.com/image-rs/image-png/pull/518
25
+ [ #520 ] : https://github.com/image-rs/image-png/pull/520
26
+ [ #524 ] : https://github.com/image-rs/image-png/pull/524
27
+ [ #526 ] : https://github.com/image-rs/image-png/pull/526
28
+ [ #528 ] : https://github.com/image-rs/image-png/pull/528
29
+ [ #529 ] : https://github.com/image-rs/image-png/pull/529
30
+ [ #538 ] : https://github.com/image-rs/image-png/pull/538
31
+ [ #539 ] : https://github.com/image-rs/image-png/pull/539
32
+ [ #543 ] : https://github.com/image-rs/image-png/pull/543
33
+
1
34
## 0.17.14
2
35
3
36
* Updated to miniz_oxide 0.8.0.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " png"
3
- version = " 0.17.14 "
3
+ version = " 0.17.15 "
4
4
license = " MIT OR Apache-2.0"
5
5
6
6
description = " PNG decoding and encoding library in pure Rust"
You can’t perform that action at this time.
0 commit comments