Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2008 13:10:22 -0400
From:      "Josh Carroll" <josh.carroll@gmail.com>
To:        "Patrick Dung" <patrick_dkt@yahoo.com.hk>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Any software that can do X windows screen capture (with mouse cursor)
Message-ID:  <8cb6106e0803181010g7b1a9540xb7cdda2fd3913735@mail.gmail.com>
In-Reply-To: <355524.63586.qm@web54302.mail.re2.yahoo.com>
References:  <355524.63586.qm@web54302.mail.re2.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8cb6106e0803181010g7b1a9540xb7cdda2fd3913735>