root / ImageMagick / trunk / utilities / display.1.in

Revision 11865, 6.7 kB (checked in by cristy, 2 weeks ago)
Line 
1.TH display 1 "Date: 2005/03/01 01:00:00" "ImageMagick"
2.SH NAME
3display \- displays an image or image sequence on any X server.
4.SH SYNOPSIS
5.TP
6\fBdisplay\fP [\fIoptions\fP] \fIinput-file\fP
7.SH OVERVIEW
8The \fBdisplay\fP program is a member of the ImageMagick(1) suite of tools.  Use it to display an image or image sequence on any X server.
9
10For more information about the display command, point your browser to file://@DOCUMENTATION_PATH@/www/display.html or http://www.imagemagick.org/script/display.php.
11.SH DESCRIPTION
12Image Settings:
13  -antialias           remove pixel-aliasing
14  -authenticate value  decrypt image with this password
15  -backdrop            display image centered on a backdrop
16  -channel type        apply option to select image channels
17  -colormap type       Shared or Private
18  -colorspace type     alternate image colorspace
19  -comment string      annotate image with comment
20  -compress type       type of pixel compression when writing the image
21  -decipher filename   convert cipher pixels to plain pixels
22  -define format:option
23                       define one or more image format options
24  -delay value         display the next image after pausing
25  -density geometry    horizontal and vertical density of the image
26  -depth value         image depth
27  -display server      display image to this X server
28  -dispose method      layer disposal method
29  -dither method       apply error diffusion to image
30  -endian type         endianness (MSB or LSB) of the image
31  -filter type         use this filter when resizing an image
32  -format "string"     output formatted image characteristics
33  -fuzz distance       colors within this distance are considered equal
34  -geometry geometry   preferred size and location of the Image window
35  -identify            identify the format and characteristics of the image
36  -immutable           displayed image cannot be modified
37  -interlace type      type of image interlacing scheme
38  -interpolate method  pixel color interpolation method
39  -label string        assign a label to an image
40  -limit type value    pixel cache resource limit
41  -loop iterations     loop images then exit
42  -map type            display image using this Standard Colormap
43  -matte               store matte channel if the image has one
44  -monitor             monitor progress
45  -page geometry       size and location of an image canvas
46  -profile filename    add, delete, or apply an image profile
47  -quality value       JPEG/MIFF/PNG compression level
48  -quantize colorspace reduce colors in this colorspace
49  -quiet               suppress all warning messages
50  -regard-warnings     pay attention to warning messages
51  -remote command      execute a command in an remote display process
52  -repage geometry     size and location of an image canvas (operator)
53  -sampling-factor geometry
54                       horizontal and vertical sampling factor
55  -scenes range        image scene range
56  -seed value          seed a new sequence of pseudo-random numbers
57  -set property value  set an image property
58  -size geometry       width and height of image
59  -support factor      resize support: > 1.0 is blurry, < 1.0 is sharp
60  -texture filename    name of texture to tile onto the image background
61  -transparent-color color
62                       transparent color
63  -treedepth value     color tree depth
64  -update seconds      detect when image file is modified and redisplay
65  -verbose             print detailed information about the image
66  -visual type         display image using this visual type
67  -virtual-pixel method
68                       virtual pixel access method
69  -window id           display image to background of this window
70  -window-group id     exit program when this window id is destroyed
71  -write filename      write image to a file
72
73Image Operators:
74  -auto-orient         automatically orient image
75  -border geometry     surround image with a border of color
76  -clip                clip along the first path from the 8BIM profile
77  -clip-path id        clip along a named path from the 8BIM profile
78  -colors value        preferred number of colors in the image
79  -contrast            enhance or reduce the image contrast
80  -crop geometry       preferred size and location of the cropped image
81  -despeckle           reduce the speckles within an image
82  -edge factor         apply a filter to detect edges in the image
83  -enhance             apply a digital filter to enhance a noisy image
84  -extract geometry    extract area from image
85  -flip                flip image in the vertical direction
86  -flop                flop image in the horizontal direction
87  -frame geometry      surround image with an ornamental border
88  -gamma value         level of gamma correction
89  -monochrome          transform image to black and white
90  -negate              replace every pixel with its complementary color
91  -raise value         lighten/darken image edges to create a 3-D effect
92  -resample geometry   change the resolution of an image
93  -resize geometry     resize the image
94  -roll geometry       roll an image vertically or horizontally
95  -rotate degrees      apply Paeth rotation to the image
96  -sample geometry     scale image with pixel sampling
97  -segment value       segment an image
98  -sharpen geometry    sharpen the image
99  -strip               strip image of all profiles and comments
100  -trim                trim image edges
101
102Image Sequence Operators:
103  -coalesce            merge a sequence of images
104  -flatten             flatten a sequence of images
105
106Miscellaneous Options:
107  -debug events        display copious debugging information
108  -help                print program options
109  -log format          format of debugging information
110  -list type           print a list of supported option arguments
111  -version             print version information
112
113In addition to those listed above, you can specify these standard X resources as command line options:  -background, -bordercolor, -borderwidth, -font, -foreground, -iconGeometry, -iconic, -mattecolor, -name, -shared-memory, -usePixmap, or -title.
114
115By default, the image format of `file' is determined by its magic number.  To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps).  Specify 'file' as '-' for standard input or output.
116
117Buttons:
118  1    press to map or unmap the Command widget
119  2    press and drag to magnify a region of an image
120  3    press to load an image from a visual image directory
121.SH SEE-ALSO
122ImageMagick(1)
123
124.SH COPYRIGHT
125
126\fBCopyright (C) 1999-2008 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.php or http://www.imagemagick.org/script/license.php\fP
Note: See TracBrowser for help on using the browser.