WorkerService .NET Core 6 Screenshot in Linux ARM64. #1478
Unanswered
thanhthuongpham
asked this question in
Help
Replies: 1 comment 3 replies
-
Does it not tell you more than |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I try to Screenshot then save them to file.
//OR
But I have been an error:
The type initializer for 'NativeMagickSettings' threw an exception.
at ImageMagick.MagickSettings.NativeMagickSettings..ctor() in //src/Magick.NET/Native/Settings/MagickSettings.cs:line 343
at ImageMagick.MagickSettings..ctor() in //src/Magick.NET/Settings/MagickSettings.cs:line 33
I'm coding a WorkerService .NET Core 6 and deploy as Systemd in Raspberry Pi 4 Model B (OS : Debian GNU/Linux 12 (bookworm))
I'm using Magick.NET-Q16-arm64 (13.4.0)
Please help me solve this problem.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions