This extension serves as a simple frontend to the X-window utility xwd and the xwd-file-plug-in. After specifying some options, xwd is called, the user selects a window, and the resulting image is loaded into the gimp. Alternatively the whole screen can be grabbed. When called non-interactively it may grab the root window or use the window-id passed as a parameter.
MENUPATH
<Toolbox>/File/Acquire/Screen Shot...
INPUT ARGUMENTS
TYPE
NAME
DESCRIPTION
INT32
run_mode
Interactive, non-interactive
INT32
root
Root window { TRUE, FALSE }
STRING
window_id
Window id
RETURN VALUES
TYPE
NAME
DESCRIPTION
IMAGE
image
Output image
SOME SYNTAX ALTERNATIVES
image = extension_screenshot (root,window_id)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/screenshot
AUTHOR
Sven Neumann <sven@gimp.org> (c)v0.9.5 (2000/10/29) 1998 - 2000