Update Rust crate image to v0.25.9 #77

Merged
renovate merged 1 commits from renovate/image-0.x-lockfile into main 2025-11-16 00:09:52 +00:00
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: Enabled.

Rebasing: Whenever PR is behind base branch, 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**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMS4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-11-16 00:09:50 +00:00
Update Rust crate image to v0.25.9
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is passing
8067044501
renovate scheduled this pull request to auto merge when all checks succeed 2025-11-16 00:09:50 +00:00
renovate merged commit 4b32d50152 into main 2025-11-16 00:09:52 +00:00
renovate deleted branch renovate/image-0.x-lockfile 2025-11-16 00:09:52 +00:00
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#77