I’m trying to import this:
https://magick.codeplex.com
First error I got was solved importing the System.Drawing.dll to the same folder.
Now I’m getting:
Anyone achieved that?
Thanks in advance
I’m trying to import this:
https://magick.codeplex.com
First error I got was solved importing the System.Drawing.dll to the same folder.
Now I’m getting:
Anyone achieved that?
Thanks in advance
Check this thread: MonoPosixHelper not found - this may be an issue with the Mono configuration in Unity (aka outside your control).
Magick.NET is a P/Invoke wrapper around the native ImageMagick. You are aware that using this wrapper will rob you of all portability? (no more Linux, MacOS, iOS, Android, you may even be locked into x86 only or x64 only depending on the wrapper).
Maybe there is another image manipulation library for you written in 100% .NET?