blob: 0b940cc1f74959631885bf834175264413cf35d4 [file] [log] [blame]
cristy29dc8652015-05-12 16:26:21 +00001<!DOCTYPE html>
cristyd2432012015-05-04 23:15:15 +00002<html lang="en">
cristy62ccd402012-09-04 17:20:07 +00003<head>
cristyd2432012015-05-04 23:15:15 +00004 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
cristyffb69ed2010-12-25 00:06:48 +00007 <title>ImageMagick: Command-line Tools: Animate</title>
cristyd2432012015-05-04 23:15:15 +00008 <meta http-equiv="content-language" content="en-US">
9 <meta http-equiv="content-type" content="text/html; charset=utf-8">
10 <meta http-equiv="reply-to" content="magick-users@imagemagick.org">
11 <meta name="application-name" content="ImageMagick">
12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.">
13 <meta name="application-url" content="http://www.imagemagick.org">
14 <meta name="generator" content="PHP">
15 <meta name="keywords" content="command-line, tools:, animate, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert">
16 <meta name="rating" content="GENERAL">
17 <meta name="robots" content="INDEX, FOLLOW">
18 <meta name="generator" content="ImageMagick Studio LLC">
19 <meta name="author" content="ImageMagick Studio LLC">
20 <meta name="revisit-after" content="2 DAYS">
21 <meta name="resource-type" content="document">
cristy2f563d42015-05-06 23:36:51 +000022 <meta name="copyright" content="Copyright (c) 1999-2015 ImageMagick Studio LLC">
cristyd2432012015-05-04 23:15:15 +000023 <meta name="distribution" content="Global">
cristy44443b92015-05-05 00:06:07 +000024 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1">
cristyd2432012015-05-04 23:15:15 +000025 <link rel="icon" href="../images/wand.png">
26 <link rel="shortcut icon" href="../images/wand.ico" type="images/x-icon">
cristy44443b92015-05-05 00:06:07 +000027 <link rel="stylesheet" href="css/bootstrap.min.css">
28 <link rel="stylesheet" href="css/magick.css">
cristy62ccd402012-09-04 17:20:07 +000029</head>
30
cristyd2432012015-05-04 23:15:15 +000031<body>
cristy62ccd402012-09-04 17:20:07 +000032<div class="main">
cristyd2432012015-05-04 23:15:15 +000033<div class="magick-masthead">
34 <div class="container">
35 <script type="text/javascript">
36 <!--
37 google_ad_client = "pub-3129977114552745";
38 google_ad_slot = "5439289906";
39 google_ad_width = 728;
40 google_ad_height = 90;
41 //-->
42 </script>
43 <center><script type="text/javascript" src="http://localhost/pagead/show_ads.js">
44 </script></center>
45 <nav class="magick-nav">
cristy44443b92015-05-05 00:06:07 +000046 <a class="magick-nav-item " href="../index.html">Home</a>
cristyd2432012015-05-04 23:15:15 +000047 <a class="magick-nav-item " href="binary-releases.html">Downloads</a>
48 <a class="magick-nav-item " href="command-line-tools.html">Tools</a>
49 <a class="magick-nav-item " href="command-line-options.html">Options</a>
50 <a class="magick-nav-item " href="api.html">Development</a>
cristy44443b92015-05-05 00:06:07 +000051 <a class="magick-nav-item" href="http://www.imagemagick.org/discourse-server/">Community</a>
cristyabed55c2015-05-06 17:07:00 +000052 <a class="magick-nav-item navbar-right " href="http://www.imagemagick.org/script/search.php">Search</a>
cristyd2432012015-05-04 23:15:15 +000053 </nav>
54 </div>
cristy3ed852e2009-09-05 21:47:34 +000055</div>
cristyd2432012015-05-04 23:15:15 +000056<div class="container">
57<div class="magick-header">
58<p class="text-center"><a href="animate.html#usage">Example Usage</a><a href="animate.html#options">Option Summary</a></p>
cristy3ed852e2009-09-05 21:47:34 +000059
cristyd2432012015-05-04 23:15:15 +000060<p class="lead magick-description">Use the <code>animate</code> program to animate an image sequence on any X server. See <a href="command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>animate</code> command or see below for example usages of the command.</p>
cristydcca3fa2010-12-29 21:50:07 +000061
cristyd2432012015-05-04 23:15:15 +000062<h2 class="magick-header"><a id="usage"></a>Example Usage</h2>
63
cristy8ee7f242013-06-20 16:08:44 +000064<p>We list a few examples of the <code>animate</code> command here to illustrate its usefulness and ease of use. To get started, lets animate an image sequence in the GIF format:</p>
cristy3ed852e2009-09-05 21:47:34 +000065
cristyd2432012015-05-04 23:15:15 +000066<pre>
67animate movie.gif
68</pre>
69
cristy3ed852e2009-09-05 21:47:34 +000070<p>To animate a directory of JPEG images, use:</p>
71
cristyd2432012015-05-04 23:15:15 +000072<pre>
73animate *.jpg
74</pre>
75
cristy8ee7f242013-06-20 16:08:44 +000076<p>You can find additional examples of using <code>animate</code> in <a href="http://www.imagemagick.org/Usage/basics/#animate">Examples of ImageMagick Usage</a>.</p>
cristy3ed852e2009-09-05 21:47:34 +000077
cristy3ed852e2009-09-05 21:47:34 +000078
cristyd2432012015-05-04 23:15:15 +000079<h2 class="magick-header"><a id="options"></a>Option Summary</h2>
cristydcca3fa2010-12-29 21:50:07 +000080
cristy8ee7f242013-06-20 16:08:44 +000081<p>The <code>animate</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
cristy3ed852e2009-09-05 21:47:34 +000082
cristyd2432012015-05-04 23:15:15 +000083<table class="table table-condensed table-striped">
cristy3ed852e2009-09-05 21:47:34 +000084 <tbody>
85 <tr>
86 <th align="left">Option</th>
87 <th align="left">Description</th>
88 </tr>
89
90 <tr>
cristyd2432012015-05-04 23:15:15 +000091 <td><a href="command-line-options.html#alpha">-alpha</a></td>
92 <td>on, activate, off, deactivate, set, opaque, copy",
cristy3ed852e2009-09-05 21:47:34 +000093transparent, extract, background, or shape the alpha channel</td>
94 </tr>
95
96 <tr>
cristyd2432012015-05-04 23:15:15 +000097 <td><a href="command-line-options.html#antialias">-antialias</a></td>
98 <td>remove pixel-aliasing</td>
cristy3ed852e2009-09-05 21:47:34 +000099 </tr>
100
101 <tr>
cristyd2432012015-05-04 23:15:15 +0000102 <td><a href="command-line-options.html#authenticate">-authenticate <var>value</var></a></td>
103 <td>decrypt image with this password</td>
cristy3ed852e2009-09-05 21:47:34 +0000104 </tr>
105
106 <tr>
cristyd2432012015-05-04 23:15:15 +0000107 <td><a href="command-line-options.html#backdrop">-backdrop</a></td>
108 <td>background color</td>
cristy3ed852e2009-09-05 21:47:34 +0000109 </tr>
110
111 <tr>
cristyd2432012015-05-04 23:15:15 +0000112 <td><a href="command-line-options.html#background">-background <var>color</var></a></td>
113 <td>background color</td>
cristy3ed852e2009-09-05 21:47:34 +0000114 </tr>
115
116 <tr>
cristyd2432012015-05-04 23:15:15 +0000117 <td><a href="command-line-options.html#border">-border <var>geometry</var></a></td>
118 <td>surround image with a border of color</td>
cristy3ed852e2009-09-05 21:47:34 +0000119 </tr>
120
121 <tr>
cristyd2432012015-05-04 23:15:15 +0000122 <td><a href="command-line-options.html#bordercolor">-bordercolor <var>color</var></a></td>
123 <td>border color</td>
cristy3ed852e2009-09-05 21:47:34 +0000124 </tr>
125
126 <tr>
cristyd2432012015-05-04 23:15:15 +0000127 <td><a href="command-line-options.html#channel">-channel <var>type</var></a></td>
128 <td>apply option to select image channels</td>
cristy3ed852e2009-09-05 21:47:34 +0000129 </tr>
130
131 <tr>
cristyd2432012015-05-04 23:15:15 +0000132 <td><a href="command-line-options.html#clip">-clip</a></td>
133 <td>clip along the first path from the 8BIM profile</td>
cristy3ed852e2009-09-05 21:47:34 +0000134 </tr>
135
136 <tr>
cristyd2432012015-05-04 23:15:15 +0000137 <td><a href="command-line-options.html#clip-path">-clip-path <var>id</var></a></td>
138 <td>clip along a named path from the 8BIM profile</td>
cristy3ed852e2009-09-05 21:47:34 +0000139 </tr>
140
141 <tr>
cristyd2432012015-05-04 23:15:15 +0000142 <td><a href="command-line-options.html#coalesce">-coalesce</a></td>
143 <td>merge a sequence of images</td>
cristy3ed852e2009-09-05 21:47:34 +0000144 </tr>
145
146 <tr>
cristyd2432012015-05-04 23:15:15 +0000147 <td><a href="command-line-options.html#colormap">-colormap <var>type</var></a></td>
148 <td>Shared or Private</td>
cristy3ed852e2009-09-05 21:47:34 +0000149 </tr>
150
151 <tr>
cristyd2432012015-05-04 23:15:15 +0000152 <td><a href="command-line-options.html#colors">-colors <var>value</var></a></td>
153 <td>preferred number of colors in the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000154 </tr>
155
156 <tr>
cristyd2432012015-05-04 23:15:15 +0000157 <td><a href="command-line-options.html#colorspace">-colorspace <var>type</var></a></td>
158 <td>set image colorspace</td>
cristy3ed852e2009-09-05 21:47:34 +0000159 </tr>
160
161 <tr>
cristyd2432012015-05-04 23:15:15 +0000162 <td><a href="command-line-options.html#comment">-comment <var>string</var></a></td>
163 <td>annotate image with comment</td>
cristy3ed852e2009-09-05 21:47:34 +0000164 </tr>
165
166 <tr>
cristyd2432012015-05-04 23:15:15 +0000167 <td><a href="command-line-options.html#compress">-compress <var>type</var></a></td>
168 <td>image compression type</td>
cristy3ed852e2009-09-05 21:47:34 +0000169 </tr>
170
171 <tr>
cristyd2432012015-05-04 23:15:15 +0000172 <td><a href="command-line-options.html#contrast">-contrast</a></td>
173 <td>enhance or reduce the image contrast</td>
cristy3ed852e2009-09-05 21:47:34 +0000174 </tr>
175
176 <tr>
cristyd2432012015-05-04 23:15:15 +0000177 <td><a href="command-line-options.html#crop">-crop <var>geometry</var></a></td>
178 <td>preferred size and location of the cropped image</td>
cristy3ed852e2009-09-05 21:47:34 +0000179 </tr>
180
181 <tr>
cristyd2432012015-05-04 23:15:15 +0000182 <td><a href="command-line-options.html#debug">-debug <var>events</var></a></td>
183 <td>animate copious debugging information</td>
cristy3ed852e2009-09-05 21:47:34 +0000184 </tr>
185
186 <tr>
cristyd2432012015-05-04 23:15:15 +0000187 <td><a href="command-line-options.html#decipher">-decipher <var>filename</var></a></td>
188 <td>convert cipher pixels to plain</td>
cristy3ed852e2009-09-05 21:47:34 +0000189 </tr>
190
191 <tr>
cristyd2432012015-05-04 23:15:15 +0000192 <td><a href="command-line-options.html#define">-define <var>format:option</var></a></td>
193 <td>define one or more image format options</td>
cristy3ed852e2009-09-05 21:47:34 +0000194 </tr>
195
196 <tr>
cristyd2432012015-05-04 23:15:15 +0000197 <td><a href="command-line-options.html#delay">-delay <var>value</var></a></td>
198 <td>animate the next image after pausing</td>
cristy3ed852e2009-09-05 21:47:34 +0000199 </tr>
200
201 <tr>
cristyd2432012015-05-04 23:15:15 +0000202 <td><a href="command-line-options.html#density">-density <var>geometry</var></a></td>
203 <td>horizontal and vertical density of the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000204 </tr>
205
206 <tr>
cristyd2432012015-05-04 23:15:15 +0000207 <td><a href="command-line-options.html#depth">-depth <var>value</var></a></td>
208 <td>image depth</td>
cristy3ed852e2009-09-05 21:47:34 +0000209 </tr>
210
211 <tr>
cristyd2432012015-05-04 23:15:15 +0000212 <td><a href="command-line-options.html#despeckle">-despeckle</a></td>
213 <td>reduce the speckles within an image</td>
cristy3ed852e2009-09-05 21:47:34 +0000214 </tr>
215
216 <tr>
cristyd2432012015-05-04 23:15:15 +0000217 <td><a href="command-line-options.html#animate">-display <var>server</var></a></td>
218 <td>get image or font from this X server</td>
cristy3ed852e2009-09-05 21:47:34 +0000219 </tr>
220
221 <tr>
cristyd2432012015-05-04 23:15:15 +0000222 <td><a href="command-line-options.html#dispose">-dispose <var>method</var></a></td>
223 <td>layer disposal method</td>
cristy3ed852e2009-09-05 21:47:34 +0000224 </tr>
225
226 <tr>
cristyd2432012015-05-04 23:15:15 +0000227 <td><a href="command-line-options.html#dither">-dither <var>method</var></a></td>
228 <td>apply error diffusion to image</td>
cristy3ed852e2009-09-05 21:47:34 +0000229 </tr>
230
231 <tr>
cristyd2432012015-05-04 23:15:15 +0000232 <td><a href="command-line-options.html#edge">-edge <var>radius</var></a></td>
233 <td>apply a filter to detect edges in the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000234 </tr>
235
236 <tr>
cristyd2432012015-05-04 23:15:15 +0000237 <td><a href="command-line-options.html#endian">-endian <var>type</var></a></td>
238 <td>endianness (MSB or LSB) of the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000239 </tr>
240
241 <tr>
cristyd2432012015-05-04 23:15:15 +0000242 <td><a href="command-line-options.html#enhance">-enhance</a></td>
243 <td>apply a digital filter to enhance a noisy image</td>
cristy3ed852e2009-09-05 21:47:34 +0000244 </tr>
245
246 <tr>
cristyd2432012015-05-04 23:15:15 +0000247 <td><a href="command-line-options.html#extract">-extract <var>geometry</var></a></td>
248 <td>extract area from image</td>
cristy3ed852e2009-09-05 21:47:34 +0000249 </tr>
250
251 <tr>
cristyd2432012015-05-04 23:15:15 +0000252 <td><a href="command-line-options.html#filter">-filter <var>type</var></a></td>
253 <td>use this filter when resizing an image</td>
cristy3ed852e2009-09-05 21:47:34 +0000254 </tr>
255
256 <tr>
cristyd2432012015-05-04 23:15:15 +0000257 <td><a href="command-line-options.html#flatten">-flatten</a></td>
258 <td>flatten a sequence of images</td>
cristy3ed852e2009-09-05 21:47:34 +0000259 </tr>
260
261 <tr>
cristyd2432012015-05-04 23:15:15 +0000262 <td><a href="command-line-options.html#flip">-flip</a></td>
263 <td>flip image in the vertical direction</td>
cristy3ed852e2009-09-05 21:47:34 +0000264 </tr>
265
266 <tr>
cristyd2432012015-05-04 23:15:15 +0000267 <td><a href="command-line-options.html#flop">-flop</a></td>
268 <td>flop image in the horizontal direction</td>
cristy3ed852e2009-09-05 21:47:34 +0000269 </tr>
270
271 <tr>
cristyd2432012015-05-04 23:15:15 +0000272 <td><a href="command-line-options.html#frame">-frame <var>geometry</var></a></td>
273 <td>surround image with an ornamental border</td>
cristy3ed852e2009-09-05 21:47:34 +0000274 </tr>
275
276 <tr>
cristyd2432012015-05-04 23:15:15 +0000277 <td><a href="command-line-options.html#gamma">-gamma <var>value</var></a></td>
278 <td>level of gamma correction</td>
cristy3ed852e2009-09-05 21:47:34 +0000279 </tr>
280
281 <tr>
cristyd2432012015-05-04 23:15:15 +0000282 <td><a href="command-line-options.html#geometry">-geometry <var>geometry</var></a></td>
283 <td>preferred size or location of the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000284 </tr>
285
286 <tr>
cristyd2432012015-05-04 23:15:15 +0000287 <td><a href="command-line-options.html#gravity">-gravity <var>geometry</var></a></td>
288 <td>horizontal and vertical backdrop placement</td>
cristy3ed852e2009-09-05 21:47:34 +0000289 </tr>
290
291 <tr>
cristyd2432012015-05-04 23:15:15 +0000292 <td><a href="command-line-options.html#help">-help</a></td>
293 <td>print program options</td>
cristy3ed852e2009-09-05 21:47:34 +0000294 </tr>
295
296 <tr>
cristyd2432012015-05-04 23:15:15 +0000297 <td><a href="command-line-options.html#identify">-identify</a></td>
298 <td>identify the format and characteristics of the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000299 </tr>
300
301 <tr>
cristyd2432012015-05-04 23:15:15 +0000302 <td><a href="command-line-options.html#immutable">-immutable <var>type</var></a></td>
303 <td>prohibit image edits</td>
cristy3ed852e2009-09-05 21:47:34 +0000304 </tr>
305
306 <tr>
cristyd2432012015-05-04 23:15:15 +0000307 <td><a href="command-line-options.html#interlace">-interlace <var>type</var></a></td>
308 <td>type of image interlacing scheme</td>
cristy3ed852e2009-09-05 21:47:34 +0000309 </tr>
310
311 <tr>
cristyd2432012015-05-04 23:15:15 +0000312 <td><a href="command-line-options.html#interpolate">-interpolate <var>method</var></a></td>
313 <td>pixel color interpolation method</td>
cristy3ed852e2009-09-05 21:47:34 +0000314 </tr>
315
316 <tr>
cristyd2432012015-05-04 23:15:15 +0000317 <td><a href="command-line-options.html#label">-label <var>name</var></a></td>
318 <td>assign a label to an image</td>
cristy3ed852e2009-09-05 21:47:34 +0000319 </tr>
320
321 <tr>
cristyd2432012015-05-04 23:15:15 +0000322 <td><a href="command-line-options.html#limit">-limit <var>type value</var></a></td>
323 <td>pixel cache resource limit</td>
cristy3ed852e2009-09-05 21:47:34 +0000324 </tr>
325
326 <tr>
cristyd2432012015-05-04 23:15:15 +0000327 <td><a href="command-line-options.html#log">-log <var>format</var></a></td>
328 <td>format of debugging information</td>
cristy3ed852e2009-09-05 21:47:34 +0000329 </tr>
330
331 <tr>
cristyd2432012015-05-04 23:15:15 +0000332 <td><a href="command-line-options.html#map">-map <var>filename</var></a></td>
333 <td>transform image colors to match this set of colors</td>
cristy3ed852e2009-09-05 21:47:34 +0000334 </tr>
335
336 <tr>
cristyd2432012015-05-04 23:15:15 +0000337 <td><a href="command-line-options.html#mattecolor">-mattecolor <var>color</var></a></td>
338 <td>frame color</td>
cristy3ed852e2009-09-05 21:47:34 +0000339 </tr>
340
341 <tr>
cristyd2432012015-05-04 23:15:15 +0000342 <td><a href="command-line-options.html#monitor">-monitor</a></td>
343 <td>monitor progress</td>
cristy3ed852e2009-09-05 21:47:34 +0000344 </tr>
345
346 <tr>
cristyd2432012015-05-04 23:15:15 +0000347 <td><a href="command-line-options.html#monochrome">-monochrome</a></td>
348 <td>transform image to black and white</td>
cristy3ed852e2009-09-05 21:47:34 +0000349 </tr>
350
351 <tr>
cristyd2432012015-05-04 23:15:15 +0000352 <td><a href="command-line-options.html#negate">-negate</a></td>
353 <td>replace each pixel with its complementary color </td>
cristy3ed852e2009-09-05 21:47:34 +0000354 </tr>
355
356 <tr>
cristyd2432012015-05-04 23:15:15 +0000357 <td><a href="command-line-options.html#page">-page <var>geometry</var></a></td>
358 <td>size and location of an image canvas (setting)</td>
cristy3ed852e2009-09-05 21:47:34 +0000359 </tr>
360
361 <tr>
cristyd2432012015-05-04 23:15:15 +0000362 <td><a href="command-line-options.html#profile">-profile <var>filename</var></a></td>
363 <td>add, delete, or apply an image profile</td>
cristy3ed852e2009-09-05 21:47:34 +0000364 </tr>
365
366 <tr>
cristyd2432012015-05-04 23:15:15 +0000367 <td><a href="command-line-options.html#quantize">-quantize <var>colorspace</var></a></td>
368 <td>reduce image colors in this colorspace</td>
cristy3ed852e2009-09-05 21:47:34 +0000369 </tr>
370
371 <tr>
cristyd2432012015-05-04 23:15:15 +0000372 <td><a href="command-line-options.html#quiet">-quiet</a></td>
373 <td>suppress all warning messages</td>
cristy3ed852e2009-09-05 21:47:34 +0000374 </tr>
375
376 <tr>
cristyd2432012015-05-04 23:15:15 +0000377 <td><a href="command-line-options.html#raise">-raise <var>value</var></a></td>
378 <td>lighten/darken image edges to create a 3-D effect</td>
cristy3ed852e2009-09-05 21:47:34 +0000379 </tr>
380
381 <tr>
cristyd2432012015-05-04 23:15:15 +0000382 <td><a href="command-line-options.html#regard-warnings">-regard-warnings</a></td>
383 <td>pay attention to warning messages.</td>
cristy3ed852e2009-09-05 21:47:34 +0000384 </tr>
385
386 <tr>
cristyd2432012015-05-04 23:15:15 +0000387 <td><a href="command-line-options.html#remote">-remote <var>command</var></a></td>
388 <td>execute a command in an remote animate process</td>
cristy3ed852e2009-09-05 21:47:34 +0000389 </tr>
390
391 <tr>
cristyd2432012015-05-04 23:15:15 +0000392 <td><a href="command-line-options.html#resample">-resample <var>geometry</var></a></td>
393 <td>change the resolution of an image</td>
cristy3ed852e2009-09-05 21:47:34 +0000394 </tr>
395
396 <tr>
cristyd2432012015-05-04 23:15:15 +0000397 <td><a href="command-line-options.html#resize">-resize <var>geometry</var></a></td>
398 <td>resize the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000399 </tr>
400
401 <tr>
cristyd2432012015-05-04 23:15:15 +0000402 <td><a href="command-line-options.html#respect-parentheses">-respect-parentheses</a></td>
403 <td>settings remain in effect until parenthesis boundary.</td>
cristy3ed852e2009-09-05 21:47:34 +0000404 </tr>
405
406 <tr>
cristyd2432012015-05-04 23:15:15 +0000407 <td><a href="command-line-options.html#roll">-roll <var>geometry</var></a></td>
408 <td>roll an image vertically or horizontally</td>
cristy3ed852e2009-09-05 21:47:34 +0000409 </tr>
410
411 <tr>
cristyd2432012015-05-04 23:15:15 +0000412 <td><a href="command-line-options.html#rotate">-rotate <var>degrees</var></a></td>
413 <td>apply Paeth rotation to the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000414 </tr>
415
416 <tr>
cristyd2432012015-05-04 23:15:15 +0000417 <td><a href="command-line-options.html#sample">-sample <var>geometry</var></a></td>
418 <td>scale image with pixel sampling</td>
cristy3ed852e2009-09-05 21:47:34 +0000419 </tr>
420
421 <tr>
cristyd2432012015-05-04 23:15:15 +0000422 <td><a href="command-line-options.html#sampling-factor">-sampling-factor <var>geometry</var></a></td>
423 <td>horizontal and vertical sampling factor</td>
cristy3ed852e2009-09-05 21:47:34 +0000424 </tr>
425
426 <tr>
cristyd2432012015-05-04 23:15:15 +0000427 <td><a href="command-line-options.html#scene">-scene <var>value</var></a></td>
428 <td>image scene number</td>
cristy3ed852e2009-09-05 21:47:34 +0000429 </tr>
430
431 <tr>
cristyd2432012015-05-04 23:15:15 +0000432 <td><a href="command-line-options.html#segment">-segment <var>values</var></a></td>
433 <td>segment an image</td>
cristy3ed852e2009-09-05 21:47:34 +0000434 </tr>
435
436 <tr>
cristyd2432012015-05-04 23:15:15 +0000437 <td><a href="command-line-options.html#seed">-seed <var>value</var></a></td>
438 <td>seed a new sequence of pseudo-random numbers</td>
cristy3ed852e2009-09-05 21:47:34 +0000439 </tr>
440
441 <tr>
cristyd2432012015-05-04 23:15:15 +0000442 <td><a href="command-line-options.html#set">-set <var>attribute value</var></a></td>
443 <td>set an image attribute</td>
cristy3ed852e2009-09-05 21:47:34 +0000444 </tr>
445
446 <tr>
cristyd2432012015-05-04 23:15:15 +0000447 <td><a href="command-line-options.html#sharpen">-sharpen <var>geometry</var></a></td>
448 <td>sharpen the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000449 </tr>
450
451 <tr>
cristyd2432012015-05-04 23:15:15 +0000452 <td><a href="command-line-options.html#size">-size <var>geometry</var></a></td>
453 <td>width and height of image</td>
cristy3ed852e2009-09-05 21:47:34 +0000454 </tr>
455
456 <tr>
cristyd2432012015-05-04 23:15:15 +0000457 <td><a href="command-line-options.html#strip">-strip</a></td>
458 <td>strip image of all profiles and comments</td>
cristy3ed852e2009-09-05 21:47:34 +0000459 </tr>
460
461 <tr>
cristyd2432012015-05-04 23:15:15 +0000462 <td><a href="command-line-options.html#thumbnail">-thumbnail <var>geometry</var></a></td>
463 <td>create a thumbnail of the image</td>
cristyb3ace7e2010-02-21 00:40:49 +0000464 </tr>
465
466 <tr>
cristyd2432012015-05-04 23:15:15 +0000467 <td><a href="command-line-options.html#transparent-color">-transparent-color <var>color</var></a></td>
468 <td>transparent color</td>
cristy3ed852e2009-09-05 21:47:34 +0000469 </tr>
470
471 <tr>
cristyd2432012015-05-04 23:15:15 +0000472 <td><a href="command-line-options.html#trim">-trim</a></td>
473 <td>trim image edges</td>
cristy3ed852e2009-09-05 21:47:34 +0000474 </tr>
475
476 <tr>
cristyd2432012015-05-04 23:15:15 +0000477 <td><a href="command-line-options.html#update">-update <var>seconds</var></a></td>
478 <td>detect when image file is modified and reanimate</td>
cristy3ed852e2009-09-05 21:47:34 +0000479 </tr>
480
481 <tr>
cristyd2432012015-05-04 23:15:15 +0000482 <td><a href="command-line-options.html#verbose">-verbose</a></td>
483 <td>print detailed information about the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000484 </tr>
485
486 <tr>
cristyd2432012015-05-04 23:15:15 +0000487 <td><a href="command-line-options.html#version">-version</a></td>
488 <td>print version information</td>
cristy3ed852e2009-09-05 21:47:34 +0000489 </tr>
490
491 <tr>
cristyd2432012015-05-04 23:15:15 +0000492 <td><a href="command-line-options.html#virtual-pixel">-virtual-pixel <var>method</var></a></td>
493 <td>access method for pixels outside the boundaries of the image</td>
cristy3ed852e2009-09-05 21:47:34 +0000494 </tr>
495
496 <tr>
cristyd2432012015-05-04 23:15:15 +0000497 <td><a href="command-line-options.html#visual">-visual</a></td>
498 <td>animate image using this visual type</td>
cristy3ed852e2009-09-05 21:47:34 +0000499 </tr>
500
501 <tr>
cristyd2432012015-05-04 23:15:15 +0000502 <td><a href="command-line-options.html#write">-window <var>id</var></a></td>
503 <td>animate images to background of this window</td>
cristy3ed852e2009-09-05 21:47:34 +0000504 </tr>
505
506 <tr>
cristyd2432012015-05-04 23:15:15 +0000507 <td><a href="command-line-options.html#write">-window-group <var>id</var></a></td>
508 <td>exit program when this window id is destroyed</td>
cristy3ed852e2009-09-05 21:47:34 +0000509 </tr>
510
511 </tbody>
512</table>
cristydcca3fa2010-12-29 21:50:07 +0000513</div>
cristyd2432012015-05-04 23:15:15 +0000514 <footer class="magick-footer">
515 <div class="magick-nav-item navbar-left">
cristy85893d32015-05-06 13:44:09 +0000516 <a href="support.html">Donate</a>
cristyd2432012015-05-04 23:15:15 +0000517 </div>
cristyd2432012015-05-04 23:15:15 +0000518 <p><a href="sitemap.html">Sitemap</a>
519 <a href="links.html">Related</a>
520 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Image Studio</a>
521 <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
522 <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
523</p>
524 <p><a href="animate.html#">Back to top</a>
cristy85893d32015-05-06 13:44:09 +0000525 <a href="http://www.imagemagick.org/script/contact.php">Contact Us</a></p>
cristy2f563d42015-05-06 23:36:51 +0000526 <p class="small">© 1999-2015 ImageMagick Studio LLC</p>
cristyd2432012015-05-04 23:15:15 +0000527 </footer>
528</div><!-- /.container -->
cristy62ccd402012-09-04 17:20:07 +0000529
cristyd2432012015-05-04 23:15:15 +0000530 <script src="https://localhost/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
531 <script src="../js/bootstrap.min.js"></script>
532 <script type="text/javascript">
533 /* */
534 (function() {
535 var s = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
536 s.type = 'text/javascript';
537 s.async = true;
538 s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
539 t.parentNode.insertBefore(s, t);
540 })();
541 /* */
542 </script>
cristy62ccd402012-09-04 17:20:07 +0000543</div>
cristy62ccd402012-09-04 17:20:07 +0000544</body>
cristy5a367e42015-05-05 12:39:18 +0000545</html>