The platform specific calls are inside the Native folder (https://github.com/dlemstra/Magick.NET/tree/master/Magick.NET/Core/Native). I use P/Invoke to call the code of the Magick.NET.Native library. That library needs to be compiled under Linux and platform specific P/Invoke calls should be made.
↧