cplusplus.com
C++ : Users : meesa
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
User: meesa
Public profile
Send private message


User profile: meesa

User info
User name:meesa
History
Joined:
Number of posts:172
Latest posts:

[C++] Win32 GDI+ Loading a PNG Resource
Using 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, ...