I’m building an application that runs on both windows and macos.
This application converts dng to bmp.
On Windows (10) it works but on MacOs I get:
TypeInitializationException:The type initializer for ‘Gdip’ threw an exception.
We’re using the latest AsposeImaging and the app is built in .net 6.
See code example: