Re: Screen capture on Linux

2006-10-24 Thread Fredrik Lundh
Paolo Pantaleo wrote: > If needed, I was thinking to write a C module too. I never did it > before, but I am a not so bad C programmer... any suggestion? What > code can I read and eventually reuse? Would the xwd be useful? > > Anyway doesn't it exist a Python binding for let's say X APIs ? h

Re: Screen capture on Linux

2006-10-23 Thread Paolo Pantaleo
Thnx everybody for the help, actually I need somethin slightly different. I found about some external process that can capture the screen, but since I need to captyre the screen up to 4-5 times a second, I don't want to fork a new process every time, so I was looking for some library...[This metho

Re: Screen capture on Linux

2006-10-22 Thread Theerasak Photha
On 22 Oct 2006 09:06:53 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Paolo Pantaleo wrote: > > Hi, > > > > I need to capture a screen snapshot in Linux. PIL has a module > > IageGrab, but in the free version it only works under Windows. Is > > there any package to capture the screen on Lin

Re: Screen capture on Linux

2006-10-22 Thread [EMAIL PROTECTED]
Paolo Pantaleo wrote: > Hi, > > I need to capture a screen snapshot in Linux. PIL has a module > IageGrab, but in the free version it only works under Windows. Is > there any package to capture the screen on Linux? xwd comes with the X server. man xwd Most useful is "xwd -root" or similar. You

Re: Screen capture on Linux

2006-10-22 Thread Theerasak Photha
On 10/21/06, Grant Edwards <[EMAIL PROTECTED]> wrote: > On 2006-10-21, Sai Krishna M <[EMAIL PROTECTED]> wrote: > > On 10/21/06, Paolo Pantaleo <[EMAIL PROTECTED]> wrote: > >> Hi, > >> > >> I need to capture a screen snapshot in Linux. PIL has a module > > ImageMagick has a command-line program nam

Re: Screen capture on Linux

2006-10-21 Thread Grant Edwards
On 2006-10-21, Sai Krishna M <[EMAIL PROTECTED]> wrote: > On 10/21/06, Paolo Pantaleo <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I need to capture a screen snapshot in Linux. PIL has a module ImageMagick has a command-line program named "import" that you might be able to use. > Its defaultly provide

Re: Screen capture on Linux

2006-10-21 Thread Sai Krishna M
On 10/21/06, Paolo Pantaleo <[EMAIL PROTECTED]> wrote: > Hi, > > I need to capture a screen snapshot in Linux. PIL has a module Its defaultly provided in the 'actions' menu of the OS. > IageGrab, but in the free version it only works under Windows. Is > there any package to capture the screen on

Screen capture on Linux

2006-10-21 Thread Paolo Pantaleo
Hi, I need to capture a screen snapshot in Linux. PIL has a module IageGrab, but in the free version it only works under Windows. Is there any package to capture the screen on Linux? Thnx PAolo -- http://mail.python.org/mailman/listinfo/python-list