From: Robin Dunn Date: Sat, 30 Oct 2004 21:39:44 +0000 (+0000) Subject: PNG Alpha is working on wxGTK2 now too. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/72ddfce0ddea31ba493cf7af6ad428ab7c2bca4f?ds=sidebyside PNG Alpha is working on wxGTK2 now too. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/MigrationGuide.txt b/wxPython/docs/MigrationGuide.txt index e98255cfd7..bfa5333a16 100644 --- a/wxPython/docs/MigrationGuide.txt +++ b/wxPython/docs/MigrationGuide.txt @@ -669,8 +669,6 @@ channel and will now only create a mask when all the pixels in the image are either fully transparent or fully opaque. In addition, the wx.DC.DrawBitmap and wx.DC.Blit methods are able to correctly blend the pixels in the image with partially transparent alpha values. -(Currently only on MSW and Mac, if anybody knows how to do it for GTK -then please submit a patch!) If you are using a PNG with an alpha channel but you need to have a wx.Mask like you automatically got in 2.4 then you can do one of the