Splash Screen with masked PNG

Franz Steinhaeusler wrote:

I want to use a "masked" png; but instead of the transparent area, I get
a violet field.

Is there an possibility to say to splashscreen, that the png should
be used transparent?

No, but it would not be too hard to make your own splashscreen class that does support it. Simply create a borderless frame with the wx.FRAME_SHAPED style and set the region to use as the shape.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!