Replies: 1 comment
-
There is no support for |
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.
-
I am trying to run Magick.Net for a .Net application hosted on a Linux-arm32 based device. The C# project is built with VS2017. I imported NuGet package for Magick.Net-Q16-AnyCPU. I also added the 'libMagick.Native-Q16-x64.dll.so'. I am not from platform/ firmware background, so I know very little about the details. Can you help me resolve the below errors or let me know how to compile the package for linux-arm32.
MagickNET.Initialize();
Magick.Native-Q16-x86.dll assembly: type: member:(null)
at (wrapper managed-to-native) ImageMagick.Environment+NativeMethods+X86.Environment_Initialize() at ImageMagick.Environment+NativeEnvironment.Initialize () [0x0001a] in <90dbdae639e44a58a3588f2985e7ecc1>:0 at ImageMagick.Environment.Initialize () [0x00021] in <90dbdae639e44a58a3588f2985e7ecc1>:0 at ImageMagick.MagickNET.Initialize () [0x00000] in <90dbdae639e44a58a3588f2985e7ecc1>:0
MagickImage image = new MagickImage();
The type initializer for 'NativeMagickSettings' threw an exception.
at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_generic_class_init(intptr) at ImageMagick.MagickSettings..ctor () [0x00011] in <90dbdae639e44a58a3588f2985e7ecc1>:0 at ImageMagick.MagickImage..ctor () [0x00006] in <90dbdae639e44a58a3588f2985e7ecc1>:0 at Zum.ImageProcessing.ReadWriteFile (System.String filepath) [0x00065] in <7c3ca339c88048278560e85a90cb9942>:0
The type initializer for 'NativeMagickSettings' threw an exception.
at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_generic_class_init(intptr) at ImageMagick.MagickSettings..ctor () [0x00011] in <90dbdae639e44a58a3588f2985e7ecc1>:0 at ImageMagick.MagickImage..ctor () [0x00006] in <90dbdae639e44a58a3588f2985e7ecc1>:0
Beta Was this translation helpful? Give feedback.
All reactions