Magick.NET 13.9.0
Changes in Magick.NET:
- Added
MetaChannelCount
toMagickImage
(#1585) - Added extra overload for the
Clut
method and and fixed bug that was found in (#1630). - Added channels overload to the
HaldClut
method ofMagickImage
. - Don't create
PointD
forMagickImage.Resample
by @Gounlaf in (#1631) - Add missing interface declaration for
IMagickImage.ToBase64
by @Gounlaf in (#1639) - Add a
ToBase64
variantMagickImageCollection
by @Gounlaf in (#1640) - Use a
HashSet
instead of List by @Gounlaf in (#1642) - Added
GetChannelIndex
to theIPixelCollection
that will replaceGetIndex
in the next major release. - Patches to improve copying the native files with Mono (#1633)
Related changes in ImageMagick since the last release of Magick.NET:
- Fixed method that determines the width and height of an icon (ImageMagick/ImageMagick#7341)
- Added Apple ProRAW header.
Library updates:
- ImageMagick 7.1.1-33 (2024-05-25)
- harfbuzz 8.5.0 (2024-05-13)
- jpeg-turbo 3.0.3 (2024-05-08)
- xml 2.12.7 (2024-05-13)
Full Changelog: 13.8.0...13.9.0