NAME
getgif - recurrently create gif image from X-window
SYNOPSIS
getgif id period name
DESCRIPTION
After each
period seconds, run the ImageMagick program
import to create an image of the X Windows window
id,
saving the result into
name. An intermediate image
file, with a prefix of '+', is temporarily created.
The type of the output file depends on its suffix; to create
a gif image, use a suffix of .gif.
EXAMPLE
% xwininfo
xwininfo: Please select the window about which you
would like information by clicking the
mouse in that window.
xwininfo: Window id: 0x440000e "crestone: /tmp"
.
.
.
% ./getgif 0x440000e 10 image.gif
SEE ALSO
orbmonrtd(1)
BUGS AND CAVEATS
Requires that ImageMagick be installed.
AUTHOR
Daniel Quinlan