cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 1 |
|
cristy | dcca3fa | 2010-12-29 21:50:07 +0000 | [diff] [blame] | 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
| 3 | "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
cristy | 2bd2a98 | 2011-02-15 00:52:58 +0000 | [diff] [blame] | 4 | <html version="-//W3C//DTD XHTML 1.1//EN"
|
| 5 | xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
|
| 6 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| 7 | xsi:schemaLocation="http://www.w3.org/1999/xhtml
|
| 8 | http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
|
cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 9 | <head>
|
cristy | 3c98a4f | 2010-08-13 20:09:41 +0000 | [diff] [blame] | 10 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
| 11 | <meta name="verify-v1" content="g222frIIxcQTrvDR3NBRUSKP3AnMNoqxOkIniCEkV7U="/>
|
cristy | ffb69ed | 2010-12-25 00:06:48 +0000 | [diff] [blame] | 12 | <title>ImageMagick: Command-line Tools: Convert</title> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 13 | <meta http-equiv="Content-Language" content="en-US"/> |
| 14 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| 15 | <meta http-equiv="Reply-to" content="magick-users@imagemagick.org"/> |
cristy | 3c98a4f | 2010-08-13 20:09:41 +0000 | [diff] [blame] | 16 | <meta name="Application-name" content="ImageMagick"/> |
cristy | af8d665 | 2011-02-04 21:57:45 +0000 | [diff] [blame] | 17 | <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."/> |
cristy | 3c98a4f | 2010-08-13 20:09:41 +0000 | [diff] [blame] | 18 | <meta name="Application-url" content="http://www.imagemagick.org"/> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 19 | <meta name="Generator" content="PHP"/> |
| 20 | <meta name="Keywords" content="command-line, tools:, convert, ImageMagick, ImageMagic, MagickCore, MagickWand, PerlMagick, Magick++, RMagick, PythonMagick, JMagick, TclMagick, Image, Magick, Magic, Wand, ImageMagickObject, Swiss, Army, Knife, Image, Processing"/> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 21 | <meta name="Rating" content="GENERAL"/> |
| 22 | <meta name="Robots" content="INDEX, FOLLOW"/> |
| 23 | <meta name="Generator" content="ImageMagick Studio LLC"/> |
| 24 | <meta name="Author" content="ImageMagick Studio LLC"/> |
| 25 | <meta name="Revisit-after" content="2 DAYS"/> |
| 26 | <meta name="Resource-type" content="document"/> |
cristy | 7e41fe8 | 2010-12-04 23:12:08 +0000 | [diff] [blame] | 27 | <meta name="Copyright" content="Copyright (c) 1999-2011 ImageMagick Studio LLC"/> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 28 | <meta name="Distribution" content="Global"/> |
cristy | dcca3fa | 2010-12-29 21:50:07 +0000 | [diff] [blame] | 29 | <link rel="icon" href="../images/wand.png"/> |
cristy | 3c98a4f | 2010-08-13 20:09:41 +0000 | [diff] [blame] | 30 | <link rel="shortcut icon" href="../images/wand.ico" type="images/x-icon"/> |
| 31 | <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"/>
|
cristy | 7a40ba8 | 2011-01-08 20:31:18 +0000 | [diff] [blame] | 32 | <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
|
cristy | 3c98a4f | 2010-08-13 20:09:41 +0000 | [diff] [blame] | 33 | <style type="text/css" media="all">
|
| 34 | @import url("../www/magick.css");
|
| 35 | </style>
|
cristy | dcca3fa | 2010-12-29 21:50:07 +0000 | [diff] [blame] | 36 | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
|
cristy | 361f466 | 2010-12-31 23:02:52 +0000 | [diff] [blame] | 37 | <script type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"></script>
|
| 38 | <link rel="stylesheet" type="text/css" href="../fancybox/jquery.fancybox-1.3.4.css" media="screen" />
|
| 39 | <script type="text/javascript">
|
| 40 | $(document).ready(function() {
|
| 41 | $("a[href$=.jpg],a[href$=.png],a[href$=.gif]").fancybox({
|
| 42 | 'transitionIn' : 'elastic',
|
| 43 | 'transitionOut' : 'elastic',
|
| 44 | 'overlayShow' : false,
|
| 45 | 'opacity' : true
|
| 46 | });
|
| 47 | });
|
| 48 | </script>
|
cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 49 | </head>
|
| 50 |
|
| 51 | <body id="www-imagemagick-org">
|
| 52 | <div class="titlebar">
|
| 53 | <a href="../index.html">
|
| 54 | <img src="../images/script.png" alt="[ImageMagick]"
|
| 55 | style="width: 350px; height: 60px; margin: 28px auto; float: left;" /></a>
|
| 56 | <a href="http://www.networkredux.com">
|
| 57 | <img src="../images/networkredux.png" alt="[sponsor]"
|
cristy | 5292344 | 2011-01-15 22:54:31 +0000 | [diff] [blame] | 58 | style="margin-top: 42px; border: 0px; float: left;" /></a>
|
cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 59 | <a href="http://www.imagemagick.org/discourse-server/">
|
cristy | af8d665 | 2011-02-04 21:57:45 +0000 | [diff] [blame] | 60 | <img src="../images/logo.jpg"
|
| 61 | alt="ImageMagick Logo"
|
cristy | 178edaf | 2011-01-23 03:42:39 +0000 | [diff] [blame] | 62 | style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
|
cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 63 | <a href="../index.html">
|
cristy | af8d665 | 2011-02-04 21:57:45 +0000 | [diff] [blame] | 64 | <img src="../images/sprite.jpg"
|
| 65 | alt="ImageMagick Sprite"
|
cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 66 | style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
|
| 67 | </div>
|
| 68 |
|
cristy | ce69bb0 | 2010-07-27 19:49:46 +0000 | [diff] [blame] | 69 | <div class="westbar">
|
cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 70 |
|
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 71 | <div class="menu"> |
cristy | 83a272e | 2010-05-07 20:40:35 +0000 | [diff] [blame] | 72 | <a title="About ImageMagick" href="../index.html">About ImageMagick</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 73 | </div> |
cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 74 | <div class="sep"></div>
|
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 75 | <div class="menu"> |
cristy | bb50337 | 2010-05-27 20:51:26 +0000 | [diff] [blame] | 76 | <a title="Binary Releases" href="../www/binary-releases.html">Binary Releases</a> |
| 77 | </div> |
| 78 | <div class="sub"> |
| 79 | <a title="Binary Release: Unix" href="../www/binary-releases.html#unix">Unix</a> |
| 80 | </div> |
| 81 | <div class="sub"> |
| 82 | <a title="Binary Release: MacOS X" href="../www/binary-releases.html#macosx">Mac OS X</a> |
| 83 | </div> |
| 84 | <div class="sub"> |
cristy | da16f16 | 2011-02-19 23:52:17 +0000 | [diff] [blame] | 85 | <a title="Binary Release: iPhone" href="../www/binary-releases.html#iPhone">iPhone</a> |
| 86 | </div> |
| 87 | <div class="sub"> |
cristy | bb50337 | 2010-05-27 20:51:26 +0000 | [diff] [blame] | 88 | <a title="Binary Release: Windows" href="../www/binary-releases.html#windows">Windows</a> |
| 89 | </div> |
| 90 | <div class="sep"></div>
|
| 91 | <div class="menu"> |
cristy | 83a272e | 2010-05-07 20:40:35 +0000 | [diff] [blame] | 92 | <a title="Command-line Tools" href="../www/command-line-tools.html">Command-line Tools</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 93 | </div> |
| 94 | <div class="sub"> |
cristy | 83a272e | 2010-05-07 20:40:35 +0000 | [diff] [blame] | 95 | <a title="Command-line Tools: Processing" href="../www/command-line-processing.html">Processing</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 96 | </div> |
| 97 | <div class="sub"> |
cristy | 83a272e | 2010-05-07 20:40:35 +0000 | [diff] [blame] | 98 | <a title="Command-line Tools: Options" href="../www/command-line-options.html">Options</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 99 | </div> |
| 100 | <div class="sub"> |
cristy | 83a272e | 2010-05-07 20:40:35 +0000 | [diff] [blame] | 101 | <a title="Command-line Tools: Usage" href="http://www.imagemagick.org/Usage/">Usage</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 102 | </div> |
| 103 | <div class="menu"> |
cristy | 83a272e | 2010-05-07 20:40:35 +0000 | [diff] [blame] | 104 | <a title="Program Interfaces" href="../www/api.html">Program Interfaces</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 105 | </div> |
| 106 | <div class="sub"> |
cristy | 83a272e | 2010-05-07 20:40:35 +0000 | [diff] [blame] | 107 | <a title="Program Interface: MagickWand" href="../www/magick-wand.html">MagickWand</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 108 | </div> |
| 109 | <div class="sub"> |
cristy | 83a272e | 2010-05-07 20:40:35 +0000 | [diff] [blame] | 110 | <a title="Program Interface: MagickCore" href="../www/magick-core.html">MagickCore</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 111 | </div> |
| 112 | <div class="sub"> |
cristy | 83a272e | 2010-05-07 20:40:35 +0000 | [diff] [blame] | 113 | <a title="Program Interface: PerlMagick" href="../www/perl-magick.html">PerlMagick</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 114 | </div> |
| 115 | <div class="sub"> |
cristy | dcca3fa | 2010-12-29 21:50:07 +0000 | [diff] [blame] | 116 | <a title="Program Interface: Magick++" href="../www/magick++.html">Magick++</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 117 | </div> |
cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 118 | <div class="sep"></div>
|
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 119 | <div class="menu"> |
cristy | 83a272e | 2010-05-07 20:40:35 +0000 | [diff] [blame] | 120 | <a title="Install from Source" href="../www/install-source.html">Install from Source</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 121 | </div> |
| 122 | <div class="sub"> |
cristy | 83a272e | 2010-05-07 20:40:35 +0000 | [diff] [blame] | 123 | <a title="Install from Source: Unix" href="../www/install-source.html#unix">Unix</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 124 | </div> |
| 125 | <div class="sub"> |
cristy | 83a272e | 2010-05-07 20:40:35 +0000 | [diff] [blame] | 126 | <a title="Install from Source: Windows" href="../www/install-source.html#windows">Windows</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 127 | </div> |
| 128 | <div class="menu"> |
cristy | 83a272e | 2010-05-07 20:40:35 +0000 | [diff] [blame] | 129 | <a title="Resources" href="../www/resources.html">Resources</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 130 | </div> |
cristy | bb50337 | 2010-05-27 20:51:26 +0000 | [diff] [blame] | 131 | <div class="menu"> |
| 132 | <a title="Architecture" href="../www/architecture.html">Architecture</a> |
| 133 | </div> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 134 | <div class="menu"> |
cristy | 83a272e | 2010-05-07 20:40:35 +0000 | [diff] [blame] | 135 | <a title="Download" href="../www/download.html">Download</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 136 | </div> |
cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 137 | <div class="sep"></div>
|
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 138 | <div class="menu"> |
cristy | 5292344 | 2011-01-15 22:54:31 +0000 | [diff] [blame] | 139 | <a title="Search" href="../www/search.html">Search</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 140 | </div> |
cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 141 | <div class="sep"></div>
|
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 142 | <div class="menu"> |
cristy | ffb69ed | 2010-12-25 00:06:48 +0000 | [diff] [blame] | 143 | <a title="Site Map" href="../www/sitemap.html">Site Map</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 144 | </div> |
| 145 | <div class="sub"> |
cristy | ffb69ed | 2010-12-25 00:06:48 +0000 | [diff] [blame] | 146 | <a title="Site Map: Links" href="../www/links.html">Links</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 147 | </div> |
cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 148 | <div class="sep"></div>
|
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 149 | <div class="menu"> |
cristy | 83a272e | 2010-05-07 20:40:35 +0000 | [diff] [blame] | 150 | <a title="Sponsors" href="../www/sponsors.html">Sponsors:</a> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 151 | |
| 152 | <div class="sponsbox"> |
cristy | 178edaf | 2011-01-23 03:42:39 +0000 | [diff] [blame] | 153 | <div class="sponsor"> |
cristy | ee74264 | 2011-02-26 02:49:59 +0000 | [diff] [blame^] | 154 | <a title="Sponsor: Website Hosting" href="http://hostreviewgeeks.com">Website Hosting</a><!-- 201106010090 alexanian media --> |
cristy | af8d665 | 2011-02-04 21:57:45 +0000 | [diff] [blame] | 155 | </div> |
| 156 | <div class="sponsor"> |
cristy | 2bd2a98 | 2011-02-15 00:52:58 +0000 | [diff] [blame] | 157 | <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201107010240 r.leo --> |
cristy | 178edaf | 2011-01-23 03:42:39 +0000 | [diff] [blame] | 158 | </div> |
cristy | ee74264 | 2011-02-26 02:49:59 +0000 | [diff] [blame^] | 159 | <div class="sponsor"> |
| 160 | <a title="Sponsor: Best Web Hosting" href="http://webhostinggeeks.com">Best Web Hosting</a><!-- 201110010720 --> |
cristy | 7d52cd6 | 2010-10-01 17:26:59 +0000 | [diff] [blame] | 161 | </div> |
| 162 | <div class="sponsor"> |
cristy | c5baf4f | 2010-08-31 15:05:33 +0000 | [diff] [blame] | 163 | <a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee--> |
| 164 | </div> |
| 165 | <div class="sponsor"> |
cristy | ee74264 | 2011-02-26 02:49:59 +0000 | [diff] [blame^] | 166 | <a title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 --> |
| 167 | </div> |
| 168 | <div class="sponsor"> |
cristy | 851dbce | 2010-08-06 21:40:00 +0000 | [diff] [blame] | 169 | <a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter--> |
| 170 | </div> |
cristy | ee74264 | 2011-02-26 02:49:59 +0000 | [diff] [blame^] | 171 | <div class="sponsor"> |
| 172 | <a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 --> |
| 173 | </div> |
cristy | ec6b475 | 2011-01-08 03:16:23 +0000 | [diff] [blame] | 174 | <div class="sponsor"> |
cristy | 178edaf | 2011-01-23 03:42:39 +0000 | [diff] [blame] | 175 | <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> |
| 176 | </div> |
| 177 | <div class="sponsor"> |
cristy | ee74264 | 2011-02-26 02:49:59 +0000 | [diff] [blame^] | 178 | <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> |
cristy | ec6b475 | 2011-01-08 03:16:23 +0000 | [diff] [blame] | 179 | </div> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 180 | </div> |
| 181 | </div> |
cristy | ce69bb0 | 2010-07-27 19:49:46 +0000 | [diff] [blame] | 182 | </div>
|
cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 183 |
|
cristy | ce69bb0 | 2010-07-27 19:49:46 +0000 | [diff] [blame] | 184 | <div class="eastbar">
|
| 185 | <script type="text/javascript">
|
| 186 | <!--
|
| 187 | google_ad_client = "pub-3129977114552745";
|
cristy | ce69bb0 | 2010-07-27 19:49:46 +0000 | [diff] [blame] | 188 | google_ad_slot = "0574824969";
|
| 189 | google_ad_width = 160;
|
| 190 | google_ad_height = 600;
|
| 191 | //-->
|
| 192 | </script>
|
| 193 | <script type="text/javascript"
|
| 194 | src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
| 195 | </script>
|
cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 196 | </div>
|
| 197 |
|
| 198 | <div class="main">
|
| 199 |
|
cristy | dcca3fa | 2010-12-29 21:50:07 +0000 | [diff] [blame] | 200 | <h1>ImageMagick Convert Command-line Tool</h1> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 201 | <p class="navigation-index">[<a href="#usage">Example Usage</a> • <a href="#options">Option Summary</a>]</p> |
| 202 | |
| 203 | <div class="doc-section"> |
| 204 | <p>Use the <kbd>convert</kbd> program to convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. See <a href="../www/command-line-processing.html">Command Line Processing</a> for advice on how to structure your <kbd>convert</kbd> command or see below for example usages of the command.</p> |
| 205 | </div> |
| 206 | |
cristy | dcca3fa | 2010-12-29 21:50:07 +0000 | [diff] [blame] | 207 | <h2><a id="usage"></a>Example Usage</h2> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 208 | <div class="doc-section"> |
| 209 | |
| 210 | <p>We list a few examples of the <kbd>convert</kbd> command here to illustrate its usefulness and ease of use. To get started, lets convert an image in the JPEG format to PNG:</p> |
| 211 | |
| 212 | <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>convert rose.jpg rose.png</span></p> |
| 213 | <p>Next, we reduce the image size before it is written to the PNG format:</p> |
| 214 | |
| 215 | <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>convert rose.jpg -resize 50% rose.png</span></p> |
| 216 | <p class="image"> |
| 217 | <a href="../images/rose.jpg"> |
| 218 | <img src="../images/rose.jpg" width="70" height="46" alt="rose" /> |
| 219 | </a> |
| 220 | <img style="margin-top:13px; margin-bottom:13px;" src="../images/right.gif" width="20" height="20" alt="==>" /> |
| 221 | <a href="../images/rose.png"> |
| 222 | <img style="margin-top:11px; margin-bottom:12px;" src="../images/rose.png" width="35" height="23" alt="rose" /> |
| 223 | </a> |
| 224 | </p> |
| 225 | |
| 226 | <p>You can combine multiple image-processing operations to produce complex results:</p> |
| 227 | |
| 228 | <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>convert -size 320x85 xc:transparent -font Bookman-DemiItalic -pointsize 72 \ <br/> |
cristy | c92bdb4 | 2009-12-18 21:29:02 +0000 | [diff] [blame] | 229 | -draw "text 25,60 'Magick'" -channel RGBA -blur 0x6 -fill darkred -stroke magenta \ <br/> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 230 | -draw "text 20,55 'Magick'" fuzzy-magick.png</span></p> |
| 231 | <p class="image"> |
| 232 | <a href="../images/fuzzy-magick.png"><img src="../images/fuzzy-magick.png" width="320" height="85" alt="fuzzy-magick" /></a> |
| 233 | </p> |
| 234 | |
| 235 | <p>You can find additional examples of using <kbd>convert</kbd> in <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p> |
| 236 | |
| 237 | </div> |
| 238 | |
cristy | dcca3fa | 2010-12-29 21:50:07 +0000 | [diff] [blame] | 239 | <h2><a id="options"></a>Option Summary</h2> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 240 | <div class="doc-section"> |
| 241 | |
| 242 | <p>The <kbd>convert</kbd> command recognizes these options. Click on an option to get more details about how that option works.</p> |
| 243 | |
| 244 | <table class="doc"> |
| 245 | <tbody> |
| 246 | <tr> |
| 247 | <th align="left">Option</th> |
| 248 | <th align="left">Description</th> |
| 249 | </tr> |
| 250 | |
| 251 | <tr> |
| 252 | <td valign="top"><a href="../www/command-line-options.html#adaptive-blur">-adaptive-blur <em class="option">geometry</em></a></td> |
| 253 | <td valign="top">adaptively blur pixels; decrease effect near edges</td> |
| 254 | </tr> |
| 255 | |
| 256 | <tr> |
| 257 | <td valign="top"><a href="../www/command-line-options.html#adaptive-resize">-adaptive-resize <em class="option">geometry</em></a></td> |
| 258 | <td valign="top">adaptively resize image with data dependent triangulation.</td> |
| 259 | </tr> |
| 260 | |
| 261 | <tr> |
| 262 | <td valign="top"><a href="../www/command-line-options.html#adaptive-sharpen">-adaptive-sharpen <em class="option">geometry</em></a></td> |
| 263 | <td valign="top">adaptively sharpen pixels; increase effect near edges</td> |
| 264 | </tr> |
| 265 | |
| 266 | <tr> |
| 267 | <td valign="top"><a href="../www/command-line-options.html#adjoin">-adjoin</a></td> |
| 268 | <td valign="top">join images into a single multi-image file</td> |
| 269 | </tr> |
| 270 | |
| 271 | <tr> |
| 272 | <td valign="top"><a href="../www/command-line-options.html#affine">-affine <em class="option">matrix</em></a></td> |
| 273 | <td valign="top">affine transform matrix</td> |
| 274 | </tr> |
| 275 | |
| 276 | <tr> |
| 277 | <td valign="top"><a href="../www/command-line-options.html#alpha">-alpha</a></td> |
| 278 | <td valign="top">on, activate, off, deactivate, set, opaque, copy", |
| 279 | transparent, extract, background, or shape the alpha channel</td> |
| 280 | </tr> |
| 281 | |
| 282 | <tr> |
| 283 | <td valign="top"><a href="../www/command-line-options.html#annotate">-annotate <em class="option">geometry text</em></a></td> |
| 284 | <td valign="top">annotate the image with text</td> |
| 285 | </tr> |
| 286 | |
| 287 | <tr> |
| 288 | <td valign="top"><a href="../www/command-line-options.html#antialias">-antialias</a></td> |
| 289 | <td valign="top">remove pixel-aliasing</td> |
| 290 | </tr> |
| 291 | |
| 292 | <tr> |
| 293 | <td valign="top"><a href="../www/command-line-options.html#append">-append</a></td> |
cristy | dcf617d | 2010-09-15 02:20:02 +0000 | [diff] [blame] | 294 | <td valign="top">append an image sequence</td> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 295 | </tr> |
| 296 | |
| 297 | <tr> |
| 298 | <td valign="top"><a href="../www/command-line-options.html#authenticate">-authenticate <em class="option">value</em></a></td> |
| 299 | <td valign="top">decipher image with this password</td> |
| 300 | </tr> |
| 301 | |
| 302 | <tr> |
| 303 | <td valign="top"><a href="../www/command-line-options.html#auto-gamma">-auto-gamma</a></td> |
| 304 | <td valign="top">automagically adjust gamma level of image</td> |
| 305 | </tr> |
| 306 | |
| 307 | <tr> |
| 308 | <td valign="top"><a href="../www/command-line-options.html#auto-level">-auto-level</a></td> |
| 309 | <td valign="top">automagically adjust color levels of image</td> |
| 310 | </tr> |
| 311 | |
| 312 | <tr> |
| 313 | <td valign="top"><a href="../www/command-line-options.html#auto-orient">-auto-orient</a></td> |
| 314 | <td valign="top">automagically orient image</td> |
| 315 | </tr> |
| 316 | |
| 317 | <tr> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 318 | <td valign="top"><a href="../www/command-line-options.html#background">-background <em class="option">color</em></a></td> |
| 319 | <td valign="top">background color</td> |
| 320 | </tr> |
| 321 | |
| 322 | <tr> |
| 323 | <td valign="top"><a href="../www/command-line-options.html#bench">-bench <em class="option">iterations</em></a></td> |
| 324 | <td valign="top">measure performance</td> |
| 325 | </tr> |
| 326 | |
| 327 | <tr> |
| 328 | <td valign="top"><a href="../www/command-line-options.html#bias">-bias <em class="option">value</em></a></td> |
| 329 | <td valign="top">add bias when convolving an image</td> |
| 330 | </tr> |
| 331 | |
| 332 | <tr> |
| 333 | <td valign="top"><a href="../www/command-line-options.html#black-threshold">-black-threshold <em class="option">value</em></a></td> |
| 334 | <td valign="top">force all pixels below the threshold into black</td> |
| 335 | </tr> |
| 336 | |
| 337 | <tr> |
| 338 | <td valign="top"><a href="../www/command-line-options.html#blue-primary">-blue-primary <em class="option">point</em></a></td> |
| 339 | <td valign="top">chromaticity blue primary point</td> |
| 340 | </tr> |
| 341 | |
| 342 | <tr> |
| 343 | <td valign="top"><a href="../www/command-line-options.html#blue-shift">-blue-shift <em class="option">factor</em></a></td> |
| 344 | <td valign="top">simulate a scene at nighttime in the moonlight</td> |
| 345 | </tr> |
| 346 | |
| 347 | <tr> |
| 348 | <td valign="top"><a href="../www/command-line-options.html#blur">-blur <em class="option">geometry</em></a></td> |
| 349 | <td valign="top">reduce image noise and reduce detail levels</td> |
| 350 | </tr> |
| 351 | |
| 352 | <tr> |
| 353 | <td valign="top"><a href="../www/command-line-options.html#border">-border <em class="option">geometry</em></a></td> |
| 354 | <td valign="top">surround image with a border of color</td> |
| 355 | </tr> |
| 356 | |
| 357 | <tr> |
| 358 | <td valign="top"><a href="../www/command-line-options.html#bordercolor">-bordercolor <em class="option">color</em></a></td> |
| 359 | <td valign="top">border color</td> |
| 360 | </tr> |
| 361 | |
| 362 | <tr> |
cristy | 16ff93c | 2010-01-13 23:18:07 +0000 | [diff] [blame] | 363 | <td valign="top"><a href="../www/command-line-options.html#brightness-contrast">-brightness-contrast <em class="option">geometry</em></a></td> |
| 364 | <td valign="top">improve brightness / contrast of the image</td> |
| 365 | </tr> |
| 366 | |
| 367 | <tr> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 368 | <td valign="top"><a href="../www/command-line-options.html#caption">-caption <em class="option">string</em></a></td> |
| 369 | <td valign="top">assign a caption to an image</td> |
| 370 | </tr> |
| 371 | |
| 372 | <tr> |
| 373 | <td valign="top"><a href="../www/command-line-options.html#cdl">-cdl <em class="option">filename</em></a></td> |
| 374 | <td valign="top">color correct with a color decision list</td> |
| 375 | </tr> |
| 376 | |
| 377 | <tr> |
| 378 | <td valign="top"><a href="../www/command-line-options.html#channel">-channel <em class="option">type</em></a></td> |
| 379 | <td valign="top">apply option to select image channels</td> |
| 380 | </tr> |
| 381 | |
| 382 | <tr> |
| 383 | <td valign="top"><a href="../www/command-line-options.html#charcoal">-charcoal <em class="option">radius</em></a></td> |
| 384 | <td valign="top">simulate a charcoal drawing</td> |
| 385 | </tr> |
| 386 | |
| 387 | <tr> |
| 388 | <td valign="top"><a href="../www/command-line-options.html#chop">-chop <em class="option">geometry</em></a></td> |
| 389 | <td valign="top">remove pixels from the image interior</td> |
| 390 | </tr> |
| 391 | |
| 392 | <tr> |
cristy | b4c03bb | 2009-09-27 13:55:46 +0000 | [diff] [blame] | 393 | <td valign="top"><a href="../www/command-line-options.html#clamp">-clamp</a></td> |
| 394 | <td valign="top">restrict colors from 0 to the quantum depth</td> |
| 395 | </tr> |
| 396 | |
| 397 | <tr> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 398 | <td valign="top"><a href="../www/command-line-options.html#clip">-clip</a></td> |
| 399 | <td valign="top">clip along the first path from the 8BIM profile</td> |
| 400 | </tr> |
| 401 | |
| 402 | <tr> |
| 403 | <td valign="top"><a href="../www/command-line-options.html#clip-mask">-clip-mask</a> <em class="option">filename</em></td> |
| 404 | <td valign="top">associate clip mask with the image</td> |
| 405 | </tr> |
| 406 | |
| 407 | <tr> |
| 408 | <td valign="top"><a href="../www/command-line-options.html#clip-path">-clip-path <em class="option">id</em></a></td> |
| 409 | <td valign="top">clip along a named path from the 8BIM profile</td> |
| 410 | </tr> |
| 411 | |
| 412 | <tr> |
| 413 | <td valign="top"><a href="../www/command-line-options.html#clone">-clone <em class="option">index</em></a></td> |
| 414 | <td valign="top">clone an image</td> |
| 415 | </tr> |
| 416 | |
| 417 | <tr> |
| 418 | <td valign="top"><a href="../www/command-line-options.html#clut">-clut</a></td> |
| 419 | <td valign="top">apply a color lookup table to the image</td> |
| 420 | </tr> |
| 421 | |
| 422 | <tr> |
| 423 | <td valign="top"><a href="../www/command-line-options.html#contrast-stretch">-contrast-stretch <em class="option">geometry</em></a></td> |
| 424 | <td valign="top">improve the contrast in an image by `stretching' the range of intensity value</td> |
| 425 | </tr> |
| 426 | |
| 427 | <tr> |
| 428 | <td valign="top"><a href="../www/command-line-options.html#coalesce">-coalesce</a></td> |
| 429 | <td valign="top">merge a sequence of images</td> |
| 430 | </tr> |
| 431 | |
| 432 | <tr> |
| 433 | <td valign="top"><a href="../www/command-line-options.html#colorize">-colorize <em class="option">value</em></a></td> |
| 434 | <td valign="top">colorize the image with the fill color</td> |
| 435 | </tr> |
| 436 | |
| 437 | <tr> |
cristy | 2c83960 | 2010-04-03 02:32:08 +0000 | [diff] [blame] | 438 | <td valign="top"><a href="../www/command-line-options.html#color-matrix">-color-matrix <em class="option">matrix</em></a></td> |
| 439 | <td valign="top">apply color correction to the image.</td> |
| 440 | </tr> |
| 441 | |
| 442 | <tr> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 443 | <td valign="top"><a href="../www/command-line-options.html#colors">-colors <em class="option">value</em></a></td> |
| 444 | <td valign="top">preferred number of colors in the image</td> |
| 445 | </tr> |
| 446 | |
| 447 | <tr> |
| 448 | <td valign="top"><a href="../www/command-line-options.html#colorspace">-colorspace <em class="option">type</em></a></td> |
| 449 | <td valign="top">set image colorspace</td> |
| 450 | </tr> |
| 451 | |
| 452 | <tr> |
| 453 | <td valign="top"><a href="../www/command-line-options.html#combine">-combine</a></td> |
| 454 | <td valign="top">combine a sequence of images</td> |
| 455 | </tr> |
| 456 | |
| 457 | <tr> |
| 458 | <td valign="top"><a href="../www/command-line-options.html#comment">-comment <em class="option">string</em></a></td> |
| 459 | <td valign="top">annotate image with comment</td> |
| 460 | </tr> |
| 461 | |
| 462 | <tr> |
| 463 | <td valign="top"><a href="../www/command-line-options.html#compose">-compose <em class="option">operator</em></a></td> |
| 464 | <td valign="top">set image composite operator</td> |
| 465 | </tr> |
| 466 | |
| 467 | <tr> |
| 468 | <td valign="top"><a href="../www/command-line-options.html#composite">-composite</a></td> |
| 469 | <td valign="top">composite image</td> |
| 470 | </tr> |
| 471 | |
| 472 | <tr> |
| 473 | <td valign="top"><a href="../www/command-line-options.html#compress">-compress <em class="option">type</em></a></td> |
| 474 | <td valign="top">image compression type</td> |
| 475 | </tr> |
| 476 | |
| 477 | <tr> |
| 478 | <td valign="top"><a href="../www/command-line-options.html#contrast">-contrast</a></td> |
| 479 | <td valign="top">enhance or reduce the image contrast</td> |
| 480 | </tr> |
| 481 | |
| 482 | <tr> |
| 483 | <td valign="top"><a href="../www/command-line-options.html#convolve">-convolve <em class="option">coefficients</em></a></td> |
| 484 | <td valign="top">apply a convolution kernel to the image</td> |
| 485 | </tr> |
| 486 | |
| 487 | <tr> |
| 488 | <td valign="top"><a href="../www/command-line-options.html#crop">-crop <em class="option">geometry</em></a></td> |
| 489 | <td valign="top">crop the image</td> |
| 490 | </tr> |
| 491 | |
| 492 | <tr> |
| 493 | <td valign="top"><a href="../www/command-line-options.html#cycle">-cycle <em class="option">amount</em></a></td> |
| 494 | <td valign="top">cycle the image colormap</td> |
| 495 | </tr> |
| 496 | |
| 497 | <tr> |
| 498 | <td valign="top"><a href="../www/command-line-options.html#decipher">-decipher <em class="option">filename</em></a></td> |
| 499 | <td valign="top">convert cipher pixels to plain</td> |
| 500 | </tr> |
| 501 | |
| 502 | <tr> |
| 503 | <td valign="top"><a href="../www/command-line-options.html#debug">-debug <em class="option">events</em></a></td> |
| 504 | <td valign="top">display copious debugging information</td> |
| 505 | </tr> |
| 506 | |
| 507 | <tr> |
| 508 | <td valign="top"><a href="../www/command-line-options.html#define">-define <em class="option">format:option</em></a></td> |
| 509 | <td valign="top">define one or more image format options</td> |
| 510 | </tr> |
| 511 | |
| 512 | <tr> |
| 513 | <td valign="top"><a href="../www/command-line-options.html#deconstruct">-deconstruct</a></td> |
| 514 | <td valign="top">break down an image sequence into constituent parts</td> |
| 515 | </tr> |
| 516 | |
| 517 | <tr> |
| 518 | <td valign="top"><a href="../www/command-line-options.html#delay">-delay <em class="option">value</em></a></td> |
| 519 | <td valign="top">display the next image after pausing</td> |
| 520 | </tr> |
| 521 | |
| 522 | <tr> |
| 523 | <td valign="top"><a href="../www/command-line-options.html#delete">-delete <em class="option">index</em></a></td> |
| 524 | <td valign="top">delete the image from the image sequence</td> |
| 525 | </tr> |
| 526 | |
| 527 | <tr> |
| 528 | <td valign="top"><a href="../www/command-line-options.html#density">-density <em class="option">geometry</em></a></td> |
| 529 | <td valign="top">horizontal and vertical density of the image</td> |
| 530 | </tr> |
| 531 | |
| 532 | <tr> |
| 533 | <td valign="top"><a href="../www/command-line-options.html#depth">-depth <em class="option">value</em></a></td> |
| 534 | <td valign="top">image depth</td> |
| 535 | </tr> |
| 536 | |
| 537 | <tr> |
| 538 | <td valign="top"><a href="../www/command-line-options.html#despeckle">-despeckle</a></td> |
| 539 | <td valign="top">reduce the speckles within an image</td> |
| 540 | </tr> |
| 541 | |
| 542 | <tr> |
cristy | 2c83960 | 2010-04-03 02:32:08 +0000 | [diff] [blame] | 543 | <td valign="top"><a href="../www/command-line-options.html#direction">-direction <em class="option">type</em></a></td> |
| 544 | <td valign="top">render text right-to-left or left-to-right</td> |
| 545 | </tr> |
| 546 | |
| 547 | <tr> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 548 | <td valign="top"><a href="../www/command-line-options.html#display">-display <em class="option">server</em></a></td> |
| 549 | <td valign="top">get image or font from this X server</td> |
| 550 | </tr> |
| 551 | |
| 552 | <tr> |
| 553 | <td valign="top"><a href="../www/command-line-options.html#dispose">-dispose <em class="option">method</em></a></td> |
| 554 | <td valign="top">layer disposal method</td> |
| 555 | </tr> |
| 556 | |
| 557 | <tr> |
| 558 | <td valign="top"><a href="../www/command-line-options.html#distort">-distort <em class="option">type coefficients</em></a></td> |
| 559 | <td valign="top">distort image</td> |
| 560 | </tr> |
| 561 | |
| 562 | <tr> |
| 563 | <td valign="top"><a href="../www/command-line-options.html#dither">-dither <em class="option">method</em></a></td> |
| 564 | <td valign="top">apply error diffusion to image</td> |
| 565 | </tr> |
| 566 | |
| 567 | <tr> |
| 568 | <td valign="top"><a href="../www/command-line-options.html#draw">-draw <em class="option">string</em></a></td> |
| 569 | <td valign="top">annotate the image with a graphic primitive</td> |
| 570 | </tr> |
| 571 | |
| 572 | <tr> |
| 573 | <td valign="top"><a href="../www/command-line-options.html#edge">-edge <em class="option">radius</em></a></td> |
| 574 | <td valign="top">apply a filter to detect edges in the image</td> |
| 575 | </tr> |
| 576 | |
| 577 | <tr> |
| 578 | <td valign="top"><a href="../www/command-line-options.html#emboss">-emboss <em class="option">radius</em></a></td> |
| 579 | <td valign="top">emboss an image</td> |
| 580 | </tr> |
| 581 | |
| 582 | <tr> |
| 583 | <td valign="top"><a href="../www/command-line-options.html#encipher">-encipher <em class="option">filename</em></a></td> |
| 584 | <td valign="top">convert plain pixels to cipher pixels</td> |
| 585 | </tr> |
| 586 | |
| 587 | <tr> |
| 588 | <td valign="top"><a href="../www/command-line-options.html#encoding">-encoding <em class="option">type</em></a></td> |
| 589 | <td valign="top">text encoding type</td> |
| 590 | </tr> |
| 591 | |
| 592 | <tr> |
| 593 | <td valign="top"><a href="../www/command-line-options.html#endian">-endian <em class="option">type</em></a></td> |
| 594 | <td valign="top">endianness (MSB or LSB) of the image</td> |
| 595 | </tr> |
| 596 | |
| 597 | <tr> |
| 598 | <td valign="top"><a href="../www/command-line-options.html#enhance">-enhance</a></td> |
| 599 | <td valign="top">apply a digital filter to enhance a noisy image</td> |
| 600 | </tr> |
| 601 | |
| 602 | <tr> |
| 603 | <td valign="top"><a href="../www/command-line-options.html#equalize">-equalize</a></td> |
| 604 | <td valign="top">perform histogram equalization to an image</td> |
| 605 | </tr> |
| 606 | |
| 607 | <tr> |
| 608 | <td valign="top"><a href="../www/command-line-options.html#evaluate">-evaluate <em class="option">operator value</em></a></td> |
| 609 | <td valign="top">evaluate an arithmetic, relational, or logical expression</td> |
| 610 | </tr> |
| 611 | |
| 612 | <tr> |
cristy | 63fed27 | 2010-03-07 19:08:45 +0000 | [diff] [blame] | 613 | <td valign="top"><a href="../www/command-line-options.html#evaluate-sequence">-evaluate-sequence <em class="option">operator</em></a></td> |
| 614 | <td valign="top">evaluate an arithmetic, relational, or logical expression for an image sequence</td> |
| 615 | </tr> |
| 616 | |
| 617 | <tr> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 618 | <td valign="top"><a href="../www/command-line-options.html#extent">-extent <em class="option">geometry</em></a></td> |
| 619 | <td valign="top">set the image size</td> |
| 620 | </tr> |
| 621 | |
| 622 | <tr> |
| 623 | <td valign="top"><a href="../www/command-line-options.html#extract">-extract <em class="option">geometry</em></a></td> |
| 624 | <td valign="top">extract area from image</td> |
| 625 | </tr> |
| 626 | |
| 627 | <tr> |
| 628 | <td valign="top"><a href="../www/command-line-options.html#family">-family <em class="option">name</em></a></td> |
| 629 | <td valign="top">render text with this font family</td> |
| 630 | </tr> |
| 631 | |
| 632 | <tr> |
| 633 | <td valign="top"><a href="../www/command-line-options.html#fft">-fft</a></td> |
| 634 | <td valign="top">implments the discrete Fourier transform (DFT)</td> |
| 635 | </tr> |
| 636 | |
| 637 | <tr> |
| 638 | <td valign="top"><a href="../www/command-line-options.html#fill">-fill <em class="option">color</em></a></td> |
| 639 | <td valign="top">color to use when filling a graphic primitive</td> |
| 640 | </tr> |
| 641 | |
| 642 | <tr> |
| 643 | <td valign="top"><a href="../www/command-line-options.html#filter">-filter <em class="option">type</em></a></td> |
| 644 | <td valign="top">use this filter when resizing an image</td> |
| 645 | </tr> |
| 646 | |
| 647 | <tr> |
| 648 | <td valign="top"><a href="../www/command-line-options.html#flatten">-flatten</a></td> |
| 649 | <td valign="top">flatten a sequence of images</td> |
| 650 | </tr> |
| 651 | |
| 652 | <tr> |
| 653 | <td valign="top"><a href="../www/command-line-options.html#flip">-flip</a></td> |
| 654 | <td valign="top">flip image in the vertical direction</td> |
| 655 | </tr> |
| 656 | |
| 657 | <tr> |
| 658 | <td valign="top"><a href="../www/command-line-options.html#floodfill">-floodfill <em class="option">geometry color</em></a></td> |
| 659 | <td valign="top">floodfill the image with color</td> |
| 660 | </tr> |
| 661 | |
| 662 | <tr> |
| 663 | <td valign="top"><a href="../www/command-line-options.html#flop">-flop</a></td> |
| 664 | <td valign="top">flop image in the horizontal direction</td> |
| 665 | </tr> |
| 666 | |
| 667 | <tr> |
| 668 | <td valign="top"><a href="../www/command-line-options.html#font">-font <em class="option">name</em></a></td> |
| 669 | <td valign="top">render text with this font</td> |
| 670 | </tr> |
| 671 | |
| 672 | <tr> |
| 673 | <td valign="top"><a href="../www/command-line-options.html#format_identify_">-format <em class="option">string</em></a></td> |
| 674 | <td valign="top">output formatted image characteristics</td> |
| 675 | </tr> |
| 676 | |
| 677 | <tr> |
| 678 | <td valign="top"><a href="../www/command-line-options.html#frame">-frame <em class="option">geometry</em></a></td> |
| 679 | <td valign="top">surround image with an ornamental border</td> |
| 680 | </tr> |
| 681 | |
| 682 | <tr> |
| 683 | <td valign="top"><a href="../www/command-line-options.html#function">-function <em class="option">name</em></a></td> |
| 684 | <td valign="top">apply a function to the image</td> |
| 685 | </tr> |
| 686 | |
| 687 | <tr> |
| 688 | <td valign="top"><a href="../www/command-line-options.html#fuzz">-fuzz <em class="option">distance</em></a></td> |
| 689 | <td valign="top">colors within this distance are considered equal</td> |
| 690 | </tr> |
| 691 | |
| 692 | <tr> |
| 693 | <td valign="top"><a href="../www/command-line-options.html#fx">-fx <em class="option">expression</em></a></td> |
| 694 | <td valign="top">apply mathematical expression to an image channel(s)</td> |
| 695 | </tr> |
| 696 | |
| 697 | <tr> |
| 698 | <td valign="top"><a href="../www/command-line-options.html#gamma">-gamma <em class="option">value</em></a></td> |
| 699 | <td valign="top">level of gamma correction</td> |
| 700 | </tr> |
| 701 | |
| 702 | <tr> |
cristy | c92bdb4 | 2009-12-18 21:29:02 +0000 | [diff] [blame] | 703 | <td valign="top"><a href="../www/command-line-options.html#gaussian-blur">-gaussian-blur <em class="option">geometry</em></a></td> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 704 | <td valign="top">reduce image noise and reduce detail levels</td> |
| 705 | </tr> |
| 706 | |
| 707 | <tr> |
| 708 | <td valign="top"><a href="../www/command-line-options.html#geometry">-geometry <em class="option">geometry</em></a></td> |
| 709 | <td valign="top">preferred size or location of the image</td> |
| 710 | </tr> |
| 711 | |
| 712 | <tr> |
| 713 | <td valign="top"><a href="../www/command-line-options.html#gravity">-gravity <em class="option">type</em></a></td> |
| 714 | <td valign="top">horizontal and vertical text placement</td> |
| 715 | </tr> |
| 716 | |
| 717 | <tr> |
| 718 | <td valign="top"><a href="../www/command-line-options.html#green-primary">-green-primary <em class="option">point</em></a></td> |
| 719 | <td valign="top">chromaticity green primary point</td> |
| 720 | </tr> |
| 721 | |
| 722 | <tr> |
| 723 | <td valign="top"><a href="../www/command-line-options.html#help">-help</a></td> |
| 724 | <td valign="top">print program options</td> |
| 725 | </tr> |
| 726 | |
| 727 | <tr> |
| 728 | <td valign="top"><a href="../www/command-line-options.html#identify">-identify</a></td> |
| 729 | <td valign="top">identify the format and characteristics of the image</td> |
| 730 | </tr> |
| 731 | |
| 732 | <tr> |
| 733 | <td valign="top"><a href="../www/command-line-options.html#ift">-ift</a></td> |
| 734 | <td valign="top">implements the inverse discrete Fourier transform (DFT)</td> |
| 735 | </tr> |
| 736 | |
| 737 | <tr> |
| 738 | <td valign="top"><a href="../www/command-line-options.html#implode">-implode <em class="option">amount</em></a></td> |
| 739 | <td valign="top">implode image pixels about the center</td> |
| 740 | </tr> |
| 741 | |
| 742 | <tr> |
| 743 | <td valign="top"><a href="../www/command-line-options.html#insert">-insert <em class="option">index</em></a></td> |
| 744 | <td valign="top">insert last image into the image sequence</td> |
| 745 | </tr> |
| 746 | |
| 747 | <tr> |
| 748 | <td valign="top"><a href="../www/command-line-options.html#intent">-intent <em class="option">type</em></a></td> |
| 749 | <td valign="top">type of rendering intent when managing the image color</td> |
| 750 | </tr> |
| 751 | |
| 752 | <tr> |
| 753 | <td valign="top"><a href="../www/command-line-options.html#interlace">-interlace <em class="option">type</em></a></td> |
| 754 | <td valign="top">type of image interlacing scheme</td> |
| 755 | </tr> |
| 756 | |
| 757 | <tr> |
cristy | f3bb478 | 2009-09-08 13:10:04 +0000 | [diff] [blame] | 758 | <td valign="top"><a href="../www/command-line-options.html#interline-spacing">-interline-spacing <em class="option">value</em></a></td> |
| 759 | <td valign="top">the space between two text lines</td> |
| 760 | </tr> |
| 761 | |
| 762 | <tr> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 763 | <td valign="top"><a href="../www/command-line-options.html#interpolate">-interpolate <em class="option">method</em></a></td> |
| 764 | <td valign="top">pixel color interpolation method</td> |
| 765 | </tr> |
| 766 | |
| 767 | <tr> |
| 768 | <td valign="top"><a href="../www/command-line-options.html#interword-spacing">-interword-spacing <em class="option">value</em></a></td> |
| 769 | <td valign="top">the space between two words</td> |
| 770 | </tr> |
| 771 | |
| 772 | <tr> |
| 773 | <td valign="top"><a href="../www/command-line-options.html#kerning">-kerning <em class="option">value</em></a></td> |
| 774 | <td valign="top">the space between two characters</td> |
| 775 | </tr> |
| 776 | |
| 777 | <tr> |
| 778 | <td valign="top"><a href="../www/command-line-options.html#label">-label <em class="option">string</em></a></td> |
| 779 | <td valign="top">assign a label to an image</td> |
| 780 | </tr> |
| 781 | |
| 782 | <tr> |
| 783 | <td valign="top"><a href="../www/command-line-options.html#lat">-lat <em class="option">geometry</em></a></td> |
| 784 | <td valign="top">local adaptive thresholding</td> |
| 785 | </tr> |
| 786 | |
| 787 | <tr> |
| 788 | <td valign="top"><a href="../www/command-line-options.html#layers">-layers <em class="option">method</em></a></td> |
| 789 | <td valign="top">optimize or compare image layers</td> |
| 790 | </tr> |
| 791 | |
| 792 | <tr> |
| 793 | <td valign="top"><a href="../www/command-line-options.html#level">-level <em class="option">value</em></a></td> |
| 794 | <td valign="top">adjust the level of image contrast</td> |
| 795 | </tr> |
| 796 | |
| 797 | <tr> |
| 798 | <td valign="top"><a href="../www/command-line-options.html#limit">-limit <em class="option">type value</em></a></td> |
| 799 | <td valign="top">pixel cache resource limit</td> |
| 800 | </tr> |
| 801 | |
| 802 | <tr> |
| 803 | <td valign="top"><a href="../www/command-line-options.html#linear-stretch">-linear-stretch <em class="option">geometry</em></a></td> |
| 804 | <td valign="top">linear with saturation histogram stretch</td> |
| 805 | </tr> |
| 806 | |
| 807 | <tr> |
| 808 | <td valign="top"><a href="../www/command-line-options.html#liquid-rescale">-liquid-rescale <em class="option">geometry</em></a></td> |
| 809 | <td valign="top">rescale image with seam-carving</td> |
| 810 | </tr> |
| 811 | |
| 812 | <tr> |
| 813 | <td valign="top"><a href="../www/command-line-options.html#log">-log <em class="option">format</em></a></td> |
| 814 | <td valign="top">format of debugging information</td> |
| 815 | </tr> |
| 816 | |
| 817 | <tr> |
| 818 | <td valign="top"><a href="../www/command-line-options.html#loop">-loop <em class="option">iterations</em></a></td> |
| 819 | <td valign="top">add Netscape loop extension to your GIF animation</td> |
| 820 | </tr> |
| 821 | |
| 822 | <tr> |
| 823 | <td valign="top"><a href="../www/command-line-options.html#mask">-mask <em class="option">filename</em></a></td> |
| 824 | <td valign="top">associate a mask with the image</td> |
| 825 | </tr> |
| 826 | |
| 827 | <tr> |
| 828 | <td valign="top"><a href="../www/command-line-options.html#mattecolor">-mattecolor <em class="option">color</em></a></td> |
| 829 | <td valign="top">frame color</td> |
| 830 | </tr> |
| 831 | |
| 832 | <tr> |
| 833 | <td valign="top"><a href="../www/command-line-options.html#median">-median <em class="option">radius</em></a></td> |
| 834 | <td valign="top">apply a median filter to the image</td> |
| 835 | </tr> |
| 836 | |
| 837 | <tr> |
| 838 | <td valign="top"><a href="../www/command-line-options.html#modulate">-modulate <em class="option">value</em></a></td> |
| 839 | <td valign="top">vary the brightness, saturation, and hue</td> |
| 840 | </tr> |
| 841 | |
| 842 | <tr> |
| 843 | <td valign="top"><a href="../www/command-line-options.html#monitor">-monitor</a></td> |
| 844 | <td valign="top">monitor progress</td> |
| 845 | </tr> |
| 846 | |
| 847 | <tr> |
| 848 | <td valign="top"><a href="../www/command-line-options.html#monochrome">-monochrome</a></td> |
| 849 | <td valign="top">transform image to black and white</td> |
| 850 | </tr> |
| 851 | |
| 852 | <tr> |
| 853 | <td valign="top"><a href="../www/command-line-options.html#morph">-morph <em class="option">value</em></a></td> |
| 854 | <td valign="top">morph an image sequence</td> |
| 855 | </tr> |
| 856 | |
| 857 | <tr> |
cristy | 488844c | 2010-01-22 14:02:05 +0000 | [diff] [blame] | 858 | <td valign="top"><a href="../www/command-line-options.html#morphology">-morphology <em class="option">method</em></a> <em class="option">kernel</em></td> |
| 859 | <td valign="top">apply a morphology method to the image</td> |
| 860 | </tr> |
| 861 | |
| 862 | <tr> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 863 | <td valign="top"><a href="../www/command-line-options.html#motion-blur">-motion-blur <em class="option">geometry</em></a></td> |
| 864 | <td valign="top">simulate motion blur</td> |
| 865 | </tr> |
| 866 | |
| 867 | <tr> |
| 868 | <td valign="top"><a href="../www/command-line-options.html#negate">-negate</a></td> |
cristy | b29bc03 | 2010-02-01 20:29:43 +0000 | [diff] [blame] | 869 | <td valign="top">replace each pixel with its complementary color </td> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 870 | </tr> |
| 871 | |
| 872 | <tr> |
| 873 | <td valign="top"><a href="../www/command-line-options.html#noise">-noise <em class="option">radius</em></a></td> |
| 874 | <td valign="top">add or reduce noise in an image</td> |
| 875 | </tr> |
| 876 | |
| 877 | <tr> |
| 878 | <td valign="top"><a href="../www/command-line-options.html#normalize">-normalize</a></td> |
| 879 | <td valign="top">transform image to span the full range of colors</td> |
| 880 | </tr> |
| 881 | |
| 882 | <tr> |
| 883 | <td valign="top"><a href="../www/command-line-options.html#opaque">-opaque <em class="option">color</em></a></td> |
| 884 | <td valign="top">change this color to the fill color</td> |
| 885 | </tr> |
| 886 | |
| 887 | <tr> |
| 888 | <td valign="top"><a href="../www/command-line-options.html#ordered-dither">-ordered-dither <em class="option">NxN</em></a></td> |
| 889 | <td valign="top">ordered dither the image</td> |
| 890 | </tr> |
| 891 | |
| 892 | <tr> |
| 893 | <td valign="top"><a href="../www/command-line-options.html#orient">-orient <em class="option">type</em></a></td> |
| 894 | <td valign="top">image orientation</td> |
| 895 | </tr> |
| 896 | |
| 897 | <tr> |
| 898 | <td valign="top"><a href="../www/command-line-options.html#page">-page <em class="option">geometry</em></a></td> |
| 899 | <td valign="top">size and location of an image canvas (setting)</td> |
| 900 | </tr> |
| 901 | |
| 902 | <tr> |
| 903 | <td valign="top"><a href="../www/command-line-options.html#paint">-paint <em class="option">radius</em></a></td> |
| 904 | <td valign="top">simulate an oil painting</td> |
| 905 | </tr> |
| 906 | |
| 907 | <tr> |
| 908 | <td valign="top"><a href="../www/command-line-options.html#ping">-ping</a></td> |
| 909 | <td valign="top">efficiently determine image attributes</td> |
| 910 | </tr> |
| 911 | |
| 912 | <tr> |
| 913 | <td valign="top"><a href="../www/command-line-options.html#pointsize">-pointsize <em class="option">value</em></a></td> |
| 914 | <td valign="top">font point size</td> |
| 915 | </tr> |
| 916 | |
| 917 | <tr> |
| 918 | <td valign="top"><a href="../www/command-line-options.html#polaroid">-polaroid <em class="option">angle</em></a></td> |
| 919 | <td valign="top">simulate a Polaroid picture</td> |
| 920 | </tr> |
| 921 | |
| 922 | <tr> |
| 923 | <td valign="top"><a href="../www/command-line-options.html#posterize">-posterize <em class="option">levels</em></a></td> |
| 924 | <td valign="top">reduce the image to a limited number of color levels</td> |
| 925 | </tr> |
| 926 | |
| 927 | <tr> |
cristy | d43a46b | 2010-01-21 02:13:41 +0000 | [diff] [blame] | 928 | <td valign="top"><a href="../www/command-line-options.html#precision">-precision <em class="option">value</em></a></td> |
| 929 | <td valign="top">set the maximum number of significant digits to be printed</td> |
| 930 | </tr> |
| 931 | |
| 932 | <tr> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 933 | <td valign="top"><a href="../www/command-line-options.html#preview">-preview <em class="option">type</em></a></td> |
| 934 | <td valign="top">image preview type</td> |
| 935 | </tr> |
| 936 | |
| 937 | <tr> |
| 938 | <td valign="top"><a href="../www/command-line-options.html#print">-print <em class="option">string</em></a></td> |
| 939 | <td valign="top">interpret string and print to console</td> |
| 940 | </tr> |
| 941 | |
| 942 | <tr> |
| 943 | <td valign="top"><a href="../www/command-line-options.html#process">-process <em class="option">image-filter</em></a></td> |
| 944 | <td valign="top">process the image with a custom image filter</td> |
| 945 | </tr> |
| 946 | |
| 947 | <tr> |
| 948 | <td valign="top"><a href="../www/command-line-options.html#profile">-profile <em class="option">filename</em></a></td> |
| 949 | <td valign="top">add, delete, or apply an image profile</td> |
| 950 | </tr> |
| 951 | |
| 952 | <tr> |
| 953 | <td valign="top"><a href="../www/command-line-options.html#quality">-quality <em class="option">value</em></a></td> |
| 954 | <td valign="top">JPEG/MIFF/PNG compression level</td> |
| 955 | </tr> |
| 956 | |
| 957 | <tr> |
| 958 | <td valign="top"><a href="../www/command-line-options.html#quantize">-quantize <em class="option">colorspace</em></a></td> |
| 959 | <td valign="top">reduce image colors in this colorspace</td> |
| 960 | </tr> |
| 961 | |
| 962 | <tr> |
| 963 | <td valign="top"><a href="../www/command-line-options.html#quiet">-quiet</a></td> |
| 964 | <td valign="top">suppress all warning messages</td> |
| 965 | </tr> |
| 966 | |
| 967 | <tr> |
| 968 | <td valign="top"><a href="../www/command-line-options.html#radial-blur">-radial-blur <em class="option">angle</em></a></td> |
| 969 | <td valign="top">radial blur the image</td> |
| 970 | </tr> |
| 971 | |
| 972 | <tr> |
| 973 | <td valign="top"><a href="../www/command-line-options.html#raise">-raise <em class="option">value</em></a></td> |
| 974 | <td valign="top">lighten/darken image edges to create a 3-D effect</td> |
| 975 | </tr> |
| 976 | |
| 977 | <tr> |
| 978 | <td valign="top"><a href="../www/command-line-options.html#random-threshold">-random-threshold <em class="option">low,high</em></a></td> |
| 979 | <td valign="top">random threshold the image</td> |
| 980 | </tr> |
| 981 | |
| 982 | <tr> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 983 | <td valign="top"><a href="../www/command-line-options.html#red-primary">-red-primary <em class="option">point</em></a></td> |
| 984 | <td valign="top">chromaticity red primary point</td> |
| 985 | </tr> |
| 986 | |
| 987 | <tr> |
| 988 | <td valign="top"><a href="../www/command-line-options.html#regard-warnings">-regard-warnings</a></td> |
| 989 | <td valign="top">pay attention to warning messages.</td> |
| 990 | </tr> |
| 991 | |
| 992 | <tr> |
| 993 | <td valign="top"><a href="../www/command-line-options.html#region">-region <em class="option">geometry</em></a></td> |
| 994 | <td valign="top">apply options to a portion of the image</td> |
| 995 | </tr> |
| 996 | |
| 997 | <tr> |
| 998 | <td valign="top"><a href="../www/command-line-options.html#remap">-remap <em class="option">filename</em></a></td> |
| 999 | <td valign="top">transform image colors to match this set of colors</td> |
| 1000 | </tr> |
| 1001 | |
| 1002 | <tr> |
| 1003 | <td valign="top"><a href="../www/command-line-options.html#render">-render</a></td> |
| 1004 | <td valign="top">render vector graphics</td> |
| 1005 | </tr> |
| 1006 | |
| 1007 | <tr> |
| 1008 | <td valign="top"><a href="../www/command-line-options.html#repage">-repage <em class="option">geometry</em></a></td> |
| 1009 | <td valign="top">size and location of an image canvas</td> |
| 1010 | </tr> |
| 1011 | |
| 1012 | <tr> |
| 1013 | <td valign="top"><a href="../www/command-line-options.html#resample">-resample <em class="option">geometry</em></a></td> |
| 1014 | <td valign="top">change the resolution of an image</td> |
| 1015 | </tr> |
| 1016 | |
| 1017 | <tr> |
| 1018 | <td valign="top"><a href="../www/command-line-options.html#resize">-resize <em class="option">geometry</em></a></td> |
| 1019 | <td valign="top">resize the image</td> |
| 1020 | </tr> |
| 1021 | |
| 1022 | <tr> |
| 1023 | <td valign="top"><a href="../www/command-line-options.html#respect-parentheses">-respect-parentheses</a></td> |
| 1024 | <td valign="top">settings remain in effect until parenthesis boundary.</td> |
| 1025 | </tr> |
| 1026 | |
| 1027 | <tr> |
| 1028 | <td valign="top"><a href="../www/command-line-options.html#roll">-roll <em class="option">geometry</em></a></td> |
| 1029 | <td valign="top">roll an image vertically or horizontally</td> |
| 1030 | </tr> |
| 1031 | |
| 1032 | <tr> |
| 1033 | <td valign="top"><a href="../www/command-line-options.html#rotate">-rotate <em class="option">degrees</em></a></td> |
| 1034 | <td valign="top">apply Paeth rotation to the image</td> |
| 1035 | </tr> |
| 1036 | |
| 1037 | <tr> |
| 1038 | <td valign="top"><a href="../www/command-line-options.html#sample">-sample <em class="option">geometry</em></a></td> |
| 1039 | <td valign="top">scale image with pixel sampling</td> |
| 1040 | </tr> |
| 1041 | |
| 1042 | <tr> |
| 1043 | <td valign="top"><a href="../www/command-line-options.html#sampling-factor">-sampling-factor <em class="option">geometry</em></a></td> |
| 1044 | <td valign="top">horizontal and vertical sampling factor</td> |
| 1045 | </tr> |
| 1046 | |
| 1047 | <tr> |
| 1048 | <td valign="top"><a href="../www/command-line-options.html#scale">-scale <em class="option">geometry</em></a></td> |
| 1049 | <td valign="top">scale the image</td> |
| 1050 | </tr> |
| 1051 | |
| 1052 | <tr> |
| 1053 | <td valign="top"><a href="../www/command-line-options.html#scene">-scene <em class="option">value</em></a></td> |
| 1054 | <td valign="top">image scene number</td> |
| 1055 | </tr> |
| 1056 | |
| 1057 | <tr> |
| 1058 | <td valign="top"><a href="../www/command-line-options.html#seed">-seed <em class="option">value</em></a></td> |
| 1059 | <td valign="top">seed a new sequence of pseudo-random numbers</td> |
| 1060 | </tr> |
| 1061 | |
| 1062 | <tr> |
| 1063 | <td valign="top"><a href="../www/command-line-options.html#segment">-segment <em class="option">values</em></a></td> |
| 1064 | <td valign="top">segment an image</td> |
| 1065 | </tr> |
| 1066 | |
| 1067 | <tr> |
| 1068 | <td valign="top"><a href="../www/command-line-options.html#threshold">-selective-blur <em class="option">geometry</em></a></td> |
| 1069 | <td valign="top">selectively blur pixels within a contrast threshold</td> |
| 1070 | </tr> |
| 1071 | |
| 1072 | <tr> |
| 1073 | <td valign="top"><a href="../www/command-line-options.html#separate">-separate</a></td> |
| 1074 | <td valign="top">separate an image channel into a grayscale image</td> |
| 1075 | </tr> |
| 1076 | |
| 1077 | <tr> |
| 1078 | <td valign="top"><a href="../www/command-line-options.html#sepia-tone">-sepia-tone <em class="option">threshold</em></a></td> |
| 1079 | <td valign="top">simulate a sepia-toned photo</td> |
| 1080 | </tr> |
| 1081 | |
| 1082 | <tr> |
| 1083 | <td valign="top"><a href="../www/command-line-options.html#set">-set <em class="option">attribute value</em></a></td> |
| 1084 | <td valign="top">set an image attribute</td> |
| 1085 | </tr> |
| 1086 | |
| 1087 | <tr> |
| 1088 | <td valign="top"><a href="../www/command-line-options.html#shade">-shade <em class="option">degrees</em></a></td> |
| 1089 | <td valign="top">shade the image using a distant light source</td> |
| 1090 | </tr> |
| 1091 | |
| 1092 | <tr> |
| 1093 | <td valign="top"><a href="../www/command-line-options.html#shadow">-shadow <em class="option">geometry</em></a></td> |
| 1094 | <td valign="top">simulate an image shadow</td> |
| 1095 | </tr> |
| 1096 | |
| 1097 | <tr> |
| 1098 | <td valign="top"><a href="../www/command-line-options.html#sharpen">-sharpen <em class="option">geometry</em></a></td> |
| 1099 | <td valign="top">sharpen the image</td> |
| 1100 | </tr> |
| 1101 | |
| 1102 | <tr> |
| 1103 | <td valign="top"><a href="../www/command-line-options.html#shave">-shave <em class="option">geometry</em></a></td> |
| 1104 | <td valign="top">shave pixels from the image edges</td> |
| 1105 | </tr> |
| 1106 | |
| 1107 | <tr> |
| 1108 | <td valign="top"><a href="../www/command-line-options.html#shear">-shear <em class="option">geometry</em></a></td> |
| 1109 | <td valign="top">slide one edge of the image along the X or Y axis</td> |
| 1110 | </tr> |
| 1111 | |
| 1112 | <tr> |
| 1113 | <td valign="top"><a href="../www/command-line-options.html#sigmoidal">-sigmoidal-contrast <em class="option">geometry</em></a></td> |
| 1114 | <td valign="top">increase the contrast without saturating highlights or shadows</td> |
| 1115 | </tr> |
| 1116 | |
| 1117 | <tr> |
cristy | 2d67ddd | 2011-02-13 15:38:23 +0000 | [diff] [blame] | 1118 | <td valign="top"><a href="../www/command-line-options.html#smush">-smush <em class="option">offset</em></a></td> |
| 1119 | <td valign="top">smush an image sequence together</td> |
| 1120 | </tr> |
| 1121 | |
| 1122 | <tr> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1123 | <td valign="top"><a href="../www/command-line-options.html#size">-size <em class="option">geometry</em></a></td> |
| 1124 | <td valign="top">width and height of image</td> |
| 1125 | </tr> |
| 1126 | |
| 1127 | <tr> |
| 1128 | <td valign="top"><a href="../www/command-line-options.html#sketch">-sketch <em class="option">geometry</em></a></td> |
| 1129 | <td valign="top">simulate a pencil sketch</td> |
| 1130 | </tr> |
| 1131 | |
| 1132 | <tr> |
| 1133 | <td valign="top"><a href="../www/command-line-options.html#solarize">-solarize <em class="option">threshold</em></a></td> |
| 1134 | <td valign="top">negate all pixels above the threshold level</td> |
| 1135 | </tr> |
| 1136 | |
| 1137 | <tr> |
| 1138 | <td valign="top"><a href="../www/command-line-options.html#splice">-splice <em class="option">geometry</em></a></td> |
| 1139 | <td valign="top">splice the background color into the image</td> |
| 1140 | </tr> |
| 1141 | |
| 1142 | <tr> |
| 1143 | <td valign="top"><a href="../www/command-line-options.html#spread">-spread <em class="option">radius</em></a></td> |
| 1144 | <td valign="top">displace image pixels by a random amount</td> |
| 1145 | </tr> |
| 1146 | |
| 1147 | <tr> |
| 1148 | <td valign="top"><a href="../www/command-line-options.html#strip">-strip</a></td> |
| 1149 | <td valign="top">strip image of all profiles and comments</td> |
| 1150 | </tr> |
| 1151 | |
| 1152 | <tr> |
| 1153 | <td valign="top"><a href="../www/command-line-options.html#stroke">-stroke <em class="option">color</em></a></td> |
| 1154 | <td valign="top">graphic primitive stroke color</td> |
| 1155 | </tr> |
| 1156 | |
| 1157 | <tr> |
| 1158 | <td valign="top"><a href="../www/command-line-options.html#strokewidth">-strokewidth <em class="option">value</em></a></td> |
| 1159 | <td valign="top">graphic primitive stroke width</td> |
| 1160 | </tr> |
| 1161 | |
| 1162 | <tr> |
| 1163 | <td valign="top"><a href="../www/command-line-options.html#stretch">-stretch <em class="option">type</em></a></td> |
| 1164 | <td valign="top">render text with this font stretch</td> |
| 1165 | </tr> |
| 1166 | |
| 1167 | <tr> |
| 1168 | <td valign="top"><a href="../www/command-line-options.html#style">-style <em class="option">type</em></a></td> |
| 1169 | <td valign="top">render text with this font style</td> |
| 1170 | </tr> |
| 1171 | |
| 1172 | <tr> |
| 1173 | <td valign="top"><a href="../www/command-line-options.html#swap">-swap <em class="option">indexes</em></a></td> |
| 1174 | <td valign="top">swap two images in the image sequence</td> |
| 1175 | </tr> |
| 1176 | |
| 1177 | <tr> |
| 1178 | <td valign="top"><a href="../www/command-line-options.html#swirl">-swirl <em class="option">degrees</em></a></td> |
| 1179 | <td valign="top">swirl image pixels about the center</td> |
| 1180 | </tr> |
| 1181 | |
| 1182 | <tr> |
cristy | 5063d81 | 2010-10-19 16:28:10 +0000 | [diff] [blame] | 1183 | <td valign="top"><a href="../www/command-line-options.html#synchronize">-synchronize</a></td> |
| 1184 | <td valign="top">synchronize image to storage device</td> |
| 1185 | </tr> |
| 1186 | |
| 1187 | <tr> |
| 1188 | <td valign="top"><a href="../www/command-line-options.html#taint">-taint</a></td> |
| 1189 | <td valign="top">mark the image as modified</td> |
| 1190 | </tr> |
| 1191 | |
| 1192 | <tr> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1193 | <td valign="top"><a href="../www/command-line-options.html#texture">-texture <em class="option">filename</em></a></td> |
| 1194 | <td valign="top">name of texture to tile onto the image background</td> |
| 1195 | </tr> |
| 1196 | |
| 1197 | <tr> |
| 1198 | <td valign="top"><a href="../www/command-line-options.html#threshold">-threshold <em class="option">value</em></a></td> |
| 1199 | <td valign="top">threshold the image</td> |
| 1200 | </tr> |
| 1201 | |
| 1202 | <tr> |
| 1203 | <td valign="top"><a href="../www/command-line-options.html#thumbnail">-thumbnail <em class="option">geometry</em></a></td> |
| 1204 | <td valign="top">create a thumbnail of the image</td> |
| 1205 | </tr> |
| 1206 | |
| 1207 | <tr> |
| 1208 | <td valign="top"><a href="../www/command-line-options.html#tile">-tile <em class="option">filename</em></a></td> |
| 1209 | <td valign="top">tile image when filling a graphic primitive</td> |
| 1210 | </tr> |
| 1211 | |
| 1212 | <tr> |
| 1213 | <td valign="top"><a href="../www/command-line-options.html#tile-offset">-tile-offset <em class="option">geometry</em></a></td> |
| 1214 | <td valign="top">set the image tile offset</td> |
| 1215 | </tr> |
| 1216 | |
| 1217 | <tr> |
| 1218 | <td valign="top"><a href="../www/command-line-options.html#tint">-tint <em class="option">value</em></a></td> |
| 1219 | <td valign="top">tint the image with the fill color</td> |
| 1220 | </tr> |
| 1221 | |
| 1222 | <tr> |
| 1223 | <td valign="top"><a href="../www/command-line-options.html#transform">-transform</a></td> |
| 1224 | <td valign="top">affine transform image</td> |
| 1225 | </tr> |
| 1226 | |
| 1227 | <tr> |
| 1228 | <td valign="top"><a href="../www/command-line-options.html#transparent">-transparent <em class="option">color</em></a></td> |
| 1229 | <td valign="top">make this color transparent within the image</td> |
| 1230 | </tr> |
| 1231 | |
| 1232 | <tr> |
| 1233 | <td valign="top"><a href="../www/command-line-options.html#transparent-color">-transparent-color <em class="option">color</em></a></td> |
| 1234 | <td valign="top">transparent color</td> |
| 1235 | </tr> |
| 1236 | |
| 1237 | <tr> |
| 1238 | <td valign="top"><a href="../www/command-line-options.html#transpose">-transpose</a></td> |
| 1239 | <td valign="top">flip image in the vertical direction and rotate 90 degrees</td> |
| 1240 | </tr> |
| 1241 | |
| 1242 | <tr> |
| 1243 | <td valign="top"><a href="../www/command-line-options.html#transverse">-transverse</a></td> |
| 1244 | <td valign="top">flop image in the horizontal direction and rotate 270 degrees</td> |
| 1245 | </tr> |
| 1246 | |
| 1247 | <tr> |
| 1248 | <td valign="top"><a href="../www/command-line-options.html#treedepth">-treedepth <em class="option">value</em></a></td> |
| 1249 | <td valign="top">color tree depth</td> |
| 1250 | </tr> |
| 1251 | |
| 1252 | <tr> |
| 1253 | <td valign="top"><a href="../www/command-line-options.html#trim">-trim</a></td> |
| 1254 | <td valign="top">trim image edges</td> |
| 1255 | </tr> |
| 1256 | |
| 1257 | <tr> |
| 1258 | <td valign="top"><a href="../www/command-line-options.html#type">-type <em class="option">type</em></a></td> |
| 1259 | <td valign="top">image type</td> |
| 1260 | </tr> |
| 1261 | |
| 1262 | <tr> |
| 1263 | <td valign="top"><a href="../www/command-line-options.html#undercolor">-undercolor <em class="option">color</em></a></td> |
| 1264 | <td valign="top">annotation bounding box color</td> |
| 1265 | </tr> |
| 1266 | |
| 1267 | <tr> |
| 1268 | <td valign="top"><a href="../www/command-line-options.html#unique-colors">-unique-colors</a></td> |
| 1269 | <td valign="top">discard all but one of any pixel color.</td> |
| 1270 | </tr> |
| 1271 | |
| 1272 | <tr> |
| 1273 | <td valign="top"><a href="../www/command-line-options.html#units">-units <em class="option">type</em></a></td> |
| 1274 | <td valign="top">the units of image resolution</td> |
| 1275 | </tr> |
| 1276 | |
| 1277 | <tr> |
| 1278 | <td valign="top"><a href="../www/command-line-options.html#unsharp">-unsharp <em class="option">geometry</em></a></td> |
| 1279 | <td valign="top">sharpen the image</td> |
| 1280 | </tr> |
| 1281 | |
| 1282 | <tr> |
| 1283 | <td valign="top"><a href="../www/command-line-options.html#verbose">-verbose</a></td> |
| 1284 | <td valign="top">print detailed information about the image</td> |
| 1285 | </tr> |
| 1286 | |
| 1287 | <tr> |
| 1288 | <td valign="top"><a href="../www/command-line-options.html#version">-version</a></td> |
| 1289 | <td valign="top">print version information</td> |
| 1290 | </tr> |
| 1291 | |
| 1292 | <tr> |
| 1293 | <td valign="top"><a href="../www/command-line-options.html#view">-view</a></td> |
| 1294 | <td valign="top">FlashPix viewing transforms</td> |
| 1295 | </tr> |
| 1296 | |
| 1297 | <tr> |
| 1298 | <td valign="top"><a href="../www/command-line-options.html#vignette">-vignette <em class="option">geometry</em></a></td> |
| 1299 | <td valign="top">soften the edges of the image in vignette style</td> |
| 1300 | </tr> |
| 1301 | |
| 1302 | <tr> |
| 1303 | <td valign="top"><a href="../www/command-line-options.html#virtual-pixel">-virtual-pixel <em class="option">method</em></a></td> |
| 1304 | <td valign="top">access method for pixels outside the boundaries of the image</td> |
| 1305 | </tr> |
| 1306 | |
| 1307 | <tr> |
| 1308 | <td valign="top"><a href="../www/command-line-options.html#wave">-wave <em class="option">geometry</em></a></td> |
| 1309 | <td valign="top">alter an image along a sine wave</td> |
| 1310 | </tr> |
| 1311 | |
| 1312 | <tr> |
| 1313 | <td valign="top"><a href="../www/command-line-options.html#weight">-weight <em class="option">type</em></a></td> |
| 1314 | <td valign="top">render text with this font weight</td> |
| 1315 | </tr> |
| 1316 | |
| 1317 | <tr> |
| 1318 | <td valign="top"><a href="../www/command-line-options.html#white-point">-white-point <em class="option">point</em></a></td> |
| 1319 | <td valign="top">chromaticity white point</td> |
| 1320 | </tr> |
| 1321 | |
| 1322 | <tr> |
| 1323 | <td valign="top"><a href="../www/command-line-options.html#white-threshold">-white-threshold <em class="option">value</em></a></td> |
| 1324 | <td valign="top">force all pixels above the threshold into white</td> |
| 1325 | </tr> |
| 1326 | |
| 1327 | <tr> |
| 1328 | <td valign="top"><a href="../www/command-line-options.html#write">-write <em class="option">filename</em></a></td> |
| 1329 | <td valign="top">write images to this file</td> |
| 1330 | </tr> |
| 1331 | |
| 1332 | </tbody> |
| 1333 | </table> |
| 1334 | |
| 1335 | </div> |
cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 1336 |
|
| 1337 | </div>
|
| 1338 |
|
| 1339 | <div id="linkbar">
|
cristy | ce69bb0 | 2010-07-27 19:49:46 +0000 | [diff] [blame] | 1340 | <span id="linkbar-west"> </span>
|
cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 1341 | <span id="linkbar-center">
|
| 1342 | <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> •
|
cristy | a890294 | 2010-07-30 00:49:52 +0000 | [diff] [blame] | 1343 | <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>
|
cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 1344 | </span>
|
| 1345 | <span id="linkbar-east"> </span>
|
| 1346 | </div>
|
| 1347 | <div class="footer">
|
cristy | 7e41fe8 | 2010-12-04 23:12:08 +0000 | [diff] [blame] | 1348 | <span id="footer-west">© 1999-2011 ImageMagick Studio LLC</span>
|
cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 1349 | <span id="footer-east"> <a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span>
|
| 1350 | </div>
|
| 1351 | <div style="clear: both; margin: 0; width: 100%; "></div>
|
cristy | a890294 | 2010-07-30 00:49:52 +0000 | [diff] [blame] | 1352 | <script type="text/javascript">
|
| 1353 | var _gaq = _gaq || [];
|
| 1354 | _gaq.push(['_setAccount', 'UA-17690367-1']);
|
| 1355 | _gaq.push(['_trackPageview']);
|
| 1356 |
|
| 1357 | (function() {
|
| 1358 | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
| 1359 | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
| 1360 | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
| 1361 | })();
|
| 1362 | </script>
|
cristy | 3eaa0ef | 2010-03-06 20:35:26 +0000 | [diff] [blame] | 1363 | </body>
|
| 1364 | </html>
|