Skip to content

Magick.NET 12.1.0

Compare
Choose a tag to compare
@dlemstra dlemstra released this 21 Aug 14:35
· 945 commits to main since this release
77576af

Changes in Magick.NET:

  • Added extra Shave(size) overload to MagickImage.
  • Added GetEnvironmentVariable and SetEnvironmentVariable to MagickNET (#1226).
  • Added IMagickColors interface to the MagickColors class.
  • Added Colors to the MagickFactory.
  • Added IEquatable<IMagickColor<TQuantumType>?> to IPixel<TQuantumType>.
  • Corrected the ToString and ToShortString methods of MagickColor for CMYK.

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

  • Fixed 32-bit AccessViolationException in the libheif dependency (#1231).
  • NCC must return a value less or equal to 1 (#1220).

Library updates:

  • ImageMagick 7.1.0-46 (2022-08-17)