Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-19 Thread Frank Shute
On Tue, Mar 18, 2008 at 03:37:05PM -0700, Bill Campbell wrote:

 On Tue, Mar 18, 2008, Patrick Dung wrote:
 Hello
 
 As title, I have tried xwd, it can't capture mouse curosr.
 
 I'm not sure how a simple screen capture program would capture
 the mouse cursor since they all ask that you either click on a
 screen or select a rectangle from the entire screen.
 
 It seems to me that one would have to use some kind of video
 screen capture from which one could select frames showing the
 cursor as needed from working sessions.

If you use xv (graphics/xv), install it, launch it, right click on the
splash screen, there is a Grab button which when pressed can be
configured to grab a window after a set time but unfortunately it
doesn't grab the cursor.

I guess you could always Gimp it in by grabbing pngs/gifs of the
various cursors off the 'net.

xv is quite a useful program for graphics that is worth installing.
IMO.

Imagemagik for batch processing, Gimp for drawing things from scratch
and fancy effects, xv for quick point  drool transformations.

-- 

 Frank 


 Contact info: http://www.shute.org.uk/misc/contact.html 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-19 Thread Rebs Guarina
you could probably also use gvidcap/xvidcap and split the video to jpegs
using ffmpeg...(,)

On Wed, Mar 19, 2008 at 9:33 PM, Frank Shute [EMAIL PROTECTED] wrote:

 On Tue, Mar 18, 2008 at 03:37:05PM -0700, Bill Campbell wrote:
 
  On Tue, Mar 18, 2008, Patrick Dung wrote:
  Hello
  
  As title, I have tried xwd, it can't capture mouse curosr.
 
  I'm not sure how a simple screen capture program would capture
  the mouse cursor since they all ask that you either click on a
  screen or select a rectangle from the entire screen.
 
  It seems to me that one would have to use some kind of video
  screen capture from which one could select frames showing the
  cursor as needed from working sessions.

 If you use xv (graphics/xv), install it, launch it, right click on the
 splash screen, there is a Grab button which when pressed can be
 configured to grab a window after a set time but unfortunately it
 doesn't grab the cursor.

 I guess you could always Gimp it in by grabbing pngs/gifs of the
 various cursors off the 'net.

 xv is quite a useful program for graphics that is worth installing.
 IMO.

 Imagemagik for batch processing, Gimp for drawing things from scratch
 and fancy effects, xv for quick point  drool transformations.

 --

  Frank


  Contact info: http://www.shute.org.uk/misc/contact.html

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]




-- 
La Dee Dee, 1, 2, 3.
VRRP ain't free.
O P E N B S D
CARP is free
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-19 Thread Mark Ovens

Nicholas Godson wrote:

So what you are wanting is a program like Snag-It for Windows, Ksnapshot
can do this I think. Haven't used it in quite a while though.



KSnapshot doesn't grab the cursor either.

Regards,

Mark

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-19 Thread Mario Lobo
On Tuesday 18 March 2008 13:54:34 Patrick Dung wrote:
 Hello

 As title, I have tried xwd, it can't capture mouse curosr.

 Regards
 Patrick


  
 ___
_ Looking for last minute shopping deals?
 Find them fast with Yahoo! Search. 
 http://tools.search.yahoo.com/newsearch/category.php?category=shopping
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

ksanpshot. It does exactly what you need. requires kde though

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-19 Thread Chad Perrin
On Wed, Mar 19, 2008 at 06:11:08PM -0300, Mario Lobo wrote:
 On Tuesday 18 March 2008 13:54:34 Patrick Dung wrote:
  Hello
 
  As title, I have tried xwd, it can't capture mouse curosr.
 
 ksanpshot. It does exactly what you need. requires kde though

Anything that doesn't require a bunch of desktop-specific libraries?  I
just realized that what I usually use for screenshots (scrot) doesn't
capture the mouse cursor position.

-- 
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Paul Graham: Real ugliness is not harsh-looking syntax, but having to
build programs out of the wrong concepts.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Any software that can do X windows screen capture (with mouse cursor)

2008-03-18 Thread Patrick Dung
Hello

As title, I have tried xwd, it can't capture mouse curosr.

Regards
Patrick


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-18 Thread Josh Carroll
On Tue, Mar 18, 2008 at 12:54 PM, Patrick Dung [EMAIL PROTECTED] wrote:
 Hello

  As title, I have tried xwd, it can't capture mouse curosr.

The import program that's part of the ImageMagick port can do so:

import image.png

Then draw a box around whatever you want to screen shot.
Alternatively, it can do the whole root window:

import -window root ss.png

ImageMagick is in:

/usr/ports/graphics/ImageMagick

Regards,
Josh
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-18 Thread Bill Campbell
On Tue, Mar 18, 2008, Patrick Dung wrote:
Hello

As title, I have tried xwd, it can't capture mouse curosr.

I'm not sure how a simple screen capture program would capture
the mouse cursor since they all ask that you either click on a
screen or select a rectangle from the entire screen.

It seems to me that one would have to use some kind of video
screen capture from which one could select frames showing the
cursor as needed from working sessions.

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676

Now if there is one thing that we do worse than any other nation, it is
try and manage somebody else's affairs.
Will Rogers
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-18 Thread Nicholas Godson

Patrick Dung wrote:

Hello

As title, I have tried xwd, it can't capture mouse curosr.

Regards
Patrick


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  

So what you are wanting is a program like Snag-It for Windows, Ksnapshot
can do this I think. Haven't used it in quite a while though.

http://docs.kde.org/development/en/kdegraphics/ksnapshot/
http://en.wikipedia.org/wiki/KSnapshot

Cheers,

Nic.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]