chore(deps): update rust crate image to v0.25.9 - autoclosed #29

Closed
renovate wants to merge 1 commit from renovate/image-0.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
image dependencies patch 0.25.8 -> 0.25.9

Release Notes

image-rs/image (image)

v0.25.9

Compare Source

Features:

  • Support extracting XMP metadata from PNG, JPEG, GIF, WebP and TIFF files (#​2567, #​2634, #​2644)
  • Support reading IPTC metadata from PNG and JPG files (#​2611)
  • Support reading ICC profile from GIF files (#​2644)
  • Allow setting a specific DEFLATE compression level when writing PNG (#​2583)
  • Initial support for 16-bit CMYK TIFF files (#​2588)
  • Allow extracting the alpha channel of a Pixel in a generic way (#​2638)

Structural changes:

  • EXR format decoding now only uses multi-threading via Rayon when the rayon feature is enabled (#​2643)
  • Upgraded zune-jpeg to 0.5.x, ravif to 0.12.x, gif to 0.14.x
  • pnm: parse integers in PBM/PGM/PPM headers without allocations (#​2620)
  • Replace doc_auto_cfg with doc_cfg (#​2637)

Bug fixes:

  • Do not encode empty JPEG images (#​2624)
  • tga: reject empty images (#​2614)
  • tga: fix orientation flip for color mapped images (#​2607)
  • tga: adjust colormap lookup to match tga 2.0 spec (#​2608)

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.25.8` -> `0.25.9` | --- ### Release Notes <details> <summary>image-rs/image (image)</summary> ### [`v0.25.9`](https://github.com/image-rs/image/blob/HEAD/CHANGES.md#Version-0259) [Compare Source](https://github.com/image-rs/image/compare/v0.25.8...v0.25.9) Features: - Support extracting XMP metadata from PNG, JPEG, GIF, WebP and TIFF files ([#&#8203;2567](https://github.com/image-rs/image/issues/2567), [#&#8203;2634](https://github.com/image-rs/image/issues/2634), [#&#8203;2644](https://github.com/image-rs/image/issues/2644)) - Support reading IPTC metadata from PNG and JPG files ([#&#8203;2611](https://github.com/image-rs/image/issues/2611)) - Support reading ICC profile from GIF files ([#&#8203;2644](https://github.com/image-rs/image/issues/2644)) - Allow setting a specific DEFLATE compression level when writing PNG ([#&#8203;2583](https://github.com/image-rs/image/issues/2583)) - Initial support for 16-bit CMYK TIFF files ([#&#8203;2588](https://github.com/image-rs/image/issues/2588)) - Allow extracting the alpha channel of a `Pixel` in a generic way ([#&#8203;2638](https://github.com/image-rs/image/issues/2638)) Structural changes: - EXR format decoding now only uses multi-threading via Rayon when the `rayon` feature is enabled ([#&#8203;2643](https://github.com/image-rs/image/issues/2643)) - Upgraded zune-jpeg to 0.5.x, ravif to 0.12.x, gif to 0.14.x - pnm: parse integers in PBM/PGM/PPM headers without allocations ([#&#8203;2620](https://github.com/image-rs/image/issues/2620)) - Replace `doc_auto_cfg` with `doc_cfg` ([#&#8203;2637](https://github.com/image-rs/image/issues/2637)) Bug fixes: - Do not encode empty JPEG images ([#&#8203;2624](https://github.com/image-rs/image/issues/2624)) - tga: reject empty images ([#&#8203;2614](https://github.com/image-rs/image/issues/2614)) - tga: fix orientation flip for color mapped images ([#&#8203;2607](https://github.com/image-rs/image/issues/2607)) - tga: adjust colormap lookup to match tga 2.0 spec ([#&#8203;2608](https://github.com/image-rs/image/issues/2608)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zLjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi4zLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-11-16 08:02:50 +11:00
chore(deps): update rust crate image to v0.25.9
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m35s
Checking yaml / Run yamllint (pull_request) Successful in 3s
Build and test / Build AMD64 (pull_request) Successful in 4m18s
Build and test / Tests (pull_request) Successful in 4m27s
Build and test / Clippy (pull_request) Successful in 4m25s
Build and test / Generate Documentation (pull_request) Successful in 5m59s
0223061355
kernald was assigned by renovate 2025-11-16 08:02:51 +11:00
renovate changed title from chore(deps): update rust crate image to v0.25.9 to chore(deps): update rust crate image to v0.25.9 - autoclosed 2025-11-19 08:00:13 +11:00
renovate closed this pull request 2025-11-19 08:00:13 +11:00
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m35s
Required
Details
Checking yaml / Run yamllint (pull_request) Successful in 3s
Required
Details
Build and test / Build AMD64 (pull_request) Successful in 4m18s
Required
Details
Build and test / Tests (pull_request) Successful in 4m27s
Required
Details
Build and test / Clippy (pull_request) Successful in 4m25s
Required
Details
Build and test / Generate Documentation (pull_request) Successful in 5m59s
Required
Details

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kernald/cbz2pdf#29
No description provided.