]> granicus.if.org Git - imagemagick/blob - www/command-line-processing.html
Revised comments about interpretation of the -quality value in coders/png.c
[imagemagick] / www / command-line-processing.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
3 <head>
4   <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
5   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
6   <title>ImageMagick: Command-line Processing</title>
7   <meta http-equiv="content-language" content="en-US"></meta>
8   <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
9   <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
10   <meta name="application-name" content="ImageMagick"></meta>
11   <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
12   <meta name="application-url" content="http://www.imagemagick.org"></meta>
13   <meta name="generator" content="PHP"></meta>
14   <meta name="keywords" content="command-line, processing, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
15   <meta name="rating" content="GENERAL"></meta>
16   <meta name="robots" content="INDEX, FOLLOW"></meta>
17   <meta name="generator" content="ImageMagick Studio LLC"></meta>
18   <meta name="author" content="ImageMagick Studio LLC"></meta>
19   <meta name="revisit-after" content="2 DAYS"></meta>
20   <meta name="resource-type" content="document"></meta>
21   <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"></meta>
22   <meta name="distribution" content="Global"></meta>
23   <link rel="icon" href="../images/wand.png"></link>
24   <link rel="shortcut icon" href="../images/wand.ico" type="images/x-icon"></link>
25   <link rel="canonical" href="../index.html"></link>
26   <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
27
28   <!-- Add jQuery library -->
29   <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
30   
31   <!-- Add mousewheel plugin (this is optional) -->
32   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
33   
34   <!-- Add fancyBox -->
35   <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
36   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
37   
38   <!-- Optionally add helpers - button, thumbnail and/or media -->
39   <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
40   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
41   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
42   
43   <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
44   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
45   
46   <script type="text/javascript">
47         $(document).ready(function() {
48                 $(".fancybox").fancybox();
49         });
50   </script>
51
52   <!-- ImageMagick style -->
53   <style type="text/css" media="all">
54     @import url("../www/magick.css");
55   </style>
56 </head>
57
58 <body id="www-imagemagick-org">
59
60
61
62 <div class="titlebar">
63 <div style="margin: 17px auto; float: left;">
64   <script type="text/javascript">
65   <!--
66     google_ad_client = "pub-3129977114552745";
67     google_ad_slot = "5439289906";
68     google_ad_width = 728;
69     google_ad_height = 90;
70   //-->
71   </script>
72   
73 </div>
74 <a href="../discourse-server">
75   <img src="../images/logo.jpg" alt="ImageMagick Logo" style="width: 123px; height: 118px; border: 0px; float: right;"></img></a>
76 <a href="../index.html">
77   <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
78 </div>
79
80 <div class="westbar">
81
82 <div class="menu">
83   <a title="About ImageMagick" href="../index.html">About ImageMagick</a>
84 </div>
85 <div class="menu">
86   <a title="Binary Releases" href="binary-releases.html">Binary Releases</a>
87 </div>
88 <div class="sub">
89     <a title="Binary Release: Unix" href="binary-releases.html#unix">Unix</a>
90 </div>
91 <div class="sub">
92     <a title="Binary Release: MacOS X" href="binary-releases.html#macosx">Mac OS X</a>
93 </div>
94 <div class="sub">
95     <a title="Binary Release: iOS" href="binary-releases.html#iOS">iOS</a>
96 </div>
97 <div class="sub">
98     <a title="Binary Release: Windows" href="binary-releases.html#windows">Windows</a>
99 </div>
100 <div class="sep"></div>
101 <div class="menu">
102   <a title="Command-line Tools" href="command-line-tools.html">Command-line Tools</a>
103 </div>
104 <div class="sub">
105     <a title="Command-line Tools: Processing" href="command-line-processing.html">Processing</a>
106 </div>
107 <div class="sub">
108     <a title="Command-line Tools: Options" href="command-line-options.html">Options</a>
109 </div>
110 <div class="sub">
111     <a title="Command-line Tools: Usage" href="http://www.imagemagick.org/Usage/">Usage</a>
112 </div>
113 <div class="menu">
114   <a title="Program Interfaces" href="api.html">Program Interfaces</a>
115 </div>
116 <div class="sub">
117     <a title="Program Interface: MagickWand" href="magick-wand.html">MagickWand</a>
118 </div>
119 <div class="sub">
120     <a title="Program Interface: MagickCore" href="magick-core.html">MagickCore</a>
121 </div>
122 <div class="sub">
123     <a title="Program Interface: PerlMagick" href="perl-magick.html">PerlMagick</a>
124 </div>
125 <div class="sub">
126     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
127 </div>
128 <div class="sep"></div>
129 <div class="menu">
130    <a title="Install from Source" href="install-source.html">Install from Source</a>
131 </div>
132 <div class="sub">
133     <a title="Install from Source: Unix" href="install-source.html#unix">Unix</a>
134 </div>
135 <div class="sub">
136     <a title="Install from Source: Windows" href="install-source.html#windows">Windows</a>
137  </div>
138 <div class="menu">
139   <a title="Resources" href="resources.html">Resources</a>
140 </div>
141 <div class="menu">
142   <a title="Architecture" href="architecture.html">Architecture</a>
143 </div>
144 <div class="menu">
145   <a title="Download" href="download.html">Download</a>
146 </div>
147 <div class="sep"></div>
148 <div class="menu">
149   <a title="Search" href="search.html">Search</a>
150 </div>
151 <div class="sep"></div>
152 <div class="menu">
153   <a title="Site Map" href="sitemap.html">Site Map</a>
154 </div>
155 <div class="sub">
156   <a title="Site Map: Links" href="links.html">Links</a>
157 </div>
158 <div class="sep"></div>
159 <div class="menu">
160   <a title="Support ImageMagick Development" href="support.html">Support ImageMagick Development</a>
161 </div>
162 </div>
163
164 <div class="eastbar">
165   
166   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="../index.html"></a></div>
167   <noscript>
168     <a href="http://flattr.com/thing/947300/Convert-Edit-And-Compose-Images" target="_blank">
169     <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0"></img></a>
170   </noscript>
171     
172     
173 </div>
174
175 <div class="main">
176
177
178
179
180 <h1>Command-line Processing</h1>
181 <p class="navigation-index">[<a href="command-line-processing.html#anatomy">The Anatomy of the Command Line</a> • <a href="command-line-processing.html#input">Input Filename</a> • <a href="command-line-processing.html#setting">Image Setting</a> • <a href="command-line-processing.html#operator">Image Operator</a> • <a href="command-line-processing.html#sequence">Image Sequence Operator</a> • <a href="command-line-processing.html#geometry">Image Geometry</a> •  <a href="command-line-processing.html#stack">Image Stack</a> • <a href="command-line-processing.html#output">Output Filename</a>]</p>
182
183 <div class="doc-section">
184
185 <p>The ImageMagick command line can be as simple as this.</p>
186
187 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert image.jpg image.png</span></p>
188 <p>Or it can be very complex, as in the following.</p>
189
190 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert label.gif +matte \ <br></br>
191     \( +clone  -shade 110x90 -normalize -negate +clone  -compose Plus -composite \) \<br></br>
192     \( -clone 0 -shade 110x50 -normalize -channel BG -fx 0 +channel -matte \) \<br></br>
193     -delete 0 +swap  -compose Multiply -composite  button.gif</span></p>
194 <p>Without knowing much about the ImageMagick command line, you can probably figure out that the first command above converts an image in the JPEG format to one in the PNG format.  However, very few may realize the second, more complex command, gives a flat two-dimensional label a three-dimensional look with rich textures and simulated depth:</p>
195
196 <div class="image">
197   <a href="../images/label.gif"><img src="../images/label.gif" width="78" height="53" alt="label"></img></a>
198 <img style="margin-top:16px; margin-bottom:17px;" src="../images/right.gif" width="20" height="20" alt="==&gt;"></img>
199   <a href="../images/button.gif">
200   <img src="../images/button.gif" width="78" height="53" alt="button"></img></a>
201 </div>
202
203 <p class="warn">[ <em>A quick word about our formatting of commands:</em> The second example above is long enough that the command must be written across several lines, so we formatted it for clarity by inserting backslashes (<code>\</code>). The backslash is the Unix <em>line continuation</em> character. In the Windows shell, use a carat character (<code>^</code>) for line continuation. We use the Unix style on these web pages, as above. Sometimes, however, the lines are wrapped by your browser if the browser window is small enough, but the command lines, shown in white, are still intended to be typed as one line. Line continuation characters need not be entered. The <em>parentheses</em> that are <em>escaped</em> above using the backslash are not escaped in Windows. There are some other differences between Windows and Unix (involving quotation marks, for instance), but we'll discuss some of those issues later, as they arise. ]</p>
204
205 <p>Here we show percent completion of a task as a shaded cylinder:</p>
206
207 <div class="image">
208   <img src="../images/cylinder_shaded.png" width="320" height="200" alt="Shaded Cylinder"></img>
209 </div>
210
211 <p>Given the complexity of the rendering, you might be surprised it is accomplished by a single command-line:</p>
212
213 <pre class="text">
214 convert -size 320x90 canvas:none -stroke snow4 -size 1x90 -tile gradient:white-snow4 \
215   -draw 'roundrectangle 16, 5, 304, 85 20,40' +tile -fill snow \
216   -draw 'roundrectangle 264, 5, 304, 85  20,40' -tile gradient:chartreuse-green \
217   -draw 'roundrectangle 16,  5, 180, 85  20,40' -tile gradient:chartreuse1-chartreuse3 \
218   -draw 'roundrectangle 140, 5, 180, 85  20,40' +tile -fill none \
219   -draw 'roundrectangle 264, 5, 304, 85 20,40' -strokewidth 2 \
220   -draw 'roundrectangle 16, 5, 304, 85 20,40' \( +clone -background snow4 \
221   -shadow 80x3+3+3 \) +swap -background none -layers merge \( +size -font Helvetica \
222   -pointsize 90 -strokewidth 1 -fill red label:'50 %' -trim +repage \( +clone \
223   -background firebrick3 -shadow 80x3+3+3 \) +swap -background none -layers merge \) \
224   -insert 0 -gravity center -append -background white -gravity center -extent 320x200 \
225   cylinder_shaded.png
226 </pre>
227
228 <p>In the next sections we dissect the anatomy of the ImageMagick command line.  Hopefully, after carefully reading and better understanding how the command line works, you should be able to accomplish complex image-processing tasks without resorting to the sometimes daunting <a href="api.html">program interfaces</a>.</p>
229
230 <p>See <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a> for additional help when using ImageMagick from the command-line.</p>
231 </div>
232
233 <h2><a id="anatomy"></a>The Anatomy of the Command Line</h2>
234 <div class="doc-section">
235 <p>The ImageMagick command line consists of</p>
236
237 <ol>
238 <li>one or more required input filenames.</li>
239 <li>zero, one, or more image settings.</li>
240 <li>zero, one, or more image operators.</li>
241 <li>zero, one, or more image sequence operators.</li>
242 <li>zero, one, or more image stacks.</li>
243 <li>zero or one output image filenames (required by
244 <a href="convert.html">convert</a>,
245 <a href="composite.html">composite</a>,
246 <a href="montage.html">montage</a>,
247 <a href="compare.html">compare</a>,
248 <a href="import.html">import</a>,
249 <a href="conjure.html">conjure</a>).
250 </li>
251 </ol>
252
253 <p>You can find a detailed explanation of each of the constituent parts of the command line in the sections that follow.</p>
254 </div>
255
256 <h2><a id="input"></a>Input Filename</h2>
257 <div class="doc-section">
258
259 <p>ImageMagick extends the concept of an input filename to include:</p>
260 <ul>
261 <li>filename globbing</li>
262 <li>an explicit image format</li>
263 <li>using built-in images and patterns</li>
264 <li>STDIN, STDOUT, and file descriptors</li>
265 <li>selecting certain frames from an image</li>
266 <li>selecting a region of an image</li>
267 <li>forcing an inline image resize</li>
268 <li>forcing an inline image crop</li>
269 <li>using filename references</li>
270 </ul>
271
272 <p>These extensions are explained in the next few paragraphs.</p>
273
274 <h3>Filename Globbing</h3>
275 <div class="doc-section">
276 <p>In Unix shells, certain characters such as the asterisk (<code>*</code>) and question mark (<code>?</code>) automagically cause lists of filenames to be generated based on pattern matches. This feature is known as globbing.  ImageMagick supports filename globbing for systems, such as Windows, that does not natively support it.  For example, suppose you want to convert <code>1.jpg</code>, <code>2.jpg</code>, <code>3.jpg</code>, <code>4.jpg</code>, and <code>5.jpg</code> in your current directory to a GIF animation.  You can conveniently  refer to all of the JPEG files with this command:
277 </p>
278
279 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert *.jpg images.gif</span></p>
280 </div>
281
282 <h3>Explicit Image Format</h3>
283 <div class="doc-section">
284 <p>Images are stored in a myriad of image formats including
285 the better known JPEG, PNG, TIFF and others.  ImageMagick must know the format
286 of the image before it can be read and processed.  Most formats have a
287 signature within the image that uniquely identifies the format.  Failing
288 that, ImageMagick leverages the filename extension to determine the format. 
289 For example, <code>image.jpg</code> or <code>image.JPG</code> tells ImageMagick
290 it is reading an image in the JPEG format. </p>
291
292                 <p>In some cases the image may not contain a signature
293 and/or the filename does not identify the image format.  In these cases an
294 explicit image format must be specified.  For example, suppose our image
295 is named <code>image</code> and contains raw red, green, and blue intensity
296 values.  ImageMagick has no way to automagically determine the image format
297 so we explicitly set one:
298 </p>
299
300 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert -size 640x480 -depth 8 rgb:image image.png</span></p>
301   </div>
302
303 <h3>Built-in Images and Patterns</h3>
304 <div class="doc-section">
305 <p>ImageMagick has a number of built-in <a href="formats.html#builtin-images">images</a> and <a href="formats.html#builtin-patterns">patterns</a>.  To utilize the checkerboard pattern, for example, use:
306 </p>
307
308 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert -size 640x480 pattern:checkerboard checkerboard.png</span></p>
309 </div>
310
311 <h3>STDIN, STDOUT, and file descriptors</h3>
312 <div class="doc-section">
313 <p>Unix and Windows permit the output of one command to be piped to the input of another. ImageMagick permits image data to be read and written from the <a href="http://en.wikipedia.org/wiki/Standard_streams">standard streams</a> STDIN (<em>standard in</em>) and STDOUT (<em>standard out</em>), respectively, using a pseudo-filename of <code>-</code>.  In this example we pipe the output of
314   <a href="convert.html">convert</a> to the <a href="display.html">display</a> program:
315 </p>
316
317 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert logo: gif:- | display gif:-</span></p>
318 <p>The second explicit format "<code>gif:</code>" is optional in the preceding example.  The GIF image format has a unique signature within the image so ImageMagick's <a href="display.html">display</a> command can readily recognize the format as GIF.  The <a href="convert.html">convert</a> program also accepts STDIN as input in this way:
319 </p>
320
321 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert rose: gif:- | convert - -resize "200%" bigrose.jpg</span></p>
322 <p>Other pipes can be accessed via their <em>file descriptors</em> (as of version 6.4.9-3). The file descriptors 0, 1, and 2 are reserved for the standard streams STDIN, STDOUT, and STDERR, respectively, but a pipe associated with a file descriptor number <em>N</em>&gt;2 can be accessed using the pseudonym <code>fd:</code><em>N</em>. (The pseudonyms <code>fd:0</code> and <code>fd:1</code> can be used for STDIN and STDOUT.) The next example shows how to append image data piped from files with  descriptors 3 and 4 and direct the result to the file with descriptor number 5.
323 </p>
324
325 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert fd:3 fd:4 -append fd:5</span></p>
326 <p>When needed, explicit image formats can be given as mentioned earlier, as in the following.
327 </p>
328
329 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert gif:fd:3 jpg:fd:4 -append tif:fd:5</span></p>
330 </div>
331
332 <h3>Selecting Frames</h3>
333 <div class="doc-section">
334 <p>Some images formats contain more than one image frame.  Perhaps you only want the first image, or the last, or some number of images in-between.  You can specify which image frames to read by appending the image filename with the frame range enclosed in brackets.  Here our image (an animated GIF) contains more than one frame but we only want the first:
335 </p>
336
337 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert 'images.gif[0]' image.png</span></p>
338 <p class="warn">[Unix shells generally interpret brackets so we enclosed the filename in quotes above.
339 In a Windows command shell the brackets are not interpreted but using quotes doesn't hurt. However, in most cases the roles of single-quotes and double-quotes are reversed with respect to Unix and Windows, so Windows users should usually try double-quotes where we display single-quotes, and vice versa.]
340 </p>
341
342 <p>You can read more than one image from a sequence with a frame range.  For example, you can extract the first four frames of an image sequence:
343 </p>
344
345 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert 'images.gif[0-3]' images.mng</span></p>
346 <p>Finally, you can read more than one image from a sequence, out-of-order. The next command gets the third image in the sequence, followed by the second, and then the fourth:
347 </p>
348
349 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert 'images.gif[3,2,4]' images.mng</span></p>
350 <p>Notice that in the last two commands, a single image is written. The output in this case, where the image type is MNG, is a multi-frame file because the MNG format supports multiple frames. Had the output format been JPG, which only supports single frames, the output would have consisted of separate frames. More about that below, in the section about the <a href="command-line-processing.html#output">Output Filename</a>.
351 </p>
352 </div>
353
354 <h3>Selecting an Image Region</h3>
355 <div class="doc-section">
356 <p>Raw images are a sequence of color intensities without additional meta information such as width, height, or image signature.  With raw image formats, you must specify the image width and height but you can also specify a region of the image to read.  In our example, the image is in the raw 8-bit RGB format and is 6000 pixels wide and 4000 pixels high.  However, we only want a region of 600 by 400 near the center of the image:
357 </p>
358
359 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert -size 6000x4000 -depth 8 \ <br></br> 'rgb:image[600x400+1900+2900]' image.jpg</span></p>
360 <p>
361   You can get the same results with the <a href="command-line-options.html#extract">‑extract</a> option:
362 </p>
363
364 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert -size 6000x4000 -depth 8 \ <br></br> -extract 600x400+1900+2900 rgb:image image.jpg</span></p>
365 </div>
366
367 <h3>Inline Image Resize</h3>
368 <div class="doc-section">
369 <p>It is sometimes convenient to resize an image as they are read.  Suppose you have hundreds of large JPEG images you want to convert to a sequence of PNG thumbails:
370 </p>
371
372 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert '*.jpg' -resize 120x120 thumbnail%03d.png</span></p>
373 <p>Here <em>all</em> the images are read and subsequently
374 resized.  It is faster and less resource intensive to resize each image it
375 is read:
376 </p>
377
378 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert '*.jpg[120x120]' thumbnail%03d.png</span></p>
379 </div>
380
381 <h3>Inline Image Crop</h3>
382 <div class="doc-section">
383 <p>It is sometimes convenient to crop an image as they are read.  Suppose you have hundreds of large JPEG images you want to convert to a sequence of PNG thumbails:
384 </p>
385
386 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert '*.jpg' -crop 120x120+10+5 thumbnail%03d.png</span></p>
387 <p>Here <em>all</em> the images are read and subsequently cropped.  It is faster and less resource-intensive to crop each image as it is read:
388 </p>
389
390 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert '*.jpg[120x120+10+5]' thumbnail%03d.png</span></p>
391 </div>
392
393 <h3>Filename References</h3>
394 <div class="doc-section">
395 <p>There are two methods to use a filename to reference other image filenames.
396 The first is with '<code>@</code>' which reads image filenames separated by white space from the specified file.  Assume the file <code>myimages.txt</code> consists of a list of filenames, like so:
397 </p>
398
399 <pre class="text">
400   frame001.jpg
401   frame002.jpg
402   frame003.jpg
403 </pre>
404
405 <p>We then expect this command:</p>
406 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert @myimages.txt mymovie.gif</span></p><p>to read the images <code>frame001.jpg</code>, <code>frame002.jpg</code>, and <code>frame003.jpg</code> and convert them to a GIF image sequence.  </p>
407 <p>If the image path includes one or more spaces, enclose the path in quotes:</p>
408 <pre class="text">
409   'my title.jpg'
410 </pre>
411
412
413     <p>Some ImageMagick command-line options may exceed the capabilities of
414 your command line processor.  Windows, for example, limits command lines
415 to 8192 characters.  If, for example, you have a draw option with polygon
416 points that exceed the command-line length limit, put the draw option instead
417 in a file and reference the file with
418 the <code>@</code> (e.g. <code>@mypoly.txt</code>).</p>
419
420 <p>Another method of referring to other image files is by
421 embedding a formatting character in the filename with a scene range.  Consider
422 the filename <code>image-%d.jpg[1-5]</code>. The command</p>
423
424 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert image-%d.jpg[1-5]</span></p>
425 <p>causes ImageMagick to attempt to read images with these filenames:
426 </p>
427
428 <pre class="text">
429   image-1.jpg
430   image-2.jpg
431   image-3.jpg
432   image-4.jpg
433   image-5.jpg
434 </pre>
435
436 </div>
437 </div>
438
439
440 <h2><a id="setting"></a>Image Setting</h2>
441 <div class="doc-section">
442
443 <p>An image setting persists as it appears on the command line and may affect
444 subsequent processing such as reading an image, an image operator, or when
445 writing an image as appropriate.  An image setting stays in effect until it
446 is reset or the command line terminates.  The image settings include:</p>
447
448 <p class="options">
449 <a href="command-line-options.html#adjoin">‑adjoin</a> <span class="bull"> • </span> <a href="command-line-options.html#affine">‑affine</a> <span class="bull"> • </span> <a href="command-line-options.html#alpha">‑alpha</a> <span class="bull"> • </span> <a href="command-line-options.html#antialias">‑antialias</a> <span class="bull"> • </span> <a href="command-line-options.html#authenticate">‑authenticate</a> <span class="bull"> • </span> <a href="command-line-options.html#background">‑background</a> <span class="bull"> • </span> <a href="command-line-options.html#bias">‑bias</a> <span class="bull"> • </span> <a href="command-line-options.html#black-point-compensation">‑black‑point‑compensation</a> <span class="bull"> • </span> <a href="command-line-options.html#blue-primary">‑blue‑primary</a> <span class="bull"> • </span> <a href="command-line-options.html#bordercolor">‑bordercolor</a> <span class="bull"> • </span> <a href="command-line-options.html#caption">‑caption</a> <span class="bull"> • </span> <a href="command-line-options.html#channel">‑channel</a> <span class="bull"> • </span> <a href="command-line-options.html#comment">‑comment</a> <span class="bull"> • </span> <a href="command-line-options.html#compress">‑compress</a> <span class="bull"> • </span> <a href="command-line-options.html#debug">‑debug</a> <span class="bull"> • </span> <a href="command-line-options.html#define">‑define</a> <span class="bull"> • </span> <a href="command-line-options.html#delay">‑delay</a> <span class="bull"> • </span> <a href="command-line-options.html#density">‑density</a> <span class="bull"> • </span> <a href="command-line-options.html#depth">‑depth</a> <span class="bull"> • </span> <a href="command-line-options.html#direction">‑direction</a> <span class="bull"> • </span> <a href="command-line-options.html#display">‑display</a> <span class="bull"> • </span> <a href="command-line-options.html#dispose">‑dispose</a> <span class="bull"> • </span> <a href="command-line-options.html#dither">‑dither</a> <span class="bull"> • </span> <a href="command-line-options.html#encoding">‑encoding</a> <span class="bull"> • </span> <a href="command-line-options.html#endian">‑endian</a> <span class="bull"> • </span> <a href="command-line-options.html#extract">‑extract</a> <span class="bull"> • </span> <a href="command-line-options.html#family">‑family</a> <span class="bull"> • </span> <a href="command-line-options.html#fill">‑fill</a> <span class="bull"> • </span> <a href="command-line-options.html#filter">‑filter</a> <span class="bull"> • </span> <a href="command-line-options.html#font">‑font</a> <span class="bull"> • </span> <a href="command-line-options.html#format">‑format</a> <span class="bull"> • </span> <a href="command-line-options.html#fuzz">‑fuzz</a> <span class="bull"> • </span> <a href="command-line-options.html#geometry">‑geometry</a> <span class="bull"> • </span> <a href="command-line-options.html#gravity">‑gravity</a> <span class="bull"> • </span> <a href="command-line-options.html#green-primary">‑green‑primary</a> <span class="bull"> • </span> <a href="command-line-options.html#interlace">‑interlace</a> <span class="bull"> • </span> <a href="command-line-options.html#intent">‑intent</a> <span class="bull"> • </span> <a href="command-line-options.html#interpolate">‑interpolate</a> <span class="bull"> • </span> <a href="command-line-options.html#label">‑label</a> <span class="bull"> • </span> <a href="command-line-options.html#limit">‑limit</a> <span class="bull"> • </span> <a href="command-line-options.html#linewidth">‑linewidth</a> <span class="bull"> • </span> <a href="command-line-options.html#log">‑log</a> <span class="bull"> • </span> <a href="command-line-options.html#loop">‑loop</a> <span class="bull"> • </span> <a href="command-line-options.html#mask">‑mask</a> <span class="bull"> • </span> <a href="command-line-options.html#mattecolor">‑mattecolor</a> <span class="bull"> • </span> <a href="command-line-options.html#monitor">‑monitor</a> <span class="bull"> • </span> <a href="command-line-options.html#orient">‑orient</a> <span class="bull"> • </span> <a href="command-line-options.html#page">‑page</a> <span class="bull"> • </span> <a href="command-line-options.html#pointsize">‑pointsize</a> <span class="bull"> • </span> <a href="command-line-options.html#preview">‑preview</a> <span class="bull"> • </span> <a href="command-line-options.html#quality">‑quality</a> <span class="bull"> • </span> <a href="command-line-options.html#quiet">‑quiet</a> <span class="bull"> • </span> <a href="command-line-options.html#red-primary">‑red‑primary</a> <span class="bull"> • </span> <a href="command-line-options.html#region">‑region</a> <span class="bull"> • </span> <a href="command-line-options.html#render">‑render</a> <span class="bull"> • </span> <a href="command-line-options.html#repage">‑repage</a> <span class="bull"> • </span> <a href="command-line-options.html#sampling-factor">‑sampling‑factor</a> <span class="bull"> • </span> <a href="command-line-options.html#scene">‑scene</a> <span class="bull"> • </span> <a href="command-line-options.html#seed">‑seed</a> <span class="bull"> • </span> <a href="command-line-options.html#size">‑size</a> <span class="bull"> • </span> <a href="command-line-options.html#stretch">‑stretch</a> <span class="bull"> • </span> <a href="command-line-options.html#stroke">‑stroke</a> <span class="bull"> • </span> <a href="command-line-options.html#strokewidth">‑strokewidth</a> <span class="bull"> • </span> <a href="command-line-options.html#style">‑style</a> <span class="bull"> • </span> <a href="command-line-options.html#texture">‑texture</a> <span class="bull"> • </span> <a href="command-line-options.html#tile">‑tile</a> <span class="bull"> • </span> <a href="command-line-options.html#transparent-color">‑transparent‑color</a> <span class="bull"> • </span> <a href="command-line-options.html#treedepth">‑treedepth</a> <span class="bull"> • </span> <a href="command-line-options.html#type">‑type</a> <span class="bull"> • </span> <a href="command-line-options.html#undercolor">‑undercolor</a> <span class="bull"> • </span> <a href="command-line-options.html#units">‑units</a> <span class="bull"> • </span> <a href="command-line-options.html#verbose">‑verbose</a> <span class="bull"> • </span> <a href="command-line-options.html#virtual-pixel">‑virtual‑pixel</a> <span class="bull"> • </span> <a href="command-line-options.html#weight">‑weight</a> </p>
450
451 <p>In this example, <em class="arg">-channel</em> applies to each of the images, since, as we mentioned, settings persist:
452 </p>
453
454 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert -channel RGB wand.png wizard.png images.png</span></p>
455 </div>
456
457 <h2><a id="operator"></a>Image Operator</h2>
458 <div class="doc-section">
459
460 <p>An image operator differs from a setting in that it affects the image
461 immediately as it appears on the command line.  An operator is
462 any <a href="command-line-options.html">command line option</a>
463 not listed as a <a href="command-line-processing.html#setting">image setting</a>
464 or <a href="command-line-processing.html#sequence">image sequence operator</a>.  Unlike an
465 image setting, which persists until the command line terminates,
466 an operator is applied to an image and forgotten.  The image operators
467 include:</p>
468
469 <p class="options">
470 <a href="command-line-options.html#annotate">‑annotate</a> <span class="bull"> • </span> <a href="command-line-options.html#black-threshold">‑black‑threshold</a> <span class="bull"> • </span> <a href="command-line-options.html#blur">‑blur</a> <span class="bull"> • </span> <a href="command-line-options.html#border">‑border</a> <span class="bull"> • </span> <a href="command-line-options.html#charcoal">‑charcoal</a> <span class="bull"> • </span> <a href="command-line-options.html#chop">‑chop</a> <span class="bull"> • </span> <a href="command-line-options.html#clip">‑clip</a> <span class="bull"> • </span> <a href="command-line-options.html#clip-path">‑clip‑path</a> <span class="bull"> • </span> <a href="command-line-options.html#clip-mask">‑clip‑mask</a> <span class="bull"> • </span> <a href="command-line-options.html#colors">‑colors</a> <span class="bull"> • </span> <a href="command-line-options.html#colorize">‑colorize</a> <span class="bull"> • </span> <a href="command-line-options.html#colorspace">‑colorspace</a> <span class="bull"> • </span> <a href="command-line-options.html#compose">‑compose</a> <span class="bull"> • </span> <a href="command-line-options.html#contrast">‑contrast</a> <span class="bull"> • </span> <a href="command-line-options.html#convolve">‑convolve</a> <span class="bull"> • </span> <a href="command-line-options.html#crop">‑crop</a> <span class="bull"> • </span> <a href="command-line-options.html#cycle">‑cycle</a> <span class="bull"> • </span> <a href="command-line-options.html#despeckle">‑despeckle</a> <span class="bull"> • </span> <a href="command-line-options.html#draw">‑draw</a> <span class="bull"> • </span> <a href="command-line-options.html#edge">‑edge</a> <span class="bull"> • </span> <a href="command-line-options.html#emboss">‑emboss</a> <span class="bull"> • </span> <a href="command-line-options.html#enhance">‑enhance</a> <span class="bull"> • </span> <a href="command-line-options.html#equalize">‑equalize</a> <span class="bull"> • </span> <a href="command-line-options.html#evaluate">‑evaluate</a> <span class="bull"> • </span> <a href="command-line-options.html#extent">‑extent</a> <span class="bull"> • </span> <a href="command-line-options.html#flip">‑flip</a> <span class="bull"> • </span> <a href="command-line-options.html#flop">‑flop</a> <span class="bull"> • </span> <a href="command-line-options.html#floodfill">‑floodfill</a> <span class="bull"> • </span> <a href="command-line-options.html#frame">‑frame</a> <span class="bull"> • </span> <a href="command-line-options.html#gamma">‑gamma</a> <span class="bull"> • </span> <a href="command-line-options.html#gaussian-blur">‑gaussian‑blur</a> <span class="bull"> • </span> <a href="command-line-options.html#implode">‑implode</a> <span class="bull"> • </span> <a href="command-line-options.html#lat">‑lat</a> <span class="bull"> • </span> <a href="command-line-options.html#level">‑level</a> <span class="bull"> • </span> <a href="command-line-options.html#map">‑map</a> <span class="bull"> • </span> <a href="command-line-options.html#median">‑median</a> <span class="bull"> • </span> <a href="command-line-options.html#modulate">‑modulate</a> <span class="bull"> • </span> <a href="command-line-options.html#monochrome">‑monochrome</a> <span class="bull"> • </span> <a href="command-line-options.html#negate">‑negate</a> <span class="bull"> • </span> <a href="command-line-options.html#noise">‑noise</a> <span class="bull"> • </span> <a href="command-line-options.html#normalize">‑normalize</a> <span class="bull"> • </span> <a href="command-line-options.html#opaque">‑opaque</a> <span class="bull"> • </span> <a href="command-line-options.html#ordered-dither">‑ordered‑dither</a> <span class="bull"> • </span> <a href="command-line-options.html#paint">‑paint</a> <span class="bull"> • </span> <a href="command-line-options.html#posterize">‑posterize</a> <span class="bull"> • </span> <a href="command-line-options.html#raise">‑raise</a> <span class="bull"> • </span> <a href="command-line-options.html#profile">‑profile</a> <span class="bull"> • </span> <a href="command-line-options.html#radial-blur">‑radial‑blur</a> <span class="bull"> • </span> <a href="command-line-options.html#raise">‑raise</a> <span class="bull"> • </span> <a href="command-line-options.html#random-threshold">‑random‑threshold</a> <span class="bull"> • </span> <a href="command-line-options.html#resample">‑resample</a> <span class="bull"> • </span> <a href="command-line-options.html#resize">‑resize</a> <span class="bull"> • </span> <a href="command-line-options.html#roll">‑roll</a> <span class="bull"> • </span> <a href="command-line-options.html#rotate">‑rotate</a> <span class="bull"> • </span> <a href="command-line-options.html#sample">‑sample</a> <span class="bull"> • </span> <a href="command-line-options.html#scale">‑scale</a> <span class="bull"> • </span> <a href="command-line-options.html#sepia-tone">‑sepia‑tone</a> <span class="bull"> • </span> <a href="command-line-options.html#segment">‑segment</a> <span class="bull"> • </span> <a href="command-line-options.html#shade">‑shade</a> <span class="bull"> • </span> <a href="command-line-options.html#shadow">‑shadow</a> <span class="bull"> • </span> <a href="command-line-options.html#sharpen">‑sharpen</a> <span class="bull"> • </span> <a href="command-line-options.html#shave">‑shave</a> <span class="bull"> • </span> <a href="command-line-options.html#shear">‑shear</a> <span class="bull"> • </span> <a href="command-line-options.html#sigmoidal-contrast">‑sigmoidal‑contrast</a> <span class="bull"> • </span> <a href="command-line-options.html#solarize">‑solarize</a> <span class="bull"> • </span> <a href="command-line-options.html#splice">‑splice</a> <span class="bull"> • </span> <a href="command-line-options.html#spread">‑spread</a> <span class="bull"> • </span> <a href="command-line-options.html#strip">‑strip</a> <span class="bull"> • </span> <a href="command-line-options.html#swirl">‑swirl</a> <span class="bull"> • </span> <a href="command-line-options.html#threshold">‑threshold</a> <span class="bull"> • </span> <a href="command-line-options.html#transparent">‑transparent</a> <span class="bull"> • </span> <a href="command-line-options.html#thumbnail">‑thumbnail</a> <span class="bull"> • </span> <a href="command-line-options.html#tint">‑tint</a> <span class="bull"> • </span> <a href="command-line-options.html#transform">‑transform</a> <span class="bull"> • </span> <a href="command-line-options.html#trim">‑trim</a> <span class="bull"> • </span> <a href="command-line-options.html#unsharp">‑unsharp</a> <span class="bull"> • </span> <a href="command-line-options.html#version">‑version</a> <span class="bull"> • </span> <a href="command-line-options.html#wave">‑wave</a> <span class="bull"> • </span> <a href="command-line-options.html#white-point">‑white‑point</a> <span class="bull"> • </span> <a href="command-line-options.html#white-threshold">‑white‑threshold</a> </p>
471
472 <p>In this example, <em class="arg">-negate</em> negates the wand image but not the wizard:</p>
473
474 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert wand.png -negate wizard.png images.png</span></p></div>
475
476 <h2><a id="sequence"></a>Image Sequence Operator</h2>
477 <div class="doc-section">
478
479 <p>An image sequence operator differs from a setting in that it affects an
480 image sequence immediately as it appears on the command line.  Choose from
481 these image sequence operators:</p>
482
483 <p class="options">
484 <a href="command-line-options.html#append">‑append</a> <span class="bull"> • </span> <a href="command-line-options.html#affinity">‑affinity</a> <span class="bull"> • </span> <a href="command-line-options.html#average">‑average</a> <span class="bull"> • </span> <a href="command-line-options.html#clut">‑clut</a> <span class="bull"> • </span> <a href="command-line-options.html#coalesce">‑coalesce</a> <span class="bull"> • </span> <a href="command-line-options.html#combine">‑combine</a> <span class="bull"> • </span> <a href="command-line-options.html#composite">‑composite</a> <span class="bull"> • </span> <a href="command-line-options.html#crop">‑crop</a> <span class="bull"> • </span> <a href="command-line-options.html#debug">‑debug</a> <span class="bull"> • </span> <a href="command-line-options.html#deconstruct">‑deconstruct</a> <span class="bull"> • </span> <a href="command-line-options.html#delete">‑delete</a> <span class="bull"> • </span> <a href="command-line-options.html#evaluate-seqence">‑evaluate‑seqence</a> <span class="bull"> • </span> <a href="command-line-options.html#fft">‑fft</a> <span class="bull"> • </span> <a href="command-line-options.html#flatten">‑flatten</a> <span class="bull"> • </span> <a href="command-line-options.html#fx">‑fx</a> <span class="bull"> • </span> <a href="command-line-options.html#hald-clut">‑hald‑clut</a> <span class="bull"> • </span> <a href="command-line-options.html#ift">‑ift</a> <span class="bull"> • </span> <a href="command-line-options.html#identify">‑identify</a> <span class="bull"> • </span> <a href="command-line-options.html#insert">‑insert</a> <span class="bull"> • </span> <a href="command-line-options.html#layers">‑layers</a> <span class="bull"> • </span> <a href="command-line-options.html#limit">‑limit</a> <span class="bull"> • </span> <a href="command-line-options.html#map">‑map</a> <span class="bull"> • </span> <a href="command-line-options.html#maximum">‑maximum</a> <span class="bull"> • </span> <a href="command-line-options.html#minimum">‑minimum</a> <span class="bull"> • </span> <a href="command-line-options.html#morph">‑morph</a> <span class="bull"> • </span> <a href="command-line-options.html#mosaic">‑mosaic</a> <span class="bull"> • </span> <a href="command-line-options.html#optimize">‑optimize</a> <span class="bull"> • </span> <a href="command-line-options.html#print">‑print</a> <span class="bull"> • </span> <a href="command-line-options.html#process">‑process</a> <span class="bull"> • </span> <a href="command-line-options.html#quiet">‑quiet</a> <span class="bull"> • </span> <a href="command-line-options.html#separate">‑separate</a> <span class="bull"> • </span> <a href="command-line-options.html#swap">‑swap</a> <span class="bull"> • </span> <a href="command-line-options.html#write">‑write</a> </p>
485 </div>
486
487 <h2><a id="geometry"></a>Image Geometry</h2>
488 <div class="doc-section">
489
490 <p>Many command-line options take a <em class="arg">geometry</em> argument
491 to specify such things as the desired width and height of an image and other
492 dimensional quantities. Because users want so many variations on the resulting
493 dimensions, sizes, and positions of images (and because ImageMagick wants to
494 provide them), the <em class="arg">geometry</em> argument can take many
495 forms. We describe many of these in this section. </p>
496
497 <p>The image options and settings that take some form of
498 a <em class="arg">geometry</em> argument include the following.
499 Keep in mind that some of these parse their arguments in slightly
500 different ways. See the documentation for the individual option or
501 setting for more specifics.</p>
502
503 <p class="options" style="text-align:justify">
504 <a href="command-line-options.html#adaptive-resize">‑adaptive‑resize</a> <span class="bull"> • </span> <a href="command-line-options.html#border">‑border</a> <span class="bull"> • </span> <a href="command-line-options.html#borderwidth">‑borderwidth</a> <span class="bull"> • </span> <a href="command-line-options.html#chop">‑chop</a> <span class="bull"> • </span> <a href="command-line-options.html#crop">‑crop</a> <span class="bull"> • </span> <a href="command-line-options.html#density">‑density</a> <span class="bull"> • </span> <a href="command-line-options.html#extent">‑extent</a> <span class="bull"> • </span> <a href="command-line-options.html#extract">‑extract</a> <span class="bull"> • </span> <a href="command-line-options.html#frame">‑frame</a> <span class="bull"> • </span> <a href="command-line-options.html#geometry">‑geometry</a> <span class="bull"> • </span> <a href="command-line-options.html#iconGeometry">‑iconGeometry</a> <span class="bull"> • </span> <a href="command-line-options.html#liquid-rescale">‑liquid‑rescale</a> <span class="bull"> • </span> <a href="command-line-options.html#page">‑page</a> <span class="bull"> • </span> <a href="command-line-options.html#region">‑region</a> <span class="bull"> • </span> <a href="command-line-options.html#repage">‑repage</a> <span class="bull"> • </span> <a href="command-line-options.html#resize">‑resize</a> <span class="bull"> • </span> <a href="command-line-options.html#sample">‑sample</a> <span class="bull"> • </span> <a href="command-line-options.html#scale">‑scale</a> <span class="bull"> • </span> <a href="command-line-options.html#shave">‑shave</a> <span class="bull"> • </span> <a href="command-line-options.html#splice">‑splice</a> <span class="bull"> • </span> <a href="command-line-options.html#thumbnail">‑thumbnail</a> <span class="bull"> • </span> <a href="command-line-options.html#window">‑window</a> </p>
505
506 <p>The <em class="arg">geometry</em> argument might take any of the forms listed in the table below. These will described in more detail in the subsections following the table. The usual form is <em class="arg">size</em>[<em class="arg">offset</em>], meaning <em class="arg">size</em> is required and <em class="arg">offset</em> is optional. Occasionally, [<em class="arg">size</em>]<em class="arg">offset</em> is possible. In no cases are spaces permitted within the <em class="arg">geometry</em> argument.</p>
507
508
509 <table id="geometryTable" class="doc">
510   <col width="20%"></col> <col width="80%"></col>
511   <thead>
512   <tr valign="top">
513     <th style="text-align:center"><em class="arg">size</em></th>
514     <th>General description (actual behavior can vary for different options and settings)</th>
515   </tr>
516   </thead>
517   <tbody>
518   <tr valign="top">
519     <td><em class="arg">scale</em>%</td>
520     <td>Height and width both scaled by specified percentage.</td>
521   </tr>
522   <tr valign="top">
523     <td><em class="arg">scale-x</em>%x<em class="arg">scale-y</em>%</td>
524     <td>Height and width individually scaled by specified percentages. (Only one % symbol needed.)</td>
525   </tr>
526   <tr valign="top">
527     <td><em class="arg">width</em></td>
528     <td>Width given, height automagically selected to preserve aspect ratio.</td>
529   </tr>
530   <tr valign="top">
531     <td>x<em class="arg">height</em></td>
532     <td>Height given, width automagically selected to preserve aspect ratio.</td>
533   </tr>
534   <tr valign="top">
535     <td><em class="arg">width</em>x<em class="arg">height</em></td>
536     <td>Maximum values of height and width given, aspect ratio preserved.</td>
537   </tr>
538   <tr valign="top">
539     <td><em class="arg">width</em>x<em class="arg">height</em>^</td>
540     <td>Minimum values of width and height given, aspect ratio preserved.</td>
541   </tr>
542   <tr valign="top">
543     <td><em class="arg">width</em>x<em class="arg">height</em>!</td>
544     <td>Width and height emphatically given, original aspect ratio ignored.</td>
545   </tr>
546   <tr valign="top">
547     <td><em class="arg">width</em>x<em class="arg">height</em>&gt;</td>
548     <td>Shrinks an image with dimension(s) <b>larger</b> than the corresponding <em class="arg">width</em> and/or <em class="arg">height</em> argument(s).</td>
549   </tr>
550   <tr valign="top">
551     <td><em class="arg">width</em>x<em class="arg">height</em>&lt;</td>
552     <td>Enlarges an image with dimension(s) <b>smaller</b> than the corresponding <em class="arg">width</em> and/or <em class="arg">height</em> argument(s).</td>
553   </tr>
554   <tr valign="top">
555     <td><em class="arg">area</em>@</td>
556     <td>Resize image to have specified area in pixels. Aspect ratio is preserved.</td>
557   </tr>
558   </tbody>
559   </table>
560   <table class="doc">
561     <col width="20%"></col> <col width="80%"></col>
562   <thead>
563   <tr valign="top">
564     <th style="text-align:center">{<em class="arg">size</em>}{<em class="arg">offset</em>}</th>
565     <th>Specifying the <em class="arg">offset</em> (default is <code>+0+0</code>). Below, {<em class="arg">size</em>} refers to any of the forms above.</th>
566   </tr>
567   </thead>
568
569   <tbody>
570   <tr valign="top">
571     <td>{<em class="arg">size</em>}{<em class="arg">+-</em>}<em class="arg">x</em>{<em class="arg">+-</em>}<em class="arg">y</em></td>
572     <td>Horizontal and vertical offsets <em class="arg">x</em> and <em class="arg">y</em>, specified in pixels. Signs are required for both. Offsets are affected by <a href="command-line-options.html#gravity">‑gravity</a> setting. Offsets are not affected by <code>%</code> or other <em class="arg">size</em> operators.</td>
573   </tr>
574   </tbody>
575 </table>
576
577
578 <h3>Basic adjustments to width and height; the operators <code>%</code>, <code>^</code>, and <code>!</code> </h3>
579 <div class="doc-section">
580 <p>Here, just below, are a few simple examples of <em class="arg">geometry</em>, showing how it might be used as an argument to the <a href="command-line-options.html#resize">‑resize</a> option. We'll use the internal image <code>logo:</code> for our input image.
581 <a href="../images/logo.png">
582 This fine image</a> is 640 pixels wide and 480 pixels high. We say its <em>dimensions</em> are 640x480. When we give dimensions of an image, the width (the horizontal dimension) always precedes the height (the vertical dimension). This will be true when we speak of coordinates or <em>offsets</em> into an image, which will always be <em>x</em>–value followed by <em>y</em>. Just think of your high school algebra classes and the <em>xy</em>–plane. (Well, almost: our <em>y</em>–axis will always go downward!)
583 </p>
584
585 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert logo: -resize '200%' bigWiz.png</span></p>
586 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert logo: -resize '200x50%' longShortWiz.png</span></p>
587 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert logo: -resize '100x200' notThinWiz.png</span></p>
588 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert logo: -resize '100x200^' biggerNotThinWiz.png</span></p>
589 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert logo: -resize '100x200!' dochThinWiz.png</span></p>
590
591 <p>The first of the four commands is simple—it stretches both the width and height of the input image by <code>200%</code> in each direction; it magnifies the whole thing by a factor of two. The second command specifies different percentages for each direction, stretching the width to <code>200</code>% and squashing the height to <code>50%</code>. The resulting image (in this example) has dimensions 1280x240. Notice that the percent symbol needn't be repeated; the following are equivalent: <code>200x50%</code>, <code>200%x50</code>, <code>200%x50%</code>.
592 </p>
593
594 <p>By default, the width and height given in a <em class="arg">geometry</em> argument are <em>maximum</em> values unless a percentage is specified. That is, the image is expanded or contracted to fit the specified width and height value while maintaining the <em>aspect ratio</em> (the ratio of its height to its width) of the image. For instance, the third command above "tries" to set the dimensions to <code>100x200</code>. Imagine gradually shrinking the original image (which is 640x480), keeping is aspect ratio constant, until it just fits into a 100x200 rectangle. Since the image is longer than it is tall, it will fit when its width shrinks to 100 pixels. To preserve the aspect ratio, the height will therefore have to be (480/640)×100 pixels=75 pixels, so the final dimensions will be 100x75.</p>
595
596 <p> Notice that in the previous example, at least one of the specified dimensions will be attained (in this case, the width, 100 pixels). The resulting image fits snugly within the original. One can do just the opposite of this by invoking the <code>^</code> operator, as in the fourth example above. In that case, when <code>100x200^</code> is given as the argument, again at least one of the dimensions will be attained, but in this case the resulting image can snugly contain the original. Here the <em class="arg">geometry</em> argument gives <em>minimum</em> values. In our example, the height will become 200 and the width will be scaled to preserve the aspect ratio, becoming (640/480)×200 pixels=267 pixels. With the <code>^</code> operator, one of those dimensions will match the requested size, but the image will likely overflow the dimensions requested to preserve its aspect ratio. (The <code>^</code> feature is new as of IM 6.3.8-2.)</p>
597
598 <p>We see that ImageMagick is very good about preserving aspect ratios of images, to prevent distortion of your favorite photos and images. But you might really want the dimensions to be <code>100x200</code>, thereby stretching the image. In this case just tell ImageMagick you really mean it (!) by appending an exclamation operator to the geometry. This will force the image size to exactly what you specify. So, for example, if you specify <code>100x200!</code> the dimensions will become exactly 100x200 (giving a small, vertically elongated wizard).</p>
599 </div>
600
601 <h3>Bounding the width, height, and area; the operators <code>&gt;</code>, <code>&lt;</code>, and <code>@</code> </h3>
602 <div class="doc-section">
603 <p>
604 Here are a few more examples:
605 </p>
606
607 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert logo: -resize '100' wiz1.png</span></p>
608 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert logo: -resize 'x200' wiz2.png</span></p>
609 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert logo: -resize '100x200&gt;' wiz3.png</span></p>
610 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert logo: -resize '100x200&lt;' wiz4.png</span></p>
611 <p>If only one dimension is given it is taken to be the width. When only the width is specified, as in the first example above, the width is accepted as given and the height is chosen to maintain the aspect ratio of the input image. Similarly, if only the height is specified, as in the second example above, the height is accepted and the width is chosen to maintain the aspect ratio.</p>
612
613
614 <p>Use <code>&gt;</code> to shrink an image <em>only</em> if its dimension(s) are <b>larger</b> than the corresponding <em class="arg">width</em> and/or <em class="arg">height</em> arguments. Use <code>&lt;</code> to enlarge an image <em>only</em> if its dimension(s) are <b>smaller</b> than the corresponding <em class="arg">width</em> and/or <em class="arg">height</em> arguments.  In either case, if a change is made, the result is as if the <code>&gt;</code> or <code>&lt;</code> operator was not present. So, in the third example above, we specified <code>100x200&gt;</code> and the original image size is 640x480, so the image size is reduced as if we had specified <code>100x200</code>. However, in the fourth example above, there will be no change to its size.</p>
615
616 <p>Finally, use <code>@</code> to specify the maximum area in pixels of an image, again while attempting to preserve aspect ratio. (Pixels take only integer values, so some approximation is always at work.) In the following example, an area of 10000 pixels is requested. The resulting file has dimensions 115x86, which has 9890 pixels. </p>
617
618 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert logo: -resize '@10000' wiz10000.png</span></p>
619 <p class="warn">Another word about the quotation marks: In all the examples above and below, we have enclosed the <em class="arg">geometry</em> arguments  within quotation marks. Doing so is optional in many cases, but not always. We <em>must</em> enclose the geometry specifications in quotation marks when using <code>&lt;</code> or <code>&gt;</code> to prevent these characters from being interpreted by the shell as <em>file redirection</em>. On Windows systems, the carat <code>^</code>  needs to be within quotes, else it is ignored. To be safe, one should probably maintain a habit of enclosing all <em class="arg">geometry</em> arguments in quotes, as we have here.
620 </p>
621 </div>
622
623 <h3>Offsets in geometry</h3>
624 <div class="doc-section">
625 <p>
626 Here are some examples to illustrate the use of <em>offsets</em> in <em class="arg">geometry</em> arguments. One typical use of offsets is in conjunction with the
627 <a href="command-line-options.html#region">‑region</a> option. This option allows many other options to modify the pixels within a specified rectangular subregion of an image. As such, it needs to be given the width and height of that region, and also an <em>offset</em> into the image, which is a pair of coordinates that indicate the location of the region within the larger image. Below, in the first example, we specify a region of size <code>100x200</code> to be located at the <em>xy</em>–coordinates <em>x</em>=10, <em>y</em>=20. Let's use the usual algebraic notation (<em>x</em>,<em>y</em>)=(10,20), for convenience.
628 </p>
629
630 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert logo: -region '100x200+10+20' -negate wizNeg1.png</span></p>
631 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert logo: -region '100x200-10+20' -negate wizNeg2.png</span></p>
632 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert logo: -gravity center -region '100x200-10+20' \ <br></br> -negate wizNeg3.png</span></p>
633
634 <p>Note that offsets always require +/− signs. The offset is not actually a true location within the image; its coordinates must be added to some other location. Let's refer to that as the <em>current location</em>. In the first two examples above, though, that location is the upper-left hand corner of the image, which has coordinates (0,0). (That is the default situation when there are no other directives given to change it.) The first example above puts the <code>100x200</code> rectangle's own upper-left corner at (10,20). </p>
635
636 <p>A negative offset can make sense in many cases. In the second example above, the offset is (-10,20), specified by <code>-10+20</code>. In that case, only the portion of the (virtual) rectangle obtained that lies within the image can be negated; here it is equivalent to specifying the geometry as <code>90x200+0+20</code>.</p>
637
638 <p>In the third example above, the <a href="command-line-options.html#gravity">‑gravity</a> setting precedes the others and sets the current location within the image at the very center of the image. In this case that is at pixel (320,240), since the size of the image is 640x480. This means that the offsets apply to that location, which thereby gets moved, in this case, to (320-10,240+20)=(310,260). But the <code>100x200</code> region itself is affected by the <a href="command-line-options.html#gravity">‑gravity</a> setting, so instead of affecting its upper-left corner, the region's own center (at (+50,+100) within it) is determined. Therefore the center of the <code>100x200</code> rectangle is moved to (310,260). The negated rectangle's upper-left corner is now at (310-50,260-100)=(260,160).
639 </p>
640 </div>
641 </div>
642
643
644 <h2><a id="stack"></a>Image Stack</h2>
645 <div class="doc-section">
646
647 <p>In school, your teacher probably permitted you to work on problems on a scrap of paper and then copy the results to your test paper.  An image stack is similar.  It permits you to work on an image or image sequence in isolation and subsequently introduce the results back into the command line.  The image stack is delineated with parenthesis.  Image operators only affect images in the current stack.  For example, we can limit the image rotation to just the wizard image like this:</p>
648
649 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert wand.gif \( wizard.gif -rotate 30 \) +append images.gif</span></p>
650
651 <p class="warn">Notice again that the  parentheses are <em>escaped</em> by preceding them with
652 backslashes.  This is required under Unix, where parentheses are special
653 <em>shell</em> characters.  The backslash tells the shell not to interpret
654 these characters, but to pass them directly to the command being executed. Do
655 not escape the parentheses under Windows. Each parenthesis (or escaped
656 parenthesis) must have spaces on either side, as in the example shown
657 above.</p>
658
659 <p>In addition to the image operators already discussed, the following image operators are most useful when processing images in an image stack:</p>
660
661 <p class="options">
662 <span class="bull"> • </span>
663 <a href="command-line-options.html#clone">‑clone</a> <span class="bull"> • </span> <a href="command-line-options.html#delete">‑delete</a> <span class="bull"> • </span> <a href="command-line-options.html#insert">‑insert</a> <span class="bull"> • </span> <a href="command-line-options.html#swap">‑swap</a> <span class="bull"> • </span>
664 </p>
665
666 <p>The arguments to these operators are indexes into the image sequence by number, starting with zero, for the first image, and so on. However if you give a negative index, the images are indexed from the end (last image added). That is, an index of -1 is the last image in the current image sequence, -2 gives the second-to-last, and so on.</p>
667
668 </div> <!-- end Image Stack section -->
669
670 <h2><a id="output"></a>Output Filename</h2>
671 <div class="doc-section">
672
673 <p>ImageMagick extends the concept of an output filename to include:</p>
674
675 <ol>
676 <li>an explicit image format</li>
677 <li>write to <em>standard out</em></li>
678 <li>filename references</li>
679 </ol>
680
681 <p>Each of these extensions are explained in the next few paragraphs.</p>
682
683 <h3>Explicit Image Format</h3>
684 <div class="doc-section">
685   <p>Images can be stored in a mryiad of image formats including the better known JPEG, PNG, TIFF and others.  ImageMagick must know the desired format of the image before it is written.  ImageMagick leverages the filename extension to determine the format.  For example, <code>image.jpg</code> tells ImageMagick to write the image in the JPEG format.  In some cases the filename does not identify the image format.  In these cases, the image is written in the format it was originally read unless an explicit image format is specified.  For example, suppose we want to write our image to a filename of <code>image</code> in the raw red, green, and blue intensity format:
686   </p>
687
688 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert image.jpg rgb:image</span></p>
689 </div>
690
691 <h3>Standard Out</h3>
692 <div class="doc-section">
693   <p>Unix permits the output of one command to be piped to another.  ImageMagick permits piping one command to another with a filename of <code>-</code>.  In this example we pipe the output of <a href="convert.html">convert</a> to the <a href="display.html">display</a> program:
694   </p>
695
696 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert logo: gif:- | display gif:-</span></p>
697 <p>Here the explicit format is optional.  The GIF image format has a signature that uniquely identifies it so ImageMagick can readily recognize the format as GIF.
698 </p>
699 </div>
700
701 <h3>Filename References</h3>
702 <div class="doc-section">
703 <p>Optionally, use an embedded formatting character to write a sequential image list.  Suppose our output filename is <code>image-%d.jpg</code> and our image list includes 3 images.  You can expect these images files to be written:
704 </p>
705
706 <pre class="text">
707   image-0.jpg
708   image-1.jpg
709   image-2.jpg
710 </pre>
711
712 <p>Or retrieve image properties to modify the image filename.  For example, the command
713 </p>
714
715 <p class="crt"><span class="crtprompt"> $ </span><span class="crtin">convert rose: -set filename:area '%wx%h' \ <br></br> 'rose-%[filename:area].png'</span></p>
716 <p>writes an image with this filename:
717 </p>
718
719 <pre class="text">
720   rose-70x46.png
721 </pre>
722
723 <p>Finally to convert multiple JPEG images to individual PDF pages, use:</p>
724
725 <pre class="text">
726   convert *.jpg +adjoin page-%d.pdf
727 </pre>
728
729 </div>
730
731 </div> <!-- end Output Filename section -->
732
733 </div>
734
735 <div id="linkbar">
736     <span id="linkbar-west"> </span>
737
738     <span id="linkbar-center">
739       <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
740       <a href="../discourse-server">Discourse Server</a> •
741       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
742       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
743     </span>
744     <span id="linkbar-east"> </span>
745 </div>
746 <div class="footer">
747   <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
748   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
749 </div>
750 <div style="clear: both; margin: 0; width: 100%; "></div>
751 </body>
752 </html>