[EMAIL PROTECTED] wrote: > I've searched all over and I can't figure out how to transfer an image of > the Tkinter Canvas to the Windows clipboard (or any clipboard, for that > matter). I've use the PIL to capture and display an image of the Canvas, > but I can't figure out how to put that image into the clipboard directly. > Yes, I can capture it, display it automatically using Windows Paint and > use "copy" in that program to put it in the clipboard, but that seems, > well, clunky.
PIL can copy from the clipboard, but not to it. here's the relevant issue tracker item: http://effbot.python-hosting.com/ticket/23 contributions are welcome! (a ctypes-based implementation would be good start, I think). </F> _______________________________________________ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig