How to save bitmap from MS Windows clipboard to xxx.png?

Gillou nospam at bigfoot.com
Fri Apr 19 11:05:34 EDT 2002


Hi,

Have a look to the Python Imaging Library (AKA PIL). This should be a good
start for converting graphic formats

http://www.pythonware.com/products/pil/index.htm

And have a look to the Python Win32 extensions that may (?) provide
scripting access to the clipboard.

http://starship.python.net/crew/mhammond/

HTH

--Gilles

"Petr Prikryl" <Answer.via.news.please.prikryl at skil.nospam.cz> a écrit dans
le message news: a9p1e3$efb$1 at news.nextra.cz...
> Hi,
>
> I am quite new to Python to now what was done already
> and what was not.
>
> What I need is to save the window snapshot (in MS
> Windows) into PNG file.  It just came to my mind that
> some Python utility may already exist for that task
> or that some PNG support is implemented.
>
[...]





More information about the Python-list mailing list