Replies: 2 comments
-
Between those versions a new interface was introduced. This interface |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks a lot for your quick answer. You save my life :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i update Magick.net from 7.15.3 to 8.5.0.
Actually i use interface ImageMagick for my image to define BackgroundColor Property but with the last version, this property doesn't exist on interface. I don't know why, and i need to know if it's depreciated property or not or is it bug, and how i can fix this error ?
Other break change i don't understand, in past i used this, now MagickImageCollection required ushort item instead for image when i add to images collection
using (MagickImageCollection images = new MagickImageCollection()) images.Add(image);
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions