Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Magick.NET-Q16-AnyCPU from 13.9.1 to 13.10.0 in /ImperatorToCK3 (#…
…2084) Bumps [Magick.NET-Q16-AnyCPU](https://github.com/dlemstra/Magick.NET) from 13.9.1 to 13.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dlemstra/Magick.NET/releases">Magick.NET-Q16-AnyCPU's releases</a>.</em></p> <blockquote> <h2>Magick.NET 13.10.0</h2> <h2>What's Changed</h2> <ul> <li>Also don't write a byte order mark when converting a <code>XDocument</code> or <code>IXPathNavigable</code> to a <code>XmpProfile</code> (<a href="https://redirect.github.com/dlemstra/Magick.NET/issues/1652">#1652</a>)</li> <li>Fix typos in XML documentation comments by <a href="https://github.com/cordeiro-rubens"><code>@cordeiro-rubens</code></a> (<a href="https://redirect.github.com/dlemstra/Magick.NET/issues/1659">#1659</a>)</li> <li>Corrected casing for <code>UseAutoWhiteBalance</code> and <code>UseCameraWhiteBalance</code> in the <code>DngReadDefines</code>.</li> <li>Fix <code>ImageFormat</code> equality comparison by <a href="https://github.com/midare160"><code>@midare160</code></a> (<a href="https://redirect.github.com/dlemstra/Magick.NET/issues/1668">#1668</a>)</li> <li>Include <code>X</code> and <code>Y</code> in ToString when it is specified in one of the constructors of <code>MagickGeometry</code> (<a href="https://redirect.github.com/dlemstra/Magick.NET/issues/1674">#1674</a>).</li> <li>Added support for performing an <code>Fx</code> operation on a <code>MagickImageCollection</code> (<a href="https://redirect.github.com/dlemstra/Magick.NET/issues/1616">#1616</a>).</li> <li>Add <code>PngWriteDefines</code> to Magick.NET by <a href="https://github.com/cordeiro-rubens"><code>@cordeiro-rubens</code></a> in (<a href="https://redirect.github.com/dlemstra/Magick.NET/issues/1661">#1661</a>)</li> </ul> <h3>Related changes in ImageMagick since the last release of Magick.NET:</h3> <ul> <li>Tweaks to improve error reporting in the webp coder.</li> <li>Correct rounding error when setting the frame delay in the webp decoder (<a href="https://redirect.github.com/ImageMagick/ImageMagick/issues/7371">ImageMagick/ImageMagick#7371</a>)</li> <li>Fixed issue where the color profile was not copied to all the images that would cause issues when converting from PSD to PSD and changing the colorspace with a profile.</li> <li>Correct overwriting read_info->filename to make sure we don't leave temporary files behind (<a href="https://redirect.github.com/ImageMagick/ImageMagick/issues/7389">ImageMagick/ImageMagick#7389</a>).</li> <li>Get the correct width and height when heic:preserve-orientation is set to true.</li> <li>Set heic image orientation using transform information.</li> <li>Also set the DNG properties when pinging the image.</li> <li>Smooth the rendering of an ellipse (<a href="https://redirect.github.com/ImageMagick/ImageMagick/issues/7465">ImageMagick/ImageMagick#7465</a>)</li> </ul> <h3>Library updates:</h3> <ul> <li>ImageMagick 7.1.1-35 (2024-07-14)</li> <li>aom 3.9.1 (2024-06-10)</li> <li>fribidi 1.0.15 (2024-06-07)</li> <li>harfbuzz 9.0.0 (2024-06-27)</li> <li>heif 1.18.0 (2024-07-10)</li> <li>highway 1.2.0 (2024-05-31)</li> <li>jpeg-xl 0.10.3 (2024-06-27)</li> <li>lzma 5.6.2 (2024-05-29)</li> <li>raw 0.21.2 (2024-03-29 Snapshot 202403)</li> <li>xml 2.13.2 (2024-07-04)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cordeiro-rubens"><code>@cordeiro-rubens</code></a> made their first contribution in <a href="https://redirect.github.com/dlemstra/Magick.NET/pull/1659">dlemstra/Magick.NET#1659</a></li> <li><a href="https://github.com/midare160"><code>@midare160</code></a> made their first contribution in <a href="https://redirect.github.com/dlemstra/Magick.NET/pull/1668">dlemstra/Magick.NET#1668</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dlemstra/Magick.NET/compare/13.9.1...13.10.0">https://github.com/dlemstra/Magick.NET/compare/13.9.1...13.10.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dlemstra/Magick.NET/commit/76b741d2f5189cd0980ef5f2919738ed693c0af3"><code>76b741d</code></a> Published Magick.NET 13.10.0</li> <li><a href="https://github.com/dlemstra/Magick.NET/commit/64f689f9fc59615ac4b4e1f2b8a54640a10ea7b5"><code>64f689f</code></a> Corrected path because the file was moved.</li> <li><a href="https://github.com/dlemstra/Magick.NET/commit/85220b71904744983b4ddf796a6c75e9a3c9ebfb"><code>85220b7</code></a> Updated unit test due to changes in ImageMagick.</li> <li><a href="https://github.com/dlemstra/Magick.NET/commit/adfd0ce01137122ccef7e5faeb3e22138f53eb87"><code>adfd0ce</code></a> Updated Magick.Native.</li> <li><a href="https://github.com/dlemstra/Magick.NET/commit/2e257f4bb6f23ece6cddd09a8265848d760f58df"><code>2e257f4</code></a> Removed comment and changed the type of the exception.</li> <li><a href="https://github.com/dlemstra/Magick.NET/commit/31acab3c83dec09c8fd2b1ea1568a1cfd4db2aed"><code>31acab3</code></a> Add PngWriteDefines to Magick.NET (<a href="https://redirect.github.com/dlemstra/Magick.NET/issues/1661">#1661</a>)</li> <li><a href="https://github.com/dlemstra/Magick.NET/commit/b6210a661f05f2d5932d88ec7f792535fbd6708d"><code>b6210a6</code></a> Use colors that are compatible with the Q16 builds.</li> <li><a href="https://github.com/dlemstra/Magick.NET/commit/f3f82615d69785f526847f11c07d863c3f03ef26"><code>f3f8261</code></a> Added support for performing an Fx operation on a MagickImageCollection (<a href="https://redirect.github.com/dlemstra/Magick.NET/issues/1616">#1616</a>).</li> <li><a href="https://github.com/dlemstra/Magick.NET/commit/f9f32fe024f19765f3c4d76f09c7bcd9e667336f"><code>f9f32fe</code></a> Code style changes.</li> <li><a href="https://github.com/dlemstra/Magick.NET/commit/49ef3c17a432afd8ebc37596684f9f6d0d91f0f6"><code>49ef3c1</code></a> Use Contains instead of IndexOf.</li> <li>Additional commits viewable in <a href="https://github.com/dlemstra/Magick.NET/compare/13.9.1...13.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Magick.NET-Q16-AnyCPU&package-manager=nuget&previous-version=13.9.1&new-version=13.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information