Magick.NET 14.7.0
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
andY
in thePointD
struct (#1856). - Improved parsing of a geometry in the
MagickGeometry
class (#1855). - Added
Icn
toMagickFormat
.
Related changes in ImageMagick since the last release of Magick.NET:
- Fixed pageCount failure in newer versions of ghostscript (#1823).
- Improved PDF/A compatibility (#1841).
- Fixed reading of bmp files (#1820).
- Accelerated Subimage-search Compare (ImageMagick/ImageMagick#3950)
- Request Enhancement To Magick Compare -metric MSE (ImageMagick/ImageMagick#5750)
- JXL: Preserve ICC profile for lossless encoding (ImageMagick/ImageMagick#8074)
- Support ICN file extension for old Windows icons (ImageMagick/ImageMagick#8107)
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