File tree 2 files changed +17
-10
lines changed
2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 7
7
8
8
## Changes
9
9
10
- ### Unreleased
10
+ ### Version 0.24.9
11
11
12
- - More convenient to use buffers will be added in the future. In particular,
13
- improving initialization, passing of output buffers, and adding a more
14
- complete representation for layouts. The plan is for these to interact with
15
- the rest of the library through a byte-based interface similar to
16
- ` ImageDecoder ` .
17
- See ongoing work on [ ` image-canvas ` ] ( https://github.com/image-rs/canvas ) if
18
- you want to participate.
12
+ Structural changes:
13
+ - Relicense to MIT OR Apache-2.0
14
+ - Increase MSRV 1.63.0
15
+
16
+ New features:
17
+ - Support limits in PNG animation decoding.
18
+ - Added offsets to SubImage to compensate for the now-deprecated bounds call
19
+ from GenericImageView.
20
+
21
+ Bug fixes:
22
+ - Correct limit tests for TIFF.
23
+ - Avoid overflow in gif::Decoder::buffer_size.
24
+ - Return error instead of using asssertion for Avif decoder unsupported or
25
+ invalid bit depth.
19
26
20
27
### Version 0.24.8
21
28
@@ -27,7 +34,7 @@ New features:
27
34
- TGA encoder now supports RLE encoding.
28
35
- Add rayon parallel iterators behind an optional ` rayon ` feature.
29
36
- Support CMYK TIFF images.
30
- - Implement From<DynamicImage > for all image types.
37
+ - Implement ` From<DynamicImage> ` for all image types.
31
38
32
39
Bug fixes:
33
40
- Fix decoding pngs with invalid text chunks.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " image"
3
- version = " 0.24.8 "
3
+ version = " 0.24.9 "
4
4
edition = " 2021"
5
5
resolver = " 2"
6
6
You can’t perform that action at this time.
0 commit comments