If I understand well, because of the nature of accessing embedded dlls it is impossible to use the mono dllmap feature to use the library on mono.
If there would be a version which would ship the dlls as non-embedded files, it would be simple to map to the apropriate .so files on Linux.
Comments: Cool that you gave it a try :) It would be nice if we could somehow compile the ImageMagick code the same way as under Windows. This means that we would need to clone https://github.com/ImageMagick/ImageMagick-Windows and run CloneRepositories.sh to get all the repositories. And then run a build script that would build all the repositories under Ubuntu / OS X. I would be really happy if you could help me with creating a "static link" script that would build all those dependencies and statically link that with the Native Library.
If there would be a version which would ship the dlls as non-embedded files, it would be simple to map to the apropriate .so files on Linux.
Comments: Cool that you gave it a try :) It would be nice if we could somehow compile the ImageMagick code the same way as under Windows. This means that we would need to clone https://github.com/ImageMagick/ImageMagick-Windows and run CloneRepositories.sh to get all the repositories. And then run a build script that would build all the repositories under Ubuntu / OS X. I would be really happy if you could help me with creating a "static link" script that would build all those dependencies and statically link that with the Native Library.