]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 3 Nov 2014 12:28:08 +0000 (12:28 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 3 Nov 2014 12:28:08 +0000 (12:28 +0000)
MagickCore/version.h
MagickCore/vision.c
index.html
www/api/channel.html
www/command-line-options.html
www/contact.html
www/convert.html
www/magick.html
www/mogrify.html
www/perl-magick.html

index 86aa81c79d4db92be541c6376a702752869a07ec..01cf2e8d32c4d74bf8ec1420ca19c6e4f7d0a9ca 100644 (file)
@@ -48,7 +48,7 @@ extern "C" {
 #define MagickppLibAddendum  "-0"
 #define MagickppLibInterface  1
 #define MagickppLibMinInterface  1
-#define MagickReleaseDate  "2014-11-02"
+#define MagickReleaseDate  "2014-11-03"
 #define MagickChangeDate   "20120427"
 #define MagickAuthoritativeURL  "http://www.imagemagick.org"
 #define MagickFeatures "DPC HDRI OpenMP"
index 57feb5eb5ce292318b5f1a4668516a424bdf5bba..906338b9378eb70709ea304f77d6354a08e302f3 100644 (file)
@@ -388,16 +388,11 @@ static MagickBooleanType StatisticsComponentsStatistics(const Image *image,
   {
     object[i].bounding_box.width-=(object[i].bounding_box.x-1);
     object[i].bounding_box.height-=(object[i].bounding_box.y-1);
-    object[i].color.red=(MagickRealType) (object[i].color.red/
-      object[i].area);
-    object[i].color.green=(MagickRealType) (object[i].color.green/
-      object[i].area);
-    object[i].color.blue=(MagickRealType) (object[i].color.blue/
-      object[i].area);
-    object[i].color.alpha=(MagickRealType) (object[i].color.alpha/
-      object[i].area);
-    object[i].color.black=(MagickRealType) (object[i].color.black/
-      object[i].area);
+    object[i].color.red=ClampToQuantum(object[i].color.red/object[i].area);
+    object[i].color.green=ClampToQuantum(object[i].color.green/object[i].area);
+    object[i].color.blue=ClampToQuantum(object[i].color.blue/object[i].area);
+    object[i].color.alpha=ClampToQuantum(object[i].color.alpha/object[i].area);
+    object[i].color.black=ClampToQuantum(object[i].color.black/object[i].area);
     object[i].centroid.x=object[i].centroid.x/object[i].area;
     object[i].centroid.y=object[i].centroid.y/object[i].area;
   }
index 394678194a3f665af25a49caf43cf3c27d2bebdb..3b3e3a6622347b108bcd72b6e5912050ae4fd34e 100644 (file)
@@ -31,8 +31,8 @@
   <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
   <meta name="distribution" content="Global"/>
   <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
-  <link rel="icon" href="wand.png"/>
-  <link rel="shortcut icon" href="wand.ico" type="images/x-icon"/>
+  <link rel="icon" href="http://www.imagemagick.org/images/wand.png"/>
+  <link rel="shortcut icon" href="http://www.imagemagick.org/images/wand.ico" type="images/x-icon"/>
   <link rel="canonical" href="http://www.imagemagick.org" />
   <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"/>
 
   </script>
 </div>
 <a href="discourse-server">
-  <img src="logo.jpg"
+  <img src="http://www.imagemagick.org/images/logo.jpg"
   alt="ImageMagick Logo" width="123" height="118"
   style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
 <a href="http://www.imagemagick.org/index.html">
-  <img src="sprite.jpg"
+  <img src="http://www.imagemagick.org/images/sprite.jpg"
   alt="ImageMagick Sprite" width="114" height="118"
   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <a id="intro"></a>
 <div class="doc-section">
-<p><a class="fancybox" rel="group" href="wizard.png" title="And Now a Touch of Magick"><img id="logo" alt="And Now a Touch of Magick" class="icon" width="265" height="352" src="wizard.jpg"/></a> ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&amp;entry=78333969">&#174;</a></sup> is a software suite to create, edit, compose, or convert bitmap images.  It can read and write images in a variety of <a href="formats.html">formats</a> (over 100) including <a href="motion-picture.html">DPX</a>, <a href="high-dynamic-range.html">EXR</a>, GIF, JPEG, JPEG-2000, PDF, PNG, Postscript, SVG, and TIFF.  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.</p>
+<p><a class="fancybox" rel="group" href="http://www.imagemagick.org/images/wizard.png" title="And Now a Touch of Magick"><img id="logo" alt="And Now a Touch of Magick" class="icon" width="265" height="352" src="http://www.imagemagick.org/images/wizard.jpg"/></a> ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&amp;entry=78333969">&#174;</a></sup> is a software suite to create, edit, compose, or convert bitmap images.  It can read and write images in a variety of <a href="formats.html">formats</a> (over 100) including <a href="motion-picture.html">DPX</a>, <a href="high-dynamic-range.html">EXR</a>, GIF, JPEG, JPEG-2000, PDF, PNG, Postscript, SVG, and TIFF.  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.</p>
 
 <p>The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite language. Choose from these interfaces: <a href="api.html#ada">G2F</a> (Ada), <a href="api.html#c">MagickCore</a> (C), <a href="api.html#c">MagickWand</a> (C), <a href="api.html#ch">ChMagick</a> (Ch), <a href="api.html#com_">ImageMagickObject</a> (COM+), <a href="api.html#c__">Magick++</a> (C++), <a href="api.html#java">JMagick</a> (Java), <a href="api.html#lisp">L-Magick</a> (Lisp), <a href="api.html#lua">Lua</a>, <a href="api.html#neko">NMagick</a> (Neko/haXe), <a href="api.html#dot-net">Magick.NET</a> (.NET), <a href="api.html#pascal">PascalMagick</a> (Pascal),  <a href="api.html#perl">PerlMagick</a> (Perl), <a href="api.html#php">MagickWand for PHP</a> (PHP),  <a href="api.html#php">IMagick</a> (PHP), <a href="api.html#python">PythonMagick</a> (Python), <a href="api.html#ruby">RMagick</a> (Ruby), or <a href="api.html#tcl">TclMagick</a> (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically and <em>automagically</em>.</p>
 
 
 <p>The ImageMagick development process ensures a <a href="http://upstream-tracker.org/versions/imagemagick.html">stable API</a> and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes <a href="https://code.google.com/p/address-sanitizer/">memory error</a> and <a href="https://code.google.com/p/data-race-test/wiki/ThreadSanitizer">thread data race</a> detection to prevent security vulnerabilities.</p>
 
-<p>The current release is ImageMagick 6.8.9-5 available from <a href="download">http://www.imagemagick.org/download</a>.  It runs on <a href="http://www.imagemagick.org/download/linux/">Linux</a>, <a href="http://www.imagemagick.org/download/binaries/">Windows</a>, <a href="http://www.imagemagick.org/download/binaries/">Mac Os X</a>, <a href="http://www.imagemagick.org/download/iOS/">iOS</a>, Android OS, and others.</p>
+<p>The current release is ImageMagick 6.8.9-9 available from <a href="download">http://www.imagemagick.org/download</a>.  It runs on <a href="http://www.imagemagick.org/download/linux/">Linux</a>, <a href="http://www.imagemagick.org/download/binaries/">Windows</a>, <a href="http://www.imagemagick.org/download/binaries/">Mac Os X</a>, <a href="http://www.imagemagick.org/download/iOS/">iOS</a>, Android OS, and others.</p>
 
-<p>The official ImageMagick web site is <a href="http://www.imagemagick.org/">http://www.imagemagick.org</a>.</p>
+<p>The authoritative ImageMagick web site is <a href="http://www.imagemagick.org/">http://www.imagemagick.org</a>.</p>
 </div>
 
 <div class="siz-mod-head">
   <li><a href="http://www.imagemagick.org/Usage/transform/#vision">Delineate image features</a>: Canny edge detection, mean-shift, Hough lines.</li>
   <li><a href="motion-picture.html">Motion picture support</a>: read and write the common image formats used in digital film work.</li>
   <li><a href="http://www.imagemagick.org/www/fx.html">Image calculator</a>: apply a mathematical expression to an image or image channels.</li>
+  <li><a href="connected-components.html">Connected component labeling</a>: uniquely label connected regions in an image.</li>
   <li><a href="http://www.imagemagick.org/Usage/fourier/">Discrete Fourier transform</a>: implements the forward and inverse <a href="http://en.wikipedia.org/wiki/Discrete_Fourier_transform">DFT</a>.</li>
   <li><a href="http://www.fmwconcepts.com/misc_tests/perceptual_hash_test_results_510/index.html">Perceptual hash</a>: map visually identical images to the same or similar hash-- useful in image retrieval, authentication, indexing, or copy detection as well as digital watermarking.</li>
   <li><a href="color-management.html">Color management</a>: accurate color management with color profiles or in lieu of-- built-in gamma compression or expansion as demanded by the colorspace.</li>
 <div style="clear: both; margin: 0; width: 100%; "></div>
 </body>
 </html>
-<!-- Magick Cache 25th July 2014 04:05 -->
\ No newline at end of file
+<!-- Magick Cache 2nd November 2014 12:25 -->
\ No newline at end of file
index 6018f3fc2ae28e306996c15ab4ba30cda2bf37fb..f1de170288dcb1d452390b047ea69d3f0dd2e261 100644 (file)
@@ -20,9 +20,9 @@
   <meta name="resource-type" content="document"></meta>
   <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"></meta>
   <meta name="distribution" content="Global"></meta>
-  <link rel="icon" href="../../../../../../../../images/wand.png"></link>
-  <link rel="shortcut icon" href="../../../../../../../../images/wand.ico" type="images/x-icon"></link>
-  <link rel="canonical" href="../../../../../../../../index.html"></link>
+  <link rel="icon" href="../../../../../../../../../../../../../../../../images/wand.png"></link>
+  <link rel="shortcut icon" href="../../../../../../../../../../../../../../../../images/wand.ico" type="images/x-icon"></link>
+  <link rel="canonical" href="../../../../../../../../../../../../../../../../index.html"></link>
   <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
 
   <!-- Add jQuery library -->
@@ -51,7 +51,7 @@
 
   <!-- ImageMagick style -->
   <style type="text/css" media="all">
-    @import url("../../../../../../../../www/magick.css");
+    @import url("../../../../../../../../../../../../../../../../www/magick.css");
   </style>
 </head>
 
   </script>
   
 </div>
-<a href="../../../../../../../../discourse-server">
-  <img src="../../../../../../../../images/logo.jpg" alt="ImageMagick Logo" style="width: 123px; height: 118px; border: 0px; float: right;"></img></a>
-<a href="../../../../../../../../index.html">
-  <img src="../../../../../../../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+<a href="../../../../../../../../../../../../../../../../discourse-server">
+  <img src="../../../../../../../../../../../../../../../../images/logo.jpg" alt="ImageMagick Logo" style="width: 123px; height: 118px; border: 0px; float: right;"></img></a>
+<a href="../../../../../../../../../../../../../../../../index.html">
+  <img src="../../../../../../../../../../../../../../../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
 </div>
 
 <div class="westbar">
 
 <div class="menu">
-  <a title="About ImageMagick" href="../../../../../../../../index.html">About ImageMagick</a>
+  <a title="About ImageMagick" href="../../../../../../../../../../../../../../../../index.html">About ImageMagick</a>
 </div>
 <div class="menu">
-  <a title="Binary Releases" href="../../../../../../../../www/binary-releases.html">Binary Releases</a>
+  <a title="Binary Releases" href="../../../../../../../../../../../../../../../../www/binary-releases.html">Binary Releases</a>
 </div>
 <div class="sub">
-    <a title="Binary Release: Unix" href="../../../../../../../../www/binary-releases.html#unix">Unix</a>
+    <a title="Binary Release: Unix" href="../../../../../../../../../../../../../../../../www/binary-releases.html#unix">Unix</a>
 </div>
 <div class="sub">
-    <a title="Binary Release: MacOS X" href="../../../../../../../../www/binary-releases.html#macosx">Mac OS X</a>
+    <a title="Binary Release: MacOS X" href="../../../../../../../../../../../../../../../../www/binary-releases.html#macosx">Mac OS X</a>
 </div>
 <div class="sub">
-    <a title="Binary Release: iOS" href="../../../../../../../../www/binary-releases.html#iOS">iOS</a>
+    <a title="Binary Release: iOS" href="../../../../../../../../../../../../../../../../www/binary-releases.html#iOS">iOS</a>
 </div>
 <div class="sub">
-    <a title="Binary Release: Windows" href="../../../../../../../../www/binary-releases.html#windows">Windows</a>
+    <a title="Binary Release: Windows" href="../../../../../../../../../../../../../../../../www/binary-releases.html#windows">Windows</a>
 </div>
 <div class="sep"></div>
 <div class="menu">
-  <a title="Command-line Tools" href="../../../../../../../../www/command-line-tools.html">Command-line Tools</a>
+  <a title="Command-line Tools" href="../../../../../../../../../../../../../../../../www/command-line-tools.html">Command-line Tools</a>
 </div>
 <div class="sub">
-    <a title="Command-line Tools: Processing" href="../../../../../../../../www/command-line-processing.html">Processing</a>
+    <a title="Command-line Tools: Processing" href="../../../../../../../../../../../../../../../../www/command-line-processing.html">Processing</a>
 </div>
 <div class="sub">
-    <a title="Command-line Tools: Options" href="../../../../../../../../www/command-line-options.html">Options</a>
+    <a title="Command-line Tools: Options" href="../../../../../../../../../../../../../../../../www/command-line-options.html">Options</a>
 </div>
 <div class="sub">
     <a title="Command-line Tools: Usage" href="http://www.imagemagick.org/Usage/">Usage</a>
 </div>
 <div class="menu">
-  <a title="Program Interfaces" href="../../../../../../../../www/api.html">Program Interfaces</a>
+  <a title="Program Interfaces" href="../../../../../../../../../../../../../../../../www/api.html">Program Interfaces</a>
 </div>
 <div class="sub">
-    <a title="Program Interface: MagickWand" href="../../../../../../../../www/magick-wand.html">MagickWand</a>
+    <a title="Program Interface: MagickWand" href="../../../../../../../../../../../../../../../../www/magick-wand.html">MagickWand</a>
 </div>
 <div class="sub">
-    <a title="Program Interface: MagickCore" href="../../../../../../../../www/magick-core.html">MagickCore</a>
+    <a title="Program Interface: MagickCore" href="../../../../../../../../../../../../../../../../www/magick-core.html">MagickCore</a>
 </div>
 <div class="sub">
-    <a title="Program Interface: PerlMagick" href="../../../../../../../../www/perl-magick.html">PerlMagick</a>
+    <a title="Program Interface: PerlMagick" href="../../../../../../../../../../../../../../../../www/perl-magick.html">PerlMagick</a>
 </div>
 <div class="sub">
-    <a title="Program Interface: Magick++" href="../../../../../../../../www/magick++.html">Magick++</a>
+    <a title="Program Interface: Magick++" href="../../../../../../../../../../../../../../../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
 <div class="menu">
-   <a title="Install from Source" href="../../../../../../../../www/install-source.html">Install from Source</a>
+   <a title="Install from Source" href="../../../../../../../../../../../../../../../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
-    <a title="Install from Source: Unix" href="../../../../../../../../www/install-source.html#unix">Unix</a>
+    <a title="Install from Source: Unix" href="../../../../../../../../../../../../../../../../www/install-source.html#unix">Unix</a>
 </div>
 <div class="sub">
-    <a title="Install from Source: Windows" href="../../../../../../../../www/install-source.html#windows">Windows</a>
+    <a title="Install from Source: Windows" href="../../../../../../../../../../../../../../../../www/install-source.html#windows">Windows</a>
  </div>
 <div class="menu">
-  <a title="Resources" href="../../../../../../../../www/resources.html">Resources</a>
+  <a title="Resources" href="../../../../../../../../../../../../../../../../www/resources.html">Resources</a>
 </div>
 <div class="menu">
-  <a title="Architecture" href="../../../../../../../../www/architecture.html">Architecture</a>
+  <a title="Architecture" href="../../../../../../../../../../../../../../../../www/architecture.html">Architecture</a>
 </div>
 <div class="menu">
-  <a title="Download" href="../../../../../../../../www/download.html">Download</a>
+  <a title="Download" href="../../../../../../../../../../../../../../../../www/download.html">Download</a>
 </div>
 <div class="sep"></div>
 <div class="menu">
-  <a title="Search" href="http://www.imagemagick.org/http://www.imagemagick.org/http://www.imagemagick.org/script/search.php">Search</a>
+  <a title="Search" href="http://www.imagemagick.org/http://www.imagemagick.org/http://www.imagemagick.org/http://www.imagemagick.org/script/search.php">Search</a>
 </div>
 <div class="sep"></div>
 <div class="menu">
-  <a title="Site Map" href="../../../../../../../../www/sitemap.html">Site Map</a>
+  <a title="Site Map" href="../../../../../../../../../../../../../../../../www/sitemap.html">Site Map</a>
 </div>
 <div class="sub">
-  <a title="Site Map: Links" href="../../../../../../../../www/links.html">Links</a>
+  <a title="Site Map: Links" href="../../../../../../../../../../../../../../../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 <div class="menu">
-  <a title="Support ImageMagick Development" href="../../../../../../../../www/support.html">Support ImageMagick Development</a>
+  <a title="Support ImageMagick Development" href="../../../../../../../../../../../../../../../../www/support.html">Support ImageMagick Development</a>
 </div>
 </div>
 
 <div class="eastbar">
   
-  <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="../../../../../../../../index.html"></a></div>
+  <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="../../../../../../../../../../../../../../../../index.html"></a></div>
   <noscript>
     <a href="http://flattr.com/thing/947300/Convert-Edit-And-Compose-Images" target="_blank">
     <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0"></img></a>
 
     <span id="linkbar-center">
       <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
-      <a href="../../../../../../../../discourse-server">Discourse Server</a> •
+      <a href="../../../../../../../../../../../../../../../../discourse-server">Discourse Server</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
 </div>
 <div class="footer">
   <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
-  <span id="footer-east"> <a href="../../../../../../../../www/contact.html">Contact the Wizards</a></span>
+  <span id="footer-east"> <a href="../../../../../../../../../../../../../../../../www/contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
 </body>
index 0eefe764b82c712daa1c8fcd1e0ebb11764b035a..347c089e27668eb2c989c29fc01660a7a761feed 100644 (file)
 
 <h1>Command-line Options</h1>
 <p class="navigation-index">
-[ <a href="command-line-options.html#adaptive-blur">&#x2011;adaptive&#x2011;blur</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#adaptive-resize">&#x2011;adaptive&#x2011;resize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#adaptive-sharpen">&#x2011;adaptive&#x2011;sharpen</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#adjoin">&#x2011;adjoin</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#affine">&#x2011;affine</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#alpha">&#x2011;alpha</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#annotate">&#x2011;annotate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#antialias">&#x2011;antialias</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#append">&#x2011;append</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#attenuate">&#x2011;attenuate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#authenticate">&#x2011;authenticate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#auto-gamma">&#x2011;auto&#x2011;gamma</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#auto-level">&#x2011;auto&#x2011;level</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#auto-orient">&#x2011;auto&#x2011;orient</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#backdrop">&#x2011;backdrop</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#background">&#x2011;background</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#bench">&#x2011;bench</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#bias">&#x2011;bias</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#black-point-compensation">&#x2011;black&#x2011;point&#x2011;compensation</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#black-threshold">&#x2011;black&#x2011;threshold</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#blend">&#x2011;blend</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#blue-primary">&#x2011;blue&#x2011;primary</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#blue-shift">&#x2011;blue&#x2011;shift</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#blur">&#x2011;blur</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#border">&#x2011;border</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#bordercolor">&#x2011;bordercolor</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#borderwidth">&#x2011;borderwidth</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#brightness-contrast">&#x2011;brightness&#x2011;contrast</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#cache">&#x2011;cache</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#canny">&#x2011;canny</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#caption">&#x2011;caption</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#cdl">&#x2011;cdl</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#channel">&#x2011;channel</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#charcoal">&#x2011;charcoal</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#chop">&#x2011;chop</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#clamp">&#x2011;clamp</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#clip">&#x2011;clip</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#clip-mask">&#x2011;clip&#x2011;mask</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#clip-path">&#x2011;clip&#x2011;path</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#clone">&#x2011;clone</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#clut">&#x2011;clut</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#coalesce">&#x2011;coalesce</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#colorize">&#x2011;colorize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#colormap">&#x2011;colormap</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#color-matrix">&#x2011;color&#x2011;matrix</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#colors">&#x2011;colors</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#colorspace">&#x2011;colorspace</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#combine">&#x2011;combine</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#comment">&#x2011;comment</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#compare">&#x2011;compare</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#complex">&#x2011;complex</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#compose">&#x2011;compose</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#composite">&#x2011;composite</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#compress">&#x2011;compress</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#contrast">&#x2011;contrast</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#contrast-stretch">&#x2011;contrast&#x2011;stretch</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#convolve">&#x2011;convolve</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#crop">&#x2011;crop</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#cycle">&#x2011;cycle</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#debug">&#x2011;debug</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#decipher">&#x2011;decipher</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#deconstruct">&#x2011;deconstruct</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#define">&#x2011;define</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#delay">&#x2011;delay</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#delete">&#x2011;delete</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#density">&#x2011;density</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#depth">&#x2011;depth</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#descend">&#x2011;descend</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#deskew">&#x2011;deskew</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#despeckle">&#x2011;despeckle</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#direction">&#x2011;direction</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#displace">&#x2011;displace</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#display">&#x2011;display</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#dispose">&#x2011;dispose</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#dissimilarity-threshold">&#x2011;dissimilarity&#x2011;threshold</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#dissolve">&#x2011;dissolve</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#distort">&#x2011;distort</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#distribute-cache">&#x2011;distribute&#x2011;cache</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#dither">&#x2011;dither</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#draw">&#x2011;draw</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#duplicate">&#x2011;duplicate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#edge">&#x2011;edge</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#emboss">&#x2011;emboss</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#encipher">&#x2011;encipher</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#encoding">&#x2011;encoding</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#endian">&#x2011;endian</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#enhance">&#x2011;enhance</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#equalize">&#x2011;equalize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#evaluate">&#x2011;evaluate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#evaluate-sequence">&#x2011;evaluate&#x2011;sequence</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#extent">&#x2011;extent</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#extract">&#x2011;extract</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#family">&#x2011;family</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#features">&#x2011;features</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#fft">&#x2011;fft</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#fill">&#x2011;fill</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#filter">&#x2011;filter</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#flatten">&#x2011;flatten</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#flip">&#x2011;flip</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#floodfill">&#x2011;floodfill</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#flop">&#x2011;flop</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#font">&#x2011;font</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#foreground">&#x2011;foreground</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#format">&#x2011;format</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#format_identify_">&#x2011;format[identify]</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#frame">&#x2011;frame</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#frame_import_">&#x2011;frame[import]</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#function">&#x2011;function</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#fuzz">&#x2011;fuzz</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#fx">&#x2011;fx</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#gamma">&#x2011;gamma</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#gaussian-blur">&#x2011;gaussian&#x2011;blur</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#geometry">&#x2011;geometry</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#gravity">&#x2011;gravity</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#grayscale">&#x2011;grayscale</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#green-primary">&#x2011;green&#x2011;primary</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#hald-clut">&#x2011;hald&#x2011;clut</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#help">&#x2011;help</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#highlight-color">&#x2011;highlight&#x2011;color</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#hough-lines">&#x2011;hough&#x2011;lines</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#iconGeometry">&#x2011;iconGeometry</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#iconic">&#x2011;iconic</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#identify">&#x2011;identify</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#ift">&#x2011;ift</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#immutable">&#x2011;immutable</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#implode">&#x2011;implode</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#insert">&#x2011;insert</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#intensity">&#x2011;intensity</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#intent">&#x2011;intent</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#interlace">&#x2011;interlace</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#interpolate">&#x2011;interpolate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#interline-spacing">&#x2011;interline&#x2011;spacing</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#interword-spacing">&#x2011;interword&#x2011;spacing</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#kerning">&#x2011;kerning</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#label">&#x2011;label</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#lat">&#x2011;lat</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#layers">&#x2011;layers</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#level">&#x2011;level</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#level-colors">&#x2011;level&#x2011;colors</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#limit">&#x2011;limit</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#linear-stretch">&#x2011;linear&#x2011;stretch</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#linewidth">&#x2011;linewidth</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#liquid-rescale">&#x2011;liquid&#x2011;rescale</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#list">&#x2011;list</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#log">&#x2011;log</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#loop">&#x2011;loop</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#lowlight-color">&#x2011;lowlight&#x2011;color</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#magnify">&#x2011;magnify</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#map">&#x2011;map</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#map_stream_">&#x2011;map[stream]</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#mask">&#x2011;mask</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#mattecolor">&#x2011;mattecolor</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#median">&#x2011;median</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#mean-shift">&#x2011;mean&#x2011;shift</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#metric">&#x2011;metric</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#mode">&#x2011;mode</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#modulate">&#x2011;modulate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#moments">&#x2011;moments</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#monitor">&#x2011;monitor</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#monochrome">&#x2011;monochrome</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#morph">&#x2011;morph</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#morphology">&#x2011;morphology</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#mosaic">&#x2011;mosaic</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#motion-blur">&#x2011;motion&#x2011;blur</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#name">&#x2011;name</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#negate">&#x2011;negate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#noise">&#x2011;noise</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#normalize">&#x2011;normalize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#opaque">&#x2011;opaque</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#ordered-dither">&#x2011;ordered&#x2011;dither</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#orient">&#x2011;orient</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#page">&#x2011;page</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#paint">&#x2011;paint</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#path">&#x2011;path</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#pause_animate_">&#x2011;pause[animate]</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#pause_import_">&#x2011;pause[import]</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#perceptible">&#x2011;perceptible</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#ping">&#x2011;ping</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#pointsize">&#x2011;pointsize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#polaroid">&#x2011;polaroid</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#poly">&#x2011;poly</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#posterize">&#x2011;posterize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#precision">&#x2011;precision</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#preview">&#x2011;preview</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#print">&#x2011;print</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#process">&#x2011;process</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#profile">&#x2011;profile</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#quality">&#x2011;quality</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#quantize">&#x2011;quantize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#quiet">&#x2011;quiet</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#radial-blur">&#x2011;radial&#x2011;blur</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#raise">&#x2011;raise</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#random-threshold">&#x2011;random&#x2011;threshold</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#red-primary">&#x2011;red&#x2011;primary</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#regard-warnings">&#x2011;regard&#x2011;warnings</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#region">&#x2011;region</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#remap">&#x2011;remap</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#remote">&#x2011;remote</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#render">&#x2011;render</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#repage">&#x2011;repage</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#resample">&#x2011;resample</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#resize">&#x2011;resize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#respect-parentheses">&#x2011;respect&#x2011;parentheses</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#reverse">&#x2011;reverse</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#roll">&#x2011;roll</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#rotate">&#x2011;rotate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#sample">&#x2011;sample</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#sampling-factor">&#x2011;sampling&#x2011;factor</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#scale">&#x2011;scale</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#scene">&#x2011;scene</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#screen">&#x2011;screen</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#seed">&#x2011;seed</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#segment">&#x2011;segment</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#selective-blur">&#x2011;selective&#x2011;blur</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#separate">&#x2011;separate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#sepia-tone">&#x2011;sepia&#x2011;tone</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#set">&#x2011;set</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#shade">&#x2011;shade</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#shadow">&#x2011;shadow</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#shared-memory">&#x2011;shared&#x2011;memory</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#sharpen">&#x2011;sharpen</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#shave">&#x2011;shave</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#shear">&#x2011;shear</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#sigmoidal-contrast">&#x2011;sigmoidal&#x2011;contrast</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#silent">&#x2011;silent</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#similarity-threshold">&#x2011;similarity&#x2011;threshold</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#size">&#x2011;size</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#sketch">&#x2011;sketch</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#smush">&#x2011;smush</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#snaps">&#x2011;snaps</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#solarize">&#x2011;solarize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#sparse-color">&#x2011;sparse&#x2011;color</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#splice">&#x2011;splice</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#spread">&#x2011;spread</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#statistic">&#x2011;statistic</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#stegano">&#x2011;stegano</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#stereo">&#x2011;stereo</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#stretch">&#x2011;stretch</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#strip">&#x2011;strip</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#stroke">&#x2011;stroke</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#strokewidth">&#x2011;strokewidth</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#style">&#x2011;style</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#subimage-search">&#x2011;subimage&#x2011;search</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#swap">&#x2011;swap</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#swirl">&#x2011;swirl</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#synchronize">&#x2011;synchronize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#taint">&#x2011;taint</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#text-font">&#x2011;text&#x2011;font</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#texture">&#x2011;texture</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#threshold">&#x2011;threshold</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#thumbnail">&#x2011;thumbnail</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#tile">&#x2011;tile</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#tile-offset">&#x2011;tile&#x2011;offset</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#tint">&#x2011;tint</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#title">&#x2011;title</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#transform">&#x2011;transform</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#transparent">&#x2011;transparent</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#transparent-color">&#x2011;transparent&#x2011;color</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#transpose">&#x2011;transpose</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#transverse">&#x2011;transverse</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#treedepth">&#x2011;treedepth</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#trim">&#x2011;trim</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#type">&#x2011;type</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#undercolor">&#x2011;undercolor</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#unique-colors">&#x2011;unique&#x2011;colors</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#units">&#x2011;units</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#unsharp">&#x2011;unsharp</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#update">&#x2011;update</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#verbose">&#x2011;verbose</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#version">&#x2011;version</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#view">&#x2011;view</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#vignette">&#x2011;vignette</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#virtual-pixel">&#x2011;virtual&#x2011;pixel</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#visual">&#x2011;visual</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#watermark">&#x2011;watermark</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#wave">&#x2011;wave</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#weight">&#x2011;weight</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#white-point">&#x2011;white&#x2011;point</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#white-threshold">&#x2011;white&#x2011;threshold</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#window">&#x2011;window</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#window-group">&#x2011;window&#x2011;group</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#write">&#x2011;write</a>  ] </p>
+[ <a href="command-line-options.html#adaptive-blur">&#x2011;adaptive&#x2011;blur</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#adaptive-resize">&#x2011;adaptive&#x2011;resize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#adaptive-sharpen">&#x2011;adaptive&#x2011;sharpen</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#adjoin">&#x2011;adjoin</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#affine">&#x2011;affine</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#alpha">&#x2011;alpha</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#annotate">&#x2011;annotate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#antialias">&#x2011;antialias</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#append">&#x2011;append</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#attenuate">&#x2011;attenuate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#authenticate">&#x2011;authenticate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#auto-gamma">&#x2011;auto&#x2011;gamma</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#auto-level">&#x2011;auto&#x2011;level</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#auto-orient">&#x2011;auto&#x2011;orient</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#backdrop">&#x2011;backdrop</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#background">&#x2011;background</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#bench">&#x2011;bench</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#bias">&#x2011;bias</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#black-point-compensation">&#x2011;black&#x2011;point&#x2011;compensation</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#black-threshold">&#x2011;black&#x2011;threshold</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#blend">&#x2011;blend</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#blue-primary">&#x2011;blue&#x2011;primary</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#blue-shift">&#x2011;blue&#x2011;shift</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#blur">&#x2011;blur</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#border">&#x2011;border</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#bordercolor">&#x2011;bordercolor</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#borderwidth">&#x2011;borderwidth</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#brightness-contrast">&#x2011;brightness&#x2011;contrast</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#cache">&#x2011;cache</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#canny">&#x2011;canny</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#caption">&#x2011;caption</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#cdl">&#x2011;cdl</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#channel">&#x2011;channel</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#charcoal">&#x2011;charcoal</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#chop">&#x2011;chop</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#clamp">&#x2011;clamp</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#clip">&#x2011;clip</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#clip-mask">&#x2011;clip&#x2011;mask</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#clip-path">&#x2011;clip&#x2011;path</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#clone">&#x2011;clone</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#clut">&#x2011;clut</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#coalesce">&#x2011;coalesce</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#colorize">&#x2011;colorize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#colormap">&#x2011;colormap</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#color-matrix">&#x2011;color&#x2011;matrix</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#colors">&#x2011;colors</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#colorspace">&#x2011;colorspace</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#combine">&#x2011;combine</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#comment">&#x2011;comment</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#compare">&#x2011;compare</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#complex">&#x2011;complex</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#compose">&#x2011;compose</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#composite">&#x2011;composite</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#compress">&#x2011;compress</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#connected-components">&#x2011;connected&#x2011;components</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#contrast">&#x2011;contrast</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#contrast-stretch">&#x2011;contrast&#x2011;stretch</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#convolve">&#x2011;convolve</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#crop">&#x2011;crop</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#cycle">&#x2011;cycle</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#debug">&#x2011;debug</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#decipher">&#x2011;decipher</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#deconstruct">&#x2011;deconstruct</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#define">&#x2011;define</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#delay">&#x2011;delay</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#delete">&#x2011;delete</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#density">&#x2011;density</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#depth">&#x2011;depth</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#descend">&#x2011;descend</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#deskew">&#x2011;deskew</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#despeckle">&#x2011;despeckle</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#direction">&#x2011;direction</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#displace">&#x2011;displace</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#display">&#x2011;display</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#dispose">&#x2011;dispose</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#dissimilarity-threshold">&#x2011;dissimilarity&#x2011;threshold</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#dissolve">&#x2011;dissolve</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#distort">&#x2011;distort</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#distribute-cache">&#x2011;distribute&#x2011;cache</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#dither">&#x2011;dither</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#draw">&#x2011;draw</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#duplicate">&#x2011;duplicate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#edge">&#x2011;edge</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#emboss">&#x2011;emboss</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#encipher">&#x2011;encipher</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#encoding">&#x2011;encoding</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#endian">&#x2011;endian</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#enhance">&#x2011;enhance</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#equalize">&#x2011;equalize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#evaluate">&#x2011;evaluate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#evaluate-sequence">&#x2011;evaluate&#x2011;sequence</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#extent">&#x2011;extent</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#extract">&#x2011;extract</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#family">&#x2011;family</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#features">&#x2011;features</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#fft">&#x2011;fft</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#fill">&#x2011;fill</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#filter">&#x2011;filter</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#flatten">&#x2011;flatten</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#flip">&#x2011;flip</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#floodfill">&#x2011;floodfill</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#flop">&#x2011;flop</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#font">&#x2011;font</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#foreground">&#x2011;foreground</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#format">&#x2011;format</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#format_identify_">&#x2011;format[identify]</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#frame">&#x2011;frame</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#frame_import_">&#x2011;frame[import]</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#function">&#x2011;function</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#fuzz">&#x2011;fuzz</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#fx">&#x2011;fx</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#gamma">&#x2011;gamma</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#gaussian-blur">&#x2011;gaussian&#x2011;blur</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#geometry">&#x2011;geometry</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#gravity">&#x2011;gravity</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#grayscale">&#x2011;grayscale</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#green-primary">&#x2011;green&#x2011;primary</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#hald-clut">&#x2011;hald&#x2011;clut</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#help">&#x2011;help</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#highlight-color">&#x2011;highlight&#x2011;color</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#hough-lines">&#x2011;hough&#x2011;lines</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#iconGeometry">&#x2011;iconGeometry</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#iconic">&#x2011;iconic</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#identify">&#x2011;identify</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#ift">&#x2011;ift</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#immutable">&#x2011;immutable</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#implode">&#x2011;implode</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#insert">&#x2011;insert</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#intensity">&#x2011;intensity</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#intent">&#x2011;intent</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#interlace">&#x2011;interlace</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#interpolate">&#x2011;interpolate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#interline-spacing">&#x2011;interline&#x2011;spacing</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#interword-spacing">&#x2011;interword&#x2011;spacing</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#kerning">&#x2011;kerning</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#kuwahara">&#x2011;kuwahara</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#label">&#x2011;label</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#lat">&#x2011;lat</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#layers">&#x2011;layers</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#level">&#x2011;level</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#level-colors">&#x2011;level&#x2011;colors</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#limit">&#x2011;limit</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#linear-stretch">&#x2011;linear&#x2011;stretch</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#linewidth">&#x2011;linewidth</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#liquid-rescale">&#x2011;liquid&#x2011;rescale</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#list">&#x2011;list</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#log">&#x2011;log</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#loop">&#x2011;loop</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#lowlight-color">&#x2011;lowlight&#x2011;color</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#magnify">&#x2011;magnify</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#map">&#x2011;map</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#map_stream_">&#x2011;map[stream]</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#mask">&#x2011;mask</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#mattecolor">&#x2011;mattecolor</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#median">&#x2011;median</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#mean-shift">&#x2011;mean&#x2011;shift</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#metric">&#x2011;metric</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#mode">&#x2011;mode</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#modulate">&#x2011;modulate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#moments">&#x2011;moments</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#monitor">&#x2011;monitor</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#monochrome">&#x2011;monochrome</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#morph">&#x2011;morph</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#morphology">&#x2011;morphology</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#mosaic">&#x2011;mosaic</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#motion-blur">&#x2011;motion&#x2011;blur</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#name">&#x2011;name</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#negate">&#x2011;negate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#noise">&#x2011;noise</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#normalize">&#x2011;normalize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#opaque">&#x2011;opaque</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#ordered-dither">&#x2011;ordered&#x2011;dither</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#orient">&#x2011;orient</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#page">&#x2011;page</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#paint">&#x2011;paint</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#path">&#x2011;path</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#pause_animate_">&#x2011;pause[animate]</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#pause_import_">&#x2011;pause[import]</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#perceptible">&#x2011;perceptible</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#ping">&#x2011;ping</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#pointsize">&#x2011;pointsize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#polaroid">&#x2011;polaroid</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#poly">&#x2011;poly</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#posterize">&#x2011;posterize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#precision">&#x2011;precision</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#preview">&#x2011;preview</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#print">&#x2011;print</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#process">&#x2011;process</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#profile">&#x2011;profile</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#quality">&#x2011;quality</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#quantize">&#x2011;quantize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#quiet">&#x2011;quiet</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#radial-blur">&#x2011;radial&#x2011;blur</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#raise">&#x2011;raise</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#random-threshold">&#x2011;random&#x2011;threshold</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#red-primary">&#x2011;red&#x2011;primary</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#regard-warnings">&#x2011;regard&#x2011;warnings</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#region">&#x2011;region</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#remap">&#x2011;remap</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#remote">&#x2011;remote</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#render">&#x2011;render</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#repage">&#x2011;repage</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#resample">&#x2011;resample</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#resize">&#x2011;resize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#respect-parentheses">&#x2011;respect&#x2011;parentheses</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#reverse">&#x2011;reverse</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#roll">&#x2011;roll</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#rotate">&#x2011;rotate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#sample">&#x2011;sample</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#sampling-factor">&#x2011;sampling&#x2011;factor</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#scale">&#x2011;scale</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#scene">&#x2011;scene</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#screen">&#x2011;screen</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#seed">&#x2011;seed</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#segment">&#x2011;segment</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#selective-blur">&#x2011;selective&#x2011;blur</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#separate">&#x2011;separate</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#sepia-tone">&#x2011;sepia&#x2011;tone</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#set">&#x2011;set</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#shade">&#x2011;shade</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#shadow">&#x2011;shadow</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#shared-memory">&#x2011;shared&#x2011;memory</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#sharpen">&#x2011;sharpen</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#shave">&#x2011;shave</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#shear">&#x2011;shear</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#sigmoidal-contrast">&#x2011;sigmoidal&#x2011;contrast</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#silent">&#x2011;silent</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#similarity-threshold">&#x2011;similarity&#x2011;threshold</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#size">&#x2011;size</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#sketch">&#x2011;sketch</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#smush">&#x2011;smush</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#snaps">&#x2011;snaps</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#solarize">&#x2011;solarize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#sparse-color">&#x2011;sparse&#x2011;color</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#splice">&#x2011;splice</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#spread">&#x2011;spread</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#statistic">&#x2011;statistic</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#stegano">&#x2011;stegano</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#stereo">&#x2011;stereo</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#stretch">&#x2011;stretch</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#strip">&#x2011;strip</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#stroke">&#x2011;stroke</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#strokewidth">&#x2011;strokewidth</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#style">&#x2011;style</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#subimage-search">&#x2011;subimage&#x2011;search</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#swap">&#x2011;swap</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#swirl">&#x2011;swirl</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#synchronize">&#x2011;synchronize</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#taint">&#x2011;taint</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#text-font">&#x2011;text&#x2011;font</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#texture">&#x2011;texture</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#threshold">&#x2011;threshold</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#thumbnail">&#x2011;thumbnail</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#tile">&#x2011;tile</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#tile-offset">&#x2011;tile&#x2011;offset</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#tint">&#x2011;tint</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#title">&#x2011;title</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#transform">&#x2011;transform</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#transparent">&#x2011;transparent</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#transparent-color">&#x2011;transparent&#x2011;color</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#transpose">&#x2011;transpose</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#transverse">&#x2011;transverse</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#treedepth">&#x2011;treedepth</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#trim">&#x2011;trim</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#type">&#x2011;type</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#undercolor">&#x2011;undercolor</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#unique-colors">&#x2011;unique&#x2011;colors</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#units">&#x2011;units</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#unsharp">&#x2011;unsharp</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#update">&#x2011;update</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#verbose">&#x2011;verbose</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#version">&#x2011;version</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#view">&#x2011;view</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#vignette">&#x2011;vignette</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#virtual-pixel">&#x2011;virtual&#x2011;pixel</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#visual">&#x2011;visual</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#watermark">&#x2011;watermark</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#wave">&#x2011;wave</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#weight">&#x2011;weight</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#white-point">&#x2011;white&#x2011;point</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#white-threshold">&#x2011;white&#x2011;threshold</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#window">&#x2011;window</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#window-group">&#x2011;window&#x2011;group</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#write">&#x2011;write</a>  ] </p>
 
 <div class="doc-section">
 
@@ -407,12 +407,22 @@ channel data, to create an alpha channel, or to perform other operations on the
        preserve existing (but specifically turned <code>Off</code>) transparency
        channel. </td></tr>
 
+  <tr valign="top">
+    <td valign="top"><code>Associate</code></td>
+    <td valign="top">
+       associate the alpha channel with the image.</td></tr>
+
   <tr valign="top">
     <td valign="top"><code>Deactivate</code> or <code>Off</code></td>
     <td valign="top">
        Disables the image's transparency channel. Does not delete or change the
        existing data, just turns off the use of that data.</td></tr>
 
+  <tr valign="top">
+    <td valign="top"><code>Disassociate</code></td>
+    <td valign="top">
+       disassociate the alpha channel from the image.</td></tr>
+
   <tr valign="top">
     <td valign="top"><code>Set</code></td>
     <td valign="top">
@@ -488,7 +498,7 @@ Set</code>" and not "<code><a href="command-line-options.html#alpha" >-alpha</a>
  -annotate <em class="arg">Xdegrees</em>x<em class="arg">Ydegrees</em> <em
  class="arg">text</em><br /> -annotate <em class="arg">Xdegrees</em>x<em
  class="arg">Ydegrees</em> {+-}<em class="arg">t<sub>x</sub></em>{+-}<em
- class="arg">t<sub>y</sub></em> <em class="arg">text</em></h4>
+ class="arg">t<sub>y</sub></em> <em class="arg">text</em><br /> -annotate {+-}<em class="arg">t<sub>x</sub></em>{+-}<em class="arg">t<sub>y</sub></em> <em class="arg">text</em></h4>
 </div>
 
 <table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Annotate an image with text.</td><td style='text-align:right;'></td></tr></table>
@@ -498,10 +508,7 @@ control over text annotations, use <a href="command-line-options.html#draw">-dra
 
 
 <p>The values <em class="arg">Xdegrees</em> and <em class="arg">Ydegrees</em>
-control the shears with respect to the , respectively, applied to the text,
-while <em class="arg">t<sub>x</sub></em> and <em
-class="arg">t<sub>y</sub></em> are offsets that give the location of the text
-relative to the upper left corner of the image.</p>
+control the shears applied to the text, while <em class="arg">t<sub>x</sub></em> and <em class="arg">t<sub>y</sub></em> are offsets that give the location of the text relative any <a href="command-line-options.html#gravity" >-gravity</a> setting and defaults to the upper left corner of the image.</p>
 
 <p>Using <a href="command-line-options.html#annotate">-annotate</a> <em class="arg">degrees</em>
 or <a href="command-line-options.html#annotate">-annotate</a> <em class="arg">degrees</em>x<em
@@ -546,7 +553,7 @@ are added when drawing such objects. </p>
 
 <table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Join current images vertically or horizontally.</td><td style='text-align:right;'></td></tr></table>
 
-<p>This option creates a single longer image image, by joining all the current
+<p>This option creates a single longer image, by joining all the current
 images in sequence top-to-bottom. Use <a href="command-line-options.html#append">+append</a> to
 stack images left-to-right. </p>
 
@@ -815,7 +822,7 @@ pixels which are outside the image proper are blurred into the final result.
   <h4>-blur <em class="arg">Width</em>[x<em class="arg">Height</em>[+<em class="arg">Angle</em>]]</h4>
 </div>
 
-<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Variably blur and image according to the overlay mapping.</td><td style='text-align:right;'>[<a href="composite.html">composite</a>]</td></tr></table>
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Variably blur an image according to the overlay mapping.</td><td style='text-align:right;'>[<a href="composite.html">composite</a>]</td></tr></table>
 
 <p>Each pixel in the overlaid region is replaced with an Elliptical Weighted
 Average (EWA) of the source image, scaled according to the grayscale
@@ -1438,9 +1445,9 @@ CMYKA images) and offsets are normalized (divide Flash offset by 255).</p>
    HSV          HWB          Lab          LCHab
    LCHuv        LMS          Log          Luv
    OHTA         Rec601YCbCr  Rec709YCbCr  RGB
-   scRGB        sRGB         Transparent  XYZ
-   YCbCr        YCC          YDbDr        YIQ
-   YPbPr        YUV
+   scRGB        sRGB         Transparent  xyY
+   XYZ          YCbCr        YCC          YDbDr
+   YIQ          YPbPr        YUV
 </pre>
 
 <p>To print a complete list of colorspaces, use <a href="command-line-options.html#list">-list colorspace</a>.</p>
@@ -1726,6 +1733,14 @@ Use the <a href="command-line-options.html#sampling-factor">-sampling-factor</a>
 sampling factor to be used by JPEG, MPEG, and YUV encoders for down-sampling
 the chroma channels.</p>
 
+<div style="margin: auto;">
+  <h4><a id="connected-components"></a>-connected-components <em class="arg">connectivity</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>connected-components uniquely labeled, choose from 4 or 8 way connectivity.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Use <code><a href="command-line-options.html#define" >-define</a> connected-components:verbose=true</code> to output statistics associated with each unique label.</p>
+
 <div style="margin: auto;">
   <h4><a id="contrast"></a>-contrast</h4>
 </div>
@@ -1922,7 +1937,7 @@ option.</p>
 class="arg">filename</em>.</p>
 
 <p>For more information, see the webpage, <a
-href="http://www.imagemagick.org/www/cipher.html">ImageMagick: Encipher or
+href="../cipher.html">ImageMagick: Encipher or
 Decipher an Image</a>.</p>
 
 
@@ -2212,11 +2227,11 @@ available:</p>
     <dd>ancillary chunks to be excluded from or included in PNG output.
 
     <p>The <em class="arg">value</em> can be the name of a PNG chunk-type such
-    as <em class="arg">bKGD</em>, a comma-separated list of chunk-types,
-    or the word <em class="arg">all</em> or
-    the word <em class="arg">none</em>.  There must be no spaces in the
-    list.  Although PNG chunk-names are case-dependent, you can use
-    all lowercase names if you prefer.</p>
+    as <em class="arg">bKGD</em>, a comma-separated list of chunk-names
+    (which can include the word <em class="arg">date</em>, the word
+    <em class="arg">all</em>, or the word <em class="arg">none</em>).
+    Although PNG chunk-names are case-dependent, you can use all lowercase
+    names if you prefer.</p>
 
     <p>The "include-chunk" and "exclude-chunk" lists only affect the behavior
     of the PNG encoder and have no effect on the PNG decoder.</p>
@@ -2234,8 +2249,8 @@ available:</p>
 
     <p>As a special case, if the <code>sRGB</code> chunk is not excluded and
     the PNG encoder recognizes that the image contains the sRGB ICC profile,
-    the PNG encoder will write the <code>sRGB</code> chunk instead of the entire
-    3144-byte ICC profile.  To force the PNG encoder to write the sRGB
+    the PNG encoder will write the <code>sRGB</code> chunk instead of the
+    entire ICC profile.  To force the PNG encoder to write the sRGB
     profile as an <code>iCCP</code> chunk in the output PNG instead of the
     <code>sRGB</code> chunk, exclude the <code>sRGB</code> chunk.</p>
 
@@ -3308,7 +3323,7 @@ image sequence.</p>
 >filename</em>.</p>
 
 <p>For more information, see the webpage, <a
-href="http://www.imagemagick.org/www/cipher.html">ImageMagick: Encipher or
+href="../cipher.html">ImageMagick: Encipher or
 Decipher an Image</a>.</p>
 
 
@@ -4777,6 +4792,15 @@ lookup for positions outside the boundaries of the image. </p>
 
 <table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>the space between two letters.</td><td style='text-align:right;'></td></tr></table>
 
+<div style="margin: auto;">
+  <h4><a id="kuwahara"></a>-kuwahara <em class="arg">radius</em><br />-kuwahara <em class="arg">radius</em>x<em class="arg">sigma</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>edge preserving noise reduction filter.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The <em class="arg" >radius</em> is more important than the <em class="arg" >sigma</em>. If <em class="arg" >sigma</em> is left off, it will be computed automatically from the <em class="arg" >radius</em> as <em class="arg" >sigma</em>=<em class="arg" >radius</em>-0.5. The <em class="arg" >sigma</em> provides a bit of additional smoothing control.</p>
+
+
 <div style="margin: auto;">
   <h4><a id="label"></a>-label <em class="arg">name</em></h4>
 </div>
@@ -5187,7 +5211,7 @@ color (+ form). </p>
 <table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the pixel cache resource limit.</td><td style='text-align:right;'></td></tr></table>
 
 <p>Choose from: <code>area</code>, <code>disk</code>, <code>file</code>,
-<code>map</code>, <code>memory</code>, <code>threads</code>, or <code>time</code>.</p>
+<code>map</code>, <code>memory</code>, <code>thread</code>, or <code>time</code>.</p>
 
 <p>The value for <code>file</code> is in number of files. The other limits are
 in bytes. Define arguments for the memory, map, area, and disk resource limits
@@ -7775,7 +7799,6 @@ href="command-line-options.html#colors">-colors</a> to reduce the number of colo
 </div>
 </div>
 
-
 </div>
 
 <div id="linkbar">
index d51f15e025aa37e2a792ab05f1532f4ef53196a7..88ab9b988955a474ef9c921af941e52de28709c2 100644 (file)
   <fieldset>
   <legend>Contact the Wizards</legend>
        <p>Enter this code, <em class="warn">
-dee2fa</em>, in the Authenticate field and fill in the remaining fields.  Press Send to forward your message to the ImageMagick wizards.</p>
+467db3</em>, in the Authenticate field and fill in the remaining fields.  Press Send to forward your message to the ImageMagick wizards.</p>
   <form method="post" name="post" id="post" action="contact.html" enctype="application/x-www-form-urlencoded">
   <table cellpadding="2" cellspacing="0" border="0" style="width: 93%">
     <tr>
index 520dfca744165cdc93cede73319e91c783b15c1d..e575cb7c117520b697033b5c2b6fb109778fd904 100644 (file)
@@ -453,6 +453,11 @@ transparent, extract, background, or shape the alpha channel</td>
     <td valign="top">apply a color lookup table to the image</td>
   </tr>
 
+  <tr>
+    <td valign="top"><a href="command-line-options.html#connected-components">-connected-components <em class="option">connectivity</em></a></td>
+    <td valign="top">connected-components uniquely labeled, choose from 4 or 8 way connectivity</td>
+  </tr>
+
   <tr>
     <td valign="top"><a href="command-line-options.html#contrast-stretch">-contrast-stretch <em class="option">geometry</em></a></td>
     <td valign="top">improve the contrast in an image by `stretching' the range of intensity value</td>
@@ -848,6 +853,11 @@ transparent, extract, background, or shape the alpha channel</td>
     <td valign="top">the space between two characters</td>
   </tr>
 
+  <tr>
+    <td valign="top"><a href="command-line-options.html#kuwahara">-kuwahara <em class="option">geometry</em></a></td>
+    <td valign="top">edge preserving noise reduction filter</td>
+  </tr>
+
   <tr>
     <td valign="top"><a href="command-line-options.html#label">-label <em class="option">string</em></a></td>
     <td valign="top">assign a label to an image</td>
index e3d6427987047c2f9bfb7c0aaa08508eb136141a..c7916e4ac23293477fa0e76bb22db6ddf6fa272a 100644 (file)
 </div>
 <div class="sep"></div>
 <div class="menu">
-  <a title="Search" href="http://www.imagemagick.org/http://www.imagemagick.org/http://www.imagemagick.org/script/search.php">Search</a>
+  <a title="Search" href="http://www.imagemagick.org/http://www.imagemagick.org/http://www.imagemagick.org/http://www.imagemagick.org/script/search.php">Search</a>
 </div>
 <div class="sep"></div>
 <div class="menu">
index 0af67ef71f8668610fd9f830b97861b968e78e4c..82e98b74afe483bddb83d635f7478e053badcc5f 100644 (file)
@@ -446,6 +446,11 @@ transparent, extract, background, or shape the alpha channel</td>
     <td valign="top">perform complex mathematics on an image sequence</td>
   </tr>
 
+  <tr>
+    <td valign="top"><a href="command-line-options.html#connected-components">-connected-components <em class="option">connectivity</em></a></td>
+    <td valign="top">connected-components uniquely labeled, choose from 4 or 8 way connectivity</td>
+  </tr>
+
   <tr>
     <td valign="top"><a href="command-line-options.html#contrast-stretch">-contrast-stretch <em class="option">geometry</em></a></td>
     <td valign="top">improve the contrast in an image by `stretching' the range of intensity value</td>
@@ -831,6 +836,11 @@ transparent, extract, background, or shape the alpha channel</td>
     <td valign="top">the space between two characters</td>
   </tr>
 
+  <tr>
+    <td valign="top"><a href="command-line-options.html#kuwahara">-kuwahara <em class="option">geometry</em></a></td>
+    <td valign="top">edge preserving noise reduction filter</td>
+  </tr>
+
   <tr>
     <td valign="top"><a href="command-line-options.html#label">-label <em class="option">string</em></a></td>
     <td valign="top">assign a label to an image</td>
index fd40d4c09d49c7b2e7081c2afe61b2e900edc3ec..ff9764688802b859fc0ef526d84931c53633af7b 100644 (file)
@@ -646,7 +646,7 @@ yum install ImageMagick-perl
 
   <tr>
     <td valign="top">Chop</td>
-    <td valign="top">geometry=&gt;<i>geometry</i>, width=&gt;<i>integer</i>, height=&gt;<i>integer</i>, x=&gt;<i>integer</i>, y=&gt;<i>integer</i></td>
+    <td valign="top">geometry=&gt;<i>geometry</i>, width=&gt;<i>integer</i>, height=&gt;<i>integer</i>, x=&gt;<i>integer</i>, y=&gt;<i>integer</i>, gravity=&gt;{NorthWest, North, NorthEast, West, Center, East, SouthWest, South, SouthEast}</td>
     <td valign="top">chop an image</td>
   </tr>
 
@@ -722,6 +722,13 @@ yum install ImageMagick-perl
     <td valign="top">composite one image onto another.  Use the rotate parameter in concert with the tile parameter.</td>
   </tr>
 
+  <tr>
+    <td valign="top">ConnectedComponents</td>
+    <td valign="top">connectivity=&gt;<i>integer</i>,</td>
+    <td valign="top">connected-components uniquely labeled, choose from 4 or 8 w
+ay connectivity.</td>
+  </tr>
+
   <tr>
     <td valign="top">Contrast</td>
     <td valign="top">sharpen=&gt;{True, False}</td>
@@ -938,6 +945,12 @@ yum install ImageMagick-perl
     <td valign="top">implements the inverse discrete Fourier transform (DFT)</td>
   </tr>
 
+  <tr>
+    <td valign="top">Kuwahara</td>
+    <td valign="top">geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</i>, bias=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
+    <td valign="top">edge preserving noise reduction filter</td>
+  </tr>
+
   <tr>
     <td valign="top">Label</td>
     <td valign="top">string</td>