[PyQt] Screenshots in linux

2008-05-05 Thread Jake Richards
Hello:
  Does anyone have any idea how I might select a region of my desktop and
then take a screen grab of it?  The screenshot example shows me how to grab
the snapshot, but the hard part (at least for me) is changing my mouse
cursor to some crosshairs and drawing a region on the desktop that I'd like
to grab.  Can I make a transparent Always On Top window and get mouse clicks
from it?  Anyone done something like this before and have any hints?
Thanks!
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Screenshots in linux

2008-05-05 Thread Jim Bublitz
On Monday 05 May 2008 13:22, Jake Richards wrote:
 Hello:
   Does anyone have any idea how I might select a region of my desktop and
 then take a screen grab of it?  The screenshot example shows me how to grab
 the snapshot, but the hard part (at least for me) is changing my mouse
 cursor to some crosshairs and drawing a region on the desktop that I'd like
 to grab.  Can I make a transparent Always On Top window and get mouse
 clicks from it?  Anyone done something like this before and have any hints?
 Thanks!

In KDE you can use KSnapshot. There's also xgrab (segfaults on my system) and 
Gnome probably has something. For a console you can just cut and paste.

KSnapshot includes a settable time delay and the ability to only grab the 
window containing the mouse or the entire screen or a region. You can always 
crop or scale a screenshot with something like xv or gimp.

Jim

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] Screenshots in linux

2008-05-05 Thread Jean-Baptiste BUTET
Hi :)


Does anyone have any idea how I might select a region of my desktop
 and
  then take a screen grab of it?

 In KDE you can use KSnapshot. There's also xgrab (segfaults on my system)
 and
 Gnome probably has something. For a console you can just cut and paste.


in order to take video you have : record-my-desktop and qt/gtk GUI.

clear skies,

JB


-- 
http://astrolix.org
association des linuxiens astronomes
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt