root / ImageMagick / branches / ImageMagick-6.3.5 / utilities / montage.1.in

Revision 7647, 6.3 kB (checked in by cristy, 15 months ago)
Line 
1.TH montage 1 "Date: 2005/03/01 01:00:00" "ImageMagick"
2.SH NAME
3montage \- create a composite image by combining several separate images. The images are tiled on the composite image optionall adorned with a border, frame, image name, and more.
4.SH SYNOPSIS
5.TP
6\fBmontage\fP \fIinput-file\fP [\fIoptions\fP] \fIoutput-file\fP
7.SH OVERVIEW
8The \fBmontage\fP program is a member of the ImageMagick(1) suite of tools.  Use it to create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more.
9
10For more information about the montage command, point your browser to file://@MagickDocumentPath@/www/montage.html or http://www.imagemagick.org/script/montage.php.
11.SH DESCRIPTION
12Image Settings:
13  -adjoin              join images into a single multi-image file
14  -affine matrix       affine transform matrix
15  -authenticate value  decrypt image with this password
16  -blue-primary point  chromaticity blue primary point
17  -bordercolor color   border color
18  -channel type        apply option to select image channels
19  -colors value        preferred number of colors in the image
20  -colorspace type     alternate image colorsapce
21  -comment string      annotate image with comment
22  -compose operator    composite operator
23  -compress type       type of pixel compression when writing the image
24  -debug events        display copious debugging information
25  -define format:option
26                       define one or more image format options
27  -density geometry    horizontal and vertical density of the image
28  -depth value         image depth
29  -display server      query font from this X server
30  -dispose method      GIF disposal method
31  -dither              apply Floyd/Steinberg error diffusion to image
32  -draw string         annotate the image with a graphic primitive
33  -encoding type       text encoding type
34  -endian type         endianness (MSB or LSB) of the image
35  -extract geometry    extract area from image
36  -fill color          color to use when filling a graphic primitive
37  -filter type         use this filter when resizing an image
38  -font name           render text with this font
39  -format "string"     output formatted image characteristics
40  -gamma value         level of gamma correction
41  -geometry geometry   preferred tile and border sizes
42  -gravity direction   which direction to gravitate towards
43  -green-primary point chromaticity green primary point
44  -help                print program options
45  -identify            identify the format and characteristics of the image
46  -interlace type      type of image interlacing scheme
47  -interpolate method  pixel color interpolation method
48  -label string        assign a label to an image
49  -limit type value    pixel cache resource limit
50  -log format          format of debugging information
51  -matte               store matte channel if the image has one
52  -mattecolor color    frame color
53  -mode type           framing style
54  -monitor             monitor progress
55  -page geometry       size and location of an image canvas (setting)
56  -pointsize value     font point size
57  -profile filename    add, delete, or apply an image profile
58  -quality value       JPEG/MIFF/PNG compression level
59  -quantize colorspace reduce colors in this colorspace
60  -quiet               suppress all warning messages
61  -red-primary point   chromaticity red primary point
62  -regard-warnings     pay attention to warning messages
63  -sampling-factor geometry
64                       horizontal and vertical sampling factor
65  -scenes range        image scene range
66  -seed value          seed a new sequence of pseudo-random numbers
67  -set attribute value set an image attribute
68  -shadow              add a shadow beneath a tile to simulate depth
69  -size geometry       width and height of image
70  -stroke color        color to use when stroking a graphic primitive
71  -support factor      resize support: > 1.0 is blurry, < 1.0 is sharp
72  -texture filename    name of texture to tile onto the image background
73  -thumbnail geometry  create a thumbnail of the image
74  -tile geometry       number of tiles per row and column
75  -transparent-color color
76                       transparent color
77  -treedepth value     color tree depth
78  -trim                trim image edges
79  -units type          the units of image resolution
80  -verbose             print detailed information about the image
81  -virtual-pixel method
82                       virtual pixel access method
83  -white-point point   chromaticity white point
84
85Image Operators:
86   annotate geometry text
87                       annotate the image with text
88  -blur geometry      reduce image noise and reduce detail levels
89  -border geometry     surround image with a border of color
90  -crop geometry       preferred size and location of the cropped image
91  -flatten             flatten a sequence of images
92  -flip                flip image in the vertical direction
93  -flop                flop image in the horizontal direction
94  -frame geometry      surround image with an ornamental border
95  -monochrome          transform image to black and white
96  -polaroid angle      simulate a Polaroid picture
97  -repage geometry     size and location of an image canvas (operator)
98  -resize geometry     resize the image
99  -rotate degrees      apply Paeth rotation to the image
100  -strip               strip image of all profiles and comments
101  -transform           affine transform image
102  -transparent color   make this color transparent within the image
103  -type type           image type
104  -version             print version information
105
106Image Sequence Operators:
107  -coalesce            merge a sequence of images
108
109In addition to those listed above, you can specify these standard X resources as command line options:  -background, -bordercolor, -borderwidth, -font, -mattecolor, or -title.
110
111By 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.
112.SH SEE-ALSO
113ImageMagick(1)
114
115.SH COPYRIGHT
116
117\fBCopyright (C) 1999-2007 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@MagickDocumentPath@/www/license.php or http://www.imagemagick.org/script/license.php\fP
Note: See TracBrowser for help on using the browser.