Clipboards and Images

BlitzMax Forums/BlitzMax Programming/Clipboards and Images

Is there a way to get images TO the clipboard (preferably with alpha support)?

Brucey, is that a good idea for a module?

on windows through Winapi and the clipboard functions

Posted yesterday:
http://blitzmax.com/codearcs/codearcs.php?code=2148

@Leadwerks
1. AWESOME
2. It appears to not have alpha support, is that correct?
3. Wasn't there a GetClipboardPixmap floating around somewhere?

It's a 32-bit image, so I think it probably does support alpha.

How could I get that alpha channel out of BMax and into something like powerpoint? I tried using a modified "drag and drop" sample, but it didn't work.