Replies: 1 comment 13 replies
-
What is the operating system that you are trying to use this library on? |
Beta Was this translation helpful? Give feedback.
13 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.
-
Hello, I´m getting this error when i try to do something with this nuget package. I can see that is a library error but i just cant solve it by myself. Im using Xamarin.Forms to do the application.
MagickNET.Initialize(); (The error jumps here)
using (var image = new MagickImage("filename.png"))
{
image.Write("FILENAME.PCX");
}
Beta Was this translation helpful? Give feedback.
All reactions