Skip to content
Discussion options

You must be logged in to vote

You might be expecting semver but in the documentation (https://github.com/dlemstra/Magick.NET) you can find the version strategy that explains this.

The return type of rawImage.Clone() depends on the type you used for rawImage. I suspect you are using IMagickImage. The type has changed to IMagickImage<QuantumType> where QuantumType depends on the version of the package that you are using. Q8 = byte, Q16 = ushort and Q16-HDRI = float. You will need to change that to IMagickImageor usevar` where possible to avoid issues. You are experiencing the same issue in all those places that you mention.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant