[Image-SIG] Re: copying an image to the Clipboard

Fredrik Lundh fredrik at pythonware.com
Tue Mar 22 14:35:23 CET 2005


Marcus Goldfish wrote:

> Is there a method for copying an Image to the Clipboard on Win32 systems?

you can use the ImageGrab module to copy *from* a clipboard, but there's no
built-in support for copying *to* a clipboard.

(contributions are welcome!)

</F> 





More information about the Image-SIG mailing list