aarty
aarty copied to clipboard
fix(deps): update rust crate image to v0.25.2
This PR 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
hdrfeature enabled. Supports 32-bit float RGB color only, for now. - When cloning
ImageBuffer,DynamicImageandFramethe existing buffer will now be reused if possible. - Added
image::ImageReaderas an alias. - Implement
ImageEncoderforHdrEncoder.
Structural changes
- Switch from
byteordertobyteorder-lite, consolidating some casting unsafety tobytemuck. - Many methods on
DynamicImageand 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
bmpdecoder. - Format support gated on the
exrfeature now compiles in isolation.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.