blob: c7acc4af3131c82da666e4ea4393d636e9ed6080 [file] [log] [blame]
cristydcca3fa2010-12-29 21:50:07 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
cristy2bd2a982011-02-15 00:52:58 +00003<html version="-//W3C//DTD XHTML 1.1//EN"
4 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6 xsi:schemaLocation="http://www.w3.org/1999/xhtml
7 http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
cristy3eaa0ef2010-03-06 20:35:26 +00008<head>
cristy3c98a4f2010-08-13 20:09:41 +00009 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
10 <meta name="verify-v1" content="g222frIIxcQTrvDR3NBRUSKP3AnMNoqxOkIniCEkV7U="/>
cristyffb69ed2010-12-25 00:06:48 +000011 <title>ImageMagick: Command-line Processing</title>
cristy3ed852e2009-09-05 21:47:34 +000012 <meta http-equiv="Content-Language" content="en-US"/>
13 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
14 <meta http-equiv="Reply-to" content="magick-users@imagemagick.org"/>
cristy3c98a4f2010-08-13 20:09:41 +000015 <meta name="Application-name" content="ImageMagick"/>
cristye6e84152011-06-06 14:16:49 +000016 <meta name="Description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats. In addition resize, rotate, shear, distort and transform images automagically."/>
cristy3c98a4f2010-08-13 20:09:41 +000017 <meta name="Application-url" content="http://www.imagemagick.org"/>
cristy3ed852e2009-09-05 21:47:34 +000018 <meta name="Generator" content="PHP"/>
cristye6e84152011-06-06 14:16:49 +000019 <meta name="Keywords" content="command-line, processing, ImageMagick, ImageMagic, MagickCore, MagickWand, PerlMagick, Magick++, RMagick, PythonMagick, JMagick, TclMagick, Image, Magick, Magic, Wand, ImageMagickObject, Image, Processing, Automagically"/>
cristy3ed852e2009-09-05 21:47:34 +000020 <meta name="Rating" content="GENERAL"/>
21 <meta name="Robots" content="INDEX, FOLLOW"/>
22 <meta name="Generator" content="ImageMagick Studio LLC"/>
23 <meta name="Author" content="ImageMagick Studio LLC"/>
24 <meta name="Revisit-after" content="2 DAYS"/>
25 <meta name="Resource-type" content="document"/>
cristy7e41fe82010-12-04 23:12:08 +000026 <meta name="Copyright" content="Copyright (c) 1999-2011 ImageMagick Studio LLC"/>
cristy3ed852e2009-09-05 21:47:34 +000027 <meta name="Distribution" content="Global"/>
cristydcca3fa2010-12-29 21:50:07 +000028 <link rel="icon" href="../images/wand.png"/>
cristy3c98a4f2010-08-13 20:09:41 +000029 <link rel="shortcut icon" href="../images/wand.ico" type="images/x-icon"/>
cristy29c5c992011-06-25 13:58:49 +000030 <link rel="canonical" href="http://www.imagemagick.org" />
cristy3c98a4f2010-08-13 20:09:41 +000031 <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"/>
cristy7a40ba82011-01-08 20:31:18 +000032 <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
cristy29c5c992011-06-25 13:58:49 +000033 <link rel="stylesheet" type="text/css" href="../fancybox/jquery.fancybox-1.3.4.css" media="screen" />
cristy3c98a4f2010-08-13 20:09:41 +000034 <style type="text/css" media="all">
35 @import url("../www/magick.css");
36 </style>
cristy29c5c992011-06-25 13:58:49 +000037 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
cristydcca3fa2010-12-29 21:50:07 +000038 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
cristy361f4662010-12-31 23:02:52 +000039 <script type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"></script>
cristy361f4662010-12-31 23:02:52 +000040 <script type="text/javascript">
41 $(document).ready(function() {
42 $("a[href$=.jpg],a[href$=.png],a[href$=.gif]").fancybox({
43 'transitionIn' : 'elastic',
44 'transitionOut' : 'elastic',
45 'overlayShow' : false,
46 'opacity' : true
47 });
48 });
49 </script>
cristy3eaa0ef2010-03-06 20:35:26 +000050</head>
51
52<body id="www-imagemagick-org">
53<div class="titlebar">
cristyb52981c2011-03-19 17:09:31 +000054<div style="margin: 17px auto; float: left;">
55 <script type="text/javascript">
56 <!--
57 google_ad_client = "pub-3129977114552745";
58 google_ad_slot = "5439289906";
59 google_ad_width = 728;
60 google_ad_height = 90;
61 //-->
62 </script>
63 <script type="text/javascript"
64 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
65 </script>
66</div>
cristy3eaa0ef2010-03-06 20:35:26 +000067<a href="http://www.imagemagick.org/discourse-server/">
cristyaf8d6652011-02-04 21:57:45 +000068 <img src="../images/logo.jpg"
69 alt="ImageMagick Logo"
cristy178edaf2011-01-23 03:42:39 +000070 style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
cristy3eaa0ef2010-03-06 20:35:26 +000071<a href="../index.html">
cristyaf8d6652011-02-04 21:57:45 +000072 <img src="../images/sprite.jpg"
73 alt="ImageMagick Sprite"
cristy3eaa0ef2010-03-06 20:35:26 +000074 style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
75</div>
76
cristyce69bb02010-07-27 19:49:46 +000077<div class="westbar">
cristy3eaa0ef2010-03-06 20:35:26 +000078
cristy3ed852e2009-09-05 21:47:34 +000079<div class="menu">
cristy83a272e2010-05-07 20:40:35 +000080 <a title="About ImageMagick" href="../index.html">About ImageMagick</a>
cristy3ed852e2009-09-05 21:47:34 +000081</div>
cristy3ed852e2009-09-05 21:47:34 +000082<div class="menu">
cristybb503372010-05-27 20:51:26 +000083 <a title="Binary Releases" href="../www/binary-releases.html">Binary Releases</a>
84</div>
85<div class="sub">
86 <a title="Binary Release: Unix" href="../www/binary-releases.html#unix">Unix</a>
87</div>
88<div class="sub">
89 <a title="Binary Release: MacOS X" href="../www/binary-releases.html#macosx">Mac OS X</a>
90</div>
91<div class="sub">
cristye6e84152011-06-06 14:16:49 +000092 <a title="Binary Release: iOS" href="../www/binary-releases.html#iOS">iOS</a>
cristyda16f162011-02-19 23:52:17 +000093</div>
94<div class="sub">
cristybb503372010-05-27 20:51:26 +000095 <a title="Binary Release: Windows" href="../www/binary-releases.html#windows">Windows</a>
96</div>
97<div class="sep"></div>
98<div class="menu">
cristy83a272e2010-05-07 20:40:35 +000099 <a title="Command-line Tools" href="../www/command-line-tools.html">Command-line Tools</a>
cristy3ed852e2009-09-05 21:47:34 +0000100</div>
101<div class="sub">
cristy83a272e2010-05-07 20:40:35 +0000102 <a title="Command-line Tools: Processing" href="../www/command-line-processing.html">Processing</a>
cristy3ed852e2009-09-05 21:47:34 +0000103</div>
104<div class="sub">
cristy83a272e2010-05-07 20:40:35 +0000105 <a title="Command-line Tools: Options" href="../www/command-line-options.html">Options</a>
cristy3ed852e2009-09-05 21:47:34 +0000106</div>
107<div class="sub">
cristy83a272e2010-05-07 20:40:35 +0000108 <a title="Command-line Tools: Usage" href="http://www.imagemagick.org/Usage/">Usage</a>
cristy3ed852e2009-09-05 21:47:34 +0000109</div>
110<div class="menu">
cristy83a272e2010-05-07 20:40:35 +0000111 <a title="Program Interfaces" href="../www/api.html">Program Interfaces</a>
cristy3ed852e2009-09-05 21:47:34 +0000112</div>
113<div class="sub">
cristy83a272e2010-05-07 20:40:35 +0000114 <a title="Program Interface: MagickWand" href="../www/magick-wand.html">MagickWand</a>
cristy3ed852e2009-09-05 21:47:34 +0000115</div>
116<div class="sub">
cristy83a272e2010-05-07 20:40:35 +0000117 <a title="Program Interface: MagickCore" href="../www/magick-core.html">MagickCore</a>
cristy3ed852e2009-09-05 21:47:34 +0000118</div>
119<div class="sub">
cristy83a272e2010-05-07 20:40:35 +0000120 <a title="Program Interface: PerlMagick" href="../www/perl-magick.html">PerlMagick</a>
cristy3ed852e2009-09-05 21:47:34 +0000121</div>
122<div class="sub">
cristydcca3fa2010-12-29 21:50:07 +0000123 <a title="Program Interface: Magick++" href="../www/magick++.html">Magick++</a>
cristy3ed852e2009-09-05 21:47:34 +0000124</div>
cristy3eaa0ef2010-03-06 20:35:26 +0000125<div class="sep"></div>
cristy3ed852e2009-09-05 21:47:34 +0000126<div class="menu">
cristy83a272e2010-05-07 20:40:35 +0000127 <a title="Install from Source" href="../www/install-source.html">Install from Source</a>
cristy3ed852e2009-09-05 21:47:34 +0000128</div>
129<div class="sub">
cristy83a272e2010-05-07 20:40:35 +0000130 <a title="Install from Source: Unix" href="../www/install-source.html#unix">Unix</a>
cristy3ed852e2009-09-05 21:47:34 +0000131</div>
132<div class="sub">
cristy83a272e2010-05-07 20:40:35 +0000133 <a title="Install from Source: Windows" href="../www/install-source.html#windows">Windows</a>
cristy3ed852e2009-09-05 21:47:34 +0000134 </div>
135<div class="menu">
cristy83a272e2010-05-07 20:40:35 +0000136 <a title="Resources" href="../www/resources.html">Resources</a>
cristy3ed852e2009-09-05 21:47:34 +0000137</div>
cristybb503372010-05-27 20:51:26 +0000138<div class="menu">
139 <a title="Architecture" href="../www/architecture.html">Architecture</a>
140</div>
cristy3ed852e2009-09-05 21:47:34 +0000141<div class="menu">
cristy83a272e2010-05-07 20:40:35 +0000142 <a title="Download" href="../www/download.html">Download</a>
cristy3ed852e2009-09-05 21:47:34 +0000143</div>
cristy3eaa0ef2010-03-06 20:35:26 +0000144<div class="sep"></div>
cristy3ed852e2009-09-05 21:47:34 +0000145<div class="menu">
cristy52923442011-01-15 22:54:31 +0000146 <a title="Search" href="../www/search.html">Search</a>
cristy3ed852e2009-09-05 21:47:34 +0000147</div>
cristy3eaa0ef2010-03-06 20:35:26 +0000148<div class="sep"></div>
cristy3ed852e2009-09-05 21:47:34 +0000149<div class="menu">
cristyffb69ed2010-12-25 00:06:48 +0000150 <a title="Site Map" href="../www/sitemap.html">Site Map</a>
cristy3ed852e2009-09-05 21:47:34 +0000151</div>
152<div class="sub">
cristyffb69ed2010-12-25 00:06:48 +0000153 <a title="Site Map: Links" href="../www/links.html">Links</a>
cristy3ed852e2009-09-05 21:47:34 +0000154</div>
cristy3eaa0ef2010-03-06 20:35:26 +0000155<div class="sep"></div>
cristy3ed852e2009-09-05 21:47:34 +0000156<div class="menu">
cristy10549a12011-05-15 19:04:46 +0000157 <a rel="follow" title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
cristy3ed852e2009-09-05 21:47:34 +0000158
cristyb52981c2011-03-19 17:09:31 +0000159<a href="http://www.networkredux.com">
160 <img src="../images/networkredux.png" alt="[sponsor]"
161 style="margin-top: 4px; margin-left: 4px; border: 0px; float: left;" /></a>
cristy3ed852e2009-09-05 21:47:34 +0000162<div class="sponsbox">
cristy178edaf2011-01-23 03:42:39 +0000163<div class="sponsor">
cristy81492d62011-06-07 16:41:42 +0000164 <a rel="follow" title="Sponsor: Web Hosting" href="http://www.micfo.com">Web Hosting</a><!-- 209901010090s golestan -->
165</div>
166<div class="sponsor">
cristy84134182011-06-15 22:59:00 +0000167 <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks -->
168</div>
169<div class="sponsor">
cristy81492d62011-06-07 16:41:42 +0000170 <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
171</div>
172<div class="sponsor">
cristyba1758d2011-06-03 01:29:12 +0000173 <a rel="follow" title="Sponsor: Web Hosting Deals" href="http://www.webhostingdeals.org">Web Hosting Deals</a><!-- 201111010270 chee.hoa darin -->
174</div>
175<div class="sponsor">
176 <a rel="follow" title="Sponsor: Web Hosting Reviews" href="http://www.webhostingsecretrevealed.com">Web Hosting Secret Revealed</a><!-- 201204010540 iamchee jerry -->
177</div>
178<div class="sponsor">
cristy4bf6e232011-05-21 01:43:33 +0000179 <a rel="follow" title="Sponsor: Web Hosting Break" href="http://www.webhostingbreak.com">Web Hosting Break</a><!-- 201109010090 ian@ian-m... -->
cristy45dbd322011-03-27 16:40:38 +0000180</div>
181<div class="sponsor">
cristy10549a12011-05-15 19:04:46 +0000182 <a rel="follow" title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201303011500 r.leo -->
cristy4c54bbb2011-03-17 13:53:13 +0000183</div>
184<div class="sponsor">
cristy575d5ee2011-05-24 01:59:01 +0000185 <a rel="follow" title="Sponsor: Website Hosting" href="http://www.hostreviewgeeks.com">Website Hosting</a><!-- 201110010090 alexanian media -->
cristy4bf6e232011-05-21 01:43:33 +0000186</div>
187<div class="sponsor">
cristy10549a12011-05-15 19:04:46 +0000188 <a rel="follow" title="Sponsor: Hotel München" href="http://www.messehotel-erb-muenchen.de">Hotel München</a><!-- 201111010450 cerb -->
cristyaf8d6652011-02-04 21:57:45 +0000189</div>
190<div class="sponsor">
cristy10549a12011-05-15 19:04:46 +0000191 <a rel="follow" title="Sponsor: Best Web Hosting" href="http://webhostinggeeks.com">Best Web Hosting</a><!-- 201110010720 -->
cristy5c4585b2010-11-11 00:13:57 +0000192</div>
193<div class="sponsor">
cristy10549a12011-05-15 19:04:46 +0000194 <a rel="follow" title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
cristyee742642011-02-26 02:49:59 +0000195</div>
196<div class="sponsor">
cristy10549a12011-05-15 19:04:46 +0000197 <a rel="follow" title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 -->
cristybaacd172011-04-30 23:11:03 +0000198</div>
199<div class="sponsor">
cristyd48f07c2011-07-09 23:09:26 +0000200 <a rel="follow" title="Kaffeevollautomaten Reparatur Kundendienst Berlin" href="http://www.kaffeemaschinen-center.de">Kaffeevollautomaten Reparatur Berlin</a><!-- 2011090100025 c.karule-->
cristyec6b4752011-01-08 03:16:23 +0000201</div>
cristy3ed852e2009-09-05 21:47:34 +0000202</div>
203</div>
cristyce69bb02010-07-27 19:49:46 +0000204</div>
cristy3eaa0ef2010-03-06 20:35:26 +0000205
cristyce69bb02010-07-27 19:49:46 +0000206<div class="eastbar">
cristy29c5c992011-06-25 13:58:49 +0000207<div style="margin: 9pt 9pt 9pt 9pt;">
208 <div class="g-plusone" data-size="standard" data-count="false"></div>
209</div>
cristy3eaa0ef2010-03-06 20:35:26 +0000210</div>
211
212<div class="main">
213
214
215
216
cristyffb69ed2010-12-25 00:06:48 +0000217<h1>ImageMagick Command-line Processing</h1>
cristy3ed852e2009-09-05 21:47:34 +0000218<p class="navigation-index">[<a href="#anatomy">The Anatomy of the Command Line</a> &bull; <a href="#input">Input Filename</a> &bull; <a href="#setting">Image Setting</a> &bull; <a href="#operator">Image Operator</a> &bull; <a href="#sequence">Image Sequence Operator</a> &bull; <a href="#geometry">Image Geometry</a> &bull; <a href="#stack">Image Stack</a> &bull; <a href="#output">Output Filename</a>]</p>
219
cristydcca3fa2010-12-29 21:50:07 +0000220<div class="doc-section">
221
cristy3ed852e2009-09-05 21:47:34 +0000222<p>The ImageMagick command line can be as simple as this.</p>
223
224<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.jpg image.png</span></p>
225<p>Or it can be very complex, as in the following.</p>
226
227<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert label.gif +matte \ <br/>
228 \( +clone -shade 110x90 -normalize -negate +clone -compose Plus -composite \) \<br/>
229 \( -clone 0 -shade 110x50 -normalize -channel BG -fx 0 +channel -matte \) \<br/>
230 -delete 0 +swap -compose Multiply -composite button.gif</span></p>
231<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>
232
233<div class="image">
cristy3ed852e2009-09-05 21:47:34 +0000234 <a href="../images/label.gif"><img src="../images/label.gif" width="78" height="53" alt="label" /></a>
235<img style="margin-top:16px; margin-bottom:17px;" src="../images/right.gif" width="20" height="20" alt="==>" />
236 <a href="../images/button.gif">
237 <img src="../images/button.gif" width="78" height="53" alt="button" /></a>
cristy3ed852e2009-09-05 21:47:34 +0000238</div>
239
cristye98012e2010-11-28 21:27:53 +0000240<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 (<kbd>\</kbd>). The backslash is the Unix <em>line continuation</em> character. In the Windows shell, use a carat character (<kbd>^</kbd>) 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>
cristy3ed852e2009-09-05 21:47:34 +0000241
cristye98012e2010-11-28 21:27:53 +0000242<p>Here we show percent completion of a task as a shaded cylinder:</p>
cristy61365ad2010-11-28 02:38:34 +0000243
244<div class="image">
cristydcca3fa2010-12-29 21:50:07 +0000245 <img src="../images/cylinder_shaded.png" width="320" height="200" alt="Shaded Cylinder" />
cristy61365ad2010-11-28 02:38:34 +0000246</div>
247
cristye98012e2010-11-28 21:27:53 +0000248<p>Given the complexity of the rendering, you might be surprised it is accomplished by a single command-line:</p>
cristy61365ad2010-11-28 02:38:34 +0000249
cristy61365ad2010-11-28 02:38:34 +0000250<pre class="text">
cristyf9a6c462011-04-24 14:01:11 +0000251convert -size 320x90 canvas:none -stroke snow4 -size 1x90 -tile gradient:white-snow4 \
cristye98012e2010-11-28 21:27:53 +0000252 -draw 'roundrectangle 16, 5, 304, 85 20,40' +tile -fill snow \
253 -draw 'roundrectangle 264, 5, 304, 85 20,40' -tile gradient:chartreuse-green \
254 -draw 'roundrectangle 16, 5, 180, 85 20,40' -tile gradient:chartreuse1-chartreuse3 \
255 -draw 'roundrectangle 140, 5, 180, 85 20,40' +tile -fill none \
256 -draw 'roundrectangle 264, 5, 304, 85 20,40' -strokewidth 2 \
257 -draw 'roundrectangle 16, 5, 304, 85 20,40' \( +clone -background snow4 \
258 -shadow 80x3+3+3 \) +swap -background none -layers merge \( +size -font Helvetica \
259 -pointsize 90 -strokewidth 1 -fill red label:'50 %' -trim +repage \( +clone \
260 -background firebrick3 -shadow 80x3+3+3 \) +swap -background none -layers merge \) \
261 -insert 0 -gravity center -append -background white -gravity center -extent 320x200 \
262 cylinder_shaded.png
cristy61365ad2010-11-28 02:38:34 +0000263</pre>
cristy3ed852e2009-09-05 21:47:34 +0000264
265<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="../www/api.html">program interfaces</a>.</p>
266
267<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>
cristydcca3fa2010-12-29 21:50:07 +0000268</div>
cristy3ed852e2009-09-05 21:47:34 +0000269
cristydcca3fa2010-12-29 21:50:07 +0000270<h2><a id="anatomy"></a>The Anatomy of the Command Line</h2>
271<div class="doc-section">
cristy3ed852e2009-09-05 21:47:34 +0000272<p>The ImageMagick command line consists of</p>
273
274<ol>
275<li>one or more required input filenames.</li>
276<li>zero, one, or more image settings.</li>
277<li>zero, one, or more image operators.</li>
278<li>zero, one, or more image sequence operators.</li>
279<li>zero, one, or more image stacks.</li>
280<li>zero or one output image filenames (required by
cristy4103d562010-12-10 01:38:54 +0000281<a href="../www/convert.html">convert</a>,
282<a href="../www/composite.html">composite</a>,
cristy6f77f692011-02-15 15:31:39 +0000283<a href="../www/montage.html">montage</a>,
cristy4103d562010-12-10 01:38:54 +0000284<a href="../www/compare.html">compare</a>,
285<a href="../www/import.html">import</a>,
286<a href="../www/conjure.html">conjure</a>).
287</li>
cristy3ed852e2009-09-05 21:47:34 +0000288</ol>
289
290<p>You can find a detailed explanation of each of the constituent parts of the command line in the sections that follow.</p>
cristydcca3fa2010-12-29 21:50:07 +0000291</div>
cristy3ed852e2009-09-05 21:47:34 +0000292
cristydcca3fa2010-12-29 21:50:07 +0000293<h2><a id="input"></a>Input Filename</h2>
cristy3ed852e2009-09-05 21:47:34 +0000294<div class="doc-section">
295
cristy4103d562010-12-10 01:38:54 +0000296<p>ImageMagick extends the concept of an input filename to include:</p>
297<ul>
298<li>filename globbing</li>
299<li>an explicit image format</li>
300<li>using built-in images and patterns</li>
301<li>STDIN, STDOUT, and file descriptors</li>
302<li>selecting certain frames from an image</li>
303<li>selecting a region of an image</li>
304<li>forcing an inline image resize</li>
305<li>forcing an inline image crop</li>
306<li>using filename references</li>
307</ul>
cristy3ed852e2009-09-05 21:47:34 +0000308
cristy4103d562010-12-10 01:38:54 +0000309<p>These extensions are explained in the next few paragraphs.</p>
cristy3ed852e2009-09-05 21:47:34 +0000310
cristy4103d562010-12-10 01:38:54 +0000311<h3>Filename Globbing</h3>
312<div class="doc-section">
313<p>In Unix shells, certain characters such as the asterisk (<kbd>*</kbd>) and question mark (<kbd>?</kbd>) 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 <kbd>1.jpg</kbd>, <kbd>2.jpg</kbd>, <kbd>3.jpg</kbd>, <kbd>4.jpg</kbd>, and <kbd>5.jpg</kbd> in your current directory to a GIF animation. You can conveniently refer to all of the JPEG files with this command:
314</p>
cristy3ed852e2009-09-05 21:47:34 +0000315
cristy4103d562010-12-10 01:38:54 +0000316<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert *.jpg images.gif</span></p>
317</div>
cristy3ed852e2009-09-05 21:47:34 +0000318
cristy4103d562010-12-10 01:38:54 +0000319<h3>Explicit Image Format</h3>
320<div class="doc-section">
321<p>Images are stored in a myriad of image formats including
cristyefb2bdb2010-11-20 19:35:22 +0000322the better known JPEG, PNG, TIFF and others. ImageMagick must know the format
323of the image before it can be read and processed. Most formats have a
324signature within the image that uniquely identifies the format. Failing
325that, ImageMagick leverages the filename extension to determine the format.
326For example, <kbd>image.jpg</kbd> or <kbd>image.JPG</kbd> tells ImageMagick
cristydcca3fa2010-12-29 21:50:07 +0000327it is reading an image in the JPEG format. </p>
cristyefb2bdb2010-11-20 19:35:22 +0000328
329 <p>In some cases the image may not contain a signature
330and/or the filename does not identify the image format. In these cases an
331explicit image format must be specified. For example, suppose our image
332is named <kbd>image</kbd> and contains raw red, green, and blue intensity
333values. ImageMagick has no way to automagically determine the image format
334so we explicitly set one:
cristy4103d562010-12-10 01:38:54 +0000335</p>
cristy3ed852e2009-09-05 21:47:34 +0000336
cristy4103d562010-12-10 01:38:54 +0000337<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 640x480 -depth 8 rgb:image image.png</span></p>
cristyd3ef0102009-09-12 18:11:06 +0000338 </div>
cristy3ed852e2009-09-05 21:47:34 +0000339
cristy4103d562010-12-10 01:38:54 +0000340<h3>Built-in Images and Patterns</h3>
341<div class="doc-section">
342<p>ImageMagick has a number of built-in <a href="../www/formats.html#builtin-images">images</a> and <a href="../www/formats.html#builtin-patterns">patterns</a>. To utilize the checkerboard pattern, for example, use:
343</p>
cristy3ed852e2009-09-05 21:47:34 +0000344
cristy4103d562010-12-10 01:38:54 +0000345<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 640x480 pattern:checkerboard checkerboard.png</span></p>
346</div>
cristy3ed852e2009-09-05 21:47:34 +0000347
cristy4103d562010-12-10 01:38:54 +0000348<h3>STDIN, STDOUT, and file descriptors</h3>
349<div class="doc-section">
350<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 <kbd>-</kbd>. In this example we pipe the output of
351 <a href="../www/convert.html">convert</a> to the <a href="../www/display.html">display</a> program:
352</p>
cristy3ed852e2009-09-05 21:47:34 +0000353
cristy4103d562010-12-10 01:38:54 +0000354<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: gif:- | display gif:-</span></p>
355<p>The second explicit format "<kbd>gif:</kbd>" is optional in the preceding example. The GIF image format has a unique signature within the image so ImageMagick's <a href="../www/display.html">display</a> command can readily recognize the format as GIF. The <a href="../www/convert.html">convert</a> program also accepts STDIN as input in this way:
356</p>
cristy3ed852e2009-09-05 21:47:34 +0000357
cristy4103d562010-12-10 01:38:54 +0000358<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose: gif:- | convert - -resize "200%" bigrose.jpg</span></p>
359<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 <kbd>fd:</kbd><em>N</em>. (The pseudonyms <kbd>fd:0</kbd> and <kbd>fd:1</kbd> 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.
360</p>
cristy3ed852e2009-09-05 21:47:34 +0000361
cristy4103d562010-12-10 01:38:54 +0000362<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert fd:3 fd:4 -append fd:5</span></p>
363<p>When needed, explicit image formats can be given as mentioned earlier, as in the following.
364</p>
cristy3ed852e2009-09-05 21:47:34 +0000365
cristy4103d562010-12-10 01:38:54 +0000366<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert gif:fd:3 jpg:fd:4 -append tif:fd:5</span></p>
367</div>
cristy3ed852e2009-09-05 21:47:34 +0000368
cristy4103d562010-12-10 01:38:54 +0000369<h3>Selecting Frames</h3>
370<div class="doc-section">
371<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:
372</p>
cristy3ed852e2009-09-05 21:47:34 +0000373
cristy4103d562010-12-10 01:38:54 +0000374<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert 'images.gif[0]' image.png</span></p>
375<p class="warn">[Unix shells generally interpret brackets so we enclosed the filename in quotes above.
cristyefb2bdb2010-11-20 19:35:22 +0000376In 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.]
cristy4103d562010-12-10 01:38:54 +0000377</p>
cristy3ed852e2009-09-05 21:47:34 +0000378
cristy4103d562010-12-10 01:38:54 +0000379<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:
380</p>
cristy3ed852e2009-09-05 21:47:34 +0000381
cristy4103d562010-12-10 01:38:54 +0000382<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert 'images.gif[0-3]' images.mng</span></p>
383<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:
384</p>
cristy3ed852e2009-09-05 21:47:34 +0000385
cristy4103d562010-12-10 01:38:54 +0000386<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert 'images.gif[3,2,4]' images.mng</span></p>
387<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="#output">Output Filename</a>.
388</p>
389</div>
cristy3ed852e2009-09-05 21:47:34 +0000390
cristy4103d562010-12-10 01:38:54 +0000391<h3>Selecting an Image Region</h3>
392<div class="doc-section">
393<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:
394</p>
cristy3ed852e2009-09-05 21:47:34 +0000395
cristy4103d562010-12-10 01:38:54 +0000396<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 6000x4000 -depth 8 \ <br/> 'rgb:image[600x400+1900+2900]' image.jpg</span></p>
397<p>
398 You can get the same results with the <a href="../www/command-line-options.html#extract">&#x2011;extract</a> option:
399</p>
cristy3ed852e2009-09-05 21:47:34 +0000400
cristy4103d562010-12-10 01:38:54 +0000401<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 6000x4000 -depth 8 \ <br/> -extract 600x400+1900+2900 rgb:image image.jpg</span></p>
402</div>
cristy3ed852e2009-09-05 21:47:34 +0000403
cristy4103d562010-12-10 01:38:54 +0000404<h3>Inline Image Resize</h3>
405<div class="doc-section">
406<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:
407</p>
cristy3ed852e2009-09-05 21:47:34 +0000408
cristy4103d562010-12-10 01:38:54 +0000409<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert '*.jpg' -resize 120x120 thumbnail%03d.png</span></p>
410<p>Here <em>all</em> the images are read and subsequently
cristyefb2bdb2010-11-20 19:35:22 +0000411resized. It is faster and less resource intensive to resize each image it
412is read:
cristy4103d562010-12-10 01:38:54 +0000413</p>
cristy3ed852e2009-09-05 21:47:34 +0000414
cristy4103d562010-12-10 01:38:54 +0000415<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert '*.jpg[120x120]' thumbnail%03d.png</span></p>
416</div>
cristy3ed852e2009-09-05 21:47:34 +0000417
cristy4103d562010-12-10 01:38:54 +0000418<h3>Inline Image Crop</h3>
419<div class="doc-section">
420<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:
421</p>
cristy3ed852e2009-09-05 21:47:34 +0000422
cristy4103d562010-12-10 01:38:54 +0000423<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert '*.jpg' -crop 120x120+10+5 thumbnail%03d.png</span></p>
424<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:
425</p>
cristy3ed852e2009-09-05 21:47:34 +0000426
cristy4103d562010-12-10 01:38:54 +0000427<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert '*.jpg[120x120+10+5]' thumbnail%03d.png</span></p>
428</div>
cristy3ed852e2009-09-05 21:47:34 +0000429
cristy4103d562010-12-10 01:38:54 +0000430<h3>Filename References</h3>
431<div class="doc-section">
432<p>There are two methods to use a filename to reference other image filenames.
cristy178edaf2011-01-23 03:42:39 +0000433The first is with '<kbd>@</kbd>' which reads image filenames separated by white space from the specified file. Assume the file <kbd>myimages.txt</kbd> consists of a list of filenames, like so:
cristy4103d562010-12-10 01:38:54 +0000434</p>
cristy3ed852e2009-09-05 21:47:34 +0000435
cristy4103d562010-12-10 01:38:54 +0000436<pre class="text">
cristy61105362010-12-19 23:22:14 +0000437 frame001.jpg
438 frame002.jpg
439 frame003.jpg
cristy4103d562010-12-10 01:38:54 +0000440</pre>
cristy3ed852e2009-09-05 21:47:34 +0000441
cristy4103d562010-12-10 01:38:54 +0000442<p>We then expect this command:</p>
443<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert @myimages.txt mymovie.gif</span></p><p>to read the images <kbd>frame001.jpg</kbd>, <kbd>frame002.jpg</kbd>, and <kbd>frame003.jpg</kbd> and convert them to a GIF image sequence. </p>
cristy178edaf2011-01-23 03:42:39 +0000444<p>If the image path includes one or more spaces, enclose the path in quotes:</p>
445<pre class="text">
446 'my title.jpg'
447</pre>
cristy3ed852e2009-09-05 21:47:34 +0000448
cristy3ed852e2009-09-05 21:47:34 +0000449
cristyefb2bdb2010-11-20 19:35:22 +0000450 <p>Some ImageMagick command-line options may exceed the capabilities of
451your command line processor. Windows, for example, limits command lines
452to 8192 characters. If, for example, you have a draw option with polygon
453points that exceed the command-line length limit, put the draw option instead
454in a file and reference the file with
455the <kbd>@</kbd> (e.g. <kbd>@mypoly.txt</kbd>).</p>
456
cristy4103d562010-12-10 01:38:54 +0000457<p>Another method of referring to other image files is by
cristyefb2bdb2010-11-20 19:35:22 +0000458embedding a formatting character in the filename with a scene range. Consider
459the filename <kbd>image-%d.jpg[1-5]</kbd>. The command</p>
cristy3ed852e2009-09-05 21:47:34 +0000460
cristy4103d562010-12-10 01:38:54 +0000461<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image-%d.jpg[1-5]</span></p>
462<p>causes ImageMagick to attempt to read images with these filenames:
463</p>
cristy3ed852e2009-09-05 21:47:34 +0000464
cristy61105362010-12-19 23:22:14 +0000465<pre class="text">
cristy52923442011-01-15 22:54:31 +0000466 image-1.jpg
467 image-2.jpg
468 image-3.jpg
469 image-4.jpg
cristy4103d562010-12-10 01:38:54 +0000470 image-5.jpg
cristy61105362010-12-19 23:22:14 +0000471</pre>
cristy3ed852e2009-09-05 21:47:34 +0000472
cristy4103d562010-12-10 01:38:54 +0000473</div>
cristy3ed852e2009-09-05 21:47:34 +0000474</div>
475
476
cristydcca3fa2010-12-29 21:50:07 +0000477<h2><a id="setting"></a>Image Setting</h2>
cristy3ed852e2009-09-05 21:47:34 +0000478<div class="doc-section">
479
cristyefb2bdb2010-11-20 19:35:22 +0000480<p>An image setting persists as it appears on the command line and may affect
481subsequent processing such as reading an image, an image operator, or when
482writing an image as appropriate. An image setting stays in effect until it
483is reset or the command line terminates. The image settings include:</p>
cristy3ed852e2009-09-05 21:47:34 +0000484
485<p class="options">
cristy2c839602010-04-03 02:32:08 +0000486<a href="../www/command-line-options.html#adjoin">&#x2011;adjoin</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#affine">&#x2011;affine</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#alpha">&#x2011;alpha</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#antialias">&#x2011;antialias</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#authenticate">&#x2011;authenticate</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#background">&#x2011;background</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#bias">&#x2011;bias</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#black-point-compensation">&#x2011;black&#x2011;point&#x2011;compensation</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#blue-primary">&#x2011;blue&#x2011;primary</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#bordercolor">&#x2011;bordercolor</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#caption">&#x2011;caption</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#channel">&#x2011;channel</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#comment">&#x2011;comment</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#compress">&#x2011;compress</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#debug">&#x2011;debug</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#define">&#x2011;define</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#delay">&#x2011;delay</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#density">&#x2011;density</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#depth">&#x2011;depth</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#direction">&#x2011;direction</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#display">&#x2011;display</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#dispose">&#x2011;dispose</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#dither">&#x2011;dither</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#encoding">&#x2011;encoding</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#endian">&#x2011;endian</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#extract">&#x2011;extract</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#family">&#x2011;family</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#fill">&#x2011;fill</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#filter">&#x2011;filter</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#font">&#x2011;font</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#format">&#x2011;format</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#fuzz">&#x2011;fuzz</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#geometry">&#x2011;geometry</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#gravity">&#x2011;gravity</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#green-primary">&#x2011;green&#x2011;primary</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#interlace">&#x2011;interlace</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#intent">&#x2011;intent</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#interpolate">&#x2011;interpolate</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#label">&#x2011;label</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#limit">&#x2011;limit</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#linewidth">&#x2011;linewidth</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#log">&#x2011;log</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#loop">&#x2011;loop</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#mask">&#x2011;mask</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#mattecolor">&#x2011;mattecolor</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#monitor">&#x2011;monitor</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#orient">&#x2011;orient</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#page">&#x2011;page</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#pointsize">&#x2011;pointsize</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#preview">&#x2011;preview</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#quality">&#x2011;quality</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#quiet">&#x2011;quiet</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#red-primary">&#x2011;red&#x2011;primary</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#region">&#x2011;region</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#render">&#x2011;render</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#repage">&#x2011;repage</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#sampling-factor">&#x2011;sampling&#x2011;factor</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#scene">&#x2011;scene</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#seed">&#x2011;seed</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#size">&#x2011;size</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#stretch">&#x2011;stretch</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#stroke">&#x2011;stroke</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#strokewidth">&#x2011;strokewidth</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#style">&#x2011;style</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#texture">&#x2011;texture</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#tile">&#x2011;tile</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#transparent-color">&#x2011;transparent&#x2011;color</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#treedepth">&#x2011;treedepth</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#type">&#x2011;type</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#undercolor">&#x2011;undercolor</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#units">&#x2011;units</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#verbose">&#x2011;verbose</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#virtual-pixel">&#x2011;virtual&#x2011;pixel</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#weight">&#x2011;weight</a> </p>
cristy3ed852e2009-09-05 21:47:34 +0000487
488<p>In this example, <em class="arg">-channel</em> applies to each of the images, since, as we mentioned, settings persist:
489</p>
490
cristyd3ef0102009-09-12 18:11:06 +0000491<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -channel RGB wand.png wizard.png images.png</span></p>
cristyd3ef0102009-09-12 18:11:06 +0000492</div>
cristy3ed852e2009-09-05 21:47:34 +0000493
cristydcca3fa2010-12-29 21:50:07 +0000494<h2><a id="operator"></a>Image Operator</h2>
cristy3ed852e2009-09-05 21:47:34 +0000495<div class="doc-section">
496
cristyefb2bdb2010-11-20 19:35:22 +0000497<p>An image operator differs from a setting in that it affects the image
498immediately as it appears on the command line. An operator is
cristy47774982011-02-15 15:17:19 +0000499any <a href="../www/command-line-options.html">command line option</a>
cristyefb2bdb2010-11-20 19:35:22 +0000500not listed as a <a href="#setting">image setting</a>
501or <a href="#sequence">image sequence operator</a>. Unlike an
502image setting, which persists until the command line terminates,
503an operator is applied to an image and forgotten. The image operators
504include:</p>
cristy3ed852e2009-09-05 21:47:34 +0000505
506<p class="options">
cristy51853f02010-03-18 20:03:12 +0000507<a href="../www/command-line-options.html#annotate">&#x2011;annotate</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#black-threshold">&#x2011;black&#x2011;threshold</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#blur">&#x2011;blur</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#border">&#x2011;border</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#charcoal">&#x2011;charcoal</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#chop">&#x2011;chop</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#clip">&#x2011;clip</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#clip-path">&#x2011;clip&#x2011;path</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#clip-mask">&#x2011;clip&#x2011;mask</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#colors">&#x2011;colors</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#colorize">&#x2011;colorize</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#colorspace">&#x2011;colorspace</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#compose">&#x2011;compose</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#contrast">&#x2011;contrast</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#convolve">&#x2011;convolve</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#crop">&#x2011;crop</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#cycle">&#x2011;cycle</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#despeckle">&#x2011;despeckle</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#draw">&#x2011;draw</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#edge">&#x2011;edge</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#emboss">&#x2011;emboss</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#enhance">&#x2011;enhance</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#equalize">&#x2011;equalize</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#evaluate">&#x2011;evaluate</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#extent">&#x2011;extent</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#flip">&#x2011;flip</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#flop">&#x2011;flop</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#floodfill">&#x2011;floodfill</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#frame">&#x2011;frame</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#gamma">&#x2011;gamma</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#gaussian-blur">&#x2011;gaussian&#x2011;blur</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#implode">&#x2011;implode</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#lat">&#x2011;lat</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#level">&#x2011;level</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#map">&#x2011;map</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#median">&#x2011;median</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#modulate">&#x2011;modulate</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#monochrome">&#x2011;monochrome</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#negate">&#x2011;negate</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#noise">&#x2011;noise</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#normalize">&#x2011;normalize</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#opaque">&#x2011;opaque</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#ordered-dither">&#x2011;ordered&#x2011;dither</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#paint">&#x2011;paint</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#posterize">&#x2011;posterize</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#raise">&#x2011;raise</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#profile">&#x2011;profile</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#radial-blur">&#x2011;radial&#x2011;blur</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#raise">&#x2011;raise</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#random-threshold">&#x2011;random&#x2011;threshold</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#resample">&#x2011;resample</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#resize">&#x2011;resize</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#roll">&#x2011;roll</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#rotate">&#x2011;rotate</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#sample">&#x2011;sample</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#scale">&#x2011;scale</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#sepia-tone">&#x2011;sepia&#x2011;tone</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#segment">&#x2011;segment</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#shade">&#x2011;shade</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#shadow">&#x2011;shadow</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#sharpen">&#x2011;sharpen</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#shave">&#x2011;shave</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#shear">&#x2011;shear</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#sigmoidal-contrast">&#x2011;sigmoidal&#x2011;contrast</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#solarize">&#x2011;solarize</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#splice">&#x2011;splice</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#spread">&#x2011;spread</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#strip">&#x2011;strip</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#swirl">&#x2011;swirl</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#threshold">&#x2011;threshold</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#transparent">&#x2011;transparent</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#thumbnail">&#x2011;thumbnail</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#tint">&#x2011;tint</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#transform">&#x2011;transform</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#trim">&#x2011;trim</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#unsharp">&#x2011;unsharp</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#version">&#x2011;version</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#wave">&#x2011;wave</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#white-point">&#x2011;white&#x2011;point</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#white-threshold">&#x2011;white&#x2011;threshold</a> </p>
cristy3ed852e2009-09-05 21:47:34 +0000508
509<p>In this example, <em class="arg">-negate</em> negates the wand image but not the wizard:</p>
510
511<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert wand.png -negate wizard.png images.png</span></p></div>
512
cristydcca3fa2010-12-29 21:50:07 +0000513<h2><a id="sequence"></a>Image Sequence Operator</h2>
cristy3ed852e2009-09-05 21:47:34 +0000514<div class="doc-section">
515
cristyefb2bdb2010-11-20 19:35:22 +0000516<p>An image sequence operator differs from a setting in that it affects an
517image sequence immediately as it appears on the command line. Choose from
518these image sequence operators:</p>
cristy3ed852e2009-09-05 21:47:34 +0000519
520<p class="options">
cristyc4960862010-05-23 22:24:24 +0000521<a href="../www/command-line-options.html#append">&#x2011;append</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#affinity">&#x2011;affinity</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#average">&#x2011;average</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#clut">&#x2011;clut</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#coalesce">&#x2011;coalesce</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#combine">&#x2011;combine</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#composite">&#x2011;composite</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#crop">&#x2011;crop</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#debug">&#x2011;debug</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#deconstruct">&#x2011;deconstruct</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#delete">&#x2011;delete</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#evaluate-seqence">&#x2011;evaluate&#x2011;seqence</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#fft">&#x2011;fft</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#flatten">&#x2011;flatten</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#fx">&#x2011;fx</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#hald-clut">&#x2011;hald&#x2011;clut</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#ift">&#x2011;ift</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#identify">&#x2011;identify</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#insert">&#x2011;insert</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#layers">&#x2011;layers</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#limit">&#x2011;limit</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#map">&#x2011;map</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#maximum">&#x2011;maximum</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#minimum">&#x2011;minimum</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#morph">&#x2011;morph</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#mosaic">&#x2011;mosaic</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#optimize">&#x2011;optimize</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#print">&#x2011;print</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#process">&#x2011;process</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#quiet">&#x2011;quiet</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#separate">&#x2011;separate</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#swap">&#x2011;swap</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#write">&#x2011;write</a> </p>
cristy3ed852e2009-09-05 21:47:34 +0000522</div>
523
cristydcca3fa2010-12-29 21:50:07 +0000524<h2><a id="geometry"></a>Image Geometry</h2>
cristy3ed852e2009-09-05 21:47:34 +0000525<div class="doc-section">
526
cristyefb2bdb2010-11-20 19:35:22 +0000527<p>Many command-line options take a <em class="arg">geometry</em> argument
528to specify such things as the desired width and height of an image and other
529dimensional quantities. Because users want so many variations on the resulting
530dimensions, sizes, and positions of images (and because ImageMagick wants to
531provide them), the <em class="arg">geometry</em> argument can take many
532forms. We describe many of these in this section. </p>
cristy3ed852e2009-09-05 21:47:34 +0000533
cristyefb2bdb2010-11-20 19:35:22 +0000534<p>The image options and settings that take some form of
535a <em class="arg">geometry</em> argument include the following.
536Keep in mind that some of these parse their arguments in slightly
537different ways. See the documentation for the individual option or
538setting for more specifics.</p>
cristy3ed852e2009-09-05 21:47:34 +0000539
540<p class="options" style="text-align:justify">
cristy5f2356f2009-11-16 00:40:46 +0000541<a href="../www/command-line-options.html#adaptive-resize">&#x2011;adaptive&#x2011;resize</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#border">&#x2011;border</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#borderwidth">&#x2011;borderwidth</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#chop">&#x2011;chop</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#crop">&#x2011;crop</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#density">&#x2011;density</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#extent">&#x2011;extent</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#extract">&#x2011;extract</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#frame">&#x2011;frame</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#geometry">&#x2011;geometry</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#iconGeometry">&#x2011;iconGeometry</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#liquid-rescale">&#x2011;liquid&#x2011;rescale</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#page">&#x2011;page</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#region">&#x2011;region</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#repage">&#x2011;repage</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#resize">&#x2011;resize</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#sample">&#x2011;sample</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#scale">&#x2011;scale</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#shave">&#x2011;shave</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#splice">&#x2011;splice</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#thumbnail">&#x2011;thumbnail</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#window">&#x2011;window</a> </p>
cristy3ed852e2009-09-05 21:47:34 +0000542
543<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>
544
545
546<table id="geometryTable" class="doc">
547 <col width="20%"/> <col width="80%"/>
548 <thead>
549 <tr valign="top">
550 <th style="text-align:center"><em class="arg">size</em></th>
551 <th>General description (actual behavior can vary for different options and settings)</th>
552 </tr>
553 </thead>
554 <tbody>
555 <tr valign="top">
556 <td><em class="arg">scale</em>%</td>
557 <td>Height and width both scaled by specified percentage.</td>
558 </tr>
559 <tr valign="top">
560 <td><em class="arg">scale-x</em>%x<em class="arg">scale-y</em>%</td>
561 <td>Height and width individually scaled by specified percentages. (Only one % symbol needed.)</td>
562 </tr>
563 <tr valign="top">
564 <td><em class="arg">width</em></td>
565 <td>Width given, height automagically selected to preserve aspect ratio.</td>
566 </tr>
567 <tr valign="top">
568 <td>x<em class="arg">height</em></td>
569 <td>Height given, width automagically selected to preserve aspect ratio.</td>
570 </tr>
571 <tr valign="top">
572 <td><em class="arg">width</em>x<em class="arg">height</em></td>
573 <td>Maximum values of height and width given, aspect ratio preserved.</td>
574 </tr>
575 <tr valign="top">
576 <td><em class="arg">width</em>x<em class="arg">height</em>^</td>
577 <td>Minimum values of width and height given, aspect ratio preserved.</td>
578 </tr>
579 <tr valign="top">
580 <td><em class="arg">width</em>x<em class="arg">height</em>!</td>
581 <td>Width and height emphatically given, original aspect ratio ignored.</td>
582 </tr>
583 <tr valign="top">
584 <td><em class="arg">width</em>x<em class="arg">height</em>&gt;</td>
585 <td>Change as per <em class="arg">width</em>x<em class="arg">height</em> but only if an image dimension exceeds a specified dimension.</td>
586 </tr>
587 <tr valign="top">
588 <td><em class="arg">width</em>x<em class="arg">height</em>&lt;</td>
589 <td>Change dimensions only if both image dimensions exceed specified dimensions.</td>
590 </tr>
591 <tr valign="top">
592 <td><em class="arg">area</em>@</td>
593 <td>Resize image to have specified area in pixels. Aspect ratio is preserved.</td>
594 </tr>
595 </tbody>
596 </table>
597 <table class="doc">
598 <col width="20%"/> <col width="80%"/>
599 <thead>
600 <tr valign="top">
601 <th style="text-align:center">{<em class="arg">size</em>}{<em class="arg">offset</em>}</th>
602 <th>Specifying the <em class="arg">offset</em> (default is <kbd>+0+0</kbd>). Below, {<em class="arg">size</em>} refers to any of the forms above.</th>
603 </tr>
604 </thead>
605
606 <tbody>
607 <tr valign="top">
608 <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>
609 <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="../www/command-line-options.html#gravity">&#x2011;gravity</a> setting. Offsets are not affected by <kbd>%</kbd> or other <em class="arg">size</em> operators.</td>
610 </tr>
611 </tbody>
612</table>
613
614
615<h3>Basic adjustments to width and height; the operators <kbd>%</kbd>, <kbd>^</kbd>, and <kbd>!</kbd> </h3>
cristy4103d562010-12-10 01:38:54 +0000616<div class="doc-section">
617<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="../www/command-line-options.html#resize">&#x2011;resize</a> option. We'll use the internal image <kbd>logo:</kbd> for our input image.
cristy350dea42011-02-15 17:31:04 +0000618<a href="../images/logo.png">
cristy4103d562010-12-10 01:38:54 +0000619This fine image</a> is 640&nbsp;pixels wide and 480&nbsp;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>&ndash;value followed by&nbsp;<em>y</em>. Just think of your high school algebra classes and the <em>xy</em>&ndash;plane. (Well, almost: our <em>y</em>&ndash;axis will always go downward!)
620</p>
cristy3ed852e2009-09-05 21:47:34 +0000621
cristy4103d562010-12-10 01:38:54 +0000622<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize '200%' bigWiz.png</span></p>
623<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize '200x50%' longShortWiz.png</span></p>
624<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize '100x200' notThinWiz.png</span></p>
625<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize '100x200^' biggerNotThinWiz.png</span></p>
626<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize '100x200!' dochThinWiz.png</span></p>
cristy3ed852e2009-09-05 21:47:34 +0000627
cristy4103d562010-12-10 01:38:54 +0000628<p>The first of the four commands is simple&mdash;it stretches both the width and height of the input image by <kbd>200%</kbd> 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&nbsp;<kbd>200</kbd>% and squashing the height to&nbsp;<kbd>50%</kbd>. The resulting image (in this example) has dimensions 1280x240. Notice that the percent symbol needn't be repeated; the following are equivalent: <kbd>200x50%</kbd>, <kbd>200%x50</kbd>, <kbd>200%x50%</kbd>.
629</p>
cristy3ed852e2009-09-05 21:47:34 +0000630
cristy4103d562010-12-10 01:38:54 +0000631<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 <kbd>100x200</kbd>. 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&nbsp;100 pixels. To preserve the aspect ratio, the height will therefore have to be (480/640)&times;100&nbsp;pixels=75&nbsp;pixels, so the final dimensions will be 100x75.</p>
cristy3ed852e2009-09-05 21:47:34 +0000632
cristy4103d562010-12-10 01:38:54 +0000633<p> Notice that in the previous example, at least one of the specified dimensions will be attained (in this case, the width, 100&nbsp;pixels). The resulting image fits snugly within the original. One can do just the opposite of this by invoking the <kbd>^</kbd>&nbsp;operator, as in the fourth example above. In that case, when <kbd>100x200^</kbd> 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)&times;200&nbsp;pixels=267&nbsp;pixels. With the <kbd>^</kbd>&nbsp;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 <kbd>^</kbd> feature is new as of IM&nbsp;6.3.8-2.)</p>
cristy3ed852e2009-09-05 21:47:34 +0000634
cristy4103d562010-12-10 01:38:54 +0000635<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 <kbd>100x200</kbd>, 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 <kbd>100x200!</kbd> the dimensions will become exactly 100x200 (giving a small, vertically elongated wizard).</p>
636</div>
cristy3ed852e2009-09-05 21:47:34 +0000637
638<h3>Bounding the width, height, and area; the operators <kbd>&gt;</kbd>, <kbd>&lt;</kbd>, and <kbd>@</kbd> </h3>
639<div class="doc-section">
cristy4103d562010-12-10 01:38:54 +0000640<p>
641Here are a few more examples:
642</p>
cristy3ed852e2009-09-05 21:47:34 +0000643
cristy4103d562010-12-10 01:38:54 +0000644<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize '100' wiz1.png</span></p>
645<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize 'x200' wiz2.png</span></p>
646<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize '100x200&gt;' wiz3.png</span></p>
647<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize '100x200&lt;' wiz4.png</span></p>
648<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>
cristy3ed852e2009-09-05 21:47:34 +0000649
650
cristy4103d562010-12-10 01:38:54 +0000651<p>Use <kbd>&gt;</kbd> to change the dimensions of the image <em>only</em> if the original width or height is exeeded by one of the <em class="arg">geometry</em> specifications. Use <kbd>&lt;</kbd> to resize the image <em>only</em> if the original dimensions are more than the <em class="arg">geometry</em> specifications. In either case, if a change is made, the result is as if the <kbd>&gt;</kbd> or <kbd>&gt;</kbd> operator was not present. So, in the third example above, we specified <kbd>100x200&gt;</kbd> and the original image size is 640x480, so the image size is reduced as if we had specified <kbd>100x200</kbd>. However, in the fourth example above, there will be no change to its size.</p>
cristy3ed852e2009-09-05 21:47:34 +0000652
cristy4103d562010-12-10 01:38:54 +0000653<p>Finally, use <kbd>@</kbd> 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&nbsp;pixels is requested. The resulting file has dimensions 115x86, which has 9890&nbsp;pixels. </p>
cristy3ed852e2009-09-05 21:47:34 +0000654
cristy4103d562010-12-10 01:38:54 +0000655<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize '@10000' wiz10000.png</span></p>
656<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 <kbd>&lt;</kbd> or <kbd>&gt;</kbd> to prevent these characters from being interpreted by the shell as <em>file redirection</em>. On Windows systems, the carat <kbd>^</kbd>&nbsp; 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.
657</p>
658</div>
cristy3ed852e2009-09-05 21:47:34 +0000659
660<h3>Offsets in geometry</h3>
661<div class="doc-section">
cristy4103d562010-12-10 01:38:54 +0000662<p>
663Here 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
664<a href="../www/command-line-options.html#region">&#x2011;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 <kbd>100x200</kbd> to be located at the <em>xy</em>&ndash;coordinates <em>x</em>=10,&nbsp;<em>y</em>=20. Let's use the usual algebraic notation (<em>x</em>,<em>y</em>)=(10,20), for convenience.
665</p>
cristy3ed852e2009-09-05 21:47:34 +0000666
cristy4103d562010-12-10 01:38:54 +0000667<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -region '100x200+10+20' -negate wizNeg1.png</span></p>
668<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -region '100x200-10+20' -negate wizNeg2.png</span></p>
669<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -gravity center -region '100x200-10+20' \ <br/> -negate wizNeg3.png</span></p>
cristy3ed852e2009-09-05 21:47:34 +0000670
cristy4103d562010-12-10 01:38:54 +0000671<p>Note that offsets always require +/&minus; 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 <kbd>100x200</kbd> rectangle's own upper-left corner at (10,20). </p>
cristy3ed852e2009-09-05 21:47:34 +0000672
cristy4103d562010-12-10 01:38:54 +0000673<p>A negative offset can make sense in many cases. In the second example above, the offset is (-10,20), specified by <kbd>-10+20</kbd>. 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 <kbd>90x200+0+20</kbd>.</p>
cristy3ed852e2009-09-05 21:47:34 +0000674
cristy4103d562010-12-10 01:38:54 +0000675<p>In the third example above, the <a href="../www/command-line-options.html#gravity">&#x2011;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&nbsp;(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 <kbd>100x200</kbd> region itself is affected by the <a href="../www/command-line-options.html#gravity">&#x2011;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 <kbd>100x200</kbd> rectangle is moved to (310,260). The negated rectangle's upper-left corner is now at (310-50,260-100)=(260,160).
676</p>
677</div>
cristy3ed852e2009-09-05 21:47:34 +0000678</div>
679
680
cristydcca3fa2010-12-29 21:50:07 +0000681<h2><a id="stack"></a>Image Stack</h2>
cristy3ed852e2009-09-05 21:47:34 +0000682<div class="doc-section">
683
684<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>
685
686<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert wand.gif \( wizard.gif -rotate 30 \) +append images.gif</span></p>
687
688<p class="warn">Notice again that the parentheses are <em>escaped</em> by preceding them with
689backslashes. This is required under Unix, where parentheses are special
690<em>shell</em> characters. The backslash tells the shell not to interpret
691these characters, but to pass them directly to the command being executed. Do
692not escape the parentheses under Windows. Each parenthesis (or escaped
693parenthesis) must have spaces on either side, as in the example shown
694above.</p>
695
696<p>In addition to the image operators already discussed, the following image operators are most useful when processing images in an image stack:</p>
697
698<p class="options">
699<span class='bull'>&nbsp;&bull; </span>
700<a href="../www/command-line-options.html#clone">&#x2011;clone</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#delete">&#x2011;delete</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#insert">&#x2011;insert</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#swap">&#x2011;swap</a> <span class='bull'>&nbsp;&bull; </span>
701</p>
702
703<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>
704
705</div> <!-- end Image Stack section -->
706
cristydcca3fa2010-12-29 21:50:07 +0000707<h2><a id="output"></a>Output Filename</h2>
cristy3ed852e2009-09-05 21:47:34 +0000708<div class="doc-section">
709
710<p>ImageMagick extends the concept of an output filename to include:</p>
711
712<ol>
713<li>an explicit image format</li>
714<li>write to <em>standard out</em></li>
715<li>filename references</li>
716</ol>
717
718<p>Each of these extensions are explained in the next few paragraphs.</p>
719
cristy4103d562010-12-10 01:38:54 +0000720<h3>Explicit Image Format</h3>
721<div class="doc-section">
722 <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, <kbd>image.jpg</kbd> 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 <kbd>image</kbd> in the raw red, green, and blue intensity format:
723 </p>
cristy3ed852e2009-09-05 21:47:34 +0000724
cristy4103d562010-12-10 01:38:54 +0000725<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.jpg rgb:image</span></p>
726</div>
cristy3ed852e2009-09-05 21:47:34 +0000727
cristy4103d562010-12-10 01:38:54 +0000728<h3>Standard Out</h3>
729<div class="doc-section">
730 <p>Unix permits the output of one command to be piped to another. ImageMagick permits piping one command to another with a filename of <kbd>-</kbd>. In this example we pipe the output of <a href="../www/convert.html">convert</a> to the <a href="../www/display.html">display</a> program:
731 </p>
cristy3ed852e2009-09-05 21:47:34 +0000732
cristy4103d562010-12-10 01:38:54 +0000733<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: gif:- | display gif:-</span></p>
734<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.
735</p>
736</div>
cristy3ed852e2009-09-05 21:47:34 +0000737
cristy4103d562010-12-10 01:38:54 +0000738<h3>Filename References</h3>
739<div class="doc-section">
740<p>Optionally, use an embedded formatting character to write a sequential image list. Suppose our output filename is <kbd>image-%d.jpg</kbd> and our image list includes 3 images. You can expect these images files to be written:
741</p>
cristy3ed852e2009-09-05 21:47:34 +0000742
cristy4103d562010-12-10 01:38:54 +0000743<pre class="text">
cristy61105362010-12-19 23:22:14 +0000744 image-0.jpg
745 image-1.jpg
746 image-2.jpg
cristy4103d562010-12-10 01:38:54 +0000747</pre>
cristy3ed852e2009-09-05 21:47:34 +0000748
cristy4103d562010-12-10 01:38:54 +0000749<p>Or retrieve image properties to modify the image filename. For example, the command
750</p>
cristy3ed852e2009-09-05 21:47:34 +0000751
cristy4103d562010-12-10 01:38:54 +0000752<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose: -set filename:area '%wx%h' \ <br/> 'rose-%[filename:area].png'</span></p>
753<p>writes an image with this filename:
754</p>
cristy3ed852e2009-09-05 21:47:34 +0000755
cristy61105362010-12-19 23:22:14 +0000756<pre class="text">
757 rose-70x46.png
758</pre>
759
760<p>Finally to convert multiple JPEG images to individual PDF pages, use:</p>
761
762<pre class="text">
763 convert *.jpg +adjoin page-%d.pdf
764</pre>
cristy3ed852e2009-09-05 21:47:34 +0000765
cristy4103d562010-12-10 01:38:54 +0000766</div>
cristy3ed852e2009-09-05 21:47:34 +0000767
768</div> <!-- end Output Filename section -->
cristy3eaa0ef2010-03-06 20:35:26 +0000769
770</div>
771
772<div id="linkbar">
cristyce69bb02010-07-27 19:49:46 +0000773 <span id="linkbar-west">&nbsp;</span>
cristy3eaa0ef2010-03-06 20:35:26 +0000774 <span id="linkbar-center">
775 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull;
cristya8902942010-07-30 00:49:52 +0000776 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>
cristy3eaa0ef2010-03-06 20:35:26 +0000777 </span>
778 <span id="linkbar-east">&nbsp;</span>
779 </div>
780 <div class="footer">
cristy7e41fe82010-12-04 23:12:08 +0000781 <span id="footer-west">&copy; 1999-2011 ImageMagick Studio LLC</span>
cristy3eaa0ef2010-03-06 20:35:26 +0000782 <span id="footer-east"> <a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span>
783 </div>
784 <div style="clear: both; margin: 0; width: 100%; "></div>
cristya8902942010-07-30 00:49:52 +0000785 <script type="text/javascript">
786 var _gaq = _gaq || [];
787 _gaq.push(['_setAccount', 'UA-17690367-1']);
788 _gaq.push(['_trackPageview']);
789
790 (function() {
791 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
792 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
793 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
794 })();
795 </script>
cristy3eaa0ef2010-03-06 20:35:26 +0000796</body>
797</html>