gm import
|
|
NAME
|
|
import - capture some or all of an X server screen and save the image to
a file.
|
Contents
|
Synopsis
|
|
gm import [ options ... ] file
|
Description
|
|
Import reads an image from any visible window on an X server and
outputs it as an image file. You can capture a single window, the entire
screen, or any rectangular portion of the screen.
Use display
for redisplay, printing, editing, formatting, archiving, image processing,
etc. of the captured image.
The target window can be specified by id, name, or may be selected
by clicking the mouse in the desired window. If you press a button and
then drag, a rectangle will form which expands and contracts as the mouse
moves. To save the portion of the screen defined by the rectangle, just
release the button. The keyboard bell is rung once at the beginning of
the screen capture and twice when it completes.
|
Back to Contents
Examples
|
|
To select an X window or an area of the screen with the mouse and save it
in the MIFF image format to a file entitled window.miff, use:
gm import window.miff
To select an X window or an area of the screen with the mouse and save it
in the Encapsulated PostScript format to include in another document, use:
gm import figure.eps
To capture the entire X server screen in the JPEG image format in a file
entitled root.jpeg, without using the mouse, use:
gm import -window root root.jpeg
To capture the 512x256 area at the upper right corner of the X server
screen in the PNG image format in a well-compressed file entitled corner.png,
without using the mouse, use:
gm import -window root -crop 512x256-0+0 -quality 90
corner.png
|
Back to Contents
Options
|
|
Options are processed in command line order. Any option you specify on
the command line remains in effect until it is explicitly changed by specifying
the option again with a different effect.
Import options can appear on the command line or in your
X resources file. See X(1). Options on the command line supersede
values specified in your X resources file.
For a more detailed description of each option, see
Options, above.
GraphicsMagick(1).
| preferred number of colors in the image |
| annotate an image with a comment |
|
-crop <width>x<height>{+-}<x>{+-}<y>{%}
|
| preferred size and location of the cropped image |
|
-debug <events>
|
| add coder/decoder specific options |
| display the next image after pausing |
| horizontal and vertical resolution in pixels of the image |
|
-descend
|
| obtain image by descending window hierarchy |
| specifies the X server to contact |
| apply Floyd/Steinberg error diffusion to the image |
| specify the text encoding |
| specify endianness (MSB, LSB, or Native) of image |
|
-frame
|
| include the X window frame in the imported image |
|
-geometry <width>x<height>{+-}<x>{+-}<y>{%}{@}{!}{^}{<}{>}
|
| Specify dimension, offset, and resize options. |
|
-help
|
| the type of interlacing scheme |
| assign a label to an image |
| Disk, File, Map, Memory, Pixels, Width, Height, Read, Threads, or Write resource limit |
| Specify format for debug log |
|
-monitor
|
|
-monochrome
|
| transform the image to black and white |
| replace every pixel with its complementary color |
|
-page <width>x<height>{+-}<x>{+-}<y>{%}{!}{<}{>}
|
| size and location of an image canvas |
| pause between snapshots [import] |
|
-ping
|
| efficiently determine image characteristics |
|
-pointsize <value>
|
| pointsize of the PostScript, X11, or TrueType font |
| JPEG/MIFF/PNG/TIFF compression level |
|
-resize <width>x<height>{%}{@}{!}{<}{>}
|
| chroma subsampling factors |
| specify the screen to capture |
|
-set <attribute> <value>
|
|
-silent
|
| number of screen snapshots |
| resize an image (quickly) |
| make this color transparent within the image |
| print detailed information about the image |
| print detailed GraphicsMagick version/build information |
| print compact GNU-style GraphicsMagick version information |
For a more detailed description of each option, see
Options, above.
GraphicsMagick(1).
|
| |