Skip to content

Releases: dlemstra/Magick.NET

Magick.NET 14.13.0

24 Apr 21:31
011de54

Choose a tag to compare

What's Changed

  • Added PixelDifferenceCount to ErrorMetric.

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

  • Corrected the patch that was made earlier to fix reading JPEG compressed TIFF images (#1993)
  • Call CloseBlob on the correct image to prevent the blob from remaining open (#1997)

Library updates:

  • ImageMagick 7.1.2-21 (2026-04-21)
  • harfbuzz 14.2.0 (2026-04-20)
  • libpng 1.6.58 (2026-04-15)
  • libraqm 0.10.5 (2026-04-11)
  • libraw 0.22.1 (2026-04-06)
  • libxml2 2.15.3 (2026-04-15)
  • openexr 3.4.9 (2026-04-17)
  • openjph 0.27.0 (2026-04-14)

Full Changelog: 14.12.0...14.13.0

Magick.NET 14.12.0

13 Apr 17:30
158db3a

Choose a tag to compare

What's Changed

  • Added FixByteOrder to the DcmReadDefines (#1976)
  • Added IconWriteDefines.

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

Library updates:

  • ImageMagick 7.1.2-19 (2026-04-12)
  • aom 3.13.3 (2026-04-02)
  • openexr 3.4.9 (2026-04-03)
  • freetype 2.14.3 (2026-03-22)
  • gdk-pixbuf 2.44.6 (2026-03-31)
  • harfbuzz 14.0.0 (2026-04-01)
  • liblzma 5.8.3 (2026-04-31)
  • libpng 1.6.56 (2026-03-25)

Full Changelog: 14.11.1...14.12.0

Magick.NET 14.11.1

24 Mar 20:32
6a4660d

Choose a tag to compare

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

Library updates:

  • ImageMagick 7.1.2-18 (2026-03-23)
  • aom 3.13.2 (2026-03-19)
  • openexr 3.4.7 (2026-03-15)
  • harfbuzz 13.2.1 (2026-03-19)

Full Changelog: 14.11.0...14.11.1

Magick.NET 14.11.0

16 Mar 20:20
c32dd03

Choose a tag to compare

What's Changed

  • Added DcmReadDefines.

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

Library updates:

  • ImageMagick 7.1.2-17 (2026-03-16)
  • openexr 3.4.6 (2026-03-01)
  • freetype 2.14.2 (2026-03-01)
  • harfbuzz 13.0.1 (2026-03-07)
  • libxml2 2.15.2 (2026-03-03)

Full Changelog: 14.10.4...14.11.0

Magick.NET 14.10.4

09 Mar 21:06
439c9a9

Choose a tag to compare

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

Library updates:

  • ImageMagick 7.1.2-16 (2026-03-08)
  • openexr 3.4.5 (2026-02-21)

Full Changelog: 14.10.3...14.10.4

Magick.NET 14.10.3

23 Feb 21:22
b25f95b

Choose a tag to compare

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

Library updates:

  • ImageMagick 7.1.2-15 (2026-02-22)
  • gdk-pixbuf 2.44.5 (2026-01-29)
  • harfbuzz 12.3.2 (2026-01-24)
  • libheif 1.21.2 (2026-01-16)
  • libjxl 0.11.2 (2026-02-10)
  • libpng 1.6.55 (2026-02-09)
  • libraqm 0.10.4 (2026-02-05)
  • openjph 0.26.3 (2026-02-17)
  • zlib 1.3.2 (2026-02-17)

Full Changelog: 14.10.2...14.10.3

Magick.NET 14.10.2

19 Jan 21:56
0c9e3d6

Choose a tag to compare

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

  • Check if the aspect ratio is a known ratio when density_unit is set to zero and otherwise read it as an undefined density in the jpeg coder (ImageMagick/ImageMagick#8496)
  • Converting a PNG to AVIFF with Alpha(AlphaOption.Deactivate) and Scale causes application crash (#1950)
  • Release of Invalid Pointer in BilateralBlur when memory allocation fails (GHSA-39h3-g67r-7g3c)
  • Memory Leak in LoadOpenCLDeviceBenchmark() when parsing malformed XML (GHSA-qp59-x883-77qv)
  • NULL pointer dereference in MSL parser via tag before image load (GHSA-5vx3-wx4q-6cj8)
  • MSL: Stack overflow via infinite recursion in ProcessMSLScript (GHSA-9vj4-wc7r-p844)
  • Heap buffer overflow with attacker-controlled data in XBM parser (GHSA-r49w-jqq3-3gx8)

Library updates:

  • ImageMagick 7.1.2-13 (2026-01-19)
  • harfbuzz 12.3.0 (2025-12-27)
  • libheif 1.21.1 (2025-12-31)
  • lcms 2.18.0 (2026-01-09)
  • openjph 0.26.0 (2025-12-24)
  • libraw 0.22.0 (2026-01-13)

Full Changelog: 14.10.1...14.10.2

Magick.NET 14.10.1

30 Dec 07:57
42a952e

Choose a tag to compare

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

Library updates:

  • ImageMagick 7.1.2-12 (2025-12-29)
  • libjpeg-turbo 3.1.3 (2025-12-10)
  • liblzma 5.8.2 (2025-12-17)
  • libpng 1.6.53 (2025-12-05)

Full Changelog: 14.10.0...14.10.1

Magick.NET 14.10.0

10 Dec 16:40
f69d290

Choose a tag to compare

What's Changed

  • Allow specifying the pdf format in the constructor of the PdfWriteDefines (#1931).
  • Added HighBitDepth to the JpegWriteDefines.

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

Library updates:

  • ImageMagick 7.1.2-10 (2025-12-07)
  • brotli 1.2.0 (2025-10-27)
  • openexr 3.4.4 (2025-11-19)
  • harfbuzz 12.2.0 (2025-11-05)
  • openjph 0.25.3 (2025-11-16)
  • libpng 1.6.52 (2025-12-03)
  • REMOVED: libdeflate (#1932)

Full Changelog: 14.9.1...14.10.0

Magick.NET 14.9.1

29 Oct 06:10
4cc8cfc

Choose a tag to compare

What's Changed

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

  • CLAHE : Unsigned underflow and division-by-zero lead to OOB pointer arithmetic and process crash (DoS) (GHSA-wpp4-vqfq-v4hp)

Library updates:

  • ImageMagick 7.1.2-8 (2025-10-28)
  • openexr 3.4.2 (2025-10-16)
  • gdk-pixbuf 2.44.4 (2025-10-21)
  • imath 3.2.2 (2025-10-08)
  • libxml2 2.15.1 (2025-10-16)

Full Changelog: 14.8.2...14.9.0