Magick.NET 13.5.0
Changes in Magick.NET:
- Update Channels XML comment by @kmgallahan in #1466
- Added
MagickReadSettings
overloads to theRead
andReadCollection
method and constructor ofMagickImageInfo
. - Added
MagickReadSettings
overloads to the Create method ofMagickImageInfoFactory
. - Marked
EncodingGeometry
,FormatInfo
andIsDisposed
ofMagickImage
as obsolete. - Corrected return type
MagickNET.GetEnvironmentVariable
to a nullablestring
. - Added
Chromaticity
toMagickImage
that will replace the separate properties and marked those as obsolete. - Made
Interlace
public in theMagickSettings
and made the setter ofInterlace
inMagickImage
obsolete. - Added
LeftBottom
toOrientationType
that will replaceLeftBotom
in the next major release.
Related changes in ImageMagick since the last release of Magick.NET:
- Add the up to date "Artifex" name to Ghostscript list (ImageMagick/ImageMagick#6779)
- Only use the recent names to do the Ghostscript registry lookup and search for the commercial version first.
- No longer disable NVIDIA devices because we disable OpenCL by default.
- Improved I/O exception handling
- Fixed reading Windows 1.x icon file format (ImageMagick/ImageMagick#6670)
Library updates:
- Magick.NET.Core 13.5.0
- Magick.NET.SystemDrawing 7.2.1
- Magick.NET.SystemWindowsMedia 7.2.1
- ImageMagick 7.1.1-22 (2023-12-03)
- aom 3.7.1 (2023-11-17)
- de265 1.0.14 (2023-11-21)
- harfbuzz 8.3.0 (2023-11-11)
- heif 1.17.5 (2023-11-21)
- jasper 4.1.0 (2023-11-05)
- jpeg-turbo 3.0.1 (2023-10-16)
- xml 2.12.1 (2023-11-23)
Full Changelog: 13.4.0...13.5.0