You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGES.md
+11
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@
6
6
7
7
## Changes
8
8
9
+
### Version 0.25.5
10
+
11
+
Features:
12
+
- Added support for decoding 10-bit and 12-bit AVIF
13
+
- Initial, opt-in serde support for an enum. This may be extended to other types in the future.
14
+
15
+
Bug fixes:
16
+
-[Multiple bug fixes in AVIF decoding](https://github.com/image-rs/image/pull/2373)
17
+
- The `rayon` feature now correctly toggles the use of `rayon` when encoding AVIF. (Previously it would be either always on or always off depending on the version of the `ravif` crate in your dependency tree.)
18
+
- "jfif" file extension for JPEG images is now recognized
0 commit comments