fosspill / FFXIV_Modding_Tool

FFXIV Modding Tool is the Cross-platform Commandline interface alternative for TexTools
https://ffmt.pwd.cat/
GNU General Public License v3.0
47 stars 4 forks source link

Bump Magick.NET-Q8-AnyCPU from 7.15.1 to 7.16.0 #140

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps Magick.NET-Q8-AnyCPU from 7.15.1 to 7.16.0.

Release notes

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

Magick.NET 7.16.0.0

Changes in Magick.NET:

  • Added overload to TransformColorspace and SetProfile that can be used to specify the color transformation mode and set the default back to Quantum (#594).
  • Added boolean overload for MagickImage.SetArtifact (#599)
  • Added boolean overload for MagickImage.SetAttribute (#600)
  • Renamed AddProfile to SetProfile and removed the boolean to set if the profile should be preserve or overwrite. It will now always overwrite it. And a new method called HasProfile was added that can be used to check if an image has a profile with a specific name.
  • Deprecated MagickScript (#604).
  • Fixed bug in the ClipPaths property of the EightBimProfile when the width and height are unknown.

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

Library updates:

  • ImageMagick 7.0.10-7 beta

Magick.NET 7.15.5.0

Changes in Magick.NET:

  • Added support for the Kapur AutoThresholdMethod (#429).
  • Added Complex to MagickImageCollection (#431).
  • Fixed stroked rectangle is drawn incorrectly (#591).
  • Added optimization for when the collection only contains a single image (#594).

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

Library updates:

  • ImageMagick 7.0.10-2

Magick.NET 7.15.4.0

Changes in Magick.NET:

  • Fixed saving animated WebP on Linux (#581).
  • Fixed reading tiff image with infinite rows per strips (#583).
  • Added ColorThreshold to MagickImage.

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

  • Write Group4 compressed tiff image as a single strip.

Library updates:

  • ImageMagick 7.0.9-27

Magick.NET 7.15.3.0

Changes in Magick.NET:

  • Added Depth to MagickSettings to make it possible to set the depth of certain output images (#575).
  • Added LimitMemory method to ResourceLimits that can be used to limit the memory to a percentage of the total memory (#576).

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

... (truncated)
Commits
  • 276931a Published Magick.NET 7.16.0.0.
  • e572b30 Use var instead.
  • de3b457 Corrected typo.
  • 7ef47d5 Added unit tests for the EPS coder.
  • 52637ef Use Assert.IsTrue and Assert.IsFalse instead.
  • 17c73a8 Refactored code, duplication is not always bad.
  • c991c31 Fixed unit tests due to bugfix in ImageMagick.
  • ea7d9fd Upgraded Magick.Native.
  • bbdd596 Moved BlackPointCompensation tests to a separate file.
  • 8eeb3b3 Fixed bug in the ClipPaths property of the EightBimProfile when the width and...
  • 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](https://app.dependabot.com): - 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)