Sprite masking with alpha channels in GraphicsGale (edit: added Python + Pillow script)
Edit: I made a quick-and-dirty Python 3 / Pillow script for applying color key-style alpha channel masks, it can be grabbed here. I’ve been messing around with Kivy lately, and it seems that there is not a direct method…