Update Rust crate image to 0.25.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
image | dependencies | minor |
0.24.9 -> 0.25.0
|
Release Notes
image-rs/image (image)
v0.25.1
Bug fixes:
- Fixed corrupt JPEG output when attempting to encode images containing an alpha channel.
- Only accept ".ff" file extension for farbfeld images.
- Correct farbfeld feature flag for
ImageFormat::{reading_enabled, writing_enabled}
. - Disable strict mode for JPEG decoder.
- Add nasm feature to optionally enable faster AVIF encoding.
v0.25.0
Breaking changes:
- Added
BufRead
+Seek
bound on many decoders. - Use
ExtendedColorType
instead ofColorType
when encoding. - Removed
ImageOutputFormat
,GenericImageView::bounds
, and several other deprecated items. - Removed incremental decoding support and changed
ImageDecoder
so the trait is object safe. - Pixel types are now
repr(transparent)
rather thanrepr(C)
. - Made color_quant dependency optional.
- Renamed some feature flags.
Structural changes:
- Increased MSRV to 1.67.1
Codec changes:
- Switched to image-webp for WebP encoding.
- Switched to zune-jpeg for JPEG decoding.
- Made the HDR decoder produce f32 images.
- Removed DXT encoding and decoding support.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate [bot]