Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 28, 2021

Bumps Magick.NET-Q16-AnyCPU from 7.24.0 to 8.0.0.

Release notes

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

Magick.NET 8.0.0

Changes in Magick.NET:

  • Removed support for net40. When .NET Framework is targeted either net20 or netstandard20 will be used instead.
  • Added extra overload for the GaussianBlur method of MagickImage (#960).
  • Added VideoReadDefines (#962).
  • Also target netstandard21 to add support for using Span<T>.
  • Added extra ReadOnlySpan<byte> overloads:
    • netstandard21:
      • MagickImage: constructor, Ping, Read, ReadPixels
      • MagickImageFactory: Create
      • MagickImageCollection: constructor, Ping, Read
      • MagickImageCollectionFactory: Create
      • MagickImageInfo: constructor, Read, ReadCollection
      • MagickImageInfoFactory: Create
      • IPixelCollection: SetArea, SetPixels
      • IUnsafePixelCollection: SetArea, SetPixels
  • Added extra async overloads or new methods:
    • netstandard20:
      • MagickImageFactory: CreateAsync(Stream
      • MagickImageCollectionFactory: CreateAsync(Stream
      • MagickImage: ReadPixelsAsync(Stream
    • netstandard21:
      • MagickImage: ReadAsync(string fileName, ReadAsync(FileInfo, ReadPixelsAsync(string fileName, ReadPixelsAsync(FileInfo, WriteAsync(string fileName, WriteAsync(FileInfo
      • MagickImageFactory: CreateAsync(string fileName, CreateAsync(FileInfo
      • MagickImageCollection: ReadAsync(string fileName, ReadAsync(FileInfo, WriteAsync(string fileName, WriteAsync(FileInfo
      • MagickImageCollectionFactory: CreateAsync(string fileName, CreateAsync(FileInfo

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

  • Raise exception for invalid compose:args geometry (reference ImageMagick/ImageMagick#3765).
  • Fixed issue with pink image after extracting pages from multipage tiff (#946)

Library updates:

Magick.NET 7.24.1.0

Changes in Magick.NET:

  • Added JxlWriteDefines.
  • Fixed incorrect recursive call in ToByteArray(IWriteDefines defines) of MagickImageCollection.

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

  • Added support for reading and writing 16-bit jxl images.
  • Added support to set the jpeg-xl encoding effort with -define jxl:effort=[number].

... (truncated)

Commits
  • 7572854 Published Magick.NET 8.0.0
  • ffe7703 Added missing calls to .ConfigureAwait(false)
  • dcf1516 Added extra WriteAsync overloads to MagickImageCollection.
  • 438a3ab Corrected implementation.
  • 104a234 The ToByteArray method should restore the format after the bytes have been wr...
  • aed4989 Corrected class name.
  • ddfc725 Added extra WriteAsync overloads to MagickImage.
  • 5706c67 Updated documentation about the versioning used in this project.
  • 209a246 Added ReadOnlySpan methods to the IUnsafePixelCollection.
  • bd80e7d Added VideoReadDefines.
  • 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)

Bumps [Magick.NET-Q16-AnyCPU](https://github.com/dlemstra/Magick.NET) from 7.24.0 to 8.0.0.
- [Release notes](https://github.com/dlemstra/Magick.NET/releases)
- [Commits](dlemstra/Magick.NET@7.24.0.0...8.0.0)

---
updated-dependencies:
- dependency-name: Magick.NET-Q16-AnyCPU
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies labels Jun 28, 2021
@dlemstra dlemstra merged commit f767af9 into master Jun 28, 2021
@dependabot dependabot bot deleted the dependabot/nuget/Magick.NET-Q16-AnyCPU-8.0.0 branch June 28, 2021 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants