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