[python-win32] windows images on clipboard

Dennis Lee Bieber wlfraed at ix.netcom.com
Thu Aug 12 11:57:05 EDT 2021


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



More information about the python-win32 mailing list