Open
Description
This issue describes the planned breaking changes for Magick.NET 15.0.0
:
- Move
Clone
overloads that takes anIMagickGeometry
to a new method calledCloneArea
. - Reorder names alphabetically in
MagickFormat
. - No longer return null when the native call of
MagickImage.IPerceptualHash
returns zero but throw an exception instead. - Rename
AlphaOption
toAlphaAction
andOrientationType
toOrientation
so both Magick.NET and magick-wasm use the same names. - Change
where TQuantumType : struct, IConvertible
towhere TQuantumType : unmanaged
.
Development notes:
- Remove
pragma warning disable CS8500
Metadata
Metadata
Assignees
Labels
No labels