Re: Saving an image to file from windows clipboard

2005-10-07 Thread stephen
Thanks -- works as advertised. Stephen -- http://mail.python.org/mailman/listinfo/python-list

Re: Saving an image to file from windows clipboard

2005-10-07 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > I just threw this together because I find myself needing it now and > then. Requires PIL and optionally ImageMagick to convert to png, since > I think PIL is not able yet to convert a bmp to a png. well, not in one step, but it can load BMP images and save PNG images.

Saving an image to file from windows clipboard

2005-10-07 Thread stephen
I just threw this together because I find myself needing it now and then. Requires PIL and optionally ImageMagick to convert to png, since I think PIL is not able yet to convert a bmp to a png. You can of course use the os.path module instead of the path module. I keep it in my windows start menu f