NAME
|
|
import - capture some or all of an X server screen and save the image to
a file.
|
Contents
|
Synopsis
|
|
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:
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:
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:
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:
import -window root -crop 512x256-0+0 -quality 90
corner.png
|
Back to Contents
Options
|
Environment
|
|
|
DISPLAY
|
|
Authors
|
Back to Contents
Copyright
|
|
Copyright (C) 2003 ImageMagick Studio
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files ("ImageMagick"),
to deal in ImageMagick without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of ImageMagick, and to permit persons to whom the ImageMagick
is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of ImageMagick.
The software is provided "as is", without warranty of any kind, express
or implied, including but not limited to the warranties of merchantability,
fitness for a particular purpose and noninfringement.In no event shall
ImageMagick Studio be liable for any claim, damages or other liability,
whether in an action of contract, tort or otherwise, arising from, out
of or in connection with ImageMagick or the use or other dealings in
ImageMagick.
Except as contained in this notice, the name of the
ImageMagick Studio LLC shall not be used in advertising or otherwise to
promote the sale, use or other dealings in ImageMagick without prior written
authorization from the ImageMagick Studio.
|
Back to Contents
|