Skip to content

Magick.NET 14.7.0

Compare
Choose a tag to compare
@dlemstra dlemstra released this 13 Jul 19:12
· 66 commits to main since this release
1658b36

What's Changed

  • Added extra overload to the Resize method that allows specifying the filter (#1819).
  • Allow reading of clip paths without a name and give them a numeric name that can be used by ImageMagick (#1814).
  • Use the ArrayPool API in .NET Standard 2.1 or later to reduce the creation of LOH objects (#1812).
  • Allow modification of X and Y in the PointD struct (#1856).
  • Improved parsing of a geometry in the MagickGeometry class (#1855).
  • Added Icn to MagickFormat.

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

Library updates:

  • ImageMagick 7.1.2-0 (2025-07-13)
  • aom 3.12.1 (2025-04-11)
  • de265 1.0.16 (2025-05-04)
  • deflate 1.24.0 (2025-05-11)
  • ffi 3.4.8 (2025-04-10)
  • harfbuzz 11.2.1 (2025-05-15)
  • heif 1.20.1 (2025-07-02)
  • lzma 5.8.1 (2025-04-03)
  • openexr 3.3.3 (2025-03-24)
  • pixman 0.46.0 (2025-04-30)
  • png 1.6.48 (2025-04-30)
  • raw 0.22.0-Devel202502 (2024-02-24)
  • xml 2.14.3 (2025-05-13)

Full Changelog: 14.6.0...14.7.0