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

Re: screen capture

2006-09-29 Thread Fredrik Lundh
titan516 wrote: >> I am trying to use PIL and I saw there is ImageGrab...however it only >> works on Windows. Is there a platform-independent ability to work >> around this? > Maybe you can try http://www.acasystems.com ACA capture PRO , it , i > think,can fix your problem well.. "System re

Re: screen capture

2006-09-29 Thread titan516
mation about ACA capture pro from http://www.acasystems.com/en/screencapturepro/overview.htm here -- View this message in context: http://www.nabble.com/screen-capture-tf549201.html#a6568720 Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list

screen capture

2005-11-14 Thread py
I need to take a screen shot of the computer screen. I am trying to use PIL and I saw there is ImageGrab...however it only works on Windows. Is there a platform-independent ability to work around this? thanks -- http://mail.python.org/mailman/listinfo/python-list