1 2 3 4 5<!doctype html> 6<html lang="en"> 7<head> 8 <meta charset="utf-8" /> 9 <meta name="viewport" content="width=device-width, initial-scale=1" /> 10 <title>ImageMagick - Command-line Tools: Montage</title> 11 <meta name="application-name" content="ImageMagick" /> 12 <meta name="description" content="Use ImageMagick® to create, edit, compose, and convert digital images. Resize an image, crop it, change its shades and colors, add captions, and more." /> 13 <meta name="application-url" content="https://imagemagick.org" /> 14 <meta name="generator" content="PHP" /> 15 <meta name="keywords" content="command-line, tools:, montage, image processing software" /> 16 <meta name="rating" content="GENERAL" /> 17 <meta name="robots" content="INDEX, FOLLOW" /> 18 <meta name="generator" content="ImageMagick Studio LLC" /> 19 <meta name="author" content="ImageMagick Studio LLC" /> 20 <meta name="revisit-after" content="2 DAYS" /> 21 <meta name="resource-type" content="document" /> 22 <meta name="copyright" content="Copyright (c) 1999-2020 ImageMagick Studio LLC" /> 23 <meta name="distribution" content="Global" /> 24 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1" /> 25 <meta property='og:url' content='../' /> 26 <meta property='og:title' content='ImageMagick' /> 27 <meta property='og:image' content='../images/logo.png' /> 28 <meta property='og:type' content='website' /> 29 <meta property='og:site_name' content='ImageMagick' /> 30 <meta property='og:description' content="Create, Edit, Compose, or Convert Digital Images" /> 31 <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" /> 32 <link href="../www/montage.html" rel="canonical" /> 33 <link href="../images/wand.png" rel="icon" /> 34 <link href="../images/wand.ico" rel="shortcut icon" /> 35 <link href="assets/magick.css" rel="stylesheet" /> 36</head> 37<body> 38 <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top"> 39 <div class="container-fluid"> 40 <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a> 41 <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation"> 42 <span class="navbar-toggler-icon"></span> 43 </button> 44 45 <div class="collapse navbar-collapse" id="magick-navbars"> 46 <ul class="navbar-nav me-auto mb-2 mb-md-0"> 47 <li class="nav-item"> 48 <a class="nav-link " href="index.html">Home</a> 49 </li> 50 <li class="nav-item"> 51 <a class="nav-link " href="download.html">Download</a> 52 </li> 53 <li class="nav-item"> 54 <a class="nav-link " href="command-line-tools.html">Tools</a> 55 </li> 56 <li class="nav-item"> 57 <a class="nav-link " href="command-line-processing.html">CLI</a> 58 </li> 59 <li class="nav-item"> 60 <a class="nav-link " href="develop.html">Develop</a> 61 </li> 62 <li class="nav-item"> 63 <a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a> 64 </li> 65 <li class="nav-item"> 66 <iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe> 67 </li> 68 </ul> 69 <form class="d-flex form-inline" action="../www/search.html"> 70 <input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search"> 71 <button class="btn btn-outline-success" type="submit" name="sa">Search</button> 72 </form> 73 </div> 74 </div> 75 </nav> 76 77 <div class="container"> 78 <script async="async" src="http://localhost/pagead/js/adsbygoogle.js"></script> 79 <ins class="adsbygoogle" 80 style="display:block" 81 data-ad-client="ca-pub-3129977114552745" 82 data-ad-slot="6345125851" 83 data-full-width-responsive="true" 84 data-ad-format="horizontal"></ins> 85 <script> 86 (adsbygoogle = window.adsbygoogle || []).push({}); 87 </script> 88 89 </div> 90 91 <main class="container"> 92 <div class="magick-template"> 93<div class="magick-header"> 94<h1 class="text-center">Juxtapose Image Thumbnails on a Canvas</h1> 95<p class="text-center"><a href="montage.html#usage">Example Usage</a> • <a href="montage.html#options">Option Summary</a></p> 96 97<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> 98 99<h2><a class="anchor" id="usage"></a>Example Usage</h2> 100 101<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> 102 103<pre class="highlight"><code>magick montage -background '#336699' -geometry +4+4 rose.jpg red-ball.png montage.jpg 104</code></pre> 105 106<ul> 107 <a href="../images/rose.jpg"> 108 <img style="margin-top:14px; margin-bottom:14px;" src="../images/rose.jpg" width="70" height="46" alt="rose" /> 109 </a> 110 <a href="../images/red-ball.png"> 111 <img style="margin-top:2px; margin-bottom:2px;" src="../images/red-ball.png" width="70" height="70" alt="red ball" /> 112 </a> 113 <img style="margin-top:27px; margin-bottom:27px;" src="../images/right.gif" width="20" height="20" alt="==>" /> 114 <a href="../images/montage.jpg"> 115 <img src="../images/montage.jpg" width="148" height="74" alt="montage" /> 116 </a> 117</ul> 118 119<p>Ok, let's add some decorations:</p> 120 121<pre class="highlight"><code>magick montage -label %f -frame 5 -background '#336699' -geometry +4+4 rose.jpg red-ball.png frame.jpg 122</code></pre> 123 124<ul> 125 <a href="../images/rose.jpg"> 126 <img style="margin-top:31px; margin-bottom:31px;" src="../images/rose.jpg" width="70" height="46" alt="rose.jpg" /> 127 </a> 128 <a href="../images/red-ball.png"> 129 <img style="margin-top:19px; margin-bottom:19px;" src="../images/red-ball.png" width="70" height="70" alt="red ball" /> 130 </a> 131 <img style="margin-top:44px; margin-bottom:44px;" src="../images/right.gif" width="20" height="20" alt="==>" /> 132 <a href="../images/frame.jpg"> 133 <img src="../images/frame.jpg" width="176" height="108" alt="frame" /> 134 </a> 135</ul> 136 137<p>You can find additional examples of using <code>montage</code> at <a href="https://legacy.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="https://legacy.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p> 138 139<h5>Ashlar Pseudo-image Format</h5> 140<p>Use the Ashlar pseudo-image format to lay out an image sequence in continuous irregular courses. By default, a reasonable canvas size and border width is determined relative to the image collection you provide. You can explicitedly set the canvas size and border width by appending to the filename, e.g. ashlar:canvas.png[1024x768+4+4]. By default, alignment is along the left edge. Use -define ashlar:best-fit=true to align on both the left and right edges. You can label the image tiles with, for example, -label %f. Here is an example command: 141<pre class="highlight"><code>magick '*.png' -resize 320x320 -label %f ashlar:ashlar.png</code></pre> 142<p>This is designed to quickly view a collection of images. To have more control over the layout of your image tiles, use the <code>montage</code> command instead.</p> 143 144<h2><a class="anchor" id="options"></a>Option Summary</h2> 145 146<p>The <code>montage</code> command recognizes these options. Click on an option to get more details about how that option works.</p> 147 148<table class="table table-sm table-hover"> 149 <tbody> 150 <tr> 151 <th align="left">Option</th> 152 <th align="left">Description</th> 153 </tr> 154 155 <tr> 156 <td><a href="command-line-options.html#adaptive-sharpen">-adaptive-sharpen <var>geometry</var></a></td> 157 <td>adaptively sharpen pixels; increase effect near edges</td> 158 </tr> 159 160 <tr> 161 <td><a href="command-line-options.html#adjoin">-adjoin</a></td> 162 <td>join images into a single multi-image file</td> 163 </tr> 164 165 <tr> 166 <td><a href="command-line-options.html#affine">-affine <var>matrix</var></a></td> 167 <td>affine transform matrix</td> 168 </tr> 169 170 <tr> 171 <td><a href="command-line-options.html#alpha">-alpha</a></td> 172 <td>on, activate, off, deactivate, set, opaque, copy", 173transparent, extract, background, or shape the alpha channel</td> 174 </tr> 175 176 <tr> 177 <td><a href="command-line-options.html#annotate">-annotate <var>geometry text</var></a></td> 178 <td>annotate the image with text</td> 179 </tr> 180 181 <tr> 182 <td><a href="command-line-options.html#authenticate">-authenticate <var>value</var></a></td> 183 <td>decrypt image with this password</td> 184 </tr> 185 186 <tr> 187 <td><a href="command-line-options.html#auto-orient">-auto-orient</a></td> 188 <td>automagically orient image</td> 189 </tr> 190 191 <tr> 192 <td><a href="command-line-options.html#background">-background <var>color</var></a></td> 193 <td>background color</td> 194 </tr> 195 196 <tr> 197 <td><a href="command-line-options.html#blue-primary">-blue-primary <var>point</var></a></td> 198 <td>chromaticity blue primary point</td> 199 </tr> 200 201 <tr> 202 <td><a href="command-line-options.html#blur">-blur <var>geometry</var></a></td> 203 <td>reduce image noise and reduce detail levels</td> 204 </tr> 205 206 <tr> 207 <td><a href="command-line-options.html#border">-border <var>geometry</var></a></td> 208 <td>surround image with a border of color</td> 209 </tr> 210 211 <tr> 212 <td><a href="command-line-options.html#bordercolor">-bordercolor <var>color</var></a></td> 213 <td>border color</td> 214 </tr> 215 216 <tr> 217 <td><a href="command-line-options.html#caption">-caption <var>string</var></a></td> 218 <td>assign a caption to an image</td> 219 </tr> 220 221 <tr> 222 <td><a href="command-line-options.html#channel">-channel <var>type</var></a></td> 223 <td>apply option to select image channels</td> 224 </tr> 225 226 <tr> 227 <td><a href="command-line-options.html#clone">-clone <var>index</var></a></td> 228 <td>clone an image</td> 229 </tr> 230 231 <tr> 232 <td><a href="command-line-options.html#coalesce">-coalesce</a></td> 233 <td>merge a sequence of images</td> 234 </tr> 235 236 <tr> 237 <td><a href="command-line-options.html#colors">-colors <var>value</var></a></td> 238 <td>preferred number of colors in the image</td> 239 </tr> 240 241 <tr> 242 <td><a href="command-line-options.html#colorspace">-colorspace <var>type</var></a></td> 243 <td>set image colorspace</td> 244 </tr> 245 246 <tr> 247 <td><a href="command-line-options.html#comment">-comment <var>string</var></a></td> 248 <td>annotate image with comment</td> 249 </tr> 250 251 <tr> 252 <td><a href="command-line-options.html#compose">-compose <var>operator</var></a></td> 253 <td>set image composite operator</td> 254 </tr> 255 256 <tr> 257 <td><a href="command-line-options.html#composite">-composite</a></td> 258 <td>composite image</td> 259 </tr> 260 261 <tr> 262 <td><a href="command-line-options.html#compress">-compress <var>type</var></a></td> 263 <td>image compression type</td> 264 </tr> 265 266 <tr> 267 <td><a href="command-line-options.html#crop">-crop <var>geometry</var></a></td> 268 <td>preferred size and location of the cropped image</td> 269 </tr> 270 271 <tr> 272 <td><a href="command-line-options.html#debug">-debug <var>events</var></a></td> 273 <td>display copious debugging information</td> 274 </tr> 275 276 <tr> 277 <td><a href="command-line-options.html#define">-define <var>format:option</var></a></td> 278 <td>define one or more image format options</td> 279 </tr> 280 281 <tr> 282 <td><a href="command-line-options.html#delay">-delay <var>centiseconds</var></a></td> 283 <td>display the next image after pausing</td> 284 </tr> 285 286 <tr> 287 <td><a href="command-line-options.html#density">-density <var>geometry</var></a></td> 288 <td>horizontal and vertical density of the image</td> 289 </tr> 290 291 <tr> 292 <td><a href="command-line-options.html#depth">-depth <var>value</var></a></td> 293 <td>image depth</td> 294 </tr> 295 296 <tr> 297 <td><a href="command-line-options.html#display">-display <var>server</var></a></td> 298 <td>get image or font from this X server</td> 299 </tr> 300 301 <tr> 302 <td><a href="command-line-options.html#dispose">-dispose <var>method</var></a></td> 303 <td>layer disposal method</td> 304 </tr> 305 306 <tr> 307 <td><a href="command-line-options.html#dither">-dither <var>method</var></a></td> 308 <td>apply error diffusion to image</td> 309 </tr> 310 311 <tr> 312 <td><a href="command-line-options.html#draw">-draw <var>string</var></a></td> 313 <td>annotate the image with a graphic primitive</td> 314 </tr> 315 316 <tr> 317 <td><a href="command-line-options.html#duplicate">-duplicate <var>count,indexes</var></a></td> 318 <td>duplicate an image one or more times</td> 319 </tr> 320 321 <tr> 322 <td><a href="command-line-options.html#endian">-endian <var>type</var></a></td> 323 <td>endianness (MSB or LSB) of the image</td> 324 </tr> 325 326 <tr> 327 <td><a href="command-line-options.html#extent">-extent <var>geometry</var></a></td> 328 <td>set the image size</td> 329 </tr> 330 331 <tr> 332 <td><a href="command-line-options.html#extract">-extract <var>geometry</var></a></td> 333 <td>extract area from image</td> 334 </tr> 335 336 <tr> 337 <td><a href="command-line-options.html#fill">-fill <var>color</var></a></td> 338 <td>color to use when filling a graphic primitive</td> 339 </tr> 340 341 <tr> 342 <td><a href="command-line-options.html#filter">-filter <var>type</var></a></td> 343 <td>use this filter when resizing an image</td> 344 </tr> 345 346 <tr> 347 <td><a href="command-line-options.html#flatten">-flatten</a></td> 348 <td>flatten a sequence of images</td> 349 </tr> 350 351 <tr> 352 <td><a href="command-line-options.html#flip">-flip</a></td> 353 <td>flip image in the vertical direction</td> 354 </tr> 355 356 <tr> 357 <td><a href="command-line-options.html#flop">-flop</a></td> 358 <td>flop image in the horizontal direction</td> 359 </tr> 360 361 <tr> 362 <td><a href="command-line-options.html#font">-font <var>name</var></a></td> 363 <td>render text with this font</td> 364 </tr> 365 366 <tr> 367 <td><a href="command-line-options.html#frame">-frame <var>geometry</var></a></td> 368 <td>surround image with an ornamental border</td> 369 </tr> 370 371 <tr> 372 <td><a href="command-line-options.html#gamma">-gamma <var>value</var></a></td> 373 <td>level of gamma correction</td> 374 </tr> 375 376 <tr> 377 <td><a href="command-line-options.html#geometry">-geometry <var>geometry</var></a></td> 378 <td>preferred size or location of the image</td> 379 </tr> 380 381 <tr> 382 <td><a href="command-line-options.html#gravity">-gravity <var>type</var></a></td> 383 <td>horizontal and vertical text placement</td> 384 </tr> 385 386 <tr> 387 <td><a href="command-line-options.html#green-primary">-green-primary <var>point</var></a></td> 388 <td>chromaticity green primary point</td> 389 </tr> 390 391 <tr> 392 <td><a href="command-line-options.html#help">-help</a></td> 393 <td>print program options</td> 394 </tr> 395 396 <tr> 397 <td><a href="command-line-options.html#identify">-identify</a></td> 398 <td>identify the format and characteristics of the image</td> 399 </tr> 400 401 <tr> 402 <td><a href="command-line-options.html#interlace">-interlace <var>type</var></a></td> 403 <td>type of image interlacing scheme</td> 404 </tr> 405 406 <tr> 407 <td><a href="command-line-options.html#interpolate">-interpolate <var>method</var></a></td> 408 <td>pixel color interpolation method</td> 409 </tr> 410 411 <tr> 412 <td><a href="command-line-options.html#kerning">-kerning <var>value</var></a></td> 413 <td>the space between two characters</td> 414 </tr> 415 416 <tr> 417 <td><a href="command-line-options.html#label">-label <var>string</var></a></td> 418 <td>assign a label to an image</td> 419 </tr> 420 421 <tr> 422 <td><a href="command-line-options.html#limit">-limit <var>type value</var></a></td> 423 <td>pixel cache resource limit</td> 424 </tr> 425 426 <tr> 427 <td><a href="command-line-options.html#log">-log <var>format</var></a></td> 428 <td>format of debugging information</td> 429 </tr> 430 431 <tr> 432 <td><a href="command-line-options.html#mattecolor">-mattecolor <var>color</var></a></td> 433 <td>frame color</td> 434 </tr> 435 436 <tr> 437 <td><a href="command-line-options.html#mode">-mode <var>type</var></a></td> 438 <td>framing style</td> 439 </tr> 440 441 <tr> 442 <td><a href="command-line-options.html#monitor">-monitor</a></td> 443 <td>monitor progress</td> 444 </tr> 445 446 <tr> 447 <td><a href="command-line-options.html#monochrome">-monochrome</a></td> 448 <td>transform image to black and white</td> 449 </tr> 450 451 <tr> 452 <td><a href="command-line-options.html#origin">-origin <var>geometry</var></a></td> 453 <td>image origin</td> 454 </tr> 455 456 <tr> 457 <td><a href="command-line-options.html#page">-page <var>geometry</var></a></td> 458 <td>size and location of an image canvas (setting)</td> 459 </tr> 460 461 <tr> 462 <td><a href="command-line-options.html#pointsize">-pointsize <var>value</var></a></td> 463 <td>font point size</td> 464 </tr> 465 466 <tr> 467 <td><a href="command-line-options.html#polaroid">-polaroid <var>angle</var></a></td> 468 <td>simulate a Polaroid picture</td> 469 </tr> 470 471 <tr> 472 <td><a href="command-line-options.html#profile">-profile <var>filename</var></a></td> 473 <td>add, delete, or apply an image profile</td> 474 </tr> 475 476 <tr> 477 <td><a href="command-line-options.html#quality">-quality <var>value</var></a></td> 478 <td>JPEG/MIFF/PNG compression level</td> 479 </tr> 480 481 <tr> 482 <td><a href="command-line-options.html#quantize">-quantize <var>colorspace</var></a></td> 483 <td>reduce image colors in this colorspace</td> 484 </tr> 485 486 <tr> 487 <td><a href="command-line-options.html#quiet">-quiet</a></td> 488 <td>suppress all warning messages</td> 489 </tr> 490 491 <tr> 492 <td><a href="command-line-options.html#red-primary">-red-primary <var>point</var></a></td> 493 <td>chromaticity red primary point</td> 494 </tr> 495 496 <tr> 497 <td><a href="command-line-options.html#regard-warnings">-regard-warnings</a></td> 498 <td>pay attention to warning messages.</td> 499 </tr> 500 501 <tr> 502 <td><a href="command-line-options.html#repage">-repage <var>geometry</var></a></td> 503 <td>size and location of an image canvas</td> 504 </tr> 505 506 <tr> 507 <td><a href="command-line-options.html#resize">-resize <var>geometry</var></a></td> 508 <td>resize the image</td> 509 </tr> 510 511 <tr> 512 <td><a href="command-line-options.html#respect-parentheses">-respect-parentheses</a></td> 513 <td>settings remain in effect until parenthesis boundary.</td> 514 </tr> 515 516 <tr> 517 <td><a href="command-line-options.html#rotate">-rotate <var>degrees</var></a></td> 518 <td>apply Paeth rotation to the image</td> 519 </tr> 520 521 <tr> 522 <td><a href="command-line-options.html#sampling-factor">-sampling-factor <var>geometry</var></a></td> 523 <td>horizontal and vertical sampling factor</td> 524 </tr> 525 526 <tr> 527 <td><a href="command-line-options.html#scale">-scale <var>geometry</var></a></td> 528 <td>scale the image</td> 529 </tr> 530 531 <tr> 532 <td><a href="command-line-options.html#scenes">-scenes <var>range</var></a></td> 533 <td>image scene range</td> 534 </tr> 535 536 <tr> 537 <td><a href="command-line-options.html#seed">-seed <var>value</var></a></td> 538 <td>seed a new sequence of pseudo-random numbers</td> 539 </tr> 540 541 <tr> 542 <td><a href="command-line-options.html#shadow">-shadow <var>geometry</var></a></td> 543 <td>simulate an image shadow</td> 544 </tr> 545 546 <tr> 547 <td><a href="command-line-options.html#size">-size <var>geometry</var></a></td> 548 <td>width and height of image</td> 549 </tr> 550 551 <tr> 552 <td><a href="command-line-options.html#strip">-strip</a></td> 553 <td>strip image of all profiles and comments</td> 554 </tr> 555 556 <tr> 557 <td><a href="command-line-options.html#stroke">-stroke <var>color</var></a></td> 558 <td>graphic primitive stroke color</td> 559 </tr> 560 561 <tr> 562 <td><a href="command-line-options.html#synchronize">-synchronize</a></td> 563 <td>synchronize image to storage device</td> 564 </tr> 565 566 <tr> 567 <td><a href="command-line-options.html#taint">-taint</a></td> 568 <td>mark the image as modified</td> 569 </tr> 570 571 <tr> 572 <td><a href="command-line-options.html#texture">-texture <var>filename</var></a></td> 573 <td>name of texture to tile onto the image background</td> 574 </tr> 575 576 <tr> 577 <td><a href="command-line-options.html#tile">-tile <var>geometry</var></a></td> 578 <td>number of tiles per row and column (e.g. -tile 8x)</td> 579 </tr> 580 581 <tr> 582 <td><a href="command-line-options.html#tile-offset">-tile-offset <var>geometry</var></a></td> 583 <td>set the image tile offset</td> 584 </tr> 585 586 <tr> 587 <td><a href="command-line-options.html#title">-title</a></td> 588 <td>decorate the montage image with a title</td> 589 </tr> 590 591 <tr> 592 <td><a href="command-line-options.html#transform">-transform</a></td> 593 <td>affine transform image</td> 594 </tr> 595 596 <tr> 597 <td><a href="command-line-options.html#transparent">-transparent <var>color</var></a></td> 598 <td>make this color transparent within the image</td> 599 </tr> 600 601 <tr> 602 <td><a href="command-line-options.html#transpose">-transpose</a></td> 603 <td>flip image in the vertical direction and rotate 90 degrees</td> 604 </tr> 605 606 <tr> 607 <td><a href="command-line-options.html#transparent-color">-transparent-color <var>color</var></a></td> 608 <td>transparent color</td> 609 </tr> 610 611 <tr> 612 <td><a href="command-line-options.html#treedepth">-treedepth <var>value</var></a></td> 613 <td>color tree depth</td> 614 </tr> 615 616 <tr> 617 <td><a href="command-line-options.html#trim">-trim</a></td> 618 <td>trim image edges</td> 619 </tr> 620 621 <tr> 622 <td><a href="command-line-options.html#type">-type <var>type</var></a></td> 623 <td>image type</td> 624 </tr> 625 626 <tr> 627 <td><a href="command-line-options.html#units">-units <var>type</var></a></td> 628 <td>the units of image resolution</td> 629 </tr> 630 631 <tr> 632 <td><a href="command-line-options.html#unsharp">-unsharp <var>geometry</var></a></td> 633 <td>sharpen the image</td> 634 </tr> 635 636 <tr> 637 <td><a href="command-line-options.html#verbose">-verbose</a></td> 638 <td>print detailed information about the image</td> 639 </tr> 640 641 <tr> 642 <td><a href="command-line-options.html#version">-version</a></td> 643 <td>print version information</td> 644 </tr> 645 646 <tr> 647 <td><a href="command-line-options.html#view">-view</a></td> 648 <td>FlashPix viewing transforms</td> 649 </tr> 650 651 <tr> 652 <td><a href="command-line-options.html#virtual-pixel">-virtual-pixel <var>method</var></a></td> 653 <td>access method for pixels outside the boundaries of the image</td> 654 </tr> 655 656 <tr> 657 <td><a href="command-line-options.html#white-point">-white-point <var>point</var></a></td> 658 <td>chromaticity white point</td> 659 </tr> 660 661 </tbody> 662</table> 663 664</div> 665 </div> 666 </main><!-- /.container --> 667 <footer class="magick-footer"> 668 <div class="container-fluid"> 669 <a href="security-policy.html">Security</a> • 670 <a href="news.html">News</a> 671 672 <a href="montage.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a> 673 674 <a href="links.html">Related</a> • 675 <a href="sitemap.html">Sitemap</a> 676 <br/> 677 <a href="support.html">Sponsor</a> • 678 <a href="cite.html">Cite</a> • 679 <a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> • 680 <a href="https://imagemagick.org/script/contact.php">Contact Us</a> 681 <br/> 682 <a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> • 683 <a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 416.32" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path fill="currentColor" d="M160.83 416.32c193.2 0 298.92-160.22 298.92-298.92 0-4.51 0-9-.2-13.52A214 214 0 0 0 512 49.38a212.93 212.93 0 0 1-60.44 16.6 105.7 105.7 0 0 0 46.3-58.19 209 209 0 0 1-66.79 25.37 105.09 105.09 0 0 0-181.73 71.91 116.12 116.12 0 0 0 2.66 24c-87.28-4.3-164.73-46.3-216.56-109.82A105.48 105.48 0 0 0 68 159.6a106.27 106.27 0 0 1-47.53-13.11v1.43a105.28 105.28 0 0 0 84.21 103.06 105.67 105.67 0 0 1-47.33 1.84 105.06 105.06 0 0 0 98.14 72.94A210.72 210.72 0 0 1 25 370.84a202.17 202.17 0 0 1-25-1.43 298.85 298.85 0 0 0 160.83 46.92"/></svg></a> 684 <br/> 685 <small>© 1999-2021 ImageMagick Studio LLC</small> 686 </div> 687 </footer> 688 689 <!-- Javascript assets --> 690 <script src="assets/magick.js" ></script> 691 </body> 692</html> 693<!-- Magick Cache 13th February 2021 12:51 -->