extension_perl_server << INDEX >> extension_script_fu

extension_screenshot (v0.9.5 (2000/10/29))

NAME
extension_screenshot - Creates a screenshot of a single window or the whole screen
SYNOPSIS
image = extension_screenshot (run_mode,root,window_id)
DESCRIPTION
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
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
INT32rootRoot window { TRUE, FALSE }
STRINGwindow_idWindow id
RETURN VALUES
TYPENAMEDESCRIPTION
IMAGEimageOutput 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


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>