Update Rust crate image to v0.25.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
image | dependencies | patch |
0.25.1 -> 0.25.2
|
Release Notes
image-rs/image (image)
v0.25.2
Features:
- Added the HDR encoder to supported formats in generic write methods with the
hdr
feature enabled. Supports 32-bit float RGB color only, for now. - When cloning
ImageBuffer
,DynamicImage
andFrame
the existing buffer will now be reused if possible. - Added
image::ImageReader
as an alias. - Implement
ImageEncoder
forHdrEncoder
.
Structural changes
- Switch from
byteorder
tobyteorder-lite
, consolidating some casting unsafety tobytemuck
. - Many methods on
DynamicImage
and buffers gained#[must_use]
indications.
Bug fixes:
- Removed test data included in the crate archive.
- The WebP animation decoder stops when reaching the indicate frame count.
- Fixed bugs in the
bmp
decoder. - Format support gated on the
exr
feature now compiles in isolation.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.