File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## Changes
8
8
9
+ ### Version 0.25.6
10
+
11
+ Features:
12
+ - Improved format detection ([ #2418 ] ( https://github.com/image-rs/image/pull/2418 ) )
13
+ - Implement writing ICC profiles for JPEG and PNG images ([ #2389 ] ( https://github.com/image-rs/image/pull/2389 ) )
14
+
15
+ Bug fixes:
16
+ - JPEG encoding bugfix ([ #2387 ] ( https://github.com/image-rs/image/pull/2387 ) )
17
+ - Expanded ICO format detection ([ #2434 ] ( https://github.com/image-rs/image/pull/2434 ) )
18
+ - Fixed EXR bug with NaNs ([ #2381 ] ( https://github.com/image-rs/image/pull/2381 ) )
19
+ - Various documentation improvements
20
+
9
21
### Version 0.25.5
10
22
11
23
Features:
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " image"
3
- version = " 0.25.5 "
3
+ version = " 0.25.6 "
4
4
edition = " 2021"
5
5
resolver = " 2"
6
6
You can’t perform that action at this time.
0 commit comments