1import(1)                   General Commands Manual                  import(1)
2
3
4

NAME

6       import  -  saves any visible window on an X server and outputs it as an
7       image file. You can capture a single window, the entire screen, or  any
8       rectangular portion of the screen.
9

SYNOPSIS

11       import [options] input-file
12

OVERVIEW

14       The  import  program  is a member of the ImageMagick(1) suite of tools.
15       Use it to capture some or all of an X server screen and save the  image
16       to a file.
17
18       For  more  information  about the import command, point your browser to
19       file:///usr/share/doc/ImageMagick-6.3.2/www/import.html              or
20       http://www.imagemagick.org/script/import.php.
21

DESCRIPTION

23       Image Settings:
24         -adjoin              join images into a single multi-image file
25         -channel type        apply option to select image channels
26         -colorspace type     alternate image colorspace
27         -comment string      annotate image with comment
28         -compress type       type of pixel compression when writing the image
29         -debug events        display copious debugging information
30         -define format:option
31                              define one or more image format options
32         -density geometry    horizontal and vertical density of the image
33         -depth value         image depth
34         -descend             obtain image by descending window hierarchy
35         -display server      X server to contact
36         -dispose method      GIF disposal method
37         -dither              apply Floyd/Steinberg error diffusion to image
38         -delay value         display the next image after pausing
39         -endian type         endianness (MSB or LSB) of the image
40         -encoding type       text encoding type
41         -format "string"     output formatted image characteristics
42         -frame               include window manager frame
43         -gravity direction   which direction to gravitate towards
44         -identify             identify  the format and characteristics of the
45       image
46         -interlace type      None, Line, Plane, or Partition
47         -interpolate method  pixel color interpolation method
48         -label string        assign a label to an image
49         -limit type value    Area, Disk, Map, or Memory resource limit
50         -log format          format of debugging information
51         -monitor             monitor progress
52         -page geometry       size and location of an image canvas
53         -pause value         seconds delay between snapshots
54         -pointsize value     font point size
55         -quality value       JPEG/MIFF/PNG compression level
56         -quiet               suppress all error or warning messages
57         -regard-warnings     pay attention to warning messages
58         -sampling-factor geometry
59                              horizontal and vertical sampling factor
60         -scene value         image scene number
61         -screen              select image from root window
62         -set property value  set an image property
63         -silent              operate silently, i.e. don't ring any bells
64         -snaps value         number of screen snapshots
65         -support factor      resize support: > 1.0 is blurry, < 1.0 is sharp
66         -transparent-color color
67                              transparent color
68         -treedepth value     color tree depth
69         -verbose             print detailed information about the image
70         -virtual-pixel method
71                              Constant, Edge, Mirror, or Tile
72         -window id           select window with this id or name
73
74       Image Operators:
75         -annotate geometry text
76                              annotate the image with text
77         -border              include image borders in the output image
78         -colors value        preferred number of colors in the image
79         -crop geometry       preferred size and location of the cropped image
80         -geometry geometry   perferred size or location of the image
81         -help                print program options
82         -monochrome          transform image to black and white
83         -negate              replace every pixel with its complementary color
84         -repage geometry     size and location of an image canvas
85         -quantize colorspace reduce colors in this colorspace
86         -resize geometry     resize the image
87         -rotate degrees      apply Paeth rotation to the image
88         -strip               strip image of all profiles and comments
89         -thumbnail geometry  create a thumbnail of the image
90         -transparent color   make this color transparent within the image
91         -trim                trim image edges
92         -type type           image type
93         -version             print version information
94
95       By default, 'file' is written in the MIFF image format.  To  specify  a
96       particular image format, precede the filename with an image format name
97       and a colon (i.e. ps:image) or specify the image type as  the  filename
98       suffix  (i.e.  image.ps).   Specify 'file' as '-' for standard input or
99       output.
100

SEE-ALSO

102       ImageMagick(1)
103
104
106       Copyright (C) 1999-2006 ImageMagick Studio LLC.  Additional  copyrights
107       and       licenses      apply      to      this      software,      see
108       file:///usr/share/doc/ImageMagick-6.3.2/www/license.php              or
109       http://www.imagemagick.org/script/license.php
110
111
112
113ImageMagick                Date: 2005/03/01 01:00:00                 import(1)
Impressum