You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Win32] Extract alpha values from icons if available #715#1130
Under certain conditions, program icons loaded on Windows via GDI+ have
empty mask data, even though the original icon has proper mask data. As
a result, these icons are printed with a black instead of a transparent
background. Still these icons can contain valid alpha data in their
usual 32-bit data.
With this change, alpha data is extracted for icons which are loaded
without proper mask data to ensure that they have proper transparency
information.
Fixes#715Fixes#1130
0 commit comments