[C++] Win32 GDI+ Loading a PNG ResourceUsing GDI+, I'm trying to create a brush with a PNG as the image that is loaded from the resources. ...
[C++] Pure Win32 Semi transparent PNG?Me neither. :) I'm thinking I'm just going to make myself understand GDI+ streaming so that I can st...
[C++] Pure Win32 Semi transparent PNG?Okay, shouldn't PS have taken care of that when I saved the image?
[C++] Pure Win32 Semi transparent PNG?[quote]and the bitmap needs to have the RGB values pre-multiplied with the alpha channel[/quote] ...
[C++] Pure Win32 Semi transparent PNG?Yes, nothing displays at all if my bitmap has an alpha layer in it. [code] SelectObject(bmpHDC, ...