Skip to content

Bump Magick.NET-Q8-AnyCPU from 7.17.0 to 8.0.0#69

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Magick.NET-Q8-AnyCPU-8.0.0
Closed

Bump Magick.NET-Q8-AnyCPU from 7.17.0 to 8.0.0#69
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Magick.NET-Q8-AnyCPU-8.0.0

Conversation

@dependabot-preview
Copy link

Bumps Magick.NET-Q8-AnyCPU from 7.17.0 to 8.0.0.

Release notes

Sourced from Magick.NET-Q8-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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 28, 2021
@dependabot-preview
Copy link
Author

Superseded by #70.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Magick.NET-Q8-AnyCPU-8.0.0 branch June 30, 2021 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants