Skip to content

Releases: dlemstra/Magick.NET

Magick.NET 11.2.0

12 Jun 13:14
efadf1e
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added OpenMP support for: linux-arm64 and linux-musl.
  • Fixed bug where the files would not be written with the correct name when using WriteAsync (#1189).
  • Added static properties ColorMono.Black, ColorMono.White, DrawableStrokeAntialias.Enabled, DrawableStrokeAntialias.Disabled, DrawableTextAntialias.Enabled and DrawableTextAntialias.Disabled.
  • Added NegateGrayscale, InverseContrast and SetBitDepth to MagickImage.
  • Added ReadMode to VideoReadDefines.

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

Library updates:

Magick.NET 11.1.2

14 May 07:43
2f592a6
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Set the filename to fix reading files asynchronous (#1174) in a MagickImageCollection.

Library updates:

Magick.NET 11.1.1

12 May 20:25
8a4f9de
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Set the filename to fix reading files asynchronous (#1174).

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

Library updates:

Magick.NET 11.1.0

07 Apr 18:51
c0e9354
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added jpeg-xl support to arm64 on Linux.
  • Magick.NET.SystemDrawing and Magick.NET.SystemWindowsMedia require at least net462 instead of net40 .
  • Added ImageMagickVersion to the MagickNET class.

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

  • Improve multispectral support.

Library updates:

Magick.NET 11.0.0

25 Mar 20:28
26ad5c3
Compare
Choose a tag to compare

Breaking changes in Magick.NET:

  • Removed MagickImage constructors and MagickImageFactory methods that use IPixelReadSettings (ReadPixels should be used instead).

Changes in Magick.NET:

  • Added support for arm64 on Linux (#380).
  • Added overloads with the QuantumType to ReadPixels method for Q16 and Q16-HDRI (#1142).
  • Added IgnoreLayers to the TiffReadDefines.
  • Fixed memory leak when using MagickImage constructor with Stream argument for large WebP image (#1163).

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

Library updates:

Magick.NET 10.1.0

06 Mar 13:39
8f0785b
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added channel overloads to SigmoidalContrast and InverseSigmoidalContrast (#1144)

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

  • Fixed memory leak in Thumbnail of ImageMagick (#1148)
  • Fixed bug in the icon coder when using icon:auto-resize (#1150)

Library updates:

Magick.NET 10.0.0

21 Feb 19:48
97d0f6c
Compare
Choose a tag to compare

Breaking changes in Magick.NET:

  • Removed bool overload for SigmoidalContrast and added InverseSigmoidalContrast instead in MagickImage (#1141).

Changes in Magick.NET:

  • Added byte[], ReadOnlySpan<byte> and ReadOnlySequence<byte> overloads to MagickFormatInfo.Create and MagickNET.GetFormatInformation.
  • Added HideAnnotations to PdfReadDefines (#1139).
  • Fixed issue when cloning an empty image (#1140).
  • Added MagickFormat.StrImg.

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

Library updates:

Magick.NET 9.1.2

13 Feb 17:28
edc1709
Compare
Choose a tag to compare

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

  • Optimize reading of XPM properties.
  • The GIF Netscape block must appear immediately after the global color table.
  • Fixed performance issue in the thumbnail method (#1125).

Library updates:

Magick.NET 9.1.1

07 Feb 19:32
5d0367a
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Fixed copying the native library to the bin folder on .NET Framework (#1121).

Library updates:

Magick.NET 9.1.0

06 Feb 16:11
f503356
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added optimizations to the internal EnumHelper class with the help of @rpnetcoder (#1122).
  • Fixed copying the native library to the bin folder on .NET Framework (#1121).
  • Added SyncImageWithTiffProperties to the MagickReadSettings.

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

Library updates: