While writing an app using the oldwinapi module, I have a need to load a .png image file. Winapi LoadImage will only do a .bmp file. Is there a nim module for GDI+ or WIC?
Or is gdiplus.h sitting in oldwinapi under some other name?
I don't want to write against nimPNG if the winapi already has the necessary code since app size is an issue.