Skip to content

Update Rust crate image to v0.25.6 - autoclosed#57

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/image-0.x-lockfile
Closed

Update Rust crate image to v0.25.6 - autoclosed#57
renovate[bot] wants to merge 1 commit intomainfrom
renovate/image-0.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2024

This PR contains the following updates:

Package Type Update Change
image dependencies patch 0.25.2 -> 0.25.6

Release Notes

image-rs/image (image)

v0.25.6

Compare Source

Features:

  • Improved format detection (#​2418)
  • Implement writing ICC profiles for JPEG and PNG images (#​2389)

Bug fixes:

  • JPEG encoding bugfix (#​2387)
  • Expanded ICO format detection (#​2434)
  • Fixed EXR bug with NaNs (#​2381)
  • Various documentation improvements

v0.25.5

Compare Source

Features:

  • Added support for decoding 10-bit and 12-bit AVIF
  • Initial, opt-in serde support for an enum. This may be extended to other types in the future.

Bug fixes:

  • Multiple bug fixes in AVIF decoding
  • The rayon feature now correctly toggles the use of rayon when encoding AVIF. (Previously it would be either always on or always off depending on the version of the ravif crate in your dependency tree.)
  • "jfif" file extension for JPEG images is now recognized

v0.25.4

Compare Source

Features:

  • Much faster decoding of lossless WebP due to a variety of optimizations. Our benchmarks show 2x to 2.5x improvement.
  • Added support for orientation metadata, so that e.g. smartphone camera images could be displayed correctly:
    • Added ImageDecoder::orientation() and implemented orientation metadata extraction for JPEG, WebP and TIFF formats
    • Added DynamicImage::apply_orientation() to apply the orientation to an image
  • Added support for extracting Exif metadata from images via ImageDecoder::exif_metadata(), and implemented it for JPEG and WebP formats
  • Added ImageEncoder::set_icc_profile() and implemented it for WebP format. Pull requests with implementations for other formats are welcome.
  • Added DynamicImage::fast_blur() for a linear-time approximation of Gaussian blur, which is much faster at larger blur radii

Bug fixes:

  • Fixed some APNG images being decoded incorrectly
  • Fixed the iterator over animated WebP frames to return None instead of an error when the end of the animation is reached

v0.25.3

Compare Source

Yanked! This version accidentally missed a commit that should have been
included with the release. The Orientation struct should be in the
appropriate module instead of the top-level. This release won't be supported.


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.

@renovate renovate bot requested a review from mbround18 as a code owner October 16, 2024 19:29
@renovate renovate bot changed the title Update Rust crate image to v0.25.3 Update Rust crate image to v0.25.4 Oct 17, 2024
@renovate renovate bot force-pushed the renovate/image-0.x-lockfile branch from 3ba6fec to 788a89a Compare October 17, 2024 19:28
@renovate renovate bot changed the title Update Rust crate image to v0.25.4 Update Rust crate image to v0.25.5 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/image-0.x-lockfile branch from 788a89a to 5e43f9c Compare November 5, 2024 09:51
@renovate renovate bot changed the title Update Rust crate image to v0.25.5 Update Rust crate image to v0.25.6 Mar 25, 2025
@renovate renovate bot force-pushed the renovate/image-0.x-lockfile branch from 5e43f9c to 935dc29 Compare March 25, 2025 07:46
@renovate renovate bot changed the title Update Rust crate image to v0.25.6 Update Rust crate image to v0.25.6 - autoclosed Jul 12, 2025
@renovate renovate bot closed this Jul 12, 2025
@renovate renovate bot deleted the renovate/image-0.x-lockfile branch July 12, 2025 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments