-
-
Notifications
You must be signed in to change notification settings - Fork 433
Open
Milestone
Description
This issue describes the planned breaking changes for Magick.NET 15.0.0:
- Switch from
net8.0tonet10.0. - Move
Cloneoverloads that take anIMagickGeometryto a new method calledCloneArea. - Reorder names alphabetically in
MagickFormat. - No longer return null when the native call of
MagickImage.IPerceptualHashreturns zero but throw an exception instead. - Rename
AlphaOptiontoAlphaActionandOrientationTypetoOrientationso both Magick.NET and magick-wasm use the same names. - Change
where TQuantumType : struct, IConvertibletowhere TQuantumType : unmanaged. - Removed
InverseFloodFilloverloads that don't have a target color. - Correct the casing of
FillRule.NonzerotoFillRule.NonZero. - Move color profiles from
ColorProfiletoColorProfilesclass.
Development notes:
- Remove
pragma warning disable CS8500
tiesont and snowflysky
Metadata
Metadata
Assignees
Labels
No labels