Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump up Rust crate fast_image_resize to v5 #113

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 3, 2024

This PR contains the following updates:

Package Type Update Change
fast_image_resize dependencies major 4 -> 5

Release Notes

cykooz/fast_image_resize (fast_image_resize)

v5.0.0

Compare Source

Added
  • Added support for multi-thread image processing with the help of rayon crate.
    You should enable rayon feature to turn on this behavior.

  • Added methods to split image in different directions:

    • ImageView::split_by_height()
    • ImageView::split_by_width()
    • ImageViewMut::split_by_height_mut()
    • ImageViewMut::split_by_width_mut()

    These methods have default implementation and are used for multi-thread
    image processing.


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.

Copy link

vercel bot commented Oct 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
image ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 3, 2024 7:25pm

@renovate renovate bot added the dependencies label Oct 3, 2024
@Brooooooklyn Brooooooklyn merged commit 8990d83 into main Oct 3, 2024
29 checks passed
@Brooooooklyn Brooooooklyn deleted the renovate/fast_image_resize-5.x branch October 3, 2024 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant