mono / libgdiplus

C-based implementation of the GDI+ API
http://www.mono-project.com/
MIT License
334 stars 171 forks source link

libgdiplus 6.0.4 failed to draw image on MacOS #631

Open andy-yx-chen opened 4 years ago

andy-yx-chen commented 4 years ago

Previous version was working fine, after upgrade to this version, the image always be black

qmfrederik commented 4 years ago

Do you have a small code sample which reproduces the problem? .NET Core tests System.Drawing on macOS using libgdiplus 6.0.4, so I'm guessing you're hitting a rather specific exception.

andy-yx-chen commented 4 years ago

@qmfrederik I am using sample code here, by the way, when I pull the master branch code and build the dylib, everything works fine.