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.7.8/www/montage.html             or
21       http://www.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         -respect-parentheses  settings  remain  in  effect  until parenthesis
79       boundary
80         -sampling-factor geometry
81                              horizontal and vertical sampling factor
82         -scenes range        image scene range
83         -seed value          seed a new sequence of pseudo-random numbers
84         -set attribute value set an image attribute
85         -shadow              add a shadow beneath a tile to simulate depth
86         -size geometry       width and height of image
87         -stroke color        color to use when stroking a graphic primitive
88         -support factor      resize support: > 1.0 is blurry, < 1.0 is sharp
89         -synchronize         synchronize image to storage device
90         -taint               declare the image as modified
91         -texture filename    name of texture to tile  onto  the  image  back‐
92       ground
93         -thumbnail geometry  create a thumbnail of the image
94         -tile geometry       number of tiles per row and column
95         -title string        decorate the montage image with a title
96         -transparent-color color
97                              transparent color
98         -treedepth value     color tree depth
99         -trim                trim image edges
100         -units type          the units of image resolution
101         -verbose             print detailed information about the image
102         -virtual-pixel method
103                              virtual pixel access method
104         -white-point point   chromaticity white point
105
106       Image Operators:
107         -adaptive-sharpen geometry
108                              adaptively  sharpen pixels; increase effect near
109       edges
110         -annotate geometry text
111                              annotate the image with text
112         -auto-orient         automagically orient image
113         -blur geometry      reduce image noise and reduce detail levels
114         -border geometry     surround image with a border of color
115         -crop geometry       preferred size and location of the cropped image
116         -extent geometry     set the image size
117         -flatten             flatten a sequence of images
118         -flip                flip image in the vertical direction
119         -flop                flop image in the horizontal direction
120         -frame geometry      surround image with an ornamental border
121         -monochrome          transform image to black and white
122         -polaroid angle      simulate a Polaroid picture
123         -repage geometry     size and location of an image canvas (operator)
124         -resize geometry     resize the image
125         -rotate degrees      apply Paeth rotation to the image
126         -strip               strip image of all profiles and comments
127         -transform           affine transform image
128         -transpose           flip image vertically and rotate 90 degrees
129         -transparent color   make this color transparent within the image
130         -type type           image type
131         -unsharp geometry    sharpen the image
132
133       Image Sequence Operators:
134         -coalesce            merge a sequence of images
135         -composite           composite image
136
137       Image Stack Operators:
138         -clone indexes       clone an image
139         -delete indexes      delete the image from the image sequence
140         -duplicate count,indexes
141                               duplicate an image one or more times
142         -insert index        insert last image into the image sequence
143         -reverse             reverse image sequence
144         -swap indexes        swap two images in the image sequence
145
146       Miscellaneous Options:
147         -debug events        display copious debugging information
148         -help                print program options
149         -log format          format of debugging information
150         -list type           print a list of supported option arguments
151         -version             print version information
152
153       In addition to those listed above, you can  specify  these  standard  X
154       resources as command line options:  -background, -bordercolor, -border‐
155       width, -font, -mattecolor, or -title.
156
157       By default, the image format of `file' is determined by its magic  num‐
158       ber.   To  specify a particular image format, precede the filename with
159       an image format name and a colon (i.e. ps:image) or specify  the  image
160       type as the filename suffix (i.e. image.ps).  Specify 'file' as '-' for
161       standard input or output.
162

SEE ALSO

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