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

Josh Carroll josh.carroll at gmail.com
Tue Mar 18 17:10:24 UTC 2008


On Tue, Mar 18, 2008 at 12:54 PM, Patrick Dung <patrick_dkt at 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


More information about the freebsd-questions mailing list