Update dependency Magick.NET-Q8-x64 to 14.8.0 #221

Open
professeur-chen wants to merge 1 commit from renovate/magick.net-q8-x64-14.x into trunk
Collaborator

This PR contains the following updates:

Package Type Update Change
Magick.NET-Q8-x64 nuget minor 14.6.0 -> 14.8.0

Release Notes

dlemstra/Magick.NET (Magick.NET-Q8-x64)

v14.8.0: Magick.NET 14.8.0

Compare Source

What's Changed
  • Added Sf3 to MagickFormat.
  • Added Gravity overload to the Splice method (#​1881).
  • Added TrimMemory to the ResourceLimits (#​1854).
Library updates:
  • ImageMagick 7.1.2-1 (2025-08-12)
  • exr 3.3.5 (2025-07-26)
  • ffi 3.5.1 (2025-06-10)
  • fontconfig 2.17.1 (2025-07-02)
  • gdk-pixbuf 2.43.3 (2025-06-29)
  • jpeg-turbo 3.1.1 (2025-06-10)
  • pixman 0.46.4 (2025-07-20)
  • png 1.6.50 (2025-07-02)
  • webp 1.6.0 (2025-07-09)
  • xml 2.14.5 (2025-07-10)
  • zip 1.11.4 (2025-05-23)

Full Changelog: https://github.com/dlemstra/Magick.NET/compare/14.7.0...14.8.0

v14.7.0: Magick.NET 14.7.0

Compare Source

What's Changed
  • Added extra overload to the Resize method that allows specifying the filter (#​1819).
  • Allow reading of clip paths without a name and give them a numeric name that can be used by ImageMagick (#​1814).
  • Use the ArrayPool API in .NET Standard 2.1 or later to reduce the creation of LOH objects (#​1812).
  • Allow modification of X and Y in the PointD struct (#​1856).
  • Improved parsing of a geometry in the MagickGeometry class (#​1855).
  • Added Icn to MagickFormat.
Library updates:
  • ImageMagick 7.1.2-0 (2025-07-13)
  • aom 3.12.1 (2025-04-11)
  • de265 1.0.16 (2025-05-04)
  • deflate 1.24.0 (2025-05-11)
  • ffi 3.4.8 (2025-04-10)
  • harfbuzz 11.2.1 (2025-05-15)
  • heif 1.20.1 (2025-07-02)
  • lzma 5.8.1 (2025-04-03)
  • openexr 3.3.3 (2025-03-24)
  • pixman 0.46.0 (2025-04-30)
  • png 1.6.48 (2025-04-30)
  • raw 0.22.0-Devel202502 (2024-02-24)
  • xml 2.14.3 (2025-05-13)

Full Changelog: https://github.com/dlemstra/Magick.NET/compare/14.6.0...14.7.0


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 | |---|---|---|---| | [Magick.NET-Q8-x64](https://github.com/dlemstra/Magick.NET) | nuget | minor | `14.6.0` -> `14.8.0` | --- ### Release Notes <details> <summary>dlemstra/Magick.NET (Magick.NET-Q8-x64)</summary> ### [`v14.8.0`](https://github.com/dlemstra/Magick.NET/releases/tag/14.8.0): Magick.NET 14.8.0 [Compare Source](https://github.com/dlemstra/Magick.NET/compare/14.7.0...14.8.0) ##### What's Changed - Added `Sf3` to `MagickFormat`. - Added `Gravity` overload to the `Splice` method ([#&#8203;1881](https://github.com/dlemstra/Magick.NET/issues/1881)). - Added `TrimMemory` to the `ResourceLimits` ([#&#8203;1854](https://github.com/dlemstra/Magick.NET/issues/1854)). ##### Library updates: - ImageMagick 7.1.2-1 (2025-08-12) - exr 3.3.5 (2025-07-26) - ffi 3.5.1 (2025-06-10) - fontconfig 2.17.1 (2025-07-02) - gdk-pixbuf 2.43.3 (2025-06-29) - jpeg-turbo 3.1.1 (2025-06-10) - pixman 0.46.4 (2025-07-20) - png 1.6.50 (2025-07-02) - webp 1.6.0 (2025-07-09) - xml 2.14.5 (2025-07-10) - zip 1.11.4 (2025-05-23) **Full Changelog**: https://github.com/dlemstra/Magick.NET/compare/14.7.0...14.8.0 ### [`v14.7.0`](https://github.com/dlemstra/Magick.NET/releases/tag/14.7.0): Magick.NET 14.7.0 [Compare Source](https://github.com/dlemstra/Magick.NET/compare/14.6.0...14.7.0) ##### What's Changed - Added extra overload to the `Resize` method that allows specifying the filter ([#&#8203;1819](https://github.com/dlemstra/Magick.NET/issues/1819)). - Allow reading of clip paths without a name and give them a numeric name that can be used by ImageMagick ([#&#8203;1814](https://github.com/dlemstra/Magick.NET/issues/1814)). - Use the `ArrayPool` API in .NET Standard 2.1 or later to reduce the creation of LOH objects ([#&#8203;1812](https://github.com/dlemstra/Magick.NET/issues/1812)). - Allow modification of `X` and `Y` in the `PointD` struct ([#&#8203;1856](https://github.com/dlemstra/Magick.NET/issues/1856)). - Improved parsing of a geometry in the `MagickGeometry` class ([#&#8203;1855](https://github.com/dlemstra/Magick.NET/issues/1855)). - Added `Icn` to `MagickFormat`. ##### Related changes in ImageMagick since the last release of Magick.NET: - Fixed pageCount failure in newer versions of ghostscript ([#&#8203;1823](https://github.com/dlemstra/Magick.NET/issues/1823)). - Improved PDF/A compatibility ([#&#8203;1841](https://github.com/dlemstra/Magick.NET/issues/1841)). - Fixed reading of bmp files ([#&#8203;1820](https://github.com/dlemstra/Magick.NET/issues/1820)). - Accelerated Subimage-search Compare (https://github.com/ImageMagick/ImageMagick/discussions/3950) - Request Enhancement To Magick Compare -metric MSE (https://github.com/ImageMagick/ImageMagick/discussions/5750) - JXL: Preserve ICC profile for lossless encoding (https://github.com/ImageMagick/ImageMagick/discussions/8074) - Support ICN file extension for old Windows icons (https://github.com/ImageMagick/ImageMagick/pull/8107) ##### Library updates: - ImageMagick 7.1.2-0 (2025-07-13) - aom 3.12.1 (2025-04-11) - de265 1.0.16 (2025-05-04) - deflate 1.24.0 (2025-05-11) - ffi 3.4.8 (2025-04-10) - harfbuzz 11.2.1 (2025-05-15) - heif 1.20.1 (2025-07-02) - lzma 5.8.1 (2025-04-03) - openexr 3.3.3 (2025-03-24) - pixman 0.46.0 (2025-04-30) - png 1.6.48 (2025-04-30) - raw 0.22.0-Devel202502 (2024-02-24) - xml 2.14.3 (2025-05-13) **Full Changelog**: https://github.com/dlemstra/Magick.NET/compare/14.6.0...14.7.0 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjEiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjEiLCJ0YXJnZXRCcmFuY2giOiJ0cnVuayIsImxhYmVscyI6W119-->
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/magick.net-q8-x64-14.x:renovate/magick.net-q8-x64-14.x
git switch renovate/magick.net-q8-x64-14.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch trunk
git merge --no-ff renovate/magick.net-q8-x64-14.x
git switch renovate/magick.net-q8-x64-14.x
git rebase trunk
git switch trunk
git merge --ff-only renovate/magick.net-q8-x64-14.x
git switch renovate/magick.net-q8-x64-14.x
git rebase trunk
git switch trunk
git merge --no-ff renovate/magick.net-q8-x64-14.x
git switch trunk
git merge --squash renovate/magick.net-q8-x64-14.x
git switch trunk
git merge --ff-only renovate/magick.net-q8-x64-14.x
git switch trunk
git merge renovate/magick.net-q8-x64-14.x
git push origin trunk
Sign in to join this conversation.
No reviewers
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: l4p1n-bot/bot-rust#221
No description provided.