Skip to content

Releases: dlemstra/Magick.NET

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:

Magick.NET 9.0.0

23 Jan 12:05
b161a42
Compare
Choose a tag to compare

Breaking changes in Magick.NET:

  • Removed support for .NET 2.0 from the AnyCPU packages (still supported in the x86/x64 releases).
  • Removed support for the Flif format.

Changes in Magick.NET:

  • Added support for arm64 on Windows to the AnyCPU packages.
  • Added MagickFormat.Ftxt.
  • Added IntermediateFormat to the VideoReadDefines.

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

Library updates:

Magick.NET 8.6.1

16 Jan 22:48
728ff98
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Fixed an issue when executing ffmpeg (this is a only a fix for Windows for now, a fix for other platforms will follow at a later moment).

Library updates:

Magick.NET 8.6.0

16 Jan 14:21
a669486
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added support for arm64 on Windows (only in the -arm64 packages).
  • Added Integral to MagickImage.
  • Added SaliencyBlend and SeamlessBlend to CompositeOperator.

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

  • Support seamless and saliency blending of a foreground and background image.
  • Support QOI image format.
  • Perist frame delay when converting APNG to Webp (reference ImageMagick/ImageMagick#4704).
  • Support face index for font collections, e.g. msgothic.ttc[1].

Library updates:

Magick.NET 8.5.0

13 Dec 21:13
94caf0f
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added Exact to the WebPWriteDefines.
  • Added PreserveOpacityMask and ReplicateProfile to the PsdReadDefines.
  • Added SyncImageWithExifProfile to the MagickReadSettings.

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

  • Improved adjustment of page offset when resizing an image.
  • Added support for reading extra channels in a PSD file (reference ImageMagick/ImageMagick#4499).
  • The profile of a PSD file will no longer be copied to all the images, only the first returned image will contain the profile. To re-enable the old behavior add -define psd:replicate-profile=true.

Library updates: