mono-libgdiplus

GDI+-compatible graphics API for non-Windows systems

brewmacoslinux
Try with needOr install directly
Source

About

GDI+-compatible API on non-Windows operating systems

Commands

libgdiplus

Examples

Verify libgdiplus installation and check version$ pkg-config --modversion libgdiplus
Get compiler flags for linking against libgdiplus$ pkg-config --cflags --libs libgdiplus
Use libgdiplus with Mono/.NET applications for graphics rendering$ DYLD_LIBRARY_PATH=$(brew --prefix mono-libgdiplus)/lib mono myapp.exe