Changes in Magick.NET:
- Removed support for
net20, the minimum version for .NET framework will become4.6.2(throughnetstandard20) - Renamed
VideoReadDefines.IntermediateFormattoReadMode. - Splitted
BitDepthintoDetermineBitDepthandSetBitDepthand changed the verload order forSetBitDepth. - Renamed
Negate(bool onlyGrayscale)intoNegate()andNegateGrayscale(). - Renamed
ShadeintoShade()andShadeGrayscale(). - Renamed
Contrast(bool enhance)intoContrast()andInverseContrast(). - Renamed
Clip()intoClip()andClipOutside(). - Removed
GetFormatInformationfrom theMagickNETclass (useMagickFormatInfo.Createinstead). - Removed
DefinesCreatorbase class and added extraMagickDefineconstructor overloads. - Removed
IQuantumInfointerface (useIQuantuminstead). - Removed
PointDoverloads inMagickImagefor the following methods:Composite,CopyPixels,FloodFill,InverseFloodFill. - Removed
ToPointfromMagickGeometry. - Removed
HasClippingPathfromMagickImage. - Remove implicit casts for
Numberand fromMagickColorto other color classes. - Renamed
GetColormaptoGetColormapColorinMagickImage. - Renamed
SetColormaptoSetColormapColorinMagickImage. - Replaced
Tintoverloads ofMagickImagewithTint(IMagickGeometry opacity, IMagickColor<TQuantumType> color). - Replaced
ColorMono(bool)withColorMono.BlackandColorMono.White. - Replaced
DrawableStrokeAntialias(bool)withDrawableStrokeAntialias.EnabledandDrawableStrokeAntialias.Disabled - Replaced
Drawables.StrokeAntialias(bool)withDrawables.EnabledStrokeAntialiasandDrawables.DisabledStrokeAntialias - Replaced
DrawableTextAntialias(bool)withDrawableTextAntialias.EnabledandDrawableTextAntialias.Disabled - Replaced
Drawables.TextAntialias(bool)withDrawables.EnabledTextAntialiasandDrawables.DisabledTextAntialias - Replaced
IEnumerablewithIReadOnlyCollectionwhere possible. - Changed the return type of
MagickImage.HistogramtoIReadOnlyDictionary. - Changed the return type of
MagickFormatInfo.CreatetoIMagickFormatInfo. - Changed the return type of
MagickNET.SupportedFormatstoIMagickFormatInfo. - Changed the return type of
ConfigurationFiles.DefaulttoIConfigurationFiles
Related changes in ImageMagick since the last release of Magick.NET:
- Use our own memory manager for Freetype memory allocation.
- Fixed spurious extra channel @ ImageMagick/ImageMagick#5325
- Support read raw Bayer (rggb) images based on http://im.snibgo.com/demosaic.htm
Library updates:
- ImageMagick 7.1.0-45 (2022-07-31)