We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue describes the planned breaking changes for Magick.NET 15.0.0:
15.0.0
Clone
IMagickGeometry
CloneArea
MagickFormat
MagickImage.IPerceptualHash
AlphaOption
AlphaAction
OrientationType
Orientation
where TQuantumType : struct, IConvertible
where TQuantumType : unmanaged
Development notes:
pragma warning disable CS8500
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
This issue describes the planned breaking changes for Magick.NET
15.0.0
:Clone
overloads that takes anIMagickGeometry
to a new method calledCloneArea
.MagickFormat
.MagickImage.IPerceptualHash
returns zero but throw an exception instead.AlphaOption
toAlphaAction
andOrientationType
toOrientation
so both Magick.NET and magick-wasm use the same names.where TQuantumType : struct, IConvertible
towhere TQuantumType : unmanaged
.Development notes:
pragma warning disable CS8500
The text was updated successfully, but these errors were encountered: