Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump image from 0.22.5 to 0.23.12#163

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromdependabot/cargo/image-0.23.12

Conversation

dependabot[bot]
Copy link

@dependabotdependabotbot commented on behalf ofgithubJun 6, 2022

Bumpsimage from 0.22.5 to 0.23.12.

Changelog

Sourced fromimage's changelog.

Version 0.23.12

  • Fix a soundness issue affecting the impls ofPixel::from_slice_mut. Thiswould previously reborrow the mutable input reference as a shared one butthen proceed to construct the mutable result reference from it. While UBaccording to Rust's memory model, we're fairly certain that no miscompilationcan happen with the LLVM codegen in practice.See 5cbe1e6767d11aff3f14c7ad69a06b04e8d583c7 for more details.

  • Fiximageops::blur panicking whensigma = 0.0. It now defaults to1.0as all negative values.

  • Fix re-exportingpng::{CompressionType, FilterType} to maintain SemVercompatibility with the0.23 releases.

  • AddImageFormat::from_extension

  • Add copyless DynamicImage to byte slice/vec conversion.

  • Add bit-depth specificinto_ andto_ DynamicImage conversion methods.

Version 0.23.11

  • TheNeuQuant implementation is now supplied bycolor_quant. Use of thetype defined by this library is discouraged.
  • Thejpeg decoder can now downscale images that are decoded by 1,2,4,8.
  • Optimized the jpeg encoding ~5-15%.
  • Deprecated theclamp function. Usenum-traits instead.
  • The ICO decoder now accepts an empty mask.
  • Fixed an overflow in ICO mask decoding potentially leading to panic.
  • AddedImageOutputFormat forAVIF
  • Updatedtiff to0.6 with lzw performance improvements.

Version 0.23.10

  • Added AVIF encoding capabilities using theravif crate. Please note thatthe feature targets the latest stable compiler and is not enabled by default.
  • AddedImageBuffer::as_raw to inspect the underlying container.
  • Updatedgif to0.11 with large performance improvements.

Version 0.23.9

  • Introduced correctly capitalized aliases for some scream case types
  • Introducedimageops::{vertical_gradient, horizontal_gradient} for writingsimple color gradients into an image.
  • Sped up methods iterating overPixels,PixelsMut, etc. by using exactchunks internally. This should auto-vectorizeImageBuffer::from_pixel.
  • AdjustedClone impls of iterators to not require a bound on the pixel.
  • AddDebug impls for iterators where the pixel's channel implements it.
  • Add comparison impls forFilterType

Version 0.23.8

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from theSecurity Alerts page.

Bumps [image](https://github.com/image-rs/image) from 0.22.5 to 0.23.12.- [Release notes](https://github.com/image-rs/image/releases)- [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md)- [Commits](image-rs/image@v0.22.5...v0.23.12)---updated-dependencies:- dependency-name: image  dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelJun 6, 2022
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency file
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp