To check out whether it is possible, I followed one example and tried to open an image and display its height and width.
Therefore I created a simple Xamarin project on my Mac, added the sample code and used NuGet to install the Magick.NET-Q8-AnyCPU package. After I added the Magick.NET reference, I got the warning that the System.Drawing library is missing. Because System.Drawing is not available for the Mac version I fortunately found sysdrawing-coregraphics as a replacement. Now the project builds fine, but crashes on runtime with the error message 'Could not load file or assembly PresentationCore'.
Could anyone please help me with that issue? Any hint/help is welcome.
Thank you in advanced.
Matthias
Therefore I created a simple Xamarin project on my Mac, added the sample code and used NuGet to install the Magick.NET-Q8-AnyCPU package. After I added the Magick.NET reference, I got the warning that the System.Drawing library is missing. Because System.Drawing is not available for the Mac version I fortunately found sysdrawing-coregraphics as a replacement. Now the project builds fine, but crashes on runtime with the error message 'Could not load file or assembly PresentationCore'.
Could anyone please help me with that issue? Any hint/help is welcome.
Thank you in advanced.
Matthias