Formats and Conversions
- Conversions among wxImage, wxBitmap, wxCursor, wxIcon Embedding images in code as strings, conversion to/from strings Using PIL with wxPython Animated Icons (are these possible in wxPython?)
Using dynamic bitmaps (wxBitmapFromData)
- Run-time generation of images Using device contexts to write into wxBitmaps
Drawing Bitmaps to Screen/Printer Contexts
- This is basically covered in the demo, but it's part of the topic.
Masks and Transparency/Alpha
- Bitmap masks (from the demo) Alpha-blending (is this even possible?)