]> granicus.if.org Git - imagemagick/blob - utilities/montage.1.in
(no commit message)
[imagemagick] / utilities / montage.1.in
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 optionall adorned with a border, frame, image name, and more.
4 .SH SYNOPSIS
5 .TP
6 \fBmontage\fP \fIinput-file\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://@DOCUMENTATION_PATH@/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   \-authenticate value  decrypt image with this password
16   \-blue-primary point  chromaticity blue primary point
17   \-bordercolor color   border color
18   \-channel type        apply option to select image channels
19   \-colors value        preferred number of colors in the image
20   \-colorspace type     alternate image colorsapce
21   \-comment string      annotate image with comment
22   \-compose operator    composite operator
23   \-compress type       type of pixel compression when writing the image
24   \-define format:option
25                        define one or more image format options
26   \-density geometry    horizontal and vertical density of the image
27   \-depth value         image depth
28   \-display server      query font from this X server
29   \-dispose method      layer disposal method
30   \-dither method       apply error diffusion to image
31   \-draw string         annotate the image with a graphic primitive
32   \-encoding type       text encoding type
33   \-endian type         endianness (MSB or LSB) of the image
34   \-extract geometry    extract area from image
35   \-fill color          color to use when filling a graphic primitive
36   \-filter type         use this filter when resizing an image
37   \-font name           render text with this font
38   \-format "string"     output formatted image characteristics
39   \-gamma value         level of gamma correction
40   \-geometry geometry   preferred tile and border sizes
41   \-gravity direction   which direction to gravitate towards
42   \-green-primary point chromaticity green primary point
43   \-identify            identify the format and characteristics of the image
44   \-interlace type      type of image interlacing scheme
45   \-interpolate method  pixel color interpolation method
46   \-kerning value       set the space between two letters
47   \-label string        assign a label to an image
48   \-limit type value    pixel cache resource limit
49   \-matte               store matte channel if the image has one
50   \-mattecolor color    frame color
51   \-mode type           framing style
52   \-monitor             monitor progress
53   \-page geometry       size and location of an image canvas (setting)
54   \-pointsize value     font point size
55   \-profile filename    add, delete, or apply an image profile
56   \-quality value       JPEG/MIFF/PNG compression level
57   \-quantize colorspace reduce colors in this colorspace
58   \-quiet               suppress all warning messages
59   \-red-primary point   chromaticity red primary point
60   \-regard-warnings     pay attention to warning messages
61   \-sampling-factor geometry
62                        horizontal and vertical sampling factor
63   \-scenes range        image scene range
64   \-seed value          seed a new sequence of pseudo-random numbers
65   \-set attribute value set an image attribute
66   \-shadow              add a shadow beneath a tile to simulate depth
67   \-size geometry       width and height of image
68   \-stroke color        color to use when stroking a graphic primitive
69   \-support factor      resize support: > 1.0 is blurry, < 1.0 is sharp
70   \-texture filename    name of texture to tile onto the image background
71   \-thumbnail geometry  create a thumbnail of the image
72   \-tile geometry       number of tiles per row and column
73   \-title string        decorate the montage image with a title
74   \-transparent-color color
75                        transparent color
76   \-treedepth value     color tree depth
77   \-trim                trim image edges
78   \-units type          the units of image resolution
79   \-verbose             print detailed information about the image
80   \-virtual-pixel method
81                        virtual pixel access method
82   \-white-point point   chromaticity white point
83
84 Image Operators:
85   \-adaptive-sharpen geometry
86                        adaptively sharpen pixels; increase effect near edges
87   \-annotate geometry text
88                        annotate the image with text
89   \-blur geometry      reduce image noise and reduce detail levels
90   \-border geometry     surround image with a border of color
91   \-crop geometry       preferred size and location of the cropped image
92   \-flatten             flatten a sequence of images
93   \-flip                flip image in the vertical direction
94   \-flop                flop image in the horizontal direction
95   \-frame geometry      surround image with an ornamental border
96   \-monochrome          transform image to black and white
97   \-polaroid angle      simulate a Polaroid picture
98   \-repage geometry     size and location of an image canvas (operator)
99   \-resize geometry     resize the image
100   \-rotate degrees      apply Paeth rotation to the image
101   \-strip               strip image of all profiles and comments
102   \-transform           affine transform image
103   \-transparent color   make this color transparent within the image
104   \-type type           image type
105   \-unsharp geometry    sharpen the image
106
107 Image Sequence Operators:
108   \-coalesce            merge a sequence of images
109
110 Miscellaneous Options:
111   \-debug events        display copious debugging information
112   \-help                print program options
113   \-log format          format of debugging information
114   \-list type           print a list of supported option arguments
115   \-version             print version information
116
117 In addition to those listed above, you can specify these standard X resources as command line options:  \-background, \-bordercolor, \-borderwidth, \-font, \-mattecolor, or \-title.
118
119 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.
120 .SH SEE ALSO
121 ImageMagick(1)
122
123 .SH COPYRIGHT
124
125 \fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://www.imagemagick.org/script/license.php\fP