Skip to content

Commit

Permalink
Bump Magick.NET-Q16-AnyCPU from 14.0.0 to 14.1.0 in /ImperatorToCK3 (#…
Browse files Browse the repository at this point in the history
…2313) #patch

Bumps [Magick.NET-Q16-AnyCPU](https://github.com/dlemstra/Magick.NET)
from 14.0.0 to 14.1.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 14.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Changed the implementation of how the AnyCPU implementation calls
the native methods and throw an exception when an unsupported
architecture is detected.</li>
<li>No longer throw an argument exception for a negative
<code>bias</code> value in <code>AdaptiveThreshold</code> (<a
href="https://redirect.github.com/dlemstra/Magick.NET/issues/1717">#1717</a>)</li>
<li>Added <code>CloneArea</code> to <code>IMagickImage</code> that will
replace the <code>Clone</code> overload with a
<code>MagickGeometry</code>.</li>
<li>Added <code>CloneAndMutate</code> to <code>IMagickImage</code> that
can be used to efficiently clone and mutate an image (<a
href="https://redirect.github.com/dlemstra/Magick.NET/issues/1577">#1577</a>).</li>
<li>Enabled trim analyzer for net8.0</li>
</ul>
<h3>Related changes in ImageMagick since the last release of
Magick.NET:</h3>
<ul>
<li>Also treat the group and element being zero as the end of data in a
dicom file (<a
href="https://redirect.github.com/ImageMagick/ImageMagick/issues/7610">ImageMagick/ImageMagick#7610</a>).</li>
<li>Make sure we read the last xmp profile inside the pdf file.</li>
<li>Support ICON size of 512 (<a
href="https://redirect.github.com/ImageMagick/ImageMagick/issues/7684">ImageMagick/ImageMagick#7684</a>)</li>
<li>Restored support for reading tiled images with the new openexr api
(<a
href="https://redirect.github.com/dlemstra/Magick.NET/issues/1732">#1732</a>).</li>
<li>Corrected check for indexed channels in PSD files (<a
href="https://redirect.github.com/dlemstra/Magick.NET/issues/1735">#1735</a>).</li>
<li>Respect alpha Update trait (#<a
href="https://redirect.github.com/ImageMagick/ImageMagick/issues/7709">ImageMagick/ImageMagick#7709</a>)</li>
<li>Lab translation not required for HDRI support (<a
href="https://redirect.github.com/ImageMagick/ImageMagick/issues/7724">ImageMagick/ImageMagick#7724</a>)</li>
<li>.cut (Dr Halo) reading when run count in header (<a
href="https://redirect.github.com/ImageMagick/ImageMagick/issues/7734">ImageMagick/ImageMagick#7734</a>)</li>
<li>Patch that ignores the layer and/or view of an exr channel name when
all channels start with that prefix (<a
href="https://redirect.github.com/ImageMagick/ImageMagick/issues/7751">ImageMagick/ImageMagick#7751</a>).</li>
<li>Don't write the null terminator in pdf values to fix the bug
reported in <a
href="https://redirect.github.com/ImageMagick/ImageMagick/issues/7756">ImageMagick/ImageMagick#7756</a>.</li>
</ul>
<h3>Library updates:</h3>
<ul>
<li>ImageMagick 7.1.1-40 (2024-11-09)</li>
<li>cairo 1.18.2 (2024-09-01)</li>
<li>deflate 1.22.0 (2024-10-05)</li>
<li>imath 3.1.12 (2024-09-11)</li>
<li>fribidi 1.0.16 (2024-09-25)</li>
<li>harfbuzz 10.0.1 (2024-09-24)</li>
<li>heif 1.19.1 (2024-11-01)</li>
<li>jpeg-xl 0.11.0 (2024-09-13)</li>
<li>lzma 5.6.3 (2024-10-01)</li>
<li>openexr 3.3.1 (2024-10-09)</li>
<li>png 1.6.44 (2024-09-12)</li>
<li>raqm 0.10.2 (2024-09-23)</li>
<li>raw 0.21.3 (2024-09-24)</li>
<li>tiff 4.7.0 (2024-09-11)</li>
<li>xml 2.13.4 (2024-09-18)</li>
<li>zip 1.11.2 (2024-10-31)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/aleksvujic"><code>@​aleksvujic</code></a> made
their first contribution in <a
href="https://redirect.github.com/dlemstra/Magick.NET/pull/1707">dlemstra/Magick.NET#1707</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/dlemstra/Magick.NET/compare/14.0.0...14.1.0">https://github.com/dlemstra/Magick.NET/compare/14.0.0...14.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/590a64a469c5bc01d6c373378e6d6472ec5058fe"><code>590a64a</code></a>
Published Magick.NET 14.1.0</li>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/a54ae741be88acf80f842e7ffe1d563ff0e631a7"><code>a54ae74</code></a>
Switch to macos-13.</li>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/7997bf925ded5c2a70374dad37bf67c600321c75"><code>7997bf9</code></a>
Changes to unit test due to upgrade of ImageMagick.</li>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/b9ab044ad7171cc066b38ac84b733bc06e4dac7e"><code>b9ab044</code></a>
Updated Magick.Native.</li>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/277900c21d7974b88d73ed3b830cfa67504b0c31"><code>277900c</code></a>
Also update docs in other spot.</li>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/72a4a9848cf27b54a5ce39288dc2a71d68f91e1a"><code>72a4a98</code></a>
Minor doc tweak to make it more clear that Memory is set.</li>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/ec29c82f1d7bc5d8f96ea92a43e2f1059f7dc0dd"><code>ec29c82</code></a>
Moved BlueShift to IMagickImageCreateOperations.</li>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/4f72fcc44414965403c9eae873831fed61e818e6"><code>4f72fcc</code></a>
Moved BilateralBlur to IMagickImageCreateOperations.</li>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/fda09a030e37f146504d47ca562c9e7a48583482"><code>fda09a0</code></a>
Moved AutoOrient to IMagickImageCreateOperations.</li>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/8c4cca736c9fd21c2aed7bdc699347974932ca84"><code>8c4cca7</code></a>
Moved AffineTransform to IMagickImageCreateOperations.</li>
<li>Additional commits viewable in <a
href="https://github.com/dlemstra/Magick.NET/compare/14.0.0...14.1.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=14.0.0&new-version=14.1.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
dependabot[bot] authored Nov 12, 2024
1 parent b958b2b commit 5e9f0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImperatorToCK3/ImperatorToCK3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<PackageReference Include="CWTools" Version="0.5.0-alpha" />
<PackageReference Include="DotLiquid" Version="2.2.692" />
<PackageReference Include="FSharp.Core" Version="8.0.401" /> <!-- Needed for CWTools -->
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="14.0.0"/>
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="14.1.0"/>
<PackageReference Include="Meziantou.Analyzer" Version="2.0.177">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 5e9f0c7

Please sign in to comment.