Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnome-screenshot(1) [opensolaris man page]

gnome-screenshot(1)						   User Commands					       gnome-screenshot(1)

NAME
gnome-screenshot, gnome-panel-screenshot - GNOME screenshot utility SYNOPSIS
gnome-screenshot | gnome-panel-screenshot [--border-effect=effect] [--delay=int] [--include-border] [--interactive] [--window] [gnome-std- options] DESCRIPTION
gnome-screenshot allows users to capture the screen image of a window or the complete screen. gnome-panel-screenshot is a symlink to gnome-screenshot. If the --window option is used, you must move the mouse pointer to the window to be captured. The --delay option is always used with the --window option, to allow sufficient delay to set up the required screenshot. Once you have captured the window region, you are presented with a dialog showing a preview of the snapshot and the choice to save the image. OPTIONS
The following options are supported: --border-effect=effect Effect to add to the border. --delay=int Pause for int seconds before capturing the window or screen --include-border Include the window border with the screenshot. --interactive Interactively set options. --window Capture a screenshot of the window in which the mouse pointer is located. gnome-std-options Standard options available for use with most GNOME applications. See gnome-std-options(5) for more information. EXAMPLES
Example 1: Capturing the full screen example% gnome-screenshot EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gnome-screenshot Executable for GNOME screenshot utility /usr/bin/gnome-panel-screenshot Symbolic link to gnome-screenshot. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-utils | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform. gnome-panel(1), attributes(5), gnome-std-options(5) NOTES
Written by Ghee Teo, Sun Microsystems Inc., 2003, 2006, 2007. SunOS 5.11 09 Nov 2007 gnome-screenshot(1)

Check Out this Related Man Page

GNOME-SCREENSHOT(1)													       GNOME-SCREENSHOT(1)

NAME
gnome-screenshot - capture the screen, a window, or an user-defined area and save the snapshot image to a file. SYNOPSIS
gnome-screenshot [ -c ] [ -w ] [ -a ] [ -b ] [ -B ] [ -p ] [ -d SECONDS ] [ -e EFFECT ] [ -i ] [ -f FILENAME ] [ --display DISPLAY ] DESCRIPTION
gnome-screenshot is a GNOME utility for taking screenshots of the entire screen, a window or an user-defined area of the screen, with optional beautifying border effects. OPTIONS
-c, --clipboard Send the grab directly to the clipboard. -w, --window Grab the current active window instead of the entire screen. -a, --area Grab an area of the screen instead of the entire screen. -b, --include-border Include the window border within the screenshot. -B, --remove-border Remove the window border from the screenshot. -p, --include-pointer Include the pointer with the screenshot. -d, --delay=SECONDS, Take the screenshot after the specified delay [in seconds]. -e, --border-effect=EFFECT, Add an effect to the outside of the screenshot border. EFFECT can be ``shadow'' (adding drop shadow), ``border'' (adding rectangu- lar space around the screenshot) or ``none'' (no effect). Default is ``none''. -i, --interactive Interactively set options in a dialog. -f, --file=FILENAME Save screenshot directly to this file. --display=DISPLAY X display to use. -?, -h, --help Show a summary of the available options. In addition, the usual GTK+ command line options apply. See the output of --help for details. AUTHOR
This manual page was written by Christian Marillat <marillat@debian.org> for the Debian GNU/Linux system (but may be used by others). Updated by Theppitak Karoonboonyanan <thep@linux.thai.net>, Tom Feiner <feiner.tom@gmail.com>, Cosimo Cecchi <cosimoc@gnome.org> and oth- ers. May 14, 2013 GNOME-SCREENSHOT(1)
Man Page