]> granicus.if.org Git - imagemagick/blob - utilities/montage.1
918538013ef6b4a3ab7d4cf806a90b3e37bb196c
[imagemagick] / utilities / montage.1
1 .TH montage 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
2 .SH NAME
3 montage \- create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more.
4 .SH SYNOPSIS
5 .TP
6 \fBmontage\fP \fIinput-file[s]\fP [\fIoptions\fP] \fIoutput-file\fP
7 .SH OVERVIEW
8 The \fBmontage\fP program is a member of the ImageMagick(1) suite of tools.  Use it to create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more.
9
10 For more information about the montage command, point your browser to file:///usr/local/share/doc/ImageMagick-7/www/montage.html or http://www.imagemagick.org/script/montage.php.
11 .SH DESCRIPTION
12 Image Settings:
13   \-adjoin              join images into a single multi-image file
14   \-affine matrix       affine transform matrix
15   \-alpha option        on, activate, off, deactivate, set, opaque, copy
16   \                     transparent, extract, background, or shape
17   \-authenticate value  decrypt image with this password
18   \-blue-primary point  chromaticity blue primary point
19   \-bordercolor color   border color
20   \-caption string      assign a caption to an image
21   \-colors value        preferred number of colors in the image
22   \-colorspace type     alternate image colorsapce
23   \-comment string      annotate image with comment
24   \-compose operator    composite operator
25   \-compress type       type of pixel compression when writing the image
26   \-define format:option
27                        define one or more image format options
28   \-density geometry    horizontal and vertical density of the image
29   \-depth value         image depth
30   \-display server      query font from this X server
31   \-dispose method      layer disposal method
32   \-dither method       apply error diffusion to image
33   \-draw string         annotate the image with a graphic primitive
34   \-encoding type       text encoding type
35   \-endian type         endianness (MSB or LSB) of the image
36   \-extract geometry    extract area from image
37   \-fill color          color to use when filling a graphic primitive
38   \-filter type         use this filter when resizing an image
39   \-font name           render text with this font
40   \-format "string"     output formatted image characteristics
41   \-gamma value         level of gamma correction
42   \-geometry geometry   preferred tile and border sizes
43   \-gravity direction   which direction to gravitate towards
44   \-green-primary point chromaticity green primary point
45   \-identify            identify the format and characteristics of the image
46   \-interlace type      type of image interlacing scheme
47   \-interpolate method  pixel color interpolation method
48   \-kerning value       set the space between two letters
49   \-label string        assign a label to an image
50   \-limit type value    pixel cache resource limit
51   \-matte               store matte channel if the image has one
52   \-mattecolor color    frame color
53   \-mode type           framing style
54   \-monitor             monitor progress
55   \-page geometry       size and location of an image canvas (setting)
56   \-pointsize value     font point size
57   \-profile filename    add, delete, or apply an image profile
58   \-quality value       JPEG/MIFF/PNG compression level
59   \-quantize colorspace reduce colors in this colorspace
60   \-quiet               suppress all warning messages
61   \-red-primary point   chromaticity red primary point
62   \-regard-warnings     pay attention to warning messages
63   \-respect-parentheses settings remain in effect until parenthesis boundary
64   \-sampling-factor geometry
65                        horizontal and vertical sampling factor
66   \-scenes range        image scene range
67   \-seed value          seed a new sequence of pseudo-random numbers
68   \-set attribute value set an image attribute
69   \-shadow              add a shadow beneath a tile to simulate depth
70   \-size geometry       width and height of image
71   \-stroke color        color to use when stroking a graphic primitive
72   \-support factor      resize support: > 1.0 is blurry, < 1.0 is sharp
73   \-synchronize         synchronize image to storage device
74   \-taint               declare the image as modified
75   \-texture filename    name of texture to tile onto the image background
76   \-thumbnail geometry  create a thumbnail of the image
77   \-tile geometry       number of tiles per row and column
78   \-title string        decorate the montage image with a title
79   \-transparent-color color
80                        transparent color
81   \-treedepth value     color tree depth
82   \-trim                trim image edges
83   \-units type          the units of image resolution
84   \-verbose             print detailed information about the image
85   \-virtual-pixel method
86                        virtual pixel access method
87   \-white-point point   chromaticity white point
88
89 Image Operators:
90   \-adaptive-sharpen geometry
91                        adaptively sharpen pixels; increase effect near edges
92   \-annotate geometry text
93                        annotate the image with text
94   \-auto-orient         automagically orient image
95   \-blur geometry      reduce image noise and reduce detail levels
96   \-border geometry     surround image with a border of color
97   \-channel mask        set the image channel mask
98   \-crop geometry       preferred size and location of the cropped image
99   \-extent geometry     set the image size
100   \-flatten             flatten a sequence of images
101   \-flip                flip image in the vertical direction
102   \-flop                flop image in the horizontal direction
103   \-frame geometry      surround image with an ornamental border
104   \-monochrome          transform image to black and white
105   \-polaroid angle      simulate a Polaroid picture
106   \-repage geometry     size and location of an image canvas (operator)
107   \-resize geometry     resize the image
108   \-rotate degrees      apply Paeth rotation to the image
109   \-strip               strip image of all profiles and comments
110   \-transform           affine transform image
111   \-transpose           flip image vertically and rotate 90 degrees
112   \-transparent color   make this color transparent within the image
113   \-type type           image type
114   \-unsharp geometry    sharpen the image
115
116 Image Sequence Operators:
117   \-coalesce            merge a sequence of images
118   \-composite           composite image
119
120 Image Stack Operators:
121   \-clone indexes       clone an image
122   \-delete indexes      delete the image from the image sequence
123   \-duplicate count,indexes
124                         duplicate an image one or more times
125   \-insert index        insert last image into the image sequence
126   \-reverse             reverse image sequence
127   \-swap indexes        swap two images in the image sequence
128
129 Miscellaneous Options:
130   \-debug events        display copious debugging information
131   \-help                print program options
132   \-log format          format of debugging information
133   \-list type           print a list of supported option arguments
134   \-version             print version information
135
136 In addition to those listed above, you can specify these standard X resources as command line options:  \-background, \-bordercolor, \-borderwidth, \-font, \-mattecolor, or \-title.
137
138 By default, the image format of `file' is determined by its magic number.  To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps).  Specify 'file' as '-' for standard input or output.
139 .SH SEE ALSO
140 ImageMagick(1)
141
142 .SH COPYRIGHT
143
144 \fBCopyright (C) 1999-2014 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-7/www/license.html or http://www.imagemagick.org/script/license.php\fP