Clipboards and Images

BlitzMax Forums/BlitzMax Programming/Clipboards and Images

CASO(Posted 2007) [#1]
Is there a way to get images TO the clipboard (preferably with alpha support)?

Brucey, is that a good idea for a module?


Dreamora(Posted 2007) [#2]
on windows through Winapi and the clipboard functions


JoshK(Posted 2007) [#3]
Posted yesterday:
http://blitzmax.com/codearcs/codearcs.php?code=2148


CASO(Posted 2007) [#4]
@Leadwerks
1. AWESOME
2. It appears to not have alpha support, is that correct?
3. Wasn't there a GetClipboardPixmap floating around somewhere?


JoshK(Posted 2007) [#5]
It's a 32-bit image, so I think it probably does support alpha.


CASO(Posted 2007) [#6]
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.