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
@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.