Godson777 / KekBotSharp

KekBot, written in C#
GNU General Public License v3.0
4 stars 1 forks source link

Bump Magick.NET-Q16-AnyCPU from 8.0.1 to 8.2.1 #96

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps Magick.NET-Q16-AnyCPU from 8.0.1 to 8.2.1.

Release notes

Sourced from Magick.NET-Q16-AnyCPU's releases.

Magick.NET 8.2.1

Changes in Magick.NET:

  • Fixed infinite loop inReadOnlySequence<byte> overloads (#1001)

Magick.NET 8.2.0

Changes in Magick.NET:

  • Added CancellationToken overloads to the async methods of MagickImageFactory amd MagickImageCollectionFactory.
  • Added ReadOnlySequence<byte> overloads:
    • netstandard21:
      • MagickImage: constructor, Ping, Read
      • MagickImageFactory: Create
      • MagickImageCollection: constructor, Ping, Read
      • MagickImageCollectionFactory: Create
      • MagickImageInfo: constructor, Read, ReadCollection
      • MagickImageInfoFactory: Create
  • Added IBufferWriter<byte> overloads:
    • netstandard21:
      • MagickImage: Write
      • MagickImageCollection: Write

Related changes in ImageMagick since the last release of Magick.NET:

  • Heap-based buffer overflow in TIFF coder (alert from Hunter Mitchell).

Library updates:

Magick.NET 8.1.0

Changes in Magick.NET:

  • Added extra overload to the Statistics method of MagickImage that accepts a Channel (#974).
  • Added CancelationToken overloads to the async methods of MagickImage and MagickImageCollection.
  • Added PixelFormat to the VideoReadDefines.
  • Added extra overloads for the InterpolativeResize method of MagickImage.

Related changes in ImageMagick since the last release of Magick.NET:

  • Added support for raqm. This can result in changes of the whitespace between the characters when drawing.
  • The predictor tag should only be set for specific compression types (#983).
  • Added support for TextInterlineSpacing and AntiAlias to the Pango coder.

Library updates:

Commits
  • 47d310d Published Magick.NET 8.2.1
  • 21d51bd Fixed infinite loop bug.
  • 6bf9d59 Also check with a ReadOnlySequence with a size larger than 1 byte.
  • 3954dfc Added extra asserts.
  • ec6ba73 Published Magick.NET 8.2.0
  • 5bc0d95 Fixed unit test after upgrade of Magick.Native
  • 66d4051 Updated Magick.Native.
  • 2f645e2 Added IBufferWriter overload to the Write method of MagickImageCollection.
  • ba113ab Corrected argument.
  • 1b2537f Corrected typo.
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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)
dependabot[bot] commented 3 years ago

Superseded by #97.