Update Rust crate image to 0.24.4 #17

Closed
pierre wants to merge 1 commits from renovate/image-0.x into main
Owner

This PR contains the following updates:

Package Type Update Change
image dependencies patch 0.24.3 -> 0.24.4

Release Notes

image-rs/image

v0.24.4

Compare Source

New Features:

  • Encoding for webp is now available with the native library. This needs to
    be activate explicitly with the web-encoder feature.
  • exr decoding has gained basic limit support.

Bug fixes:

  • The Iterator::size_hint implementation of pixel iterators has been fixed to
    return the current length indicated by its ExactSizeIterator hint.
  • Typos and bad references in the documentation have been removed.

Performance:

  • ImageBuffer::get_pixel{,_mut} is now marked inline.
  • resize now short-circuits when image dimensions are unchanged.

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [image](https://github.com/image-rs/image) | dependencies | patch | `0.24.3` -> `0.24.4` | --- ### Release Notes <details> <summary>image-rs/image</summary> ### [`v0.24.4`](https://github.com/image-rs/image/blob/HEAD/CHANGES.md#Version-0244) [Compare Source](https://github.com/image-rs/image/compare/v0.24.3...v0.24.4) New Features: - Encoding for `webp` is now available with the native library. This needs to be activate explicitly with the `web-encoder` feature. - `exr` decoding has gained basic limit support. Bug fixes: - The `Iterator::size_hint` implementation of pixel iterators has been fixed to return the current length indicated by its `ExactSizeIterator` hint. - Typos and bad references in the documentation have been removed. Performance: - `ImageBuffer::get_pixel{,_mut}` is now marked inline. - `resize` now short-circuits when image dimensions are unchanged. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTAuMCJ9-->
pierre force-pushed renovate/image-0.x from ed414add75 to e14ab92acf 2022-11-10 00:19:22 +00:00 Compare
pierre force-pushed renovate/image-0.x from e14ab92acf to 0c581ace30 2022-11-22 00:31:32 +00:00 Compare
Author
Owner

Won't merge due to conflicts

Won't merge due to conflicts
pierre closed this pull request 2022-11-24 11:26:46 +00:00
pierre deleted branch renovate/image-0.x 2022-11-24 11:26:48 +00:00
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/id3-image-rs#17
No description provided.