blob: 7a073b7d3126805f3898b056d7a6c0abbd328d1f [file] [log] [blame]
Cristy594d2772015-11-15 10:47:42 -05001
2
3
4
cristy29dc8652015-05-12 16:26:21 +00005<!DOCTYPE html>
cristyd2432012015-05-04 23:15:15 +00006<html lang="en">
cristyad41c0c2012-10-31 00:49:28 +00007<head>
cristy29f2c972015-07-28 13:37:46 +00008 <title>ImageMagick: Command-line Tools: Montage</title>
Cristy912a9222016-06-17 15:37:28 -04009 <meta charset="utf-8" />
10 <meta http-equiv="X-UA-Compatible" content="IE=edge" />
11 <meta name="viewport" content="width=device-width, initial-scale=1" />
Cristy594d2772015-11-15 10:47:42 -050012 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
13 <meta name="application-name" content="ImageMagick"/>
14 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
15 <meta name="application-url" content="http://www.imagemagick.org"/>
16 <meta name="generator" content="PHP"/>
17 <meta name="keywords" content="command-line, tools:, montage, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
18 <meta name="rating" content="GENERAL"/>
19 <meta name="robots" content="INDEX, FOLLOW"/>
20 <meta name="generator" content="ImageMagick Studio LLC"/>
21 <meta name="author" content="ImageMagick Studio LLC"/>
22 <meta name="revisit-after" content="2 DAYS"/>
23 <meta name="resource-type" content="document"/>
Cristy912a9222016-06-17 15:37:28 -040024 <meta name="copyright" content="Copyright (c) 1999-2016 ImageMagick Studio LLC"/>
Cristy594d2772015-11-15 10:47:42 -050025 <meta name="distribution" content="Global"/>
26 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
Cristy912a9222016-06-17 15:37:28 -040027 <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
Cristy594d2772015-11-15 10:47:42 -050028 <link rel="icon" href="../images/wand.png"/>
29 <link rel="shortcut icon" href="../images/wand.ico"/>
Cristy912a9222016-06-17 15:37:28 -040030 <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto:900,400,400italic,700,700italic,300,300italic|Open+Sans:300italic,400italic,700italic,300,400,600,700">
Cristyce4a3552015-12-14 13:53:35 -050031 <link rel="stylesheet" href="css/magick.css"/>
cristyad41c0c2012-10-31 00:49:28 +000032</head>
cristyd2432012015-05-04 23:15:15 +000033<body>
cristyad41c0c2012-10-31 00:49:28 +000034<div class="main">
cristyd2432012015-05-04 23:15:15 +000035<div class="magick-masthead">
36 <div class="container">
Cristy594d2772015-11-15 10:47:42 -050037 <script async="async" src="http://localhost/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
38 style="display:block"
39 data-ad-client="ca-pub-3129977114552745"
40 data-ad-slot="6345125851"
41 data-ad-format="auto"></ins>
cristy29f2c972015-07-28 13:37:46 +000042 <script>
Cristy542697a2015-10-12 20:10:32 -040043 (adsbygoogle = window.adsbygoogle || []).push({});
cristyd2432012015-05-04 23:15:15 +000044 </script>
cristyd2432012015-05-04 23:15:15 +000045 <nav class="magick-nav">
cristy44443b92015-05-05 00:06:07 +000046 <a class="magick-nav-item " href="../index.html">Home</a>
cristyea2793e2015-05-31 16:52:26 +000047 <a class="magick-nav-item " href="binary-releases.html">Download</a>
cristyd2432012015-05-04 23:15:15 +000048 <a class="magick-nav-item " href="command-line-tools.html">Tools</a>
Cristye93be682015-11-26 09:07:51 -050049 <a class="magick-nav-item " href="command-line-processing.html">Command-line</a>
cristyea2793e2015-05-31 16:52:26 +000050 <a class="magick-nav-item " href="resources.html">Resources</a>
51 <a class="magick-nav-item " href="api.html">Develop</a>
Cristy1f1f3a02016-06-01 07:25:42 -040052 <a class="magick-nav-item " href="http://www.imagemagick.org/script/search.php">Search</a>
Cristye09ed312016-03-06 08:07:39 -050053 <a class="magick-nav-item pull-right" href="https://www.imagemagick.org/discourse-server/">Community</a>
cristyd2432012015-05-04 23:15:15 +000054 </nav>
55 </div>
cristy3ed852e2009-09-05 21:47:34 +000056</div>
cristyd2432012015-05-04 23:15:15 +000057<div class="container">
58<div class="magick-header">
59<p class="text-center"><a href="montage.html#usage">Example Usage</a><a href="montage.html#options">Option Summary</a></p>
cristy3ed852e2009-09-05 21:47:34 +000060
Cristyce4a3552015-12-14 13:53:35 -050061<p class="lead magick-description">Use the <code>montage</code> program 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. See <a href="command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>montage</code> command or see below for example usages of the command.</p>
cristyd2432012015-05-04 23:15:15 +000062
63<h2 class="magick-header"><a id="usage"></a>Example Usage</h2>
cristy3ed852e2009-09-05 21:47:34 +000064
cristy8ee7f242013-06-20 16:08:44 +000065<p>We list a few examples of the <code>montage</code> command here to illustrate its usefulness and ease of use. To get started, let's montage two images into a single composite:</p>
cristy3ed852e2009-09-05 21:47:34 +000066
cristyd2432012015-05-04 23:15:15 +000067<pre>
68montage -background '#336699' -geometry +4+4 rose.jpg red-ball.png montage.jpg
69</pre>
70
71<ul>
cristy3ed852e2009-09-05 21:47:34 +000072 <a href="../images/rose.jpg">
Cristy594d2772015-11-15 10:47:42 -050073 <img style="margin-top:14px; margin-bottom:14px;" src="../images/rose.jpg" width="70" height="46" alt="rose" />
cristy3ed852e2009-09-05 21:47:34 +000074 </a>
75 <a href="../images/red-ball.png">
Cristy594d2772015-11-15 10:47:42 -050076 <img style="margin-top:2px; margin-bottom:2px;" src="../images/red-ball.png" width="70" height="70" alt="red ball" />
cristy3ed852e2009-09-05 21:47:34 +000077 </a>
Cristy594d2772015-11-15 10:47:42 -050078 <img style="margin-top:27px; margin-bottom:27px;" src="../images/right.gif" width="20" height="20" alt="==>" />
cristy3ed852e2009-09-05 21:47:34 +000079 <a href="../images/montage.jpg">
Cristy594d2772015-11-15 10:47:42 -050080 <img src="../images/montage.jpg" width="148" height="74" alt="montage" />
cristy3ed852e2009-09-05 21:47:34 +000081 </a>
cristyd2432012015-05-04 23:15:15 +000082</ul>
cristy3ed852e2009-09-05 21:47:34 +000083
84<p>Ok, let's add some decorations:</p>
85
cristy82a2ff22015-05-12 16:41:32 +000086<pre>
87montage -label %f -frame 5 -background '#336699' -geometry +4+4 rose.jpg red-ball.png frame.jpg
88</pre>
89
cristyd2432012015-05-04 23:15:15 +000090<ul>
cristy3ed852e2009-09-05 21:47:34 +000091 <a href="../images/rose.jpg">
Cristy594d2772015-11-15 10:47:42 -050092 <img style="margin-top:31px; margin-bottom:31px;" src="../images/rose.jpg" width="70" height="46" alt="rose.jpg" />
cristy3ed852e2009-09-05 21:47:34 +000093 </a>
94 <a href="../images/red-ball.png">
Cristy594d2772015-11-15 10:47:42 -050095 <img style="margin-top:19px; margin-bottom:19px;" src="../images/red-ball.png" width="70" height="70" alt="red ball" />
cristy3ed852e2009-09-05 21:47:34 +000096 </a>
Cristy594d2772015-11-15 10:47:42 -050097 <img style="margin-top:44px; margin-bottom:44px;" src="../images/right.gif" width="20" height="20" alt="==>" />
cristy3ed852e2009-09-05 21:47:34 +000098 <a href="../images/frame.jpg">
Cristy594d2772015-11-15 10:47:42 -050099 <img src="../images/frame.jpg" width="176" height="108" alt="frame" />
cristy3ed852e2009-09-05 21:47:34 +0000100 </a>
cristyd2432012015-05-04 23:15:15 +0000101</ul>
cristy3ed852e2009-09-05 21:47:34 +0000102
Cristyce4a3552015-12-14 13:53:35 -0500103<p>You can find additional examples of using <code>montage</code> at <a href="http://www.imagemagick.org/Usage/montage/">Examples of ImageMagick Usage</a> and <a href="http://www.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>. Further discussion is available in <a href="http://www.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
cristy3ed852e2009-09-05 21:47:34 +0000104
cristyd2432012015-05-04 23:15:15 +0000105<h2 class="magick-header"><a id="options"></a>Option Summary</h2>
cristy3ed852e2009-09-05 21:47:34 +0000106
cristy8ee7f242013-06-20 16:08:44 +0000107<p>The <code>montage</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
cristy3ed852e2009-09-05 21:47:34 +0000108
cristyd2432012015-05-04 23:15:15 +0000109<table class="table table-condensed table-striped">
cristy3ed852e2009-09-05 21:47:34 +0000110 <tbody>
111 <tr>
112 <th align="left">Option</th>
113 <th align="left">Description</th>
114 </tr>
115
116 <tr>
cristyd2432012015-05-04 23:15:15 +0000117 <td><a href="command-line-options.html#adaptive-sharpen">-adaptive-sharpen <var>geometry</var></a></td>
118 <td>adaptively sharpen pixels; increase effect near edges</td>
cristy3ed852e2009-09-05 21:47:34 +0000119 </tr>
120
121 <tr>
cristyd2432012015-05-04 23:15:15 +0000122 <td><a href="command-line-options.html#adjoin">-adjoin</a></td>
123 <td>join images into a single multi-image file</td>
cristy3ed852e2009-09-05 21:47:34 +0000124 </tr>
125
126 <tr>
cristyd2432012015-05-04 23:15:15 +0000127 <td><a href="command-line-options.html#affine">-affine <var>matrix</var></a></td>
128 <td>affine transform matrix</td>
cristy3ed852e2009-09-05 21:47:34 +0000129 </tr>
130
131 <tr>
cristyd2432012015-05-04 23:15:15 +0000132 <td><a href="command-line-options.html#alpha">-alpha</a></td>
133 <td>on, activate, off, deactivate, set, opaque, copy",
cristy3ed852e2009-09-05 21:47:34 +0000134transparent, extract, background, or shape the alpha channel</td>
135 </tr>
136
137 <tr>
cristyd2432012015-05-04 23:15:15 +0000138 <td><a href="command-line-options.html#annotate">-annotate <var>geometry text</var></a></td>
139 <td>annotate the image with text</td>
cristy3ed852e2009-09-05 21:47:34 +0000140 </tr>
141
142 <tr>
cristyd2432012015-05-04 23:15:15 +0000143 <td><a href="command-line-options.html#authenticate">-authenticate <var>value</var></a></td>
144 <td>decrypt image with this password</td>
cristy3ed852e2009-09-05 21:47:34 +0000145 </tr>
146
147 <tr>
cristyd2432012015-05-04 23:15:15 +0000148 <td><a href="command-line-options.html#auto-orient">-auto-orient</a></td>
149 <td>automagically orient image</td>
cristy3ed852e2009-09-05 21:47:34 +0000150 </tr>
151
152 <tr>
cristyd2432012015-05-04 23:15:15 +0000153 <td><a href="command-line-options.html#background">-background <var>color</var></a></td>
154 <td>background color</td>
cristy3ed852e2009-09-05 21:47:34 +0000155 </tr>
156
157 <tr>
cristyd2432012015-05-04 23:15:15 +0000158 <td><a href="command-line-options.html#blue-primary">-blue-primary <var>point</var></a></td>
159 <td>chromaticity blue primary point</td>
cristy3ed852e2009-09-05 21:47:34 +0000160 </tr>
161
162 <tr>
cristyd2432012015-05-04 23:15:15 +0000163 <td><a href="command-line-options.html#blur">-blur <var>geometry</var></a></td>
164 <td>reduce image noise and reduce detail levels</td>
cristy3ed852e2009-09-05 21:47:34 +0000165 </tr>
166
167 <tr>
cristyd2432012015-05-04 23:15:15 +0000168 <td><a href="command-line-options.html#border">-border <var>geometry</var></a></td>
169 <td>surround image with a border of color</td>
cristy3ed852e2009-09-05 21:47:34 +0000170 </tr>
171
172 <tr>
cristyd2432012015-05-04 23:15:15 +0000173 <td><a href="command-line-options.html#bordercolor">-bordercolor <var>color</var></a></td>
174 <td>border color</td>
cristy3ed852e2009-09-05 21:47:34 +0000175 </tr>
176
177 <tr>
cristyd2432012015-05-04 23:15:15 +0000178 <td><a href="command-line-options.html#caption">-caption <var>string</var></a></td>
179 <td>assign a caption to an image</td>
cristy3ed852e2009-09-05 21:47:34 +0000180 </tr>
181
182 <tr>
cristyd2432012015-05-04 23:15:15 +0000183 <td><a href="command-line-options.html#channel">-channel <var>type</var></a></td>
184 <td>apply option to select image channels</td>
cristy3ed852e2009-09-05 21:47:34 +0000185 </tr>
186
187 <tr>
cristyd2432012015-05-04 23:15:15 +0000188 <td><a href="command-line-options.html#clone">-clone <var>index</var></a></td>
189 <td>clone an image</td>
cristy3ed852e2009-09-05 21:47:34 +0000190 </tr>
191
192 <tr>
cristyd2432012015-05-04 23:15:15 +0000193 <td><a href="command-line-options.html#coalesce">-coalesce</a></td>
194 <td>merge a sequence of images</td>
cristy3ed852e2009-09-05 21:47:34 +0000195 </tr>
196
197 <tr>
cristyd2432012015-05-04 23:15:15 +0000198 <td><a href="command-line-options.html#colors">-colors <var>value</var></a></td>
199 <td>preferred number of colors in the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000200 </tr>
201
202 <tr>
cristyd2432012015-05-04 23:15:15 +0000203 <td><a href="command-line-options.html#colorspace">-colorspace <var>type</var></a></td>
204 <td>set image colorspace</td>
cristy3ed852e2009-09-05 21:47:34 +0000205 </tr>
206
207 <tr>
cristyd2432012015-05-04 23:15:15 +0000208 <td><a href="command-line-options.html#comment">-comment <var>string</var></a></td>
209 <td>annotate image with comment</td>
cristy3ed852e2009-09-05 21:47:34 +0000210 </tr>
211
212 <tr>
cristyd2432012015-05-04 23:15:15 +0000213 <td><a href="command-line-options.html#compose">-compose <var>operator</var></a></td>
214 <td>set image composite operator</td>
cristy3ed852e2009-09-05 21:47:34 +0000215 </tr>
216
217 <tr>
cristyd2432012015-05-04 23:15:15 +0000218 <td><a href="command-line-options.html#composite">-composite</a></td>
219 <td>composite image</td>
cristy3ed852e2009-09-05 21:47:34 +0000220 </tr>
221
222 <tr>
cristyd2432012015-05-04 23:15:15 +0000223 <td><a href="command-line-options.html#compress">-compress <var>type</var></a></td>
224 <td>image compression type</td>
cristy3ed852e2009-09-05 21:47:34 +0000225 </tr>
226
227 <tr>
cristyd2432012015-05-04 23:15:15 +0000228 <td><a href="command-line-options.html#crop">-crop <var>geometry</var></a></td>
229 <td>preferred size and location of the cropped image</td>
cristy3ed852e2009-09-05 21:47:34 +0000230 </tr>
231
232 <tr>
cristyd2432012015-05-04 23:15:15 +0000233 <td><a href="command-line-options.html#debug">-debug <var>events</var></a></td>
234 <td>display copious debugging information</td>
cristy3ed852e2009-09-05 21:47:34 +0000235 </tr>
236
237 <tr>
cristyd2432012015-05-04 23:15:15 +0000238 <td><a href="command-line-options.html#define">-define <var>format:option</var></a></td>
239 <td>define one or more image format options</td>
cristy3ed852e2009-09-05 21:47:34 +0000240 </tr>
241
242 <tr>
cristyd2432012015-05-04 23:15:15 +0000243 <td><a href="command-line-options.html#density">-density <var>geometry</var></a></td>
244 <td>horizontal and vertical density of the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000245 </tr>
246
247 <tr>
cristyd2432012015-05-04 23:15:15 +0000248 <td><a href="command-line-options.html#depth">-depth <var>value</var></a></td>
249 <td>image depth</td>
cristy3ed852e2009-09-05 21:47:34 +0000250 </tr>
251
252 <tr>
cristyd2432012015-05-04 23:15:15 +0000253 <td><a href="command-line-options.html#display">-display <var>server</var></a></td>
254 <td>get image or font from this X server</td>
cristy3ed852e2009-09-05 21:47:34 +0000255 </tr>
256
257 <tr>
cristyd2432012015-05-04 23:15:15 +0000258 <td><a href="command-line-options.html#dispose">-dispose <var>method</var></a></td>
259 <td>layer disposal method</td>
cristy3ed852e2009-09-05 21:47:34 +0000260 </tr>
261
262 <tr>
cristyd2432012015-05-04 23:15:15 +0000263 <td><a href="command-line-options.html#dither">-dither <var>method</var></a></td>
264 <td>apply error diffusion to image</td>
cristy3ed852e2009-09-05 21:47:34 +0000265 </tr>
266
267 <tr>
cristyd2432012015-05-04 23:15:15 +0000268 <td><a href="command-line-options.html#draw">-draw <var>string</var></a></td>
269 <td>annotate the image with a graphic primitive</td>
cristy3ed852e2009-09-05 21:47:34 +0000270 </tr>
271
272 <tr>
cristyd2432012015-05-04 23:15:15 +0000273 <td><a href="command-line-options.html#duplicate">-duplicate <var>count,indexes</var></a></td>
274 <td>duplicate an image one or more times</td>
cristy8b9dd952011-03-21 22:56:18 +0000275 </tr>
276
277 <tr>
cristyd2432012015-05-04 23:15:15 +0000278 <td><a href="command-line-options.html#endian">-endian <var>type</var></a></td>
279 <td>endianness (MSB or LSB) of the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000280 </tr>
281
282 <tr>
cristyd2432012015-05-04 23:15:15 +0000283 <td><a href="command-line-options.html#extent">-extent <var>geometry</var></a></td>
284 <td>set the image size</td>
cristy3ed852e2009-09-05 21:47:34 +0000285 </tr>
286
287 <tr>
cristyd2432012015-05-04 23:15:15 +0000288 <td><a href="command-line-options.html#extract">-extract <var>geometry</var></a></td>
289 <td>extract area from image</td>
cristy3ed852e2009-09-05 21:47:34 +0000290 </tr>
291
292 <tr>
cristyd2432012015-05-04 23:15:15 +0000293 <td><a href="command-line-options.html#fill">-fill <var>color</var></a></td>
294 <td>color to use when filling a graphic primitive</td>
cristy3ed852e2009-09-05 21:47:34 +0000295 </tr>
296
297 <tr>
cristyd2432012015-05-04 23:15:15 +0000298 <td><a href="command-line-options.html#filter">-filter <var>type</var></a></td>
299 <td>use this filter when resizing an image</td>
cristy3ed852e2009-09-05 21:47:34 +0000300 </tr>
301
302 <tr>
cristyd2432012015-05-04 23:15:15 +0000303 <td><a href="command-line-options.html#flatten">-flatten</a></td>
304 <td>flatten a sequence of images</td>
cristy3ed852e2009-09-05 21:47:34 +0000305 </tr>
306
307 <tr>
cristyd2432012015-05-04 23:15:15 +0000308 <td><a href="command-line-options.html#flip">-flip</a></td>
309 <td>flip image in the vertical direction</td>
cristy3ed852e2009-09-05 21:47:34 +0000310 </tr>
311
312 <tr>
cristyd2432012015-05-04 23:15:15 +0000313 <td><a href="command-line-options.html#flop">-flop</a></td>
314 <td>flop image in the horizontal direction</td>
cristy3ed852e2009-09-05 21:47:34 +0000315 </tr>
316
317 <tr>
cristyd2432012015-05-04 23:15:15 +0000318 <td><a href="command-line-options.html#font">-font <var>name</var></a></td>
319 <td>render text with this font</td>
cristy3ed852e2009-09-05 21:47:34 +0000320 </tr>
321
322 <tr>
cristyd2432012015-05-04 23:15:15 +0000323 <td><a href="command-line-options.html#frame">-frame <var>geometry</var></a></td>
324 <td>surround image with an ornamental border</td>
cristy3ed852e2009-09-05 21:47:34 +0000325 </tr>
326
327 <tr>
cristyd2432012015-05-04 23:15:15 +0000328 <td><a href="command-line-options.html#gamma">-gamma <var>value</var></a></td>
329 <td>level of gamma correction</td>
cristy3ed852e2009-09-05 21:47:34 +0000330 </tr>
331
332 <tr>
cristyd2432012015-05-04 23:15:15 +0000333 <td><a href="command-line-options.html#geometry">-geometry <var>geometry</var></a></td>
334 <td>preferred size or location of the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000335 </tr>
336
337 <tr>
cristyd2432012015-05-04 23:15:15 +0000338 <td><a href="command-line-options.html#gravity">-gravity <var>type</var></a></td>
339 <td>horizontal and vertical text placement</td>
cristy3ed852e2009-09-05 21:47:34 +0000340 </tr>
341
342 <tr>
cristyd2432012015-05-04 23:15:15 +0000343 <td><a href="command-line-options.html#green-primary">-green-primary <var>point</var></a></td>
344 <td>chromaticity green primary point</td>
cristy3ed852e2009-09-05 21:47:34 +0000345 </tr>
346
347 <tr>
cristyd2432012015-05-04 23:15:15 +0000348 <td><a href="command-line-options.html#help">-help</a></td>
349 <td>print program options</td>
cristy3ed852e2009-09-05 21:47:34 +0000350 </tr>
351
352 <tr>
cristyd2432012015-05-04 23:15:15 +0000353 <td><a href="command-line-options.html#identify">-identify</a></td>
354 <td>identify the format and characteristics of the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000355 </tr>
356
357 <tr>
cristyd2432012015-05-04 23:15:15 +0000358 <td><a href="command-line-options.html#interlace">-interlace <var>type</var></a></td>
359 <td>type of image interlacing scheme</td>
cristy3ed852e2009-09-05 21:47:34 +0000360 </tr>
361
362 <tr>
cristyd2432012015-05-04 23:15:15 +0000363 <td><a href="command-line-options.html#interpolate">-interpolate <var>method</var></a></td>
364 <td>pixel color interpolation method</td>
cristy3ed852e2009-09-05 21:47:34 +0000365 </tr>
366
367 <tr>
cristyd2432012015-05-04 23:15:15 +0000368 <td><a href="command-line-options.html#kerning">-kerning <var>value</var></a></td>
369 <td>the space between two characters</td>
cristya8902942010-07-30 00:49:52 +0000370 </tr>
371
372 <tr>
cristyd2432012015-05-04 23:15:15 +0000373 <td><a href="command-line-options.html#label">-label <var>string</var></a></td>
374 <td>assign a label to an image</td>
cristy3ed852e2009-09-05 21:47:34 +0000375 </tr>
376
377 <tr>
cristyd2432012015-05-04 23:15:15 +0000378 <td><a href="command-line-options.html#limit">-limit <var>type value</var></a></td>
379 <td>pixel cache resource limit</td>
cristy3ed852e2009-09-05 21:47:34 +0000380 </tr>
381
382 <tr>
cristyd2432012015-05-04 23:15:15 +0000383 <td><a href="command-line-options.html#log">-log <var>format</var></a></td>
384 <td>format of debugging information</td>
cristy3ed852e2009-09-05 21:47:34 +0000385 </tr>
386
387 <tr>
cristyd2432012015-05-04 23:15:15 +0000388 <td><a href="command-line-options.html#mattecolor">-mattecolor <var>color</var></a></td>
389 <td>frame color</td>
cristy3ed852e2009-09-05 21:47:34 +0000390 </tr>
391
392 <tr>
cristyd2432012015-05-04 23:15:15 +0000393 <td><a href="command-line-options.html#mode">-mode <var>type</var></a></td>
394 <td>framing style</td>
cristy3ed852e2009-09-05 21:47:34 +0000395 </tr>
396
397 <tr>
cristyd2432012015-05-04 23:15:15 +0000398 <td><a href="command-line-options.html#monitor">-monitor</a></td>
399 <td>monitor progress</td>
cristy3ed852e2009-09-05 21:47:34 +0000400 </tr>
401
402 <tr>
cristyd2432012015-05-04 23:15:15 +0000403 <td><a href="command-line-options.html#monochrome">-monochrome</a></td>
404 <td>transform image to black and white</td>
cristy3ed852e2009-09-05 21:47:34 +0000405 </tr>
406
407 <tr>
cristyd2432012015-05-04 23:15:15 +0000408 <td><a href="command-line-options.html#origin">-origin <var>geometry</var></a></td>
409 <td>image origin</td>
cristy3ed852e2009-09-05 21:47:34 +0000410 </tr>
411
412 <tr>
cristyd2432012015-05-04 23:15:15 +0000413 <td><a href="command-line-options.html#page">-page <var>geometry</var></a></td>
414 <td>size and location of an image canvas (setting)</td>
cristy3ed852e2009-09-05 21:47:34 +0000415 </tr>
416
417 <tr>
cristyd2432012015-05-04 23:15:15 +0000418 <td><a href="command-line-options.html#pointsize">-pointsize <var>value</var></a></td>
419 <td>font point size</td>
cristy3ed852e2009-09-05 21:47:34 +0000420 </tr>
421
422 <tr>
cristyd2432012015-05-04 23:15:15 +0000423 <td><a href="command-line-options.html#polaroid">-polaroid <var>angle</var></a></td>
424 <td>simulate a Polaroid picture</td>
cristy3ed852e2009-09-05 21:47:34 +0000425 </tr>
426
427 <tr>
cristyd2432012015-05-04 23:15:15 +0000428 <td><a href="command-line-options.html#profile">-profile <var>filename</var></a></td>
429 <td>add, delete, or apply an image profile</td>
cristy3ed852e2009-09-05 21:47:34 +0000430 </tr>
431
432 <tr>
cristyd2432012015-05-04 23:15:15 +0000433 <td><a href="command-line-options.html#quality">-quality <var>value</var></a></td>
434 <td>JPEG/MIFF/PNG compression level</td>
cristy3ed852e2009-09-05 21:47:34 +0000435 </tr>
436
437 <tr>
cristyd2432012015-05-04 23:15:15 +0000438 <td><a href="command-line-options.html#quantize">-quantize <var>colorspace</var></a></td>
439 <td>reduce image colors in this colorspace</td>
cristy3ed852e2009-09-05 21:47:34 +0000440 </tr>
441
442 <tr>
cristyd2432012015-05-04 23:15:15 +0000443 <td><a href="command-line-options.html#quiet">-quiet</a></td>
444 <td>suppress all warning messages</td>
cristy3ed852e2009-09-05 21:47:34 +0000445 </tr>
446
447 <tr>
cristyd2432012015-05-04 23:15:15 +0000448 <td><a href="command-line-options.html#red-primary">-red-primary <var>point</var></a></td>
449 <td>chromaticity red primary point</td>
cristy3ed852e2009-09-05 21:47:34 +0000450 </tr>
451
452 <tr>
cristyd2432012015-05-04 23:15:15 +0000453 <td><a href="command-line-options.html#regard-warnings">-regard-warnings</a></td>
454 <td>pay attention to warning messages.</td>
cristy3ed852e2009-09-05 21:47:34 +0000455 </tr>
456
457 <tr>
cristyd2432012015-05-04 23:15:15 +0000458 <td><a href="command-line-options.html#repage">-repage <var>geometry</var></a></td>
459 <td>size and location of an image canvas</td>
cristy3ed852e2009-09-05 21:47:34 +0000460 </tr>
461
462 <tr>
cristyd2432012015-05-04 23:15:15 +0000463 <td><a href="command-line-options.html#resize">-resize <var>geometry</var></a></td>
464 <td>resize the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000465 </tr>
466
467 <tr>
cristyd2432012015-05-04 23:15:15 +0000468 <td><a href="command-line-options.html#respect-parentheses">-respect-parentheses</a></td>
469 <td>settings remain in effect until parenthesis boundary.</td>
cristy3ed852e2009-09-05 21:47:34 +0000470 </tr>
471
472 <tr>
cristyd2432012015-05-04 23:15:15 +0000473 <td><a href="command-line-options.html#rotate">-rotate <var>degrees</var></a></td>
474 <td>apply Paeth rotation to the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000475 </tr>
476
477 <tr>
cristyd2432012015-05-04 23:15:15 +0000478 <td><a href="command-line-options.html#sampling-factor">-sampling-factor <var>geometry</var></a></td>
479 <td>horizontal and vertical sampling factor</td>
cristy3ed852e2009-09-05 21:47:34 +0000480 </tr>
481
482 <tr>
cristyd2432012015-05-04 23:15:15 +0000483 <td><a href="command-line-options.html#scale">-scale <var>geometry</var></a></td>
484 <td>scale the image</td>
cristy37b3d442015-02-28 14:00:30 +0000485 </tr>
486
487 <tr>
cristyd2432012015-05-04 23:15:15 +0000488 <td><a href="command-line-options.html#scenes">-scenes<var>range</var></a></td>
489 <td>image scene range</td>
cristy3ed852e2009-09-05 21:47:34 +0000490 </tr>
491
492 <tr>
cristyd2432012015-05-04 23:15:15 +0000493 <td><a href="command-line-options.html#seed">-seed <var>value</var></a></td>
494 <td>seed a new sequence of pseudo-random numbers</td>
cristy3ed852e2009-09-05 21:47:34 +0000495 </tr>
496
497 <tr>
cristyd2432012015-05-04 23:15:15 +0000498 <td><a href="command-line-options.html#shadow">-shadow <var>geometry</var></a></td>
499 <td>simulate an image shadow</td>
cristy3ed852e2009-09-05 21:47:34 +0000500 </tr>
501
502 <tr>
cristyd2432012015-05-04 23:15:15 +0000503 <td><a href="command-line-options.html#size">-size <var>geometry</var></a></td>
504 <td>width and height of image</td>
cristy3ed852e2009-09-05 21:47:34 +0000505 </tr>
506
507 <tr>
cristyd2432012015-05-04 23:15:15 +0000508 <td><a href="command-line-options.html#strip">-strip</a></td>
509 <td>strip image of all profiles and comments</td>
cristy3ed852e2009-09-05 21:47:34 +0000510 </tr>
511
512 <tr>
cristyd2432012015-05-04 23:15:15 +0000513 <td><a href="command-line-options.html#stroke">-stroke <var>color</var></a></td>
514 <td>graphic primitive stroke color</td>
cristy3ed852e2009-09-05 21:47:34 +0000515 </tr>
516
517 <tr>
cristyd2432012015-05-04 23:15:15 +0000518 <td><a href="command-line-options.html#synchronize">-synchronize</a></td>
519 <td>synchronize image to storage device</td>
cristy5063d812010-10-19 16:28:10 +0000520 </tr>
521
522 <tr>
cristyd2432012015-05-04 23:15:15 +0000523 <td><a href="command-line-options.html#taint">-taint</a></td>
524 <td>mark the image as modified</td>
cristy5063d812010-10-19 16:28:10 +0000525 </tr>
526
527 <tr>
cristyd2432012015-05-04 23:15:15 +0000528 <td><a href="command-line-options.html#texture">-texture <var>filename</var></a></td>
529 <td>name of texture to tile onto the image background</td>
cristy3ed852e2009-09-05 21:47:34 +0000530 </tr>
531
532 <tr>
cristyd2432012015-05-04 23:15:15 +0000533 <td><a href="command-line-options.html#tile">-tile <var>filename</var></a></td>
534 <td>tile image when filling a graphic primitive</td>
cristy3ed852e2009-09-05 21:47:34 +0000535 </tr>
536
537 <tr>
cristyd2432012015-05-04 23:15:15 +0000538 <td><a href="command-line-options.html#tile-offset">-tile-offset <var>geometry</var></a></td>
539 <td>set the image tile offset</td>
cristy3ed852e2009-09-05 21:47:34 +0000540 </tr>
541
542 <tr>
cristyd2432012015-05-04 23:15:15 +0000543 <td><a href="command-line-options.html#title">-title</a></td>
544 <td>decorate the montage image with a title</td>
cristy3ed852e2009-09-05 21:47:34 +0000545 </tr>
546
547 <tr>
cristyd2432012015-05-04 23:15:15 +0000548 <td><a href="command-line-options.html#transform">-transform</a></td>
549 <td>affine transform image</td>
cristy3ed852e2009-09-05 21:47:34 +0000550 </tr>
551
552 <tr>
cristyd2432012015-05-04 23:15:15 +0000553 <td><a href="command-line-options.html#transparent">-transparent <var>color</var></a></td>
554 <td>make this color transparent within the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000555 </tr>
556
557 <tr>
cristyd2432012015-05-04 23:15:15 +0000558 <td><a href="command-line-options.html#transpose">-transpose</a></td>
559 <td>flip image in the vertical direction and rotate 90 degrees</td>
cristy3ed852e2009-09-05 21:47:34 +0000560 </tr>
561
562 <tr>
cristyd2432012015-05-04 23:15:15 +0000563 <td><a href="command-line-options.html#transparent-color">-transparent-color <var>color</var></a></td>
564 <td>transparent color</td>
cristy3ed852e2009-09-05 21:47:34 +0000565 </tr>
566
567 <tr>
cristyd2432012015-05-04 23:15:15 +0000568 <td><a href="command-line-options.html#treedepth">-treedepth <var>value</var></a></td>
569 <td>color tree depth</td>
cristy3ed852e2009-09-05 21:47:34 +0000570 </tr>
571
572 <tr>
cristyd2432012015-05-04 23:15:15 +0000573 <td><a href="command-line-options.html#trim">-trim</a></td>
574 <td>trim image edges</td>
cristy3ed852e2009-09-05 21:47:34 +0000575 </tr>
576
577 <tr>
cristyd2432012015-05-04 23:15:15 +0000578 <td><a href="command-line-options.html#type">-type <var>type</var></a></td>
579 <td>image type</td>
cristy3ed852e2009-09-05 21:47:34 +0000580 </tr>
581
582 <tr>
cristyd2432012015-05-04 23:15:15 +0000583 <td><a href="command-line-options.html#units">-units <var>type</var></a></td>
584 <td>the units of image resolution</td>
cristy3ed852e2009-09-05 21:47:34 +0000585 </tr>
586
587 <tr>
cristyd2432012015-05-04 23:15:15 +0000588 <td><a href="command-line-options.html#unsharp">-unsharp <var>geometry</var></a></td>
589 <td>sharpen the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000590 </tr>
591
592 <tr>
cristyd2432012015-05-04 23:15:15 +0000593 <td><a href="command-line-options.html#verbose">-verbose</a></td>
594 <td>print detailed information about the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000595 </tr>
596
597 <tr>
cristyd2432012015-05-04 23:15:15 +0000598 <td><a href="command-line-options.html#version">-version</a></td>
599 <td>print version information</td>
cristy3ed852e2009-09-05 21:47:34 +0000600 </tr>
601
602 <tr>
cristyd2432012015-05-04 23:15:15 +0000603 <td><a href="command-line-options.html#view">-view</a></td>
604 <td>FlashPix viewing transforms</td>
cristy3ed852e2009-09-05 21:47:34 +0000605 </tr>
606
607 <tr>
cristyd2432012015-05-04 23:15:15 +0000608 <td><a href="command-line-options.html#virtual-pixel">-virtual-pixel <var>method</var></a></td>
609 <td>access method for pixels outside the boundaries of the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000610 </tr>
611
612 <tr>
cristyd2432012015-05-04 23:15:15 +0000613 <td><a href="command-line-options.html#white-point">-white-point <var>point</var></a></td>
614 <td>chromaticity white point</td>
cristy3ed852e2009-09-05 21:47:34 +0000615 </tr>
616
617 </tbody>
618</table>
619
620</div>
cristyd2432012015-05-04 23:15:15 +0000621 <footer class="magick-footer">
cristy29f2c972015-07-28 13:37:46 +0000622 <p><a href="support.html">Donate</a>
623 <a href="sitemap.html">Sitemap</a>
cristyd2432012015-05-04 23:15:15 +0000624 <a href="links.html">Related</a>
Cristye0779712016-07-30 17:25:22 -0400625 <a href="security-policy.html">Security</a>
cristy29f2c972015-07-28 13:37:46 +0000626 <a href="architecture.html">Architecture</a>
cristyd2432012015-05-04 23:15:15 +0000627</p>
628 <p><a href="montage.html#">Back to top</a>
cristyea2793e2015-05-31 16:52:26 +0000629 <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
Cristy1f1f3a02016-06-01 07:25:42 -0400630 <a href="http://www.imagemagick.org/script/contact.php">Contact Us</a></p>
Cristyde27d762016-01-02 12:56:44 -0500631 <p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
cristyd2432012015-05-04 23:15:15 +0000632 </footer>
633</div><!-- /.container -->
cristyad41c0c2012-10-31 00:49:28 +0000634
Cristy542697a2015-10-12 20:10:32 -0400635 <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
Cristy1f1f3a02016-06-01 07:25:42 -0400636 <script src="../js/magick.html"></script>
cristyad41c0c2012-10-31 00:49:28 +0000637</div>
cristyad41c0c2012-10-31 00:49:28 +0000638</body>
cristy5a367e42015-05-05 12:39:18 +0000639</html>
Cristye0779712016-07-30 17:25:22 -0400640<!-- Magick Cache 30th July 2016 10:37 -->