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  optionall  adorned
8       with a border, frame, image name, and more.
9

SYNOPSIS

11       montage input-file [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.3.2/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         -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         -debug events        display copious debugging information
37         -define format:option
38                              define one or more image format options
39         -density geometry    horizontal and vertical density of the image
40         -depth value         image depth
41         -display server      query font from this X server
42         -dispose method      GIF disposal method
43         -dither              apply Floyd/Steinberg error diffusion to image
44         -draw string         annotate the image with a graphic primitive
45         -encoding type       text encoding type
46         -endian type         endianness (MSB or LSB) of the image
47         -extract geometry    extract area from image
48         -fill color          color to use when filling a graphic primitive
49         -filter type         use this filter when resizing an image
50         -font name           render text with this font
51         -format "string"     output formatted image characteristics
52         -gamma value         level of gamma correction
53         -geometry geometry   preferred tile and border sizes
54         -gravity direction   which direction to gravitate towards
55         -green-primary point chromaticity green primary point
56         -help                print program options
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         -label string        assign a label to an image
62         -limit type value    pixel cache resource limit
63         -log format          format of debugging information
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 error or warning messages
74         -red-primary point   chromaticity red primary point
75         -regard-warnings     pay attention to warning messages
76         -sampling-factor geometry
77                              horizontal and vertical sampling factor
78         -scenes range        image scene range
79         -set attribute value set an image attribute
80         -shadow              add a shadow beneath a tile to simulate depth
81         -size geometry       width and height of image
82         -stroke color        color to use when stroking a graphic primitive
83         -support factor      resize support: > 1.0 is blurry, < 1.0 is sharp
84         -texture  filename     name  of  texture to tile onto the image back‐
85       ground
86         -thumbnail geometry  create a thumbnail of the image
87         -tile geometry       number of tiles per row and column
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          annotate geometry text
100                              annotate the image with text
101         -blur geometry      reduce image noise and reduce detail levels
102         -border geometry     surround image with a border of color
103         -crop geometry       preferred size and location of the cropped image
104         -flatten             flatten a sequence of images
105         -flip                flip image in the vertical direction
106         -flop                flop image in the horizontal direction
107         -frame geometry      surround image with an ornamental border
108         -monochrome          transform image to black and white
109         -polaroid angle      simulate a Polaroid picture
110         -repage geometry     size and location of an image canvas (operator)
111         -resize geometry     resize the image
112         -rotate degrees      apply Paeth rotation to the image
113         -strip               strip image of all profiles and comments
114         -transform           affine transform image
115         -transparent color   make this color transparent within the image
116         -type type           image type
117         -version             print version information
118
119       Image Sequence Operators:
120         -coalesce            merge a sequence of images
121
122       In addition to those listed above, you can  specify  these  standard  X
123       resources as command line options:  -background, -bordercolor, -border‐
124       width, -font, -mattecolor, or -title.
125
126       By default, the image format of `file' is determined by its magic  num‐
127       ber.   To  specify a particular image format, precede the filename with
128       an image format name and a colon (i.e. ps:image) or specify  the  image
129       type as the filename suffix (i.e. image.ps).  Specify 'file' as '-' for
130       standard input or output.
131

SEE-ALSO

133       ImageMagick(1)
134
135
137       Copyright (C) 1999-2006 ImageMagick Studio LLC.  Additional  copyrights
138       and       licenses      apply      to      this      software,      see
139       file:///usr/share/doc/ImageMagick-6.3.2/www/license.php              or
140       http://www.imagemagick.org/script/license.php
141
142
143
144ImageMagick                Date: 2005/03/01 01:00:00                montage(1)
Impressum