1montage(1) General Commands Manual montage(1)
2
3
4
6 montage - create a composite image by combining several separate
7 images. The images are tiled on the composite image optionally adorned
8 with a border, frame, image name, and more.
9
11 montage input-file [options] output-file
12
14 The montage program is a member of the ImageMagick(1) suite of tools.
15 Use it to create a composite image by combining several separate
16 images. The images are tiled on the composite image optionally adorned
17 with a border, frame, image name, and more.
18
19 For more information about the montage command, point your browser to
20 file:///usr/share/doc/ImageMagick-6.7.2//www/montage.html or
21 http://www.imagemagick.org/script/montage.php.
22
24 Image Settings:
25 -adjoin join images into a single multi-image file
26 -affine matrix affine transform matrix
27 -authenticate value decrypt image with this password
28 -blue-primary point chromaticity blue primary point
29 -bordercolor color border color
30 -channel type apply option to select image channels
31 -colors value preferred number of colors in the image
32 -colorspace type alternate image colorsapce
33 -comment string annotate image with comment
34 -compose operator composite operator
35 -compress type type of pixel compression when writing the image
36 -define format:option
37 define one or more image format options
38 -density geometry horizontal and vertical density of the image
39 -depth value image depth
40 -display server query font from this X server
41 -dispose method layer disposal method
42 -dither method apply error diffusion to image
43 -draw string annotate the image with a graphic primitive
44 -encoding type text encoding type
45 -endian type endianness (MSB or LSB) of the image
46 -extract geometry extract area from image
47 -fill color color to use when filling a graphic primitive
48 -filter type use this filter when resizing an image
49 -font name render text with this font
50 -format "string" output formatted image characteristics
51 -gamma value level of gamma correction
52 -geometry geometry preferred tile and border sizes
53 -gravity direction which direction to gravitate towards
54 -green-primary point chromaticity green primary point
55 -identify identify the format and characteristics of the
56 image
57 -interlace type type of image interlacing scheme
58 -interpolate method pixel color interpolation method
59 -kerning value set the space between two letters
60 -label string assign a label to an image
61 -limit type value pixel cache resource limit
62 -matte store matte channel if the image has one
63 -mattecolor color frame color
64 -mode type framing style
65 -monitor monitor progress
66 -page geometry size and location of an image canvas (setting)
67 -pointsize value font point size
68 -profile filename add, delete, or apply an image profile
69 -quality value JPEG/MIFF/PNG compression level
70 -quantize colorspace reduce colors in this colorspace
71 -quiet suppress all warning messages
72 -red-primary point chromaticity red primary point
73 -regard-warnings pay attention to warning messages
74 -sampling-factor geometry
75 horizontal and vertical sampling factor
76 -scenes range image scene range
77 -seed value seed a new sequence of pseudo-random numbers
78 -set attribute value set an image attribute
79 -shadow add a shadow beneath a tile to simulate depth
80 -size geometry width and height of image
81 -stroke color color to use when stroking a graphic primitive
82 -support factor resize support: > 1.0 is blurry, < 1.0 is sharp
83 -synchronize synchronize image to storage device
84 -texture filename name of texture to tile onto the image back‐
85 ground
86 -thumbnail geometry create a thumbnail of the image
87 -tile geometry number of tiles per row and column
88 -title string decorate the montage image with a title
89 -transparent-color color
90 transparent color
91 -treedepth value color tree depth
92 -trim trim image edges
93 -units type the units of image resolution
94 -verbose print detailed information about the image
95 -virtual-pixel method
96 virtual pixel access method
97 -white-point point chromaticity white point
98
99 Image Operators:
100 -adaptive-sharpen geometry
101 adaptively sharpen pixels; increase effect near
102 edges
103 -annotate geometry text
104 annotate the image with text
105 -blur geometry reduce image noise and reduce detail levels
106 -border geometry surround image with a border of color
107 -crop geometry preferred size and location of the cropped image
108 -flatten flatten a sequence of images
109 -flip flip image in the vertical direction
110 -flop flop image in the horizontal direction
111 -frame geometry surround image with an ornamental border
112 -monochrome transform image to black and white
113 -polaroid angle simulate a Polaroid picture
114 -repage geometry size and location of an image canvas (operator)
115 -resize geometry resize the image
116 -rotate degrees apply Paeth rotation to the image
117 -strip strip image of all profiles and comments
118 -transform affine transform image
119 -transparent color make this color transparent within the image
120 -type type image type
121 -unsharp geometry sharpen the image
122
123 Image Sequence Operators:
124 -coalesce merge a sequence of images
125
126 Image Stack Operators:
127 -clone indexes clone an image
128 -delete indexes delete the image from the image sequence
129 -duplicate count,indexes
130 duplicate an image one or more times
131 -insert index insert last image into the image sequence
132 -swap indexes swap two images in the image sequence
133
134 Miscellaneous Options:
135 -debug events display copious debugging information
136 -help print program options
137 -log format format of debugging information
138 -list type print a list of supported option arguments
139 -version print version information
140
141 In addition to those listed above, you can specify these standard X
142 resources as command line options: -background, -bordercolor, -border‐
143 width, -font, -mattecolor, or -title.
144
145 By default, the image format of `file' is determined by its magic num‐
146 ber. To specify a particular image format, precede the filename with
147 an image format name and a colon (i.e. ps:image) or specify the image
148 type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for
149 standard input or output.
150
152 ImageMagick(1)
153
154
156 Copyright (C) 1999-2011 ImageMagick Studio LLC. Additional copyrights
157 and licenses apply to this software, see
158 file:///usr/share/doc/ImageMagick-6.7.2//www/license.html or
159 http://www.imagemagick.org/script/license.php
160
161
162
163ImageMagick Date: 2009/01/10 01:00:00 montage(1)