Update Rust crate image to v0.25.5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
image | dependencies | patch |
0.25.4 -> 0.25.5
|
Release Notes
image-rs/image (image)
v0.25.5
Features:
- Added support for decoding 10-bit and 12-bit AVIF
- Initial, opt-in serde support for an enum. This may be extended to other types in the future.
Bug fixes:
- Multiple bug fixes in AVIF decoding
- The
rayon
feature now correctly toggles the use ofrayon
when encoding AVIF. (Previously it would be either always on or always off depending on the version of theravif
crate in your dependency tree.) - "jfif" file extension for JPEG images is now recognized
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.