|
List Info
Thread: Any software that can do X windows screen capture (with mouse cursor)
|
|
| Any software that can do X windows
screen capture (with mouse cursor) |
  Hong Kong |
2008-03-18 11:54:34 |
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/ca
tegory.php?category=shopping
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: Any software that can do X windows
screen capture (with mouse cursor) |

|
2008-03-18 12:10:22 |
On Tue, Mar 18, 2008 at 12:54 PM, Patrick Dung
<patrick_dkt yahoo.com.hk> 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-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: Any software that can do X windows
screen capture (with mouse cursor) |

|
2008-03-18 17:37:05 |
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: bill celestial.com Bill Campbell; Celestial
Software LLC
URL: http://www.celestial.com/
a> 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-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: Any software that can do X windows
screen capture (with mouse cursor) |
  Australia |
2008-03-18 18:07:32 |
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/ca
tegory.php?category=shopping
> _______________________________________________
> freebsd-questions freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
> To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
>
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/ksnapsho
t/
http://en.wiki
pedia.org/wiki/KSnapshot
Cheers,
Nic.
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: Any software that can do X windows
screen capture (with mouse cursor) |

|
2008-03-19 08:33:37 |
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-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: Any software that can do X windows
screen capture (with mouse cursor) |

|
2008-03-19 11:04:18 |
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 <frank shute.org.uk> 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-que
stions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe freebsd.org"
>
--
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-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: Any software that can do X windows
screen capture (with mouse cursor) |

|
2008-03-19 13:11:46 |
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-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: Any software that can do X windows
screen capture (with mouse cursor) |
  Brazil |
2008-03-19 16:11:08 |
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/ca
tegory.php?category=shopping
> _______________________________________________
> freebsd-questions freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe freebsd.org"
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-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: Any software that can do X windows
screen capture (with mouse cursor) |

|
2008-03-19 17:36:54 |
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-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
[1-9]
|
|