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

NAME

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

SYNOPSIS

11       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
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

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

SEE ALSO

165       ImageMagick(1)
166
167
169       Copyright (C) 1999-2019 ImageMagick Studio LLC.  Additional  copyrights
170       and       licenses      apply      to      this      software,      see
171       file:///usr/share/doc/ImageMagick-6/www/license.html                 or
172       http://imagemagick.org/script/license.php
173
174
175
176ImageMagick                Date: 2009/01/10 01:00:00                montage(1)
Impressum