1montage(1)                  General Commands Manual                 montage(1)
2
3
4

NAME

6       montage  -  create  a composite image by combining several separate im‐
7       ages. The images are tiled on the composite  image  optionally  adorned
8       with a border, frame, image name, and more.
9

SYNOPSIS

11       magick montage input-file[s] [options] output-file
12

OVERVIEW

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  im‐
16       ages.  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-7/www/montage.html  or https://image
21       magick.org/script/montage.php.
22

DESCRIPTION

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

SEE ALSO

169       ImageMagick(1)
170
171
173       Copyright  (C)  1999  ImageMagick Studio LLC. Additional copyrights and
174       licenses  apply  to  this  software,  see  file:///usr/share/doc/Image‐
175       Magick-7/www/license.html or https://imagemagick.org/script/license.php
176
177
178
179ImageMagick                Date: 2009/01/10 01:00:00                montage(1)
Impressum