#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"
{
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;
}
<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&entry=78333969">®</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&entry=78333969">®</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
<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 -->
<!-- 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&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>
<h1>Command-line Options</h1>
<p class="navigation-index">
-[ <a href="command-line-options.html#adaptive-blur">‑adaptive‑blur</a> <span class='bull'> • </span> <a href="command-line-options.html#adaptive-resize">‑adaptive‑resize</a> <span class='bull'> • </span> <a href="command-line-options.html#adaptive-sharpen">‑adaptive‑sharpen</a> <span class='bull'> • </span> <a href="command-line-options.html#adjoin">‑adjoin</a> <span class='bull'> • </span> <a href="command-line-options.html#affine">‑affine</a> <span class='bull'> • </span> <a href="command-line-options.html#alpha">‑alpha</a> <span class='bull'> • </span> <a href="command-line-options.html#annotate">‑annotate</a> <span class='bull'> • </span> <a href="command-line-options.html#antialias">‑antialias</a> <span class='bull'> • </span> <a href="command-line-options.html#append">‑append</a> <span class='bull'> • </span> <a href="command-line-options.html#attenuate">‑attenuate</a> <span class='bull'> • </span> <a href="command-line-options.html#authenticate">‑authenticate</a> <span class='bull'> • </span> <a href="command-line-options.html#auto-gamma">‑auto‑gamma</a> <span class='bull'> • </span> <a href="command-line-options.html#auto-level">‑auto‑level</a> <span class='bull'> • </span> <a href="command-line-options.html#auto-orient">‑auto‑orient</a> <span class='bull'> • </span> <a href="command-line-options.html#backdrop">‑backdrop</a> <span class='bull'> • </span> <a href="command-line-options.html#background">‑background</a> <span class='bull'> • </span> <a href="command-line-options.html#bench">‑bench</a> <span class='bull'> • </span> <a href="command-line-options.html#bias">‑bias</a> <span class='bull'> • </span> <a href="command-line-options.html#black-point-compensation">‑black‑point‑compensation</a> <span class='bull'> • </span> <a href="command-line-options.html#black-threshold">‑black‑threshold</a> <span class='bull'> • </span> <a href="command-line-options.html#blend">‑blend</a> <span class='bull'> • </span> <a href="command-line-options.html#blue-primary">‑blue‑primary</a> <span class='bull'> • </span> <a href="command-line-options.html#blue-shift">‑blue‑shift</a> <span class='bull'> • </span> <a href="command-line-options.html#blur">‑blur</a> <span class='bull'> • </span> <a href="command-line-options.html#border">‑border</a> <span class='bull'> • </span> <a href="command-line-options.html#bordercolor">‑bordercolor</a> <span class='bull'> • </span> <a href="command-line-options.html#borderwidth">‑borderwidth</a> <span class='bull'> • </span> <a href="command-line-options.html#brightness-contrast">‑brightness‑contrast</a> <span class='bull'> • </span> <a href="command-line-options.html#cache">‑cache</a> <span class='bull'> • </span> <a href="command-line-options.html#canny">‑canny</a> <span class='bull'> • </span> <a href="command-line-options.html#caption">‑caption</a> <span class='bull'> • </span> <a href="command-line-options.html#cdl">‑cdl</a> <span class='bull'> • </span> <a href="command-line-options.html#channel">‑channel</a> <span class='bull'> • </span> <a href="command-line-options.html#charcoal">‑charcoal</a> <span class='bull'> • </span> <a href="command-line-options.html#chop">‑chop</a> <span class='bull'> • </span> <a href="command-line-options.html#clamp">‑clamp</a> <span class='bull'> • </span> <a href="command-line-options.html#clip">‑clip</a> <span class='bull'> • </span> <a href="command-line-options.html#clip-mask">‑clip‑mask</a> <span class='bull'> • </span> <a href="command-line-options.html#clip-path">‑clip‑path</a> <span class='bull'> • </span> <a href="command-line-options.html#clone">‑clone</a> <span class='bull'> • </span> <a href="command-line-options.html#clut">‑clut</a> <span class='bull'> • </span> <a href="command-line-options.html#coalesce">‑coalesce</a> <span class='bull'> • </span> <a href="command-line-options.html#colorize">‑colorize</a> <span class='bull'> • </span> <a href="command-line-options.html#colormap">‑colormap</a> <span class='bull'> • </span> <a href="command-line-options.html#color-matrix">‑color‑matrix</a> <span class='bull'> • </span> <a href="command-line-options.html#colors">‑colors</a> <span class='bull'> • </span> <a href="command-line-options.html#colorspace">‑colorspace</a> <span class='bull'> • </span> <a href="command-line-options.html#combine">‑combine</a> <span class='bull'> • </span> <a href="command-line-options.html#comment">‑comment</a> <span class='bull'> • </span> <a href="command-line-options.html#compare">‑compare</a> <span class='bull'> • </span> <a href="command-line-options.html#complex">‑complex</a> <span class='bull'> • </span> <a href="command-line-options.html#compose">‑compose</a> <span class='bull'> • </span> <a href="command-line-options.html#composite">‑composite</a> <span class='bull'> • </span> <a href="command-line-options.html#compress">‑compress</a> <span class='bull'> • </span> <a href="command-line-options.html#contrast">‑contrast</a> <span class='bull'> • </span> <a href="command-line-options.html#contrast-stretch">‑contrast‑stretch</a> <span class='bull'> • </span> <a href="command-line-options.html#convolve">‑convolve</a> <span class='bull'> • </span> <a href="command-line-options.html#crop">‑crop</a> <span class='bull'> • </span> <a href="command-line-options.html#cycle">‑cycle</a> <span class='bull'> • </span> <a href="command-line-options.html#debug">‑debug</a> <span class='bull'> • </span> <a href="command-line-options.html#decipher">‑decipher</a> <span class='bull'> • </span> <a href="command-line-options.html#deconstruct">‑deconstruct</a> <span class='bull'> • </span> <a href="command-line-options.html#define">‑define</a> <span class='bull'> • </span> <a href="command-line-options.html#delay">‑delay</a> <span class='bull'> • </span> <a href="command-line-options.html#delete">‑delete</a> <span class='bull'> • </span> <a href="command-line-options.html#density">‑density</a> <span class='bull'> • </span> <a href="command-line-options.html#depth">‑depth</a> <span class='bull'> • </span> <a href="command-line-options.html#descend">‑descend</a> <span class='bull'> • </span> <a href="command-line-options.html#deskew">‑deskew</a> <span class='bull'> • </span> <a href="command-line-options.html#despeckle">‑despeckle</a> <span class='bull'> • </span> <a href="command-line-options.html#direction">‑direction</a> <span class='bull'> • </span> <a href="command-line-options.html#displace">‑displace</a> <span class='bull'> • </span> <a href="command-line-options.html#display">‑display</a> <span class='bull'> • </span> <a href="command-line-options.html#dispose">‑dispose</a> <span class='bull'> • </span> <a href="command-line-options.html#dissimilarity-threshold">‑dissimilarity‑threshold</a> <span class='bull'> • </span> <a href="command-line-options.html#dissolve">‑dissolve</a> <span class='bull'> • </span> <a href="command-line-options.html#distort">‑distort</a> <span class='bull'> • </span> <a href="command-line-options.html#distribute-cache">‑distribute‑cache</a> <span class='bull'> • </span> <a href="command-line-options.html#dither">‑dither</a> <span class='bull'> • </span> <a href="command-line-options.html#draw">‑draw</a> <span class='bull'> • </span> <a href="command-line-options.html#duplicate">‑duplicate</a> <span class='bull'> • </span> <a href="command-line-options.html#edge">‑edge</a> <span class='bull'> • </span> <a href="command-line-options.html#emboss">‑emboss</a> <span class='bull'> • </span> <a href="command-line-options.html#encipher">‑encipher</a> <span class='bull'> • </span> <a href="command-line-options.html#encoding">‑encoding</a> <span class='bull'> • </span> <a href="command-line-options.html#endian">‑endian</a> <span class='bull'> • </span> <a href="command-line-options.html#enhance">‑enhance</a> <span class='bull'> • </span> <a href="command-line-options.html#equalize">‑equalize</a> <span class='bull'> • </span> <a href="command-line-options.html#evaluate">‑evaluate</a> <span class='bull'> • </span> <a href="command-line-options.html#evaluate-sequence">‑evaluate‑sequence</a> <span class='bull'> • </span> <a href="command-line-options.html#extent">‑extent</a> <span class='bull'> • </span> <a href="command-line-options.html#extract">‑extract</a> <span class='bull'> • </span> <a href="command-line-options.html#family">‑family</a> <span class='bull'> • </span> <a href="command-line-options.html#features">‑features</a> <span class='bull'> • </span> <a href="command-line-options.html#fft">‑fft</a> <span class='bull'> • </span> <a href="command-line-options.html#fill">‑fill</a> <span class='bull'> • </span> <a href="command-line-options.html#filter">‑filter</a> <span class='bull'> • </span> <a href="command-line-options.html#flatten">‑flatten</a> <span class='bull'> • </span> <a href="command-line-options.html#flip">‑flip</a> <span class='bull'> • </span> <a href="command-line-options.html#floodfill">‑floodfill</a> <span class='bull'> • </span> <a href="command-line-options.html#flop">‑flop</a> <span class='bull'> • </span> <a href="command-line-options.html#font">‑font</a> <span class='bull'> • </span> <a href="command-line-options.html#foreground">‑foreground</a> <span class='bull'> • </span> <a href="command-line-options.html#format">‑format</a> <span class='bull'> • </span> <a href="command-line-options.html#format_identify_">‑format[identify]</a> <span class='bull'> • </span> <a href="command-line-options.html#frame">‑frame</a> <span class='bull'> • </span> <a href="command-line-options.html#frame_import_">‑frame[import]</a> <span class='bull'> • </span> <a href="command-line-options.html#function">‑function</a> <span class='bull'> • </span> <a href="command-line-options.html#fuzz">‑fuzz</a> <span class='bull'> • </span> <a href="command-line-options.html#fx">‑fx</a> <span class='bull'> • </span> <a href="command-line-options.html#gamma">‑gamma</a> <span class='bull'> • </span> <a href="command-line-options.html#gaussian-blur">‑gaussian‑blur</a> <span class='bull'> • </span> <a href="command-line-options.html#geometry">‑geometry</a> <span class='bull'> • </span> <a href="command-line-options.html#gravity">‑gravity</a> <span class='bull'> • </span> <a href="command-line-options.html#grayscale">‑grayscale</a> <span class='bull'> • </span> <a href="command-line-options.html#green-primary">‑green‑primary</a> <span class='bull'> • </span> <a href="command-line-options.html#hald-clut">‑hald‑clut</a> <span class='bull'> • </span> <a href="command-line-options.html#help">‑help</a> <span class='bull'> • </span> <a href="command-line-options.html#highlight-color">‑highlight‑color</a> <span class='bull'> • </span> <a href="command-line-options.html#hough-lines">‑hough‑lines</a> <span class='bull'> • </span> <a href="command-line-options.html#iconGeometry">‑iconGeometry</a> <span class='bull'> • </span> <a href="command-line-options.html#iconic">‑iconic</a> <span class='bull'> • </span> <a href="command-line-options.html#identify">‑identify</a> <span class='bull'> • </span> <a href="command-line-options.html#ift">‑ift</a> <span class='bull'> • </span> <a href="command-line-options.html#immutable">‑immutable</a> <span class='bull'> • </span> <a href="command-line-options.html#implode">‑implode</a> <span class='bull'> • </span> <a href="command-line-options.html#insert">‑insert</a> <span class='bull'> • </span> <a href="command-line-options.html#intensity">‑intensity</a> <span class='bull'> • </span> <a href="command-line-options.html#intent">‑intent</a> <span class='bull'> • </span> <a href="command-line-options.html#interlace">‑interlace</a> <span class='bull'> • </span> <a href="command-line-options.html#interpolate">‑interpolate</a> <span class='bull'> • </span> <a href="command-line-options.html#interline-spacing">‑interline‑spacing</a> <span class='bull'> • </span> <a href="command-line-options.html#interword-spacing">‑interword‑spacing</a> <span class='bull'> • </span> <a href="command-line-options.html#kerning">‑kerning</a> <span class='bull'> • </span> <a href="command-line-options.html#label">‑label</a> <span class='bull'> • </span> <a href="command-line-options.html#lat">‑lat</a> <span class='bull'> • </span> <a href="command-line-options.html#layers">‑layers</a> <span class='bull'> • </span> <a href="command-line-options.html#level">‑level</a> <span class='bull'> • </span> <a href="command-line-options.html#level-colors">‑level‑colors</a> <span class='bull'> • </span> <a href="command-line-options.html#limit">‑limit</a> <span class='bull'> • </span> <a href="command-line-options.html#linear-stretch">‑linear‑stretch</a> <span class='bull'> • </span> <a href="command-line-options.html#linewidth">‑linewidth</a> <span class='bull'> • </span> <a href="command-line-options.html#liquid-rescale">‑liquid‑rescale</a> <span class='bull'> • </span> <a href="command-line-options.html#list">‑list</a> <span class='bull'> • </span> <a href="command-line-options.html#log">‑log</a> <span class='bull'> • </span> <a href="command-line-options.html#loop">‑loop</a> <span class='bull'> • </span> <a href="command-line-options.html#lowlight-color">‑lowlight‑color</a> <span class='bull'> • </span> <a href="command-line-options.html#magnify">‑magnify</a> <span class='bull'> • </span> <a href="command-line-options.html#map">‑map</a> <span class='bull'> • </span> <a href="command-line-options.html#map_stream_">‑map[stream]</a> <span class='bull'> • </span> <a href="command-line-options.html#mask">‑mask</a> <span class='bull'> • </span> <a href="command-line-options.html#mattecolor">‑mattecolor</a> <span class='bull'> • </span> <a href="command-line-options.html#median">‑median</a> <span class='bull'> • </span> <a href="command-line-options.html#mean-shift">‑mean‑shift</a> <span class='bull'> • </span> <a href="command-line-options.html#metric">‑metric</a> <span class='bull'> • </span> <a href="command-line-options.html#mode">‑mode</a> <span class='bull'> • </span> <a href="command-line-options.html#modulate">‑modulate</a> <span class='bull'> • </span> <a href="command-line-options.html#moments">‑moments</a> <span class='bull'> • </span> <a href="command-line-options.html#monitor">‑monitor</a> <span class='bull'> • </span> <a href="command-line-options.html#monochrome">‑monochrome</a> <span class='bull'> • </span> <a href="command-line-options.html#morph">‑morph</a> <span class='bull'> • </span> <a href="command-line-options.html#morphology">‑morphology</a> <span class='bull'> • </span> <a href="command-line-options.html#mosaic">‑mosaic</a> <span class='bull'> • </span> <a href="command-line-options.html#motion-blur">‑motion‑blur</a> <span class='bull'> • </span> <a href="command-line-options.html#name">‑name</a> <span class='bull'> • </span> <a href="command-line-options.html#negate">‑negate</a> <span class='bull'> • </span> <a href="command-line-options.html#noise">‑noise</a> <span class='bull'> • </span> <a href="command-line-options.html#normalize">‑normalize</a> <span class='bull'> • </span> <a href="command-line-options.html#opaque">‑opaque</a> <span class='bull'> • </span> <a href="command-line-options.html#ordered-dither">‑ordered‑dither</a> <span class='bull'> • </span> <a href="command-line-options.html#orient">‑orient</a> <span class='bull'> • </span> <a href="command-line-options.html#page">‑page</a> <span class='bull'> • </span> <a href="command-line-options.html#paint">‑paint</a> <span class='bull'> • </span> <a href="command-line-options.html#path">‑path</a> <span class='bull'> • </span> <a href="command-line-options.html#pause_animate_">‑pause[animate]</a> <span class='bull'> • </span> <a href="command-line-options.html#pause_import_">‑pause[import]</a> <span class='bull'> • </span> <a href="command-line-options.html#perceptible">‑perceptible</a> <span class='bull'> • </span> <a href="command-line-options.html#ping">‑ping</a> <span class='bull'> • </span> <a href="command-line-options.html#pointsize">‑pointsize</a> <span class='bull'> • </span> <a href="command-line-options.html#polaroid">‑polaroid</a> <span class='bull'> • </span> <a href="command-line-options.html#poly">‑poly</a> <span class='bull'> • </span> <a href="command-line-options.html#posterize">‑posterize</a> <span class='bull'> • </span> <a href="command-line-options.html#precision">‑precision</a> <span class='bull'> • </span> <a href="command-line-options.html#preview">‑preview</a> <span class='bull'> • </span> <a href="command-line-options.html#print">‑print</a> <span class='bull'> • </span> <a href="command-line-options.html#process">‑process</a> <span class='bull'> • </span> <a href="command-line-options.html#profile">‑profile</a> <span class='bull'> • </span> <a href="command-line-options.html#quality">‑quality</a> <span class='bull'> • </span> <a href="command-line-options.html#quantize">‑quantize</a> <span class='bull'> • </span> <a href="command-line-options.html#quiet">‑quiet</a> <span class='bull'> • </span> <a href="command-line-options.html#radial-blur">‑radial‑blur</a> <span class='bull'> • </span> <a href="command-line-options.html#raise">‑raise</a> <span class='bull'> • </span> <a href="command-line-options.html#random-threshold">‑random‑threshold</a> <span class='bull'> • </span> <a href="command-line-options.html#red-primary">‑red‑primary</a> <span class='bull'> • </span> <a href="command-line-options.html#regard-warnings">‑regard‑warnings</a> <span class='bull'> • </span> <a href="command-line-options.html#region">‑region</a> <span class='bull'> • </span> <a href="command-line-options.html#remap">‑remap</a> <span class='bull'> • </span> <a href="command-line-options.html#remote">‑remote</a> <span class='bull'> • </span> <a href="command-line-options.html#render">‑render</a> <span class='bull'> • </span> <a href="command-line-options.html#repage">‑repage</a> <span class='bull'> • </span> <a href="command-line-options.html#resample">‑resample</a> <span class='bull'> • </span> <a href="command-line-options.html#resize">‑resize</a> <span class='bull'> • </span> <a href="command-line-options.html#respect-parentheses">‑respect‑parentheses</a> <span class='bull'> • </span> <a href="command-line-options.html#reverse">‑reverse</a> <span class='bull'> • </span> <a href="command-line-options.html#roll">‑roll</a> <span class='bull'> • </span> <a href="command-line-options.html#rotate">‑rotate</a> <span class='bull'> • </span> <a href="command-line-options.html#sample">‑sample</a> <span class='bull'> • </span> <a href="command-line-options.html#sampling-factor">‑sampling‑factor</a> <span class='bull'> • </span> <a href="command-line-options.html#scale">‑scale</a> <span class='bull'> • </span> <a href="command-line-options.html#scene">‑scene</a> <span class='bull'> • </span> <a href="command-line-options.html#screen">‑screen</a> <span class='bull'> • </span> <a href="command-line-options.html#seed">‑seed</a> <span class='bull'> • </span> <a href="command-line-options.html#segment">‑segment</a> <span class='bull'> • </span> <a href="command-line-options.html#selective-blur">‑selective‑blur</a> <span class='bull'> • </span> <a href="command-line-options.html#separate">‑separate</a> <span class='bull'> • </span> <a href="command-line-options.html#sepia-tone">‑sepia‑tone</a> <span class='bull'> • </span> <a href="command-line-options.html#set">‑set</a> <span class='bull'> • </span> <a href="command-line-options.html#shade">‑shade</a> <span class='bull'> • </span> <a href="command-line-options.html#shadow">‑shadow</a> <span class='bull'> • </span> <a href="command-line-options.html#shared-memory">‑shared‑memory</a> <span class='bull'> • </span> <a href="command-line-options.html#sharpen">‑sharpen</a> <span class='bull'> • </span> <a href="command-line-options.html#shave">‑shave</a> <span class='bull'> • </span> <a href="command-line-options.html#shear">‑shear</a> <span class='bull'> • </span> <a href="command-line-options.html#sigmoidal-contrast">‑sigmoidal‑contrast</a> <span class='bull'> • </span> <a href="command-line-options.html#silent">‑silent</a> <span class='bull'> • </span> <a href="command-line-options.html#similarity-threshold">‑similarity‑threshold</a> <span class='bull'> • </span> <a href="command-line-options.html#size">‑size</a> <span class='bull'> • </span> <a href="command-line-options.html#sketch">‑sketch</a> <span class='bull'> • </span> <a href="command-line-options.html#smush">‑smush</a> <span class='bull'> • </span> <a href="command-line-options.html#snaps">‑snaps</a> <span class='bull'> • </span> <a href="command-line-options.html#solarize">‑solarize</a> <span class='bull'> • </span> <a href="command-line-options.html#sparse-color">‑sparse‑color</a> <span class='bull'> • </span> <a href="command-line-options.html#splice">‑splice</a> <span class='bull'> • </span> <a href="command-line-options.html#spread">‑spread</a> <span class='bull'> • </span> <a href="command-line-options.html#statistic">‑statistic</a> <span class='bull'> • </span> <a href="command-line-options.html#stegano">‑stegano</a> <span class='bull'> • </span> <a href="command-line-options.html#stereo">‑stereo</a> <span class='bull'> • </span> <a href="command-line-options.html#stretch">‑stretch</a> <span class='bull'> • </span> <a href="command-line-options.html#strip">‑strip</a> <span class='bull'> • </span> <a href="command-line-options.html#stroke">‑stroke</a> <span class='bull'> • </span> <a href="command-line-options.html#strokewidth">‑strokewidth</a> <span class='bull'> • </span> <a href="command-line-options.html#style">‑style</a> <span class='bull'> • </span> <a href="command-line-options.html#subimage-search">‑subimage‑search</a> <span class='bull'> • </span> <a href="command-line-options.html#swap">‑swap</a> <span class='bull'> • </span> <a href="command-line-options.html#swirl">‑swirl</a> <span class='bull'> • </span> <a href="command-line-options.html#synchronize">‑synchronize</a> <span class='bull'> • </span> <a href="command-line-options.html#taint">‑taint</a> <span class='bull'> • </span> <a href="command-line-options.html#text-font">‑text‑font</a> <span class='bull'> • </span> <a href="command-line-options.html#texture">‑texture</a> <span class='bull'> • </span> <a href="command-line-options.html#threshold">‑threshold</a> <span class='bull'> • </span> <a href="command-line-options.html#thumbnail">‑thumbnail</a> <span class='bull'> • </span> <a href="command-line-options.html#tile">‑tile</a> <span class='bull'> • </span> <a href="command-line-options.html#tile-offset">‑tile‑offset</a> <span class='bull'> • </span> <a href="command-line-options.html#tint">‑tint</a> <span class='bull'> • </span> <a href="command-line-options.html#title">‑title</a> <span class='bull'> • </span> <a href="command-line-options.html#transform">‑transform</a> <span class='bull'> • </span> <a href="command-line-options.html#transparent">‑transparent</a> <span class='bull'> • </span> <a href="command-line-options.html#transparent-color">‑transparent‑color</a> <span class='bull'> • </span> <a href="command-line-options.html#transpose">‑transpose</a> <span class='bull'> • </span> <a href="command-line-options.html#transverse">‑transverse</a> <span class='bull'> • </span> <a href="command-line-options.html#treedepth">‑treedepth</a> <span class='bull'> • </span> <a href="command-line-options.html#trim">‑trim</a> <span class='bull'> • </span> <a href="command-line-options.html#type">‑type</a> <span class='bull'> • </span> <a href="command-line-options.html#undercolor">‑undercolor</a> <span class='bull'> • </span> <a href="command-line-options.html#unique-colors">‑unique‑colors</a> <span class='bull'> • </span> <a href="command-line-options.html#units">‑units</a> <span class='bull'> • </span> <a href="command-line-options.html#unsharp">‑unsharp</a> <span class='bull'> • </span> <a href="command-line-options.html#update">‑update</a> <span class='bull'> • </span> <a href="command-line-options.html#verbose">‑verbose</a> <span class='bull'> • </span> <a href="command-line-options.html#version">‑version</a> <span class='bull'> • </span> <a href="command-line-options.html#view">‑view</a> <span class='bull'> • </span> <a href="command-line-options.html#vignette">‑vignette</a> <span class='bull'> • </span> <a href="command-line-options.html#virtual-pixel">‑virtual‑pixel</a> <span class='bull'> • </span> <a href="command-line-options.html#visual">‑visual</a> <span class='bull'> • </span> <a href="command-line-options.html#watermark">‑watermark</a> <span class='bull'> • </span> <a href="command-line-options.html#wave">‑wave</a> <span class='bull'> • </span> <a href="command-line-options.html#weight">‑weight</a> <span class='bull'> • </span> <a href="command-line-options.html#white-point">‑white‑point</a> <span class='bull'> • </span> <a href="command-line-options.html#white-threshold">‑white‑threshold</a> <span class='bull'> • </span> <a href="command-line-options.html#window">‑window</a> <span class='bull'> • </span> <a href="command-line-options.html#window-group">‑window‑group</a> <span class='bull'> • </span> <a href="command-line-options.html#write">‑write</a> ] </p>
+[ <a href="command-line-options.html#adaptive-blur">‑adaptive‑blur</a> <span class='bull'> • </span> <a href="command-line-options.html#adaptive-resize">‑adaptive‑resize</a> <span class='bull'> • </span> <a href="command-line-options.html#adaptive-sharpen">‑adaptive‑sharpen</a> <span class='bull'> • </span> <a href="command-line-options.html#adjoin">‑adjoin</a> <span class='bull'> • </span> <a href="command-line-options.html#affine">‑affine</a> <span class='bull'> • </span> <a href="command-line-options.html#alpha">‑alpha</a> <span class='bull'> • </span> <a href="command-line-options.html#annotate">‑annotate</a> <span class='bull'> • </span> <a href="command-line-options.html#antialias">‑antialias</a> <span class='bull'> • </span> <a href="command-line-options.html#append">‑append</a> <span class='bull'> • </span> <a href="command-line-options.html#attenuate">‑attenuate</a> <span class='bull'> • </span> <a href="command-line-options.html#authenticate">‑authenticate</a> <span class='bull'> • </span> <a href="command-line-options.html#auto-gamma">‑auto‑gamma</a> <span class='bull'> • </span> <a href="command-line-options.html#auto-level">‑auto‑level</a> <span class='bull'> • </span> <a href="command-line-options.html#auto-orient">‑auto‑orient</a> <span class='bull'> • </span> <a href="command-line-options.html#backdrop">‑backdrop</a> <span class='bull'> • </span> <a href="command-line-options.html#background">‑background</a> <span class='bull'> • </span> <a href="command-line-options.html#bench">‑bench</a> <span class='bull'> • </span> <a href="command-line-options.html#bias">‑bias</a> <span class='bull'> • </span> <a href="command-line-options.html#black-point-compensation">‑black‑point‑compensation</a> <span class='bull'> • </span> <a href="command-line-options.html#black-threshold">‑black‑threshold</a> <span class='bull'> • </span> <a href="command-line-options.html#blend">‑blend</a> <span class='bull'> • </span> <a href="command-line-options.html#blue-primary">‑blue‑primary</a> <span class='bull'> • </span> <a href="command-line-options.html#blue-shift">‑blue‑shift</a> <span class='bull'> • </span> <a href="command-line-options.html#blur">‑blur</a> <span class='bull'> • </span> <a href="command-line-options.html#border">‑border</a> <span class='bull'> • </span> <a href="command-line-options.html#bordercolor">‑bordercolor</a> <span class='bull'> • </span> <a href="command-line-options.html#borderwidth">‑borderwidth</a> <span class='bull'> • </span> <a href="command-line-options.html#brightness-contrast">‑brightness‑contrast</a> <span class='bull'> • </span> <a href="command-line-options.html#cache">‑cache</a> <span class='bull'> • </span> <a href="command-line-options.html#canny">‑canny</a> <span class='bull'> • </span> <a href="command-line-options.html#caption">‑caption</a> <span class='bull'> • </span> <a href="command-line-options.html#cdl">‑cdl</a> <span class='bull'> • </span> <a href="command-line-options.html#channel">‑channel</a> <span class='bull'> • </span> <a href="command-line-options.html#charcoal">‑charcoal</a> <span class='bull'> • </span> <a href="command-line-options.html#chop">‑chop</a> <span class='bull'> • </span> <a href="command-line-options.html#clamp">‑clamp</a> <span class='bull'> • </span> <a href="command-line-options.html#clip">‑clip</a> <span class='bull'> • </span> <a href="command-line-options.html#clip-mask">‑clip‑mask</a> <span class='bull'> • </span> <a href="command-line-options.html#clip-path">‑clip‑path</a> <span class='bull'> • </span> <a href="command-line-options.html#clone">‑clone</a> <span class='bull'> • </span> <a href="command-line-options.html#clut">‑clut</a> <span class='bull'> • </span> <a href="command-line-options.html#coalesce">‑coalesce</a> <span class='bull'> • </span> <a href="command-line-options.html#colorize">‑colorize</a> <span class='bull'> • </span> <a href="command-line-options.html#colormap">‑colormap</a> <span class='bull'> • </span> <a href="command-line-options.html#color-matrix">‑color‑matrix</a> <span class='bull'> • </span> <a href="command-line-options.html#colors">‑colors</a> <span class='bull'> • </span> <a href="command-line-options.html#colorspace">‑colorspace</a> <span class='bull'> • </span> <a href="command-line-options.html#combine">‑combine</a> <span class='bull'> • </span> <a href="command-line-options.html#comment">‑comment</a> <span class='bull'> • </span> <a href="command-line-options.html#compare">‑compare</a> <span class='bull'> • </span> <a href="command-line-options.html#complex">‑complex</a> <span class='bull'> • </span> <a href="command-line-options.html#compose">‑compose</a> <span class='bull'> • </span> <a href="command-line-options.html#composite">‑composite</a> <span class='bull'> • </span> <a href="command-line-options.html#compress">‑compress</a> <span class='bull'> • </span> <a href="command-line-options.html#connected-components">‑connected‑components</a> <span class='bull'> • </span> <a href="command-line-options.html#contrast">‑contrast</a> <span class='bull'> • </span> <a href="command-line-options.html#contrast-stretch">‑contrast‑stretch</a> <span class='bull'> • </span> <a href="command-line-options.html#convolve">‑convolve</a> <span class='bull'> • </span> <a href="command-line-options.html#crop">‑crop</a> <span class='bull'> • </span> <a href="command-line-options.html#cycle">‑cycle</a> <span class='bull'> • </span> <a href="command-line-options.html#debug">‑debug</a> <span class='bull'> • </span> <a href="command-line-options.html#decipher">‑decipher</a> <span class='bull'> • </span> <a href="command-line-options.html#deconstruct">‑deconstruct</a> <span class='bull'> • </span> <a href="command-line-options.html#define">‑define</a> <span class='bull'> • </span> <a href="command-line-options.html#delay">‑delay</a> <span class='bull'> • </span> <a href="command-line-options.html#delete">‑delete</a> <span class='bull'> • </span> <a href="command-line-options.html#density">‑density</a> <span class='bull'> • </span> <a href="command-line-options.html#depth">‑depth</a> <span class='bull'> • </span> <a href="command-line-options.html#descend">‑descend</a> <span class='bull'> • </span> <a href="command-line-options.html#deskew">‑deskew</a> <span class='bull'> • </span> <a href="command-line-options.html#despeckle">‑despeckle</a> <span class='bull'> • </span> <a href="command-line-options.html#direction">‑direction</a> <span class='bull'> • </span> <a href="command-line-options.html#displace">‑displace</a> <span class='bull'> • </span> <a href="command-line-options.html#display">‑display</a> <span class='bull'> • </span> <a href="command-line-options.html#dispose">‑dispose</a> <span class='bull'> • </span> <a href="command-line-options.html#dissimilarity-threshold">‑dissimilarity‑threshold</a> <span class='bull'> • </span> <a href="command-line-options.html#dissolve">‑dissolve</a> <span class='bull'> • </span> <a href="command-line-options.html#distort">‑distort</a> <span class='bull'> • </span> <a href="command-line-options.html#distribute-cache">‑distribute‑cache</a> <span class='bull'> • </span> <a href="command-line-options.html#dither">‑dither</a> <span class='bull'> • </span> <a href="command-line-options.html#draw">‑draw</a> <span class='bull'> • </span> <a href="command-line-options.html#duplicate">‑duplicate</a> <span class='bull'> • </span> <a href="command-line-options.html#edge">‑edge</a> <span class='bull'> • </span> <a href="command-line-options.html#emboss">‑emboss</a> <span class='bull'> • </span> <a href="command-line-options.html#encipher">‑encipher</a> <span class='bull'> • </span> <a href="command-line-options.html#encoding">‑encoding</a> <span class='bull'> • </span> <a href="command-line-options.html#endian">‑endian</a> <span class='bull'> • </span> <a href="command-line-options.html#enhance">‑enhance</a> <span class='bull'> • </span> <a href="command-line-options.html#equalize">‑equalize</a> <span class='bull'> • </span> <a href="command-line-options.html#evaluate">‑evaluate</a> <span class='bull'> • </span> <a href="command-line-options.html#evaluate-sequence">‑evaluate‑sequence</a> <span class='bull'> • </span> <a href="command-line-options.html#extent">‑extent</a> <span class='bull'> • </span> <a href="command-line-options.html#extract">‑extract</a> <span class='bull'> • </span> <a href="command-line-options.html#family">‑family</a> <span class='bull'> • </span> <a href="command-line-options.html#features">‑features</a> <span class='bull'> • </span> <a href="command-line-options.html#fft">‑fft</a> <span class='bull'> • </span> <a href="command-line-options.html#fill">‑fill</a> <span class='bull'> • </span> <a href="command-line-options.html#filter">‑filter</a> <span class='bull'> • </span> <a href="command-line-options.html#flatten">‑flatten</a> <span class='bull'> • </span> <a href="command-line-options.html#flip">‑flip</a> <span class='bull'> • </span> <a href="command-line-options.html#floodfill">‑floodfill</a> <span class='bull'> • </span> <a href="command-line-options.html#flop">‑flop</a> <span class='bull'> • </span> <a href="command-line-options.html#font">‑font</a> <span class='bull'> • </span> <a href="command-line-options.html#foreground">‑foreground</a> <span class='bull'> • </span> <a href="command-line-options.html#format">‑format</a> <span class='bull'> • </span> <a href="command-line-options.html#format_identify_">‑format[identify]</a> <span class='bull'> • </span> <a href="command-line-options.html#frame">‑frame</a> <span class='bull'> • </span> <a href="command-line-options.html#frame_import_">‑frame[import]</a> <span class='bull'> • </span> <a href="command-line-options.html#function">‑function</a> <span class='bull'> • </span> <a href="command-line-options.html#fuzz">‑fuzz</a> <span class='bull'> • </span> <a href="command-line-options.html#fx">‑fx</a> <span class='bull'> • </span> <a href="command-line-options.html#gamma">‑gamma</a> <span class='bull'> • </span> <a href="command-line-options.html#gaussian-blur">‑gaussian‑blur</a> <span class='bull'> • </span> <a href="command-line-options.html#geometry">‑geometry</a> <span class='bull'> • </span> <a href="command-line-options.html#gravity">‑gravity</a> <span class='bull'> • </span> <a href="command-line-options.html#grayscale">‑grayscale</a> <span class='bull'> • </span> <a href="command-line-options.html#green-primary">‑green‑primary</a> <span class='bull'> • </span> <a href="command-line-options.html#hald-clut">‑hald‑clut</a> <span class='bull'> • </span> <a href="command-line-options.html#help">‑help</a> <span class='bull'> • </span> <a href="command-line-options.html#highlight-color">‑highlight‑color</a> <span class='bull'> • </span> <a href="command-line-options.html#hough-lines">‑hough‑lines</a> <span class='bull'> • </span> <a href="command-line-options.html#iconGeometry">‑iconGeometry</a> <span class='bull'> • </span> <a href="command-line-options.html#iconic">‑iconic</a> <span class='bull'> • </span> <a href="command-line-options.html#identify">‑identify</a> <span class='bull'> • </span> <a href="command-line-options.html#ift">‑ift</a> <span class='bull'> • </span> <a href="command-line-options.html#immutable">‑immutable</a> <span class='bull'> • </span> <a href="command-line-options.html#implode">‑implode</a> <span class='bull'> • </span> <a href="command-line-options.html#insert">‑insert</a> <span class='bull'> • </span> <a href="command-line-options.html#intensity">‑intensity</a> <span class='bull'> • </span> <a href="command-line-options.html#intent">‑intent</a> <span class='bull'> • </span> <a href="command-line-options.html#interlace">‑interlace</a> <span class='bull'> • </span> <a href="command-line-options.html#interpolate">‑interpolate</a> <span class='bull'> • </span> <a href="command-line-options.html#interline-spacing">‑interline‑spacing</a> <span class='bull'> • </span> <a href="command-line-options.html#interword-spacing">‑interword‑spacing</a> <span class='bull'> • </span> <a href="command-line-options.html#kerning">‑kerning</a> <span class='bull'> • </span> <a href="command-line-options.html#kuwahara">‑kuwahara</a> <span class='bull'> • </span> <a href="command-line-options.html#label">‑label</a> <span class='bull'> • </span> <a href="command-line-options.html#lat">‑lat</a> <span class='bull'> • </span> <a href="command-line-options.html#layers">‑layers</a> <span class='bull'> • </span> <a href="command-line-options.html#level">‑level</a> <span class='bull'> • </span> <a href="command-line-options.html#level-colors">‑level‑colors</a> <span class='bull'> • </span> <a href="command-line-options.html#limit">‑limit</a> <span class='bull'> • </span> <a href="command-line-options.html#linear-stretch">‑linear‑stretch</a> <span class='bull'> • </span> <a href="command-line-options.html#linewidth">‑linewidth</a> <span class='bull'> • </span> <a href="command-line-options.html#liquid-rescale">‑liquid‑rescale</a> <span class='bull'> • </span> <a href="command-line-options.html#list">‑list</a> <span class='bull'> • </span> <a href="command-line-options.html#log">‑log</a> <span class='bull'> • </span> <a href="command-line-options.html#loop">‑loop</a> <span class='bull'> • </span> <a href="command-line-options.html#lowlight-color">‑lowlight‑color</a> <span class='bull'> • </span> <a href="command-line-options.html#magnify">‑magnify</a> <span class='bull'> • </span> <a href="command-line-options.html#map">‑map</a> <span class='bull'> • </span> <a href="command-line-options.html#map_stream_">‑map[stream]</a> <span class='bull'> • </span> <a href="command-line-options.html#mask">‑mask</a> <span class='bull'> • </span> <a href="command-line-options.html#mattecolor">‑mattecolor</a> <span class='bull'> • </span> <a href="command-line-options.html#median">‑median</a> <span class='bull'> • </span> <a href="command-line-options.html#mean-shift">‑mean‑shift</a> <span class='bull'> • </span> <a href="command-line-options.html#metric">‑metric</a> <span class='bull'> • </span> <a href="command-line-options.html#mode">‑mode</a> <span class='bull'> • </span> <a href="command-line-options.html#modulate">‑modulate</a> <span class='bull'> • </span> <a href="command-line-options.html#moments">‑moments</a> <span class='bull'> • </span> <a href="command-line-options.html#monitor">‑monitor</a> <span class='bull'> • </span> <a href="command-line-options.html#monochrome">‑monochrome</a> <span class='bull'> • </span> <a href="command-line-options.html#morph">‑morph</a> <span class='bull'> • </span> <a href="command-line-options.html#morphology">‑morphology</a> <span class='bull'> • </span> <a href="command-line-options.html#mosaic">‑mosaic</a> <span class='bull'> • </span> <a href="command-line-options.html#motion-blur">‑motion‑blur</a> <span class='bull'> • </span> <a href="command-line-options.html#name">‑name</a> <span class='bull'> • </span> <a href="command-line-options.html#negate">‑negate</a> <span class='bull'> • </span> <a href="command-line-options.html#noise">‑noise</a> <span class='bull'> • </span> <a href="command-line-options.html#normalize">‑normalize</a> <span class='bull'> • </span> <a href="command-line-options.html#opaque">‑opaque</a> <span class='bull'> • </span> <a href="command-line-options.html#ordered-dither">‑ordered‑dither</a> <span class='bull'> • </span> <a href="command-line-options.html#orient">‑orient</a> <span class='bull'> • </span> <a href="command-line-options.html#page">‑page</a> <span class='bull'> • </span> <a href="command-line-options.html#paint">‑paint</a> <span class='bull'> • </span> <a href="command-line-options.html#path">‑path</a> <span class='bull'> • </span> <a href="command-line-options.html#pause_animate_">‑pause[animate]</a> <span class='bull'> • </span> <a href="command-line-options.html#pause_import_">‑pause[import]</a> <span class='bull'> • </span> <a href="command-line-options.html#perceptible">‑perceptible</a> <span class='bull'> • </span> <a href="command-line-options.html#ping">‑ping</a> <span class='bull'> • </span> <a href="command-line-options.html#pointsize">‑pointsize</a> <span class='bull'> • </span> <a href="command-line-options.html#polaroid">‑polaroid</a> <span class='bull'> • </span> <a href="command-line-options.html#poly">‑poly</a> <span class='bull'> • </span> <a href="command-line-options.html#posterize">‑posterize</a> <span class='bull'> • </span> <a href="command-line-options.html#precision">‑precision</a> <span class='bull'> • </span> <a href="command-line-options.html#preview">‑preview</a> <span class='bull'> • </span> <a href="command-line-options.html#print">‑print</a> <span class='bull'> • </span> <a href="command-line-options.html#process">‑process</a> <span class='bull'> • </span> <a href="command-line-options.html#profile">‑profile</a> <span class='bull'> • </span> <a href="command-line-options.html#quality">‑quality</a> <span class='bull'> • </span> <a href="command-line-options.html#quantize">‑quantize</a> <span class='bull'> • </span> <a href="command-line-options.html#quiet">‑quiet</a> <span class='bull'> • </span> <a href="command-line-options.html#radial-blur">‑radial‑blur</a> <span class='bull'> • </span> <a href="command-line-options.html#raise">‑raise</a> <span class='bull'> • </span> <a href="command-line-options.html#random-threshold">‑random‑threshold</a> <span class='bull'> • </span> <a href="command-line-options.html#red-primary">‑red‑primary</a> <span class='bull'> • </span> <a href="command-line-options.html#regard-warnings">‑regard‑warnings</a> <span class='bull'> • </span> <a href="command-line-options.html#region">‑region</a> <span class='bull'> • </span> <a href="command-line-options.html#remap">‑remap</a> <span class='bull'> • </span> <a href="command-line-options.html#remote">‑remote</a> <span class='bull'> • </span> <a href="command-line-options.html#render">‑render</a> <span class='bull'> • </span> <a href="command-line-options.html#repage">‑repage</a> <span class='bull'> • </span> <a href="command-line-options.html#resample">‑resample</a> <span class='bull'> • </span> <a href="command-line-options.html#resize">‑resize</a> <span class='bull'> • </span> <a href="command-line-options.html#respect-parentheses">‑respect‑parentheses</a> <span class='bull'> • </span> <a href="command-line-options.html#reverse">‑reverse</a> <span class='bull'> • </span> <a href="command-line-options.html#roll">‑roll</a> <span class='bull'> • </span> <a href="command-line-options.html#rotate">‑rotate</a> <span class='bull'> • </span> <a href="command-line-options.html#sample">‑sample</a> <span class='bull'> • </span> <a href="command-line-options.html#sampling-factor">‑sampling‑factor</a> <span class='bull'> • </span> <a href="command-line-options.html#scale">‑scale</a> <span class='bull'> • </span> <a href="command-line-options.html#scene">‑scene</a> <span class='bull'> • </span> <a href="command-line-options.html#screen">‑screen</a> <span class='bull'> • </span> <a href="command-line-options.html#seed">‑seed</a> <span class='bull'> • </span> <a href="command-line-options.html#segment">‑segment</a> <span class='bull'> • </span> <a href="command-line-options.html#selective-blur">‑selective‑blur</a> <span class='bull'> • </span> <a href="command-line-options.html#separate">‑separate</a> <span class='bull'> • </span> <a href="command-line-options.html#sepia-tone">‑sepia‑tone</a> <span class='bull'> • </span> <a href="command-line-options.html#set">‑set</a> <span class='bull'> • </span> <a href="command-line-options.html#shade">‑shade</a> <span class='bull'> • </span> <a href="command-line-options.html#shadow">‑shadow</a> <span class='bull'> • </span> <a href="command-line-options.html#shared-memory">‑shared‑memory</a> <span class='bull'> • </span> <a href="command-line-options.html#sharpen">‑sharpen</a> <span class='bull'> • </span> <a href="command-line-options.html#shave">‑shave</a> <span class='bull'> • </span> <a href="command-line-options.html#shear">‑shear</a> <span class='bull'> • </span> <a href="command-line-options.html#sigmoidal-contrast">‑sigmoidal‑contrast</a> <span class='bull'> • </span> <a href="command-line-options.html#silent">‑silent</a> <span class='bull'> • </span> <a href="command-line-options.html#similarity-threshold">‑similarity‑threshold</a> <span class='bull'> • </span> <a href="command-line-options.html#size">‑size</a> <span class='bull'> • </span> <a href="command-line-options.html#sketch">‑sketch</a> <span class='bull'> • </span> <a href="command-line-options.html#smush">‑smush</a> <span class='bull'> • </span> <a href="command-line-options.html#snaps">‑snaps</a> <span class='bull'> • </span> <a href="command-line-options.html#solarize">‑solarize</a> <span class='bull'> • </span> <a href="command-line-options.html#sparse-color">‑sparse‑color</a> <span class='bull'> • </span> <a href="command-line-options.html#splice">‑splice</a> <span class='bull'> • </span> <a href="command-line-options.html#spread">‑spread</a> <span class='bull'> • </span> <a href="command-line-options.html#statistic">‑statistic</a> <span class='bull'> • </span> <a href="command-line-options.html#stegano">‑stegano</a> <span class='bull'> • </span> <a href="command-line-options.html#stereo">‑stereo</a> <span class='bull'> • </span> <a href="command-line-options.html#stretch">‑stretch</a> <span class='bull'> • </span> <a href="command-line-options.html#strip">‑strip</a> <span class='bull'> • </span> <a href="command-line-options.html#stroke">‑stroke</a> <span class='bull'> • </span> <a href="command-line-options.html#strokewidth">‑strokewidth</a> <span class='bull'> • </span> <a href="command-line-options.html#style">‑style</a> <span class='bull'> • </span> <a href="command-line-options.html#subimage-search">‑subimage‑search</a> <span class='bull'> • </span> <a href="command-line-options.html#swap">‑swap</a> <span class='bull'> • </span> <a href="command-line-options.html#swirl">‑swirl</a> <span class='bull'> • </span> <a href="command-line-options.html#synchronize">‑synchronize</a> <span class='bull'> • </span> <a href="command-line-options.html#taint">‑taint</a> <span class='bull'> • </span> <a href="command-line-options.html#text-font">‑text‑font</a> <span class='bull'> • </span> <a href="command-line-options.html#texture">‑texture</a> <span class='bull'> • </span> <a href="command-line-options.html#threshold">‑threshold</a> <span class='bull'> • </span> <a href="command-line-options.html#thumbnail">‑thumbnail</a> <span class='bull'> • </span> <a href="command-line-options.html#tile">‑tile</a> <span class='bull'> • </span> <a href="command-line-options.html#tile-offset">‑tile‑offset</a> <span class='bull'> • </span> <a href="command-line-options.html#tint">‑tint</a> <span class='bull'> • </span> <a href="command-line-options.html#title">‑title</a> <span class='bull'> • </span> <a href="command-line-options.html#transform">‑transform</a> <span class='bull'> • </span> <a href="command-line-options.html#transparent">‑transparent</a> <span class='bull'> • </span> <a href="command-line-options.html#transparent-color">‑transparent‑color</a> <span class='bull'> • </span> <a href="command-line-options.html#transpose">‑transpose</a> <span class='bull'> • </span> <a href="command-line-options.html#transverse">‑transverse</a> <span class='bull'> • </span> <a href="command-line-options.html#treedepth">‑treedepth</a> <span class='bull'> • </span> <a href="command-line-options.html#trim">‑trim</a> <span class='bull'> • </span> <a href="command-line-options.html#type">‑type</a> <span class='bull'> • </span> <a href="command-line-options.html#undercolor">‑undercolor</a> <span class='bull'> • </span> <a href="command-line-options.html#unique-colors">‑unique‑colors</a> <span class='bull'> • </span> <a href="command-line-options.html#units">‑units</a> <span class='bull'> • </span> <a href="command-line-options.html#unsharp">‑unsharp</a> <span class='bull'> • </span> <a href="command-line-options.html#update">‑update</a> <span class='bull'> • </span> <a href="command-line-options.html#verbose">‑verbose</a> <span class='bull'> • </span> <a href="command-line-options.html#version">‑version</a> <span class='bull'> • </span> <a href="command-line-options.html#view">‑view</a> <span class='bull'> • </span> <a href="command-line-options.html#vignette">‑vignette</a> <span class='bull'> • </span> <a href="command-line-options.html#virtual-pixel">‑virtual‑pixel</a> <span class='bull'> • </span> <a href="command-line-options.html#visual">‑visual</a> <span class='bull'> • </span> <a href="command-line-options.html#watermark">‑watermark</a> <span class='bull'> • </span> <a href="command-line-options.html#wave">‑wave</a> <span class='bull'> • </span> <a href="command-line-options.html#weight">‑weight</a> <span class='bull'> • </span> <a href="command-line-options.html#white-point">‑white‑point</a> <span class='bull'> • </span> <a href="command-line-options.html#white-threshold">‑white‑threshold</a> <span class='bull'> • </span> <a href="command-line-options.html#window">‑window</a> <span class='bull'> • </span> <a href="command-line-options.html#window-group">‑window‑group</a> <span class='bull'> • </span> <a href="command-line-options.html#write">‑write</a> ] </p>
<div class="doc-section">
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">
-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>
<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
<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>
<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
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>
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>
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>
<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>
<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>
>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>
<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>
<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
</div>
</div>
-
</div>
<div id="linkbar">
<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>
<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>
<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>
</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">
<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>
<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>
<tr>
<td valign="top">Chop</td>
- <td valign="top">geometry=><i>geometry</i>, width=><i>integer</i>, height=><i>integer</i>, x=><i>integer</i>, y=><i>integer</i></td>
+ <td valign="top">geometry=><i>geometry</i>, width=><i>integer</i>, height=><i>integer</i>, x=><i>integer</i>, y=><i>integer</i>, gravity=>{NorthWest, North, NorthEast, West, Center, East, SouthWest, South, SouthEast}</td>
<td valign="top">chop an image</td>
</tr>
<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=><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=>{True, False}</td>
<td valign="top">implements the inverse discrete Fourier transform (DFT)</td>
</tr>
+ <tr>
+ <td valign="top">Kuwahara</td>
+ <td valign="top">geometry=><i>geometry</i>, radius=><i>double</i>, sigma=><i>double</i>, bias=><i>double</i>, channel=>{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>