Re: windows images on clipboard
Dennis Lee Bieber <[email protected]>
| Newsgroups | gmane.comp.python.windows |
|---|---|
| Organization | IISS Elusive Unicorn |
| Message-ID | <[email protected]> |
On Wed, 11 Aug 2021 18:33:14 -0500, Mriswithe <[email protected]> declaimed the following: > >Is there a bit of an idiots example guide for how to say, put a PNG on the >clipboard or a JPG? Some example code? There is a ton of useful info in the >pywin32 repo, but I haven't found anything that has made this click for me. > From a quick browse in Google -- IMAGES are only in one of the Windows bitmap formats when on the clipboard; ie, they've been "rendered" to a bitmap memory structure. PNG or JPG -- those are file formats, not rendered images. There does appear to be a CF_TIFF format. -- Wulfraed Dennis Lee Bieber AF6VN [email protected] http://wlfraed.microdiversity.freeddns.org/