Bump SixLabors.ImageSharp from 3.0.1 to 3.1.3 in /LibChovy
dependencies
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.0.1 to 3.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/SixLabors/ImageSharp/releases">SixLabors.ImageSharp's releases</a>.</em></p>
<blockquote>
<h2>v3.1.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Make DrawImage processor more robust to bad input. by <a href="https://github.com/JimBobSquarePants"><code>@JimBobSquarePants</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2673">SixLabors/ImageSharp#2673</a></li>
<li>Don't skip reading data for animation chunks on identify. by <a href="https://github.com/JimBobSquarePants"><code>@JimBobSquarePants</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2674">SixLabors/ImageSharp#2674</a></li>
<li>Fix AccessViolationException and hard crash with animated webp by <a href="https://github.com/JimBobSquarePants"><code>@JimBobSquarePants</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2676">SixLabors/ImageSharp#2676</a></li>
<li>Use a smarter approach to determine the transparent index when encoding palette Pngs. by <a href="https://github.com/JimBobSquarePants"><code>@JimBobSquarePants</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2677">SixLabors/ImageSharp#2677</a></li>
<li>Limit ancillary PNG chunk size. by <a href="https://github.com/JimBobSquarePants"><code>@JimBobSquarePants</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2681">SixLabors/ImageSharp#2681</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/SixLabors/ImageSharp/compare/v3.1.2...v3.1.3">https://github.com/SixLabors/ImageSharp/compare/v3.1.2...v3.1.3</a></p>
<h2>v3.1.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix Paeth Filter decode on platforms that do not support Ssse3 by <a href="https://github.com/JimBobSquarePants"><code>@JimBobSquarePants</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2618">SixLabors/ImageSharp#2618</a></li>
<li>Backport: Fix WebP animation speed bug by <a href="https://github.com/JimBobSquarePants"><code>@JimBobSquarePants</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2637">SixLabors/ImageSharp#2637</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/SixLabors/ImageSharp/compare/v3.1.1...v3.1.2">https://github.com/SixLabors/ImageSharp/compare/v3.1.1...v3.1.2</a></p>
<h2>v3.1.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Handle dedup of local palette of 256 length by <a href="https://github.com/JimBobSquarePants"><code>@JimBobSquarePants</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2605">SixLabors/ImageSharp#2605</a></li>
<li>Correctly calculate foreground Rectangle when negative background location is set (3.1 fix) by <a href="https://github.com/tocsoft"><code>@tocsoft</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2609">SixLabors/ImageSharp#2609</a></li>
<li>Handle case when Foreground image overhangs bottom of background image during DrawImage Call (3.1 target) by <a href="https://github.com/tocsoft"><code>@tocsoft</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2610">SixLabors/ImageSharp#2610</a></li>
<li>Fix handling gif encoding for global palettes. by <a href="https://github.com/JimBobSquarePants"><code>@JimBobSquarePants</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2614">SixLabors/ImageSharp#2614</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/SixLabors/ImageSharp/compare/v3.1.0...v3.1.1">https://github.com/SixLabors/ImageSharp/compare/v3.1.0...v3.1.1</a></p>
<h2>v3.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Reduced intermediate allocations by <a href="https://github.com/gfoidl"><code>@gfoidl</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2415">SixLabors/ImageSharp#2415</a></li>
<li>Port colorconverter YCbCr and YCCk to arm by <a href="https://github.com/stefannikolei"><code>@stefannikolei</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2417">SixLabors/ImageSharp#2417</a></li>
<li>Added and used Numerics.Vector{128|256}Count extension by <a href="https://github.com/gfoidl"><code>@gfoidl</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2422">SixLabors/ImageSharp#2422</a></li>
<li>Improvements around <code>fixed</code> by <a href="https://github.com/gfoidl"><code>@gfoidl</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2418">SixLabors/ImageSharp#2418</a></li>
<li>Create vector constants inline and not via ROS<!-- raw HTML omitted --> by <a href="https://github.com/gfoidl"><code>@gfoidl</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2419">SixLabors/ImageSharp#2419</a></li>
<li>More tests for Webp lossless utils by <a href="https://github.com/brianpopow"><code>@brianpopow</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2424">SixLabors/ImageSharp#2424</a></li>
<li>Fix incorrect comments by <a href="https://github.com/hey-red"><code>@hey-red</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2426">SixLabors/ImageSharp#2426</a></li>
<li>Fixed invalid jpeg buffer width compliment for scalar color converters by <a href="https://github.com/br3aker"><code>@br3aker</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2427">SixLabors/ImageSharp#2427</a></li>
<li>Update Readme by <a href="https://github.com/brianpopow"><code>@brianpopow</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2433">SixLabors/ImageSharp#2433</a></li>
<li>Add AdvSimd in ComponentProcessor by <a href="https://github.com/stefannikolei"><code>@stefannikolei</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2429">SixLabors/ImageSharp#2429</a></li>
<li>Fix decoding tiled tiff with unequal tile width and height by <a href="https://github.com/brianpopow"><code>@brianpopow</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2436">SixLabors/ImageSharp#2436</a></li>
<li>Fix Vp8Residual costs calculation by <a href="https://github.com/brianpopow"><code>@brianpopow</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2432">SixLabors/ImageSharp#2432</a></li>
<li>Fix thresholds for Resize kernel tests by <a href="https://github.com/brianpopow"><code>@brianpopow</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2440">SixLabors/ImageSharp#2440</a></li>
<li>Tiff: Undo horizontal predictor for cmyk images by <a href="https://github.com/brianpopow"><code>@brianpopow</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2459">SixLabors/ImageSharp#2459</a></li>
<li>fix a typo in XML comment for struct <code>Rgb48</code> by <a href="https://github.com/n0099"><code>@n0099</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2463">SixLabors/ImageSharp#2463</a></li>
<li>Fix <a href="https://redirect.github.com/SixLabors/ImageSharp/issues/2467">#2467</a> bmp encoding issue for BMP with 1 bit per pixel and more pixels per row than divisible by 8. by <a href="https://github.com/synercoder"><code>@synercoder</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2471">SixLabors/ImageSharp#2471</a></li>
<li>Update Directory.Build.targets by <a href="https://github.com/Pashkinz92"><code>@Pashkinz92</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2468">SixLabors/ImageSharp#2468</a></li>
<li>bugfix in Rational.cs, when both Nominator and Denominator equals to 0 by <a href="https://github.com/tsardaryanCamenAI"><code>@tsardaryanCamenAI</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2453">SixLabors/ImageSharp#2453</a></li>
<li>Fix DrawImage offsetting issues and improve API parameter names. by <a href="https://github.com/JimBobSquarePants"><code>@JimBobSquarePants</code></a> in <a href="https://redirect.github.com/SixLabors/ImageSharp/pull/2474">SixLabors/ImageSharp#2474</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/SixLabors/ImageSharp/commit/3f22857a80c854791837333e3e5caca38d2d1363"><code>3f22857</code></a> Allow nightlies from previous releases</li>
<li><a href="https://github.com/SixLabors/ImageSharp/commit/0942689b614362c06bdc0db5b4fd5360d1367f92"><code>0942689</code></a> Merge pull request <a href="https://redirect.github.com/SixLabors/ImageSharp/issues/2681">#2681</a> from SixLabors/js/png-dimensions-fix</li>
<li><a href="https://github.com/SixLabors/ImageSharp/commit/edc87ad90d4fcb0783c0c38be01a91a0dd26cd28"><code>edc87ad</code></a> Limit ancillary chunk size.</li>
<li><a href="https://github.com/SixLabors/ImageSharp/commit/3806fd2ea542aa7e9d0f4200baf71d5690b087e9"><code>3806fd2</code></a> Merge pull request <a href="https://redirect.github.com/SixLabors/ImageSharp/issues/2677">#2677</a> from SixLabors/js/fix-2268</li>
<li><a href="https://github.com/SixLabors/ImageSharp/commit/0cbf47563a1a452371806df394f4af3c53ed11d9"><code>0cbf475</code></a> Merge pull request <a href="https://redirect.github.com/SixLabors/ImageSharp/issues/2676">#2676</a> from SixLabors/js/fix-2670</li>
<li><a href="https://github.com/SixLabors/ImageSharp/commit/624277ba8803fc8b8062139c44cefe88118473a5"><code>624277b</code></a> Update Issue2668_Quantized_Encode_Alpha_Rgba32_Issue_2668.png</li>
<li><a href="https://github.com/SixLabors/ImageSharp/commit/f6d24ed15c94a5a7ca20bdcbb3b4a52c15564544"><code>f6d24ed</code></a> Update src/ImageSharp/Formats/Webp/AlphaDecoder.cs</li>
<li><a href="https://github.com/SixLabors/ImageSharp/commit/ed2cd3184ff9478f265fbb4ec40482d44e6d971d"><code>ed2cd31</code></a> Fix casing</li>
<li><a href="https://github.com/SixLabors/ImageSharp/commit/2a548818ac3c7a5e328c72757f5464007579d851"><code>2a54881</code></a> Use a smarter approach to determine the transparent index</li>
<li><a href="https://github.com/SixLabors/ImageSharp/commit/223f6474c2035171de7fa4e43a8cd088f172e4a1"><code>223f647</code></a> Update AlphaDecoder.cs</li>
<li>Additional commits viewable in <a href="https://github.com/SixLabors/ImageSharp/compare/v3.0.1...v3.1.3">compare view</a></li>
</ul>
</details>
<br />
[](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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/LiEnby/chovy-sign/network/alerts).
</details>
合并状态:未合并 关闭于 2024-04-15 1 条评论