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> _______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
