Magick.NET-Q8-AnyCPU, Version=7.10.1.0 to Version=7.22.0.0 #764
Unanswered
kartikpatts
asked this question in
General
Replies: 2 comments
-
I had got the same problem, 1st one is easy:
2nd one is probably
I did not try it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The constructors for those classes no longer accept p.s. Always nice to see you helping the ImageMagick community @t246246. |
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
-
Hello,
i have updated my DLL from Magick.NET-Q8-AnyCPU, Version=7.10.1.0 to Version=7.22.0.0
im not able to rewrite as per new
DrawableStrokeColor drawableStrokeColor = new DrawableStrokeColor(Color.Red);
Argument 1: cannot convert from 'System.Drawing.Color' to 'ImageMagick.IMagickColor'
DrawableRectangle drawableRectangle = new DrawableRectangle(myRectangle);
'DrawableRectangle.DrawableRectangle(double, double, double, double)'
how to rewrite as per new 7.22 dll.
Beta Was this translation helpful? Give feedback.
All reactions