On Wed, 11 Aug 2021 18:33:14 -0500, Mriswithe <mriswi...@gmail.com>
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
        wlfr...@ix.netcom.com    http://wlfraed.microdiversity.freeddns.org/

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to