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 optionall 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.6.4/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 -texture filename name of texture to tile onto the image back‐
84 ground
85 -thumbnail geometry create a thumbnail of the image
86 -tile geometry number of tiles per row and column
87 -title string decorate the montage image with a title
88 -transparent-color color
89 transparent color
90 -treedepth value color tree depth
91 -trim trim image edges
92 -units type the units of image resolution
93 -verbose print detailed information about the image
94 -virtual-pixel method
95 virtual pixel access method
96 -white-point point chromaticity white point
97
98 Image Operators:
99 -adaptive-sharpen geometry
100 adaptively sharpen pixels; increase effect near
101 edges
102 -annotate geometry text
103 annotate the image with text
104 -blur geometry reduce image noise and reduce detail levels
105 -border geometry surround image with a border of color
106 -crop geometry preferred size and location of the cropped image
107 -flatten flatten a sequence of images
108 -flip flip image in the vertical direction
109 -flop flop image in the horizontal direction
110 -frame geometry surround image with an ornamental border
111 -monochrome transform image to black and white
112 -polaroid angle simulate a Polaroid picture
113 -repage geometry size and location of an image canvas (operator)
114 -resize geometry resize the image
115 -rotate degrees apply Paeth rotation to the image
116 -strip strip image of all profiles and comments
117 -transform affine transform image
118 -transparent color make this color transparent within the image
119 -type type image type
120 -unsharp geometry sharpen the image
121
122 Image Sequence Operators:
123 -coalesce merge a sequence of images
124
125 Miscellaneous Options:
126 -debug events display copious debugging information
127 -help print program options
128 -log format format of debugging information
129 -list type print a list of supported option arguments
130 -version print version information
131
132 In addition to those listed above, you can specify these standard X
133 resources as command line options: -background, -bordercolor, -border‐
134 width, -font, -mattecolor, or -title.
135
136 By default, the image format of `file' is determined by its magic num‐
137 ber. To specify a particular image format, precede the filename with
138 an image format name and a colon (i.e. ps:image) or specify the image
139 type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for
140 standard input or output.
141
143 ImageMagick(1)
144
145
147 Copyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights
148 and licenses apply to this software, see
149 file:///usr/share/doc/ImageMagick-6.6.4/www/license.html or
150 http://www.imagemagick.org/script/license.php
151
152
153
154ImageMagick Date: 2009/01/10 01:00:00 montage(1)