diff --git a/MagickCore/annotate.c b/MagickCore/annotate.c
index 846537a..c58101d 100644
--- a/MagickCore/annotate.c
+++ b/MagickCore/annotate.c
@@ -1323,20 +1323,18 @@
       glyph.id=FT_Get_Char_Index(face,'?');
     if ((glyph.id != 0) && (last_glyph.id != 0))
       {
-        if (fabs(draw_info->kerning) >= MagickEpsilon)
-          origin.x+=(FT_Pos) (64.0*direction*draw_info->kerning);
-        else
-          if (FT_HAS_KERNING(face))
-            {
-              FT_Vector
-                kerning;
+        if (FT_HAS_KERNING(face))
+          {
+            FT_Vector
+              kerning;
 
-              ft_status=FT_Get_Kerning(face,last_glyph.id,glyph.id,
-                ft_kerning_default,&kerning);
-              if (ft_status == 0)
-                origin.x+=(FT_Pos) (direction*kerning.x);
-            }
-        }
+            ft_status=FT_Get_Kerning(face,last_glyph.id,glyph.id,
+              ft_kerning_default,&kerning);
+            if (ft_status == 0)
+              origin.x+=(FT_Pos) (direction*kerning.x);
+          }
+        origin.x+=(FT_Pos) (64.0*direction*draw_info->kerning);
+      }
     glyph.origin=origin;
     ft_status=FT_Load_Glyph(face,glyph.id,flags);
     if (ft_status != 0)
diff --git a/index.html b/index.html
index 64da0e9..3946781 100644
--- a/index.html
+++ b/index.html
@@ -18,10 +18,10 @@
   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
   <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
   <meta name="application-name" content="ImageMagick"/>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
   <meta name="application-url" content="http://www.imagemagick.org"/>
   <meta name="generator" content="PHP"/>
-  <meta name="keywords" content="convert, edit, or, compose, bitmap, images, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, Magick++, MagickWand"/>
+  <meta name="keywords" content="convert, edit, or, compose, bitmap, images, convert, edit, compose, image, pixel"/>
   <meta name="rating" content="GENERAL"/>
   <meta name="robots" content="INDEX, FOLLOW"/>
   <meta name="generator" content="ImageMagick Studio LLC"/>
@@ -30,8 +30,9 @@
   <meta name="resource-type" content="document"/>
   <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
   <meta name="distribution" content="Global"/>
-  <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"/>
+  <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="canonical" href="http://www.imagemagick.org" />
   <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"/>
 
@@ -92,11 +93,11 @@
   </script>
 </div>
 <a href="discourse-server">
-  <img src="http://www.imagemagick.org/images/logo.jpg"
+  <img src="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="http://www.imagemagick.org/images/sprite.jpg"
+  <img src="sprite.jpg"
   alt="ImageMagick Sprite" width="114" height="118"
   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
@@ -232,7 +233,7 @@
 
 <a id="intro"></a>
 <div class="doc-section">
-<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><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>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>
 
@@ -240,7 +241,7 @@
 
 <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.8-7 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-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 official ImageMagick web site is <a href="http://www.imagemagick.org/">http://www.imagemagick.org</a>.</p>
 </div>
@@ -266,7 +267,8 @@
   <li><a href="http://www.imagemagick.org/www/composite.html">Composite</a>: overlap one image over another.</li>
   <li><a href="http://www.imagemagick.org/www/montage.html">Montage</a>: juxtapose image thumbnails on an image canvas.</li>
   <li><a href="http://www.imagemagick.org/Usage/distorts/">Generalized pixel distortion</a>: correct for, or induce image distortions including perspective.</li>
-  <li><a href="http://www.imagemagick.org/Usage/morphology/">Morphology of shapes</a>: extract features, describe shapes and recognize patterns in images.</li>
+  <li><a href="http://www.imagemagick.org/Usage/morphology/">Morphology of shapes</a>: extract features, describe shapes, and recognize patterns in images.</li>
+  <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="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>
@@ -278,7 +280,7 @@
   <li><a href="architecture.html#tera-pixel">Large image support</a>: read, process, or write mega-, giga-, or tera-pixel image sizes.</li>
   <li><a href="architecture.html#threads">Threads of execution support</a>: ImageMagick is thread safe and most internal algorithms execute in <a href="openmp.html">parallel</a> to take advantage of speed-ups offered by multicore processor chips.</li>
   <li><a href="distribute-pixel-cache.html">Distributed pixel cache</a>: offload intermediate pixel storage to one or more remote servers.</li>
-  <li><a href="architecture.html#distributed">Heterogeneous distributed processing</a>: certain algorithms are <a href="http://www.khronos.org/opencl/">OpenCL</a>-enabled to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors.</li>
+  <li><a href="architecture.html#distributed">Heterogeneous distributed processing</a>: certain algorithms are <a href="opencl.html">OpenCL</a>-enabled to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors.</li>
   <li><a href="binary-releases.html#iOS">ImageMagick on the iPhone</a>: convert, edit, or compose images on your <a href="http://www.apple.com/ios/">iOS</a> device such as the iPhone or iPad.</li>
 </ul>
 
@@ -323,4 +325,4 @@
 <div style="clear: both; margin: 0; width: 100%; "></div>
 </body>
 </html>
-<!-- Magick Cache 20th February 2014 07:05 -->
\ No newline at end of file
+<!-- Magick Cache 25th July 2014 04:05 -->
\ No newline at end of file
diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html
index 1bc59d0..bdab320 100644
--- a/www/ImageMagickObject.html
+++ b/www/ImageMagickObject.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Install the ImageMagickObject COM+ Component</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="install, the, imagemagickobject, com+, component, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="install, the, imagemagickobject, com+, component, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -184,14 +234,14 @@
 <p>ImageMagick provides a statically-built ImageMagick object as part of its <a href="binary-releases.html#windows">Windows installation package</a>.  When this package is installed, ImageMagickObject and its sample programs are installed to this path:</p>
 
 <pre class="text">
-  c:\Program Files\ImageMagick-7.0.0-Q16\ImageMagickObject
+  c:\Program Files\ImageMagick-6.8.9-Q16\ImageMagickObject
 </pre>
 
 <p>The ImageMagickObject is registered if the checkbox, <code>Register ImageMagickObject</code>, is checked at install time.</p>
 
 <p>To execute the sample program from the Windows Command Shell, type:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">cscript SimpleTest.vbs</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cscript SimpleTest.vbs</span></p>
 <p>Since the ImageMagick utility command line parsers are incorporated within ImageMagickObject, please refer to the <a href="command-line-tools.html">command-line tools</a> discussion to learn how to use it. The sample VBS scripts show how the object should be called and used and have lots of comments.</p>
 
 <p>C++ programmers should have a look at the <code>MagickCMD.cpp</code> command line utility for an example of how to call the object from C++.  The object requires a variable size list of BSTR's to emulate the command line argc, argv style calling conventions of the COM component which is more complex in C++ then in VBS or VB.</p>
@@ -207,15 +257,15 @@
 
 <p>Once the VisualStaticMT project has been built, build the ImageMagickObject with this procedure:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">cd  ImageMagick/contrib/win32/ATL7/ImageMagickObject</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">BuildImageMagickObject release</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd  ImageMagick/contrib/win32/ATL7/ImageMagickObject</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>BuildImageMagickObject release</span></p>
 <p>Here, we assume that the VisualStaticMT project has been built using the release setting for an optimized build. If the debug setting was used for a debug build, specify the argument <code>debug</code>; instead.</p>
 
 <p>To register the DLL as a COM+ server, type</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">regsvr32 /c /s ImageMagickObject.dll</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>regsvr32 /c /s ImageMagickObject.dll</span></p>
 <p>To unregister the DLL, type</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">regsvr32 /u /s ImageMagickObject.dll</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>regsvr32 /u /s ImageMagickObject.dll</span></p>
 <p>Use MagickCMD to exercise ImageMagickObject to verify that it is working properly.</p>
 
 </div>
@@ -226,15 +276,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/Magick++/index.html b/www/Magick++/index.html
index 09fd6a2..39957c8 100644
--- a/www/Magick++/index.html
+++ b/www/Magick++/index.html
@@ -25,7 +25,7 @@
  <tr style="height: 56px;">
   <td style="padding-left: 0.5em;">
    <div id="projectname">Magick++
-   &#160;<span id="projectnumber">6.8.8</span>
+   &#160;<span id="projectnumber">6.8.9</span>
    </div>
   </td>
  </tr>
diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html
index 4c828ca..3f66f5a 100644
--- a/www/advanced-unix-installation.html
+++ b/www/advanced-unix-installation.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Advanced Unix Source Installation</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="advanced, unix, source, installation, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="advanced, unix, source, installation, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -186,7 +235,7 @@
 
 <p>Unpack the distribution it with this command:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">tar xvfz ImageMagick.tar.gz</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvzf ImageMagick.tar.gz</span></p>
 <p>Now that you have the ImageMagick Unix/Linux source distribution unpacked, let's configure it.</p>
 
 </div>
@@ -196,7 +245,7 @@
 
 <p>The configure script looks at your environment and decides what it can cobble together to get ImageMagick compiled and installed on your system.  This includes finding a compiler, where your compiler header files are located (e.g. stdlib.h), and if any delegate libraries are available for ImageMagick to use (e.g. JPEG, PNG, TIFF, etc.).  If you are willing to accept configure's default options, and build from within the source directory, you can simply type:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">cd ImageMagick-7.0.0-0</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">./configure</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.8.9-5</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure</span></p>
 <p>Watch the configure script output to verify that it finds everything that
  you think it should.  Pay particular attention to the last lines of the script output.  For example, here is a recent report from our system:</p>
 
@@ -295,7 +344,7 @@
 
 <p>Here is an example of setting configure variables from the command line:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">./configure CC=c99 CFLAGS=-O2 LDFLAGS='-L/usr/local/lib -R/usr/local/lib' LIBS=-lposix</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure CC=c99 CFLAGS=-O2 LDFLAGS='-L/usr/local/lib -R/usr/local/lib' LIBS=-lposix</span></p>
 <p>Any variable (e.g. CPPFLAGS or LDFLAGS) which requires a directory path must specify an absolute path rather than a relative path.</p>
 
 <p>Configure can usually find the X include and library files automagically, but if it doesn't, you can use the <em>--x-includes=path</em> and <em>--x-libraries=path</em> options to specify their locations.</p>
@@ -309,17 +358,17 @@
 <dl class="doc">
 <dt>--enable-shared</dt>
   <dd>build the  shared libraries and support for loading coder and process modules. Shared libraries are preferred because they allow programs to share common code, making the individual programs much smaller. In addition shared libraries are required in order for PerlMagick to be dynamically loaded by an installed PERL (otherwise an additional PERL (PerlMagick) must be installed.
-  <br></br><br></br>
+  <br /><br />
   ImageMagick built with delegates (see MAGICK PLUG-INS below) can pose additional challenges. If ImageMagick is built using static libraries (the default without <code>--enable-shared</code>) then delegate libraries may be built as either static libraries or shared libraries. However, if ImageMagick is built using shared libraries, then all delegate libraries must also be built as shared libraries.  Static libraries usually have the extension <code>.a</code>, while shared libraries typically have extensions like <code>.so</code>, <code>.sa</code>, or <code>.dll</code>. Code in shared libraries normally must compiled using a special compiler option to produce Position Independent Code (PIC). The only time this not necessary is if the platform compiles code as PIC by default.
-  <br></br><br></br>
+  <br /><br />
   PIC compilation flags differ from vendor to vendor (gcc's is <code>-fPIC</code>). However, you must compile all shared library source with the same flag (for gcc use <code>-fPIC</code> rather than <code>-fpic</code>). While static libraries are normally created using an archive tool like <code>ar</code>, shared libraries are built using special linker or compiler options (e.g. <code>-shared</code> for gcc).
-  <br></br><br></br>
+  <br/><br />
   If <code>--enable-shared</code> is not specified, a new PERL interpreter (PerlMagick) is built which is statically linked against the PerlMagick extension. This new interpreter is installed into the same directory as the ImageMagick utilities. If <code>--enable-shared</code> is specified, the PerlMagick extension is built as a dynamically loadable object which is loaded into your current PERL interpreter at run-time. Use of dynamically-loaded extensions is preferable over statically linked extensions so use <code>--enable-shared</code> if possible (note that all libraries used with ImageMagick must be shared libraries!).</dd>
 <dt>--disable-static</dt>
   <dd>static archive libraries (with extension <code>.a</code>) are not built.  If you are building shared libraries, there is little value to building static libraries. Reasons to build static libraries include: 1) they can be easier to debug; 2) clients do not have external dependencies (i.e. libMagick.so); 3) building PIC versions of the delegate libraries may take additional expertise and effort; 4) you are unable to build shared libraries.</dd>
 <dt>--disable-installed</dt>
   <dd>disable building an installed ImageMagick (default enabled).
-  <br></br><br></br>
+  <br/><br />
   By default the ImageMagick build is configured to formally install into a directory tree.  This the most secure and reliable way to install ImageMagick.  Use this option to configure ImageMagick so that it doesn't use hard-coded paths and locates support files by computing an offset path from the executable (or from the location specified by the MAGICK_HOME environment variable. The uninstalled configuration is ideal for binary distributions which are expected to extract and run in any location.</dd>
 <dt>--enable-ccmalloc</dt>
   <dd>enable 'ccmalloc' memory debug support (default disabled).</dd>
@@ -331,11 +380,11 @@
   <dd>enable 'gcov' profiling support (default disabled).</dd>
 <dt>--disable-openmp</dt>
   <dd>disable OpenMP (default enabled).
-  <br></br><br></br>
+  <br/><br />
   Certain ImageMagick algorithms, for example convolution, can achieve a significant speed-up with the assistance of the OpenMP API when running on modern dual and quad-core processors.</dd>
 <dt>--disable-largefile</dt>
   <dd>disable support for large (64 bit) file offsets.
-  <br></br><br></br>
+  <br/><br />
   By default, ImageMagick is compiled with support for large files (&gt; 2GB on a 32-bit CPU) if the operating system supports large files.  Some applications which use the ImageMagick library may also require support for large files. By disabling support for large files via <code>--disable-largefile</code>, dependent applications do not require special compilation options for large files in order to use the library.</dd>
 </dl>
 
@@ -344,22 +393,22 @@
 <dl class="doc">
 <dt>--with-quantum-depth</dt>
   <dd>number of bits in a pixel quantum (default 16).
-  <br></br><br></br>
+  <br/><br />
   Use this option to specify the number of bits to use per pixel quantum (the size of the red, green, blue, and alpha pixel components). For example, <code>--with-quantum-depth=8</code> builds ImageMagick using 8-bit quantums.  Most computer display adapters use 8-bit quantums. Currently supported arguments are 8, 16, or 32. We recommend the default of 16 because some image formats support 16 bits-per-pixel. However, this option is important in determining the overall run-time performance of ImageMagick.
-  <br></br><br></br>
+  <br /><br />
   The number of bits in a quantum determines how many values it may contain. Each quantum level supports 256 times as many values as the previous level. The following table shows the range available for various quantum sizes.
-  <br></br><br></br>
+  <br /><br />
   <pre class="text">
   Quantum Depth     Valid Range (Decimal)   Valid Range (Hex)
       8             0-255                   00-FF
      16             0-65535                 0000-FFFF
      32             0-4294967295            00000000-FFFFFFFF
   </pre>
-  <br></br><br></br>
+  <br /><br />
   Larger pixel quantums can cause ImageMagick to run more slowly and to require more memory. For example, using sixteen-bit pixel quantums can cause ImageMagick to run 15% to 50% slower (and take twice as much memory) than when it is built to support eight-bit pixel quantums.
-  <br></br><br></br>
+  <br /><br />
   The amount of virtual memory consumed by an image can be computed by the equation <em>(5 * Quantum Depth * Rows * Columns) / 8</em>. This an important consideration when resources are limited, particularly since processing an image may require several images to be in memory at one time. The following table shows memory consumption values for a 1024x768 image:
-  <br></br><br></br>
+  <br /><br />
   <pre class="text">
   Quantum Depth   Virtual Memory
        8               3MB
@@ -372,33 +421,33 @@
   <dd>build a universal binary on OS X.</dd>
   <dt>--without-modules</dt>
   <dd>disable support for dynamically loadable modules.
-  <br></br><br></br>
+  <br /><br />
   Image coders and process modules are built as loadable modules which are installed under the directory <em>[prefix]/lib/ImageMagick-X.X.X/modules-QN</em> (where 'N' equals 8, 16, or 32 depending on the quantum depth) in the subdirectories <code>coders</code> and <code>filters</code> respectively. The modules build option is only available in conjunction with <code>--enable-shared</code>. If <code>--enable-shared</code> is not also specified, support for building modules is disabled.  Note that if <code>--enable-shared</code> and <code>--disable-modules</code> are specified, the module loader is active (allowing extending an installed ImageMagick by simply copying a module into place) but ImageMagick itself is not built using modules.</dd>
 <dt>--with-cache</dt>
   <dd>set pixel cache threshold (defaults to available memory).
-  <br></br><br></br>
+  <br /><br />
   Specify a different image pixel cache threshold with this option. This sets the maximum amount of heap memory that ImageMagick is allowed to consume before switching to using memory-mapped temporary files to store raw pixel data.</dd>
 <dt>--without-threads</dt>
   <dd>disable threads support.
-  <br></br><br></br>
+  <br /><br />
   By default, the ImageMagick library is compiled with multi-thread support.  If this undesirable, specify <code>--without-threads</code>.</dd>
 <dt>--with-frozenpaths</dt>
   <dd>enable frozen delegate paths.
-  <br></br><br></br>
+  <br /><br />
   Normally, external program names are substituted into the <code>delegates.xml</code> configuration file without full paths. Specify this option to enable saving full paths to programs using locations determined by configure. This useful for environments where programs are stored under multiple paths, and users may use different PATH settings than the person who builds ImageMagick.</dd>
 <dt>--without-magick-plus-plus</dt>
   <dd>disable build/install of Magick++.
-  <br></br><br></br>
+  <br /><br />
   Disable building Magick++, the C++ application programming interface to ImageMagick. A suitable C++ compiler is required in order to build Magick++. Specify the CXX configure variable to select the C++ compiler to use (default <code>g++</code>), and CXXFLAGS to select the desired compiler optimization and debug flags (default <code>-g -O2</code>). Antique C++ compilers will normally be rejected by configure tests so specifying this option should only be necessary if Magick++ fails to compile.</dd>
 <dt>--without-perl</dt>
   <dd>disable build/install of PerlMagick, or
-  <br></br><br></br>
+  <br /><br />
   By default, PerlMagick is conveniently compiled and installed as part of ImageMagick's normal <code>configure</code>, <code>make</code>, <code>sudo make install</code> process. When <code>--without-perl</code> is specified, you must first install ImageMagick, change to the PerlMagick subdirectory, build, and finally install PerlMagick. Note, PerlMagick is configured even if <code>--without-perl</code> is specified. If the argument <em>--with-perl=/path/to/perl</em> is supplied, <em>/../path/to/perl</em> is be taken as the PERL interpreter to use. This important in case the <code>perl</code> executable in your PATH is not PERL5, or is not the PERL you want to use.</dd>
 <dt>--with-perl=PERL</dt>
   <dd>use specified Perl binary to configure PerlMagick.</dd>
 <dt>--with-perl-options=OPTIONS</dt>
   <dd>options to pass on command-line when generating PerlMagick's Makefile from Makefile.PL.
-  <br></br><br></br>
+  <br /><br />
   The PerlMagick module is normally installed using the Perl interpreter's installation PREFIX, rather than ImageMagick's. If ImageMagick's installation prefix is not the same as PERL's PREFIX, then you may find that PerlMagick's <code>sudo make install</code> step tries to install into a directory tree that you don't have write permissions to. This common when PERL is delivered with the operating system or on Internet Service Provider (ISP) web servers. If you want PerlMagick to install elsewhere, then provide a PREFIX option to PERL's configuration step via "--with-perl-options=PREFIX=/some/place". Other options accepted by MakeMaker are 'LIB', 'LIBPERL_A', 'LINKTYPE', and 'OPTIMIZE'. See the ExtUtils::MakeMaker(3) manual page for more information on configuring PERL extensions.</dd>
 <dt>--without-bzlib</dt>
   <dd>disable BZLIB support.</dd>
@@ -430,11 +479,11 @@
   <dd>prepend to default font search path.</dd>
 <dt>--with-gs-font-dir</dt>
   <dd>directory containing Ghostscript fonts.
-  <br></br><br></br>
+  <br /><br />
   Specify the directory containing the Ghostscript Postscript Type 1 font files (e.g. <code>n022003l.pfb</code>) so that they can be rendered using the FreeType library. If the font files are installed using the default Ghostscript installation paths (<em>${prefix}/share/ghostwww/fonts</em>), they should be discovered automagically by configure and specifying this option is not necessary. Specify this option if the Ghostscript fonts fail to be located automagically, or the location needs to be overridden.</dd>
 <dt>--with-windows-font-dir</dt>
   <dd>directory containing MS-Windows fonts.
-  <br></br><br></br>
+  <br /><br />
   Specify the directory containing MS-Windows-compatible fonts. This not necessary when ImageMagick is running under MS-Windows.</dd>
 <dt>--without-xml</dt>
   <dd>disable XML support.</dd>
@@ -442,7 +491,7 @@
   <dd>disable ZLIB support.</dd>
 <dt>--without-x</dt>
   <dd>don't use the X Window System.
-  <br></br><br></br>
+  <br /><br />
   By default, ImageMagick uses the X11 delegate libraries if they are available. When --without-x is specified, use of X11 is disabled.  The display, animate, and import sub-commands are not included. The remaining sub-commands have reduced functionality such as no access to X11 fonts (consider using Postscript or TrueType fonts instead).</dd>
 <dt>--with-share-path=DIR</dt>
   <dd>Alternate path to share directory (default share/ImageMagick).</dd>
@@ -482,7 +531,7 @@
 
 <p>In most cases you will simply wand to compile ImageMagick with this command:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">make</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make</span></p>
 <p>Once built, you can optionally install ImageMagick on your system as discussed below.</p>
 </div>
 
@@ -491,25 +540,25 @@
 
 <p>Now that ImageMagick is configured and built, type:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">make install</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make install</span></p>
 <p>to install it.</p>
 
 <p>By default, ImageMagick is installs binaries in <code>/../usr/local/bin</code>, libraries in <code>/../usr/local/lib</code>, header files in <code>/../usr/local/include</code> and documentation in <code>/../usr/local/share</code>.  You can specify an alternative installation prefix other than <code>/../usr/local</code> by giving <code>configure</code> the option <em>--prefix=PATH</em>.  This valuable in case you don't have privileges to install under the default paths or if you want to install in the system directories instead.</p>
 
 <p>To confirm your installation of the ImageMagick distribution was successful, ensure that the installation directory is in your executable search path and type:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">display</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>display</span></p>
 <p>The ImageMagick logo is displayed on your X11 display.</p>
 
 <p>To verify the ImageMagick build configuration, type:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify -list configure</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -list configure</span></p>
 <p>To list which image formats are supported , type:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify -list format</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -list format</span></p>
 <p>For a more comprehensive test, you run the ImageMagick test suite by typing:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">make check</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make check</span></p>
 <p>Ghostscript is a prerequisite, otherwise the EPS, PS, and PDF tests will fail.  Note that due to differences between the developer's environment and your own it is possible that a few tests may fail even though the results are ok. Differences between the developer's environment environment and your own may include the compiler, the CPU type, and the library versions used. The ImageMagick developers use the current release of all dependent libraries.</p>
 
 </div>
@@ -521,10 +570,10 @@
 
 <p>Build ImageMagick with this command:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">rpmbuild --rebuild ImageMagick.src.rpm</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>rpmbuild --rebuild ImageMagick.src.rpm</span></p>
 <p>After the build you, locate the RPMS folder and install the ImageMagick binary RPM distribution:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">rpm -ivh ImageMagick-7.0.0-?.*.rpm</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>rpm -ivh ImageMagick-6.8.9-?.*.rpm</span></p>
 </div>
 
 <h2><a id="macosx"></a>Mac OS X-specific Build instructions</h2>
@@ -535,31 +584,31 @@
 <div class="doc-section">
   <p>Install <a href="http://www.macports.org">MacPorts</a>.  Download and install MacPorts and type the following commands:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">sudo port -v install freetype +bytecode</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">sudo port -v install librsvg</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">sudo port -v install graphviz +gs +wmf +jbig +jpeg2 +lcms</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo port -v install freetype +bytecode</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo port -v install librsvg</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo port -v install graphviz +gs +wmf +jbig +jpeg2 +lcms</span></p>
 <p>This installs many of the delegate libraries ImageMagick will utilize such as JPEG and FreeType.</p>
 
 
 	  <p>Install the latest <a href="http://developer.apple.com/tools/download/">Xcode</a> from Apple.</p>
 	  <p>Use the <tt>port</tt> command to install any delegate libraries you require, for example:</p>
-	  <p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">sudo port install jpeg</span></p>	</div>
+	  <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo port install jpeg</span></p>	</div>
 
 <p>Now lets build ImageMagick:</p>
 
 	<div class="doc-section">
 	  <p><a href="download.html">Download</a> the ImageMagick source distribution and verify the distribution against its <a href="http://www.imagemagick.org/download/digest.rdf">message digest</a>.</p>
 	  <p>Unpack and change into the top-level ImageMagick directory:</p>
-		<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">tar xvfz ImageMagick-7.0.0-0.tar.gz</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">cd ImageMagick-7.0.0-0</span></p>	  <p>Configure ImageMagick:</p>
-	<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">./configure --prefix=/opt --with-quantum-depth=16 \ <br></br>
-		--disable-dependency-tracking --with-x=yes \ <br></br>
-		--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib/ \ <br></br>
+		<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvzf ImageMagick-6.8.9-5.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.8.9-5</span></p>	  <p>Configure ImageMagick:</p>
+	<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure --prefix=/opt --with-quantum-depth=16 \ <br/>
+		--disable-dependency-tracking --with-x=yes \ <br/>
+		--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib/ \ <br/>
 		--without-perl</span></p>	  <p>Build ImageMagick:</p>
-	<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">make</span></p>	  <p>Install ImageMagick:</p>
-	<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">sudo make install</span></p>  <p>To verify your install, type</p>
+	<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make</span></p>	  <p>Install ImageMagick:</p>
+	<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo make install</span></p>  <p>To verify your install, type</p>
 
-  <p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">/opt/local/bin/identify -list font</span></p>
+  <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>/opt/local/bin/identify -list font</span></p>
   <p>to list all the fonts ImageMagick knows about.</p>
 	  <p>To test the ImageMagick GUI, in a new shell, type:</p>
-	<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">display -display :0</span></p></div>
+	<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>display -display :0</span></p></div>
 
 </div>
 
@@ -568,7 +617,7 @@
 
 <p>Although you can download and install delegate libraries yourself, many are already available in the <a href="http://gnuwin32.sourceforge.net/">GnuWin32</a> distribution.  Download and install whichever delegate libraries you require such as JPEG, PNG, TIFF, etc.  Make sure you specify the development headers when you install a package.  Next type,</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">tar jxvf ImageMagick-7.0.0-?.tar.bz2</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">cd ImageMagick-7.0.0-0</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">./configure --without-perl</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">make</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">sudo make install</span></p></div>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar jxvf ImageMagick-6.8.9-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.8.9-5</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo make install</span></p></div>
 
 <h2><a id="problems"></a>Dealing with Unexpected Problems</h2>
 <div class="doc-section">
@@ -580,14 +629,14 @@
 
 <p>Some systems may fail to link at build time due to unresolved symbols. Try adding the LDFLAGS to the <code>configure</code> command line:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">configure LDFLAGS='-L/usr/local/lib -R/usr/local/lib'</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>configure LDFLAGS='-L/usr/local/lib -R/usr/local/lib'</span></p>
 <h4>Dynamic Linker Run-time Bindings</h4>
 <p>On some systems, ImageMagick may not find its shared library, <em>libMagick.so</em>.  Try running the <code>ldconfig</code> with the library path:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">/sbin/ldconfig /usr/local/lib</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>/sbin/ldconfig /usr/local/lib</span></p>
 <p>Solaris and Linux systems have the <code>ldd</code> command which is useful to track which libraries ImageMagick depends on:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">ldd `which convert`</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>ldd `which convert`</span></p>
 <h4>Delegate Libraries</h4>
 <p>On occasion you may receive these warnings:</p>
 <pre class="text">
@@ -596,10 +645,10 @@
 </pre>
 <p>This exception indicates that an external delegate library or its headers were not available when ImageMagick was built.  To add support for the image format, download and install the requisite delegate library and its header files and reconfigure, rebuild, and reinstall ImageMagick.  As an example, lets add support for the JPEG image format.  First we install the JPEG RPMS:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">yum install libjpeg libjpeg-devel</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>yum install libjpeg libjpeg-devel</span></p>
 <p>Now reconfigure, rebuild, and reinstall ImageMagick.  To verify JPEG is now properly supported within ImageMagick, use this command:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify -list format</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -list format</span></p>
 <p>You should see a mode of rw- associated with the JPEG tag.  This mode means the image can be read or written and can only support one image per image file.</p>
 
 <h4>PerlMagick</h4>
@@ -613,15 +662,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html
index c3bf83f..4938b40 100644
--- a/www/advanced-windows-installation.html
+++ b/www/advanced-windows-installation.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Advanced Windows Source Installation</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="advanced, windows, source, installation, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="advanced, windows, source, installation, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -188,7 +237,7 @@
 
 <p>You can unpack the distribution with <a href="http://www.winzip.com">WinZip</a> or type the following from any Command Prompt window:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">unzip ImageMagick-windows.zip</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>unzip ImageMagick-windows.zip</span></p>
 <p>Now that you have the ImageMagick Windows source distribution unpacked, let's configure it.</p>
 
 </div>
@@ -245,8 +294,8 @@
 
 <ol>
   <li>Right click on the All project and select <em>Set As Active Project</em></li>
-  <li>Select "Build=&gt;Clean Solution"</li>
-	<li>Select "Build=&gt;Build Solution"</li>
+  <li>Select "Build=>Clean Solution"</li>
+	<li>Select "Build=>Build Solution"</li>
 </ol>
 
 <p>The <em>clean</em> step is necessary in order to make sure that all of the target support libraries are updated with any patches needed to get them to compile properly under Visual Studio.</p>
@@ -276,7 +325,7 @@
 <p>With this feature enabled, you should be able to nab a copy of</p>
 
 <p class="text">
-  VisualMagick\utilities\UTIL_convert_xxx_exe.dsp  (for C) or  <br></br>
+  VisualMagick\utilities\UTIL_convert_xxx_exe.dsp  (for C) or  <br/>
   VisualMagick\Magick++\demo\UTIL_demo_xxx_exe.dsp (for C++)
 </p>
 
@@ -289,24 +338,24 @@
 <p>For straight C API command line applications use something from:</p>
 
 <p class="text">
-  ImageMagick\tests or  <br></br>
-  ImageMagick\utilities (source code) or <br></br>
-  ImageMagick\VisualMagick\tests or  <br></br>
+  ImageMagick\tests or  <br/>
+  ImageMagick\utilities (source code) or <br/>
+  ImageMagick\VisualMagick\tests or  <br/>
   ImageMagick\Visualmagick\utilities (project - DSP)
 </p>
 
 <p>For C++ and Magick++ command line applications use something from:</p>
 
 <p class="text">
-  ImageMagick\Magick++\tests or ImageMagick\Magick++\demo (source code) or <br></br>
-  ImageMagick\VisualMagick\Magick++\tests or  <br></br>
+  ImageMagick\Magick++\tests or ImageMagick\Magick++\demo (source code) or <br/>
+  ImageMagick\VisualMagick\Magick++\tests or  <br/>
   ImageMagick\VisualMagick\Magick++\demo (project - DSP)
 </p>
 
 <p>For C++ and Magick++ and MFC windows applications use:</p>
 
 <p class="text">
-  ImageMagick\contrib\win32\MFC\NtMagick (source code) or <br></br>
+  ImageMagick\contrib\win32\MFC\NtMagick (source code) or <br/>
   ImageMagick\VisualMagick\contrib\win32\MFC\NtMagick (project - DSP)
 </p>
 
@@ -371,7 +420,7 @@
 
 <p>To view any image in a Microsoft window, type</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert image.ext win:</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.ext win:</span></p>
 <p>Make sure <a href="http://www.cs.wisc.edu/~ghost/">Ghostscript</a> is installed, otherwise, you will be unable to convert or view a Postscript document, and Postscript standard fonts will not be available.</p>
 
 <p>You may use any standard web browser (e.g. Internet Explorer) to browse the ImageMagick documentation.</p>
@@ -426,7 +475,7 @@
 	<ol>
 	<li>Launch the Command Prompt application and move to the <code>contrib\win32\ATL7\ImageMagickObject</code> folder.</li>
 	<li>Build ImageMagickObject with these commands:
-	<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">BuildImageMagickObject clean</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">BuildImageMagickObject release</span></p></li>
+	<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>BuildImageMagickObject clean</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>BuildImageMagickObject release</span></p></li>
 	</ol>
 
 <h3>Build PerlMagick</h3>
@@ -434,21 +483,21 @@
 	<ol>
 	<li>Launch the Command Prompt application and move to the <code>PerlMagick</code> folder.</li>
 	<li>Build PerlMagick with these commands:
-	<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">perl Makefile.nt</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">nmake release</span></p></li>
+	<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>perl Makefile.nt</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>nmake release</span></p></li>
 	</ol>
 
 <h3>Create the Self-installing ImageMagick Binary Distribution</h3>
 
 	<ol>
 	<li>Double-click on <code>VisualMagick/installer/im-dll-16.iss</code> to launch the Inno Setup 5 wizard.</li>
-	<li>Select <code>File-&gt;Compile</code>.</li>
+	<li>Select <code>File->Compile</code>.</li>
 	</ol>
 
 <h3>Install the Binary Distribution</h3>
 
 	<ol>
 	<li>Double-click on
-	<code>VisualMagick/bin/ImageMagick-7.0.0-0-Q16-windows-dll.exe</code>
+	<code>VisualMagick/bin/ImageMagick-6.8.9-5-Q16-windows-dll.exe</code>
 	to launch the ImageMagick binary distribution.</li>
 	<li>Complete the installer screens to install ImageMagick on your system.</li>
 	</ol>
@@ -457,14 +506,14 @@
 
 	<ol>
 	<li>Launch the Command Prompt application and move to the <code>PerlMagick</code> folder and type
-	<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">nmake test</span></p></li>
+	<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>nmake test</span></p></li>
 
 	<li>Move to the <code>VisualMagick/tests</code> folder and type
-	<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">validate</span></p></li>
+	<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>validate</span></p></li>
 	<li>Move to the <code>VisualMagick/Magick++/tests</code> folder and type
-	<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">run_tests.bat</span></p></li>
+	<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>run_tests.bat</span></p></li>
 	<li>Move to the <code>VisualMagick/Magick++/demo</code> folder and type
-	<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">run_demos.bat</span></p></li>
+	<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>run_demos.bat</span></p></li>
 	</ol>
 
 <p>If all the tests pass without complaint, the ImageMagick self-install binary distribution is ready for use.</p>
@@ -483,7 +532,7 @@
 <h2><a id="project"></a>Building Your Custom Project</h2>
 <div class="doc-section">
 
-<p>The Windows <a href="binary-releases.html#windows">binary</a> distribution includes a number of demo projects that you can use as a template for your own custom project.  For example, start with the Button project, generally located in the <code>c:/Program Files/ImageMagick-6.5.5-0/Magick++_demos</code> folder.  If not, be sure to select <code>Configuration Properties-&gt;C/C++-&gt;Preprocessor</code> and set these definitions:</p>
+<p>The Windows <a href="binary-releases.html#windows">binary</a> distribution includes a number of demo projects that you can use as a template for your own custom project.  For example, start with the Button project, generally located in the <code>c:/Program Files/ImageMagick-6.5.5-0/Magick++_demos</code> folder.  If not, be sure to select <code>Configuration Properties->C/C++->Preprocessor</code> and set these definitions:</p>
 
 <pre class="text">
   NDEBUG
@@ -503,15 +552,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/animate.html b/www/animate.html
index e95f5d2..4d9e3ad 100644
--- a/www/animate.html
+++ b/www/animate.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Command-line Tools: Animate</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="command-line, tools:, animate, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="command-line, tools:, animate, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -183,10 +233,10 @@
 <div class="doc-section">
 <p>We list a few examples of the <code>animate</code> command here to illustrate its usefulness and ease of use.  To get started, lets animate an image sequence in the GIF format:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">animate movie.gif</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>animate movie.gif</span></p>
 <p>To animate a directory of JPEG images, use:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">animate *.jpg</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>animate *.jpg</span></p>
 <p>You can find additional examples of using <code>animate</code> in <a href="http://www.imagemagick.org/Usage/basics/#animate">Examples of ImageMagick Usage</a>.</p>
 
 </div>
@@ -634,15 +684,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/api.html b/www/api.html
index f41e662..fd66360 100644
--- a/www/api.html
+++ b/www/api.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Application Program Interfaces</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="application, program, interfaces, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="application, program, interfaces, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -199,10 +248,10 @@
 
   <dt><a id="c__"></a>C++</dt>
 
-<dd><a href="../Magick++.1">Magick++</a> provides an object-oriented C++ interface to ImageMagick.  See <a href="../tutorial/Magick++_tutorial.pdf">A Gentle Introduction to Magick++</a> for an introductory tutorial to Magick++.  We include the <a href="../tutorial/Magick++_tutorial.odt">source</a> if you want to correct, enhance, or expand the tutorial.</dd>
+<dd><a href="../Magick++">Magick++</a> provides an object-oriented C++ interface to ImageMagick.  See <a href="../tutorial/Magick++_tutorial.pdf">A Gentle Introduction to Magick++</a> for an introductory tutorial to Magick++.  We include the <a href="../tutorial/Magick++_tutorial.odt">source</a> if you want to correct, enhance, or expand the tutorial.</dd>
 
   <dt><a id="go"></a>GO</dt>
-  <dd><a href="https://github.com/gobinds/imagick">GoImagick</a> is a set of Go bindings to ImageMagick's MagickWand and MagickCore C APIs.</dd>
+  <dd><a href="https://github.com/gographics/imagick">GoImagick</a> is a set of Go bindings to ImageMagick's MagickWand and MagickCore C APIs.</dd>
 
   <dt><a id="java"></a>Java</dt>
 
@@ -288,15 +337,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/api/MagickCore/doxygen.css b/www/api/MagickCore/doxygen.css
index dabaff2..f0f36f8 100644
--- a/www/api/MagickCore/doxygen.css
+++ b/www/api/MagickCore/doxygen.css
@@ -1,7 +1,7 @@
-/* The standard CSS for doxygen 1.8.3.1 */
+/* The standard CSS for doxygen 1.8.6 */
 
 body, table, div, p, dl {
-	font: 400 14px/19px Roboto,sans-serif;
+	font: 400 14px/22px Roboto,sans-serif;
 }
 
 /* @group Heading Levels */
@@ -11,6 +11,7 @@
 }
 
 .title {
+	font: 400 14px/28px Roboto,sans-serif;
 	font-size: 150%;
 	font-weight: bold;
 	margin: 10px 2px;
@@ -55,10 +56,14 @@
 	-webkit-column-count: 3;
 }
 
-p.startli, p.startdd, p.starttd {
+p.startli, p.startdd {
 	margin-top: 2px;
 }
 
+p.starttd {
+	margin-top: 0px;
+}
+
 p.endli {
 	margin-bottom: 0px;
 }
@@ -140,11 +145,11 @@
 a.elRef {
 }
 
-a.code, a.code:visited {
+a.code, a.code:visited, a.line, a.line:visited {
 	color: #4665A2; 
 }
 
-a.codeRef, a.codeRef:visited {
+a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
 	color: #4665A2; 
 }
 
@@ -168,8 +173,8 @@
 }
 
 div.fragment {
-        padding: 4px;
-        margin: 4px;
+        padding: 4px 6px;
+        margin: 4px 8px 4px 2px;
 	background-color: #FBFCFD;
 	border: 1px solid #C4CFE5;
 }
@@ -687,6 +692,7 @@
 .directory td.entry {
         white-space: nowrap;
         padding-right: 6px;
+	padding-top: 3px;
 }
 
 .directory td.entry a {
@@ -787,7 +793,7 @@
 }
 
 .fieldtable td.fieldname {
-        padding-top: 5px;
+        padding-top: 3px;
 }
 
 .fieldtable td.fielddoc {
@@ -796,7 +802,7 @@
 }
 
 .fieldtable td.fielddoc p:first-child {
-        margin-top: 2px;
+        margin-top: 0px;
 }       
         
 .fieldtable td.fielddoc p:last-child {
@@ -1063,6 +1069,11 @@
         text-align: center;
 }
 
+.diagraph
+{
+        text-align: center;
+}
+
 .caption
 {
 	font-weight: bold;
@@ -1163,6 +1174,177 @@
         margin-bottom: 4px;
 }
 
+/* tooltip related style info */
+
+.ttc {
+        position: absolute;
+        display: none;
+}
+
+#powerTip {
+	cursor: default;
+	white-space: nowrap;
+	background-color: white;
+	border: 1px solid gray;
+	border-radius: 4px 4px 4px 4px;
+	box-shadow: 1px 1px 7px gray;
+	display: none;
+	font-size: smaller;
+	max-width: 80%;
+	opacity: 0.9;
+	padding: 1ex 1em 1em;
+	position: absolute;
+	z-index: 2147483647;
+}
+
+#powerTip div.ttdoc {
+        color: grey;
+	font-style: italic;
+}
+
+#powerTip div.ttname a {
+        font-weight: bold;
+}
+
+#powerTip div.ttname {
+        font-weight: bold;
+}
+
+#powerTip div.ttdeci {
+        color: #006318;
+}
+
+#powerTip div {
+        margin: 0px;
+        padding: 0px;
+        font: 12px/16px Roboto,sans-serif;
+}
+
+#powerTip:before, #powerTip:after {
+	content: "";
+	position: absolute;
+	margin: 0px;
+}
+
+#powerTip.n:after,  #powerTip.n:before,
+#powerTip.s:after,  #powerTip.s:before,
+#powerTip.w:after,  #powerTip.w:before,
+#powerTip.e:after,  #powerTip.e:before,
+#powerTip.ne:after, #powerTip.ne:before,
+#powerTip.se:after, #powerTip.se:before,
+#powerTip.nw:after, #powerTip.nw:before,
+#powerTip.sw:after, #powerTip.sw:before {
+	border: solid transparent;
+	content: " ";
+	height: 0;
+	width: 0;
+	position: absolute;
+}
+
+#powerTip.n:after,  #powerTip.s:after,
+#powerTip.w:after,  #powerTip.e:after,
+#powerTip.nw:after, #powerTip.ne:after,
+#powerTip.sw:after, #powerTip.se:after {
+	border-color: rgba(255, 255, 255, 0);
+}
+
+#powerTip.n:before,  #powerTip.s:before,
+#powerTip.w:before,  #powerTip.e:before,
+#powerTip.nw:before, #powerTip.ne:before,
+#powerTip.sw:before, #powerTip.se:before {
+	border-color: rgba(128, 128, 128, 0);
+}
+
+#powerTip.n:after,  #powerTip.n:before,
+#powerTip.ne:after, #powerTip.ne:before,
+#powerTip.nw:after, #powerTip.nw:before {
+	top: 100%;
+}
+
+#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
+	border-top-color: #ffffff;
+	border-width: 10px;
+	margin: 0px -10px;
+}
+#powerTip.n:before {
+	border-top-color: #808080;
+	border-width: 11px;
+	margin: 0px -11px;
+}
+#powerTip.n:after, #powerTip.n:before {
+	left: 50%;
+}
+
+#powerTip.nw:after, #powerTip.nw:before {
+	right: 14px;
+}
+
+#powerTip.ne:after, #powerTip.ne:before {
+	left: 14px;
+}
+
+#powerTip.s:after,  #powerTip.s:before,
+#powerTip.se:after, #powerTip.se:before,
+#powerTip.sw:after, #powerTip.sw:before {
+	bottom: 100%;
+}
+
+#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
+	border-bottom-color: #ffffff;
+	border-width: 10px;
+	margin: 0px -10px;
+}
+
+#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
+	border-bottom-color: #808080;
+	border-width: 11px;
+	margin: 0px -11px;
+}
+
+#powerTip.s:after, #powerTip.s:before {
+	left: 50%;
+}
+
+#powerTip.sw:after, #powerTip.sw:before {
+	right: 14px;
+}
+
+#powerTip.se:after, #powerTip.se:before {
+	left: 14px;
+}
+
+#powerTip.e:after, #powerTip.e:before {
+	left: 100%;
+}
+#powerTip.e:after {
+	border-left-color: #ffffff;
+	border-width: 10px;
+	top: 50%;
+	margin-top: -10px;
+}
+#powerTip.e:before {
+	border-left-color: #808080;
+	border-width: 11px;
+	top: 50%;
+	margin-top: -11px;
+}
+
+#powerTip.w:after, #powerTip.w:before {
+	right: 100%;
+}
+#powerTip.w:after {
+	border-right-color: #ffffff;
+	border-width: 10px;
+	top: 50%;
+	margin-top: -10px;
+}
+#powerTip.w:before {
+	border-right-color: #808080;
+	border-width: 11px;
+	top: 50%;
+	margin-top: -11px;
+}
+
 @media print
 {
   #top { display: none; }
diff --git a/www/api/MagickCore/index.html b/www/api/MagickCore/index.html
index 383e44c..946ca21 100644
--- a/www/api/MagickCore/index.html
+++ b/www/api/MagickCore/index.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
-<meta name="generator" content="Doxygen 1.8.3.1"/>
+<meta name="generator" content="Doxygen 1.8.6"/>
 <title>MagickCore: Main Page</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
 <script type="text/javascript" src="jquery.js"></script>
@@ -33,7 +33,7 @@
 </table>
 </div>
 <!-- end header part -->
-<!-- Generated by Doxygen 1.8.3.1 -->
+<!-- Generated by Doxygen 1.8.6 -->
 </div><!-- top -->
 <div id="side-nav" class="ui-resizable side-nav-resizable">
   <div id="nav-tree">
@@ -55,15 +55,6 @@
 </div><!--header-->
 <div class="contents">
 <ul><li><a href="index.html"><span>Main&#160;Page</span></a>
-</li><li><a href="annotated.html"><span>Data&#160;Structures</span></a>
-<ul><li><a href="annotated.html"><span>Data&#160;Structures</span></a>
-</li><li><a href="classes.html"><span>Data&#160;Structure&#160;Index</span></a>
-</li><li><a href="functions.html"><span>Data&#160;Fields</span></a>
-</li></ul>
-</li><li><a href="files.html"><span>Files</span></a>
-<ul><li><a href="files.html"><span>File&#160;List</span></a>
-</li><li><a href="globals.html"><span>Globals</span></a>
-</li></ul>
 </li></ul>
 </div><!-- contents -->
 </div><!-- doc-content -->
@@ -72,7 +63,7 @@
   <ul>
     <li class="footer">Generated by
     <a href="http://www.doxygen.org/index.html">
-    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.3.1 </li>
+    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
   </ul>
 </div>
 </body>
diff --git a/www/api/MagickWand/doxygen.css b/www/api/MagickWand/doxygen.css
index dabaff2..f0f36f8 100644
--- a/www/api/MagickWand/doxygen.css
+++ b/www/api/MagickWand/doxygen.css
@@ -1,7 +1,7 @@
-/* The standard CSS for doxygen 1.8.3.1 */
+/* The standard CSS for doxygen 1.8.6 */
 
 body, table, div, p, dl {
-	font: 400 14px/19px Roboto,sans-serif;
+	font: 400 14px/22px Roboto,sans-serif;
 }
 
 /* @group Heading Levels */
@@ -11,6 +11,7 @@
 }
 
 .title {
+	font: 400 14px/28px Roboto,sans-serif;
 	font-size: 150%;
 	font-weight: bold;
 	margin: 10px 2px;
@@ -55,10 +56,14 @@
 	-webkit-column-count: 3;
 }
 
-p.startli, p.startdd, p.starttd {
+p.startli, p.startdd {
 	margin-top: 2px;
 }
 
+p.starttd {
+	margin-top: 0px;
+}
+
 p.endli {
 	margin-bottom: 0px;
 }
@@ -140,11 +145,11 @@
 a.elRef {
 }
 
-a.code, a.code:visited {
+a.code, a.code:visited, a.line, a.line:visited {
 	color: #4665A2; 
 }
 
-a.codeRef, a.codeRef:visited {
+a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
 	color: #4665A2; 
 }
 
@@ -168,8 +173,8 @@
 }
 
 div.fragment {
-        padding: 4px;
-        margin: 4px;
+        padding: 4px 6px;
+        margin: 4px 8px 4px 2px;
 	background-color: #FBFCFD;
 	border: 1px solid #C4CFE5;
 }
@@ -687,6 +692,7 @@
 .directory td.entry {
         white-space: nowrap;
         padding-right: 6px;
+	padding-top: 3px;
 }
 
 .directory td.entry a {
@@ -787,7 +793,7 @@
 }
 
 .fieldtable td.fieldname {
-        padding-top: 5px;
+        padding-top: 3px;
 }
 
 .fieldtable td.fielddoc {
@@ -796,7 +802,7 @@
 }
 
 .fieldtable td.fielddoc p:first-child {
-        margin-top: 2px;
+        margin-top: 0px;
 }       
         
 .fieldtable td.fielddoc p:last-child {
@@ -1063,6 +1069,11 @@
         text-align: center;
 }
 
+.diagraph
+{
+        text-align: center;
+}
+
 .caption
 {
 	font-weight: bold;
@@ -1163,6 +1174,177 @@
         margin-bottom: 4px;
 }
 
+/* tooltip related style info */
+
+.ttc {
+        position: absolute;
+        display: none;
+}
+
+#powerTip {
+	cursor: default;
+	white-space: nowrap;
+	background-color: white;
+	border: 1px solid gray;
+	border-radius: 4px 4px 4px 4px;
+	box-shadow: 1px 1px 7px gray;
+	display: none;
+	font-size: smaller;
+	max-width: 80%;
+	opacity: 0.9;
+	padding: 1ex 1em 1em;
+	position: absolute;
+	z-index: 2147483647;
+}
+
+#powerTip div.ttdoc {
+        color: grey;
+	font-style: italic;
+}
+
+#powerTip div.ttname a {
+        font-weight: bold;
+}
+
+#powerTip div.ttname {
+        font-weight: bold;
+}
+
+#powerTip div.ttdeci {
+        color: #006318;
+}
+
+#powerTip div {
+        margin: 0px;
+        padding: 0px;
+        font: 12px/16px Roboto,sans-serif;
+}
+
+#powerTip:before, #powerTip:after {
+	content: "";
+	position: absolute;
+	margin: 0px;
+}
+
+#powerTip.n:after,  #powerTip.n:before,
+#powerTip.s:after,  #powerTip.s:before,
+#powerTip.w:after,  #powerTip.w:before,
+#powerTip.e:after,  #powerTip.e:before,
+#powerTip.ne:after, #powerTip.ne:before,
+#powerTip.se:after, #powerTip.se:before,
+#powerTip.nw:after, #powerTip.nw:before,
+#powerTip.sw:after, #powerTip.sw:before {
+	border: solid transparent;
+	content: " ";
+	height: 0;
+	width: 0;
+	position: absolute;
+}
+
+#powerTip.n:after,  #powerTip.s:after,
+#powerTip.w:after,  #powerTip.e:after,
+#powerTip.nw:after, #powerTip.ne:after,
+#powerTip.sw:after, #powerTip.se:after {
+	border-color: rgba(255, 255, 255, 0);
+}
+
+#powerTip.n:before,  #powerTip.s:before,
+#powerTip.w:before,  #powerTip.e:before,
+#powerTip.nw:before, #powerTip.ne:before,
+#powerTip.sw:before, #powerTip.se:before {
+	border-color: rgba(128, 128, 128, 0);
+}
+
+#powerTip.n:after,  #powerTip.n:before,
+#powerTip.ne:after, #powerTip.ne:before,
+#powerTip.nw:after, #powerTip.nw:before {
+	top: 100%;
+}
+
+#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
+	border-top-color: #ffffff;
+	border-width: 10px;
+	margin: 0px -10px;
+}
+#powerTip.n:before {
+	border-top-color: #808080;
+	border-width: 11px;
+	margin: 0px -11px;
+}
+#powerTip.n:after, #powerTip.n:before {
+	left: 50%;
+}
+
+#powerTip.nw:after, #powerTip.nw:before {
+	right: 14px;
+}
+
+#powerTip.ne:after, #powerTip.ne:before {
+	left: 14px;
+}
+
+#powerTip.s:after,  #powerTip.s:before,
+#powerTip.se:after, #powerTip.se:before,
+#powerTip.sw:after, #powerTip.sw:before {
+	bottom: 100%;
+}
+
+#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
+	border-bottom-color: #ffffff;
+	border-width: 10px;
+	margin: 0px -10px;
+}
+
+#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
+	border-bottom-color: #808080;
+	border-width: 11px;
+	margin: 0px -11px;
+}
+
+#powerTip.s:after, #powerTip.s:before {
+	left: 50%;
+}
+
+#powerTip.sw:after, #powerTip.sw:before {
+	right: 14px;
+}
+
+#powerTip.se:after, #powerTip.se:before {
+	left: 14px;
+}
+
+#powerTip.e:after, #powerTip.e:before {
+	left: 100%;
+}
+#powerTip.e:after {
+	border-left-color: #ffffff;
+	border-width: 10px;
+	top: 50%;
+	margin-top: -10px;
+}
+#powerTip.e:before {
+	border-left-color: #808080;
+	border-width: 11px;
+	top: 50%;
+	margin-top: -11px;
+}
+
+#powerTip.w:after, #powerTip.w:before {
+	right: 100%;
+}
+#powerTip.w:after {
+	border-right-color: #ffffff;
+	border-width: 10px;
+	top: 50%;
+	margin-top: -10px;
+}
+#powerTip.w:before {
+	border-right-color: #808080;
+	border-width: 11px;
+	top: 50%;
+	margin-top: -11px;
+}
+
 @media print
 {
   #top { display: none; }
diff --git a/www/api/MagickWand/index.html b/www/api/MagickWand/index.html
index cba852c..022d4fe 100644
--- a/www/api/MagickWand/index.html
+++ b/www/api/MagickWand/index.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
-<meta name="generator" content="Doxygen 1.8.3.1"/>
+<meta name="generator" content="Doxygen 1.8.6"/>
 <title>MagickWand: Main Page</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
 <script type="text/javascript" src="jquery.js"></script>
@@ -33,7 +33,7 @@
 </table>
 </div>
 <!-- end header part -->
-<!-- Generated by Doxygen 1.8.3.1 -->
+<!-- Generated by Doxygen 1.8.6 -->
 </div><!-- top -->
 <div id="side-nav" class="ui-resizable side-nav-resizable">
   <div id="nav-tree">
@@ -55,15 +55,6 @@
 </div><!--header-->
 <div class="contents">
 <ul><li><a href="index.html"><span>Main&#160;Page</span></a>
-</li><li><a href="annotated.html"><span>Data&#160;Structures</span></a>
-<ul><li><a href="annotated.html"><span>Data&#160;Structures</span></a>
-</li><li><a href="classes.html"><span>Data&#160;Structure&#160;Index</span></a>
-</li><li><a href="functions.html"><span>Data&#160;Fields</span></a>
-</li></ul>
-</li><li><a href="files.html"><span>Files</span></a>
-<ul><li><a href="files.html"><span>File&#160;List</span></a>
-</li><li><a href="globals.html"><span>Globals</span></a>
-</li></ul>
 </li></ul>
 </div><!-- contents -->
 </div><!-- doc-content -->
@@ -72,7 +63,7 @@
   <ul>
     <li class="footer">Generated by
     <a href="http://www.doxygen.org/index.html">
-    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.3.1 </li>
+    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
   </ul>
 </div>
 </body>
diff --git a/www/api/animate.html b/www/api/animate.html
index a44d61c..12520ca 100644
--- a/www/api/animate.html
+++ b/www/api/animate.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Interactively Animate an Image Sequence</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, interactively, animate, an, image, sequence, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, interactively, animate, an, image, sequence, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -202,15 +251,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/annotate.html b/www/api/annotate.html
index 08a337e..fe0e3be 100644
--- a/www/api/annotate.html
+++ b/www/api/annotate.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Annotate an Image</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, annotate, an, image, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, annotate, an, image, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module annotate Methods</h1>
-<p class="navigation-index">[<a href="annotate.html#AnnotateImage">AnnotateImage</a> • <a href="annotate.html#FormatMagickCaption">FormatMagickCaption</a> • <a href="annotate.html#GetMultilineTypeMetrics">GetMultilineTypeMetrics</a> • <a href="annotate.html#GetTypeMetrics">GetTypeMetrics</a>]</p>
+<p class="navigation-index">[<a href="annotate.html#AnnotateImage">AnnotateImage</a> &#8226; <a href="annotate.html#FormatMagickCaption">FormatMagickCaption</a> &#8226; <a href="annotate.html#GetMultilineTypeMetrics">GetMultilineTypeMetrics</a> &#8226; <a href="annotate.html#GetTypeMetrics">GetTypeMetrics</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/annotate_8c.html" id="AnnotateImage">AnnotateImage</a></h2>
 <div class="doc-section">
@@ -341,15 +390,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/attribute.html b/www/api/attribute.html
index 01a508f..666b574 100644
--- a/www/api/attribute.html
+++ b/www/api/attribute.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Set Text Attributes</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, set, text, attributes, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, set, text, attributes, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module attribute Methods</h1>
-<p class="navigation-index">[<a href="attribute.html#GetImageChannelDepth">GetImageChannelDepth</a> • <a href="attribute.html#GetImageQuantumDepth">GetImageQuantumDepth</a> • <a href="attribute.html#GetImageType">GetImageType</a> • <a href="attribute.html#IsGrayImage">IsGrayImage</a> • <a href="attribute.html#IsMonochromeImage">IsMonochromeImage</a> • <a href="attribute.html#IsOpaqueImage">IsOpaqueImage</a> • <a href="attribute.html#SetImageChannelDepth">SetImageChannelDepth</a> • <a href="attribute.html#SetImageType">SetImageType</a>]</p>
+<p class="navigation-index">[<a href="attribute.html#GetImageChannelDepth">GetImageChannelDepth</a> &#8226; <a href="attribute.html#GetImageQuantumDepth">GetImageQuantumDepth</a> &#8226; <a href="attribute.html#GetImageType">GetImageType</a> &#8226; <a href="attribute.html#IsGrayImage">IsGrayImage</a> &#8226; <a href="attribute.html#IsMonochromeImage">IsMonochromeImage</a> &#8226; <a href="attribute.html#IsOpaqueImage">IsOpaqueImage</a> &#8226; <a href="attribute.html#SetImageChannelDepth">SetImageChannelDepth</a> &#8226; <a href="attribute.html#SetImageType">SetImageType</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/attribute_8c.html" id="GetImageChannelDepth">GetImageChannelDepth</a></h2>
 <div class="doc-section">
@@ -365,15 +414,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/blob.html b/www/api/blob.html
index 377fff2..2d746e9 100644
--- a/www/api/blob.html
+++ b/www/api/blob.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Read or Write Binary Large OBjects</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, read, or, write, binary, large, objects, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, read, or, write, binary, large, objects, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module blob Methods</h1>
-<p class="navigation-index">[<a href="blob.html#BlobToImage">BlobToImage</a> • <a href="blob.html#FileToImage">FileToImage</a> • <a href="blob.html#GetBlobProperties">GetBlobProperties</a> • <a href="blob.html#ImageToBlob">ImageToBlob</a> • <a href="blob.html#ImageToFile">ImageToFile</a> • <a href="blob.html#ImagesToBlob">ImagesToBlob</a> • <a href="blob.html#InjectImageBlob">InjectImageBlob</a>]</p>
+<p class="navigation-index">[<a href="blob.html#BlobToImage">BlobToImage</a> &#8226; <a href="blob.html#FileToImage">FileToImage</a> &#8226; <a href="blob.html#GetBlobProperties">GetBlobProperties</a> &#8226; <a href="blob.html#ImageToBlob">ImageToBlob</a> &#8226; <a href="blob.html#ImageToFile">ImageToFile</a> &#8226; <a href="blob.html#ImagesToBlob">ImagesToBlob</a> &#8226; <a href="blob.html#InjectImageBlob">InjectImageBlob</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/blob_8c.html" id="BlobToImage">BlobToImage</a></h2>
 <div class="doc-section">
@@ -356,15 +405,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/cache-view.html b/www/api/cache-view.html
index 840a29f..9e64e88 100644
--- a/www/api/cache-view.html
+++ b/www/api/cache-view.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Cache Views</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, cache, views, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, cache, views, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module cache-view Methods</h1>
-<p class="navigation-index">[<a href="cache-view.html#AcquireAuthenticCacheView">AcquireAuthenticCacheView</a> • <a href="cache-view.html#AcquireVirtualCacheView">AcquireVirtualCacheView</a> • <a href="cache-view.html#CloneCacheView">CloneCacheView</a> • <a href="cache-view.html#DestroyCacheView">DestroyCacheView</a> • <a href="cache-view.html#GetCacheViewChannels">GetCacheViewChannels</a> • <a href="cache-view.html#GetCacheViewColorspace">GetCacheViewColorspace</a> • <a href="cache-view.html#GetCacheViewException">GetCacheViewException</a> • <a href="cache-view.html#GetCacheViewStorageClass">GetCacheViewStorageClass</a> • <a href="cache-view.html#GetCacheViewAuthenticPixels">GetCacheViewAuthenticPixels</a> • <a href="cache-view.html#GetOneCacheViewAuthenticPixel">GetOneCacheViewAuthenticPixel</a> • <a href="cache-view.html#GetCacheViewAuthenticIndexQueue">GetCacheViewAuthenticIndexQueue</a> • <a href="cache-view.html#GetCacheViewAuthenticPixelQueue">GetCacheViewAuthenticPixelQueue</a> • <a href="cache-view.html#GetCacheViewVirtualIndexQueue">GetCacheViewVirtualIndexQueue</a> • <a href="cache-view.html#GetCacheViewVirtualPixelQueue">GetCacheViewVirtualPixelQueue</a> • <a href="cache-view.html#GetCacheViewVirtualPixels">GetCacheViewVirtualPixels</a> • <a href="cache-view.html#GetOneCacheViewVirtualPixel">GetOneCacheViewVirtualPixel</a> • <a href="cache-view.html#GetOneCacheViewVirtualMethodPixel">GetOneCacheViewVirtualMethodPixel</a> • <a href="cache-view.html#QueueCacheViewAuthenticPixels">QueueCacheViewAuthenticPixels</a> • <a href="cache-view.html#SetCacheViewStorageClass">SetCacheViewStorageClass</a> • <a href="cache-view.html#SetCacheViewVirtualPixelMethod">SetCacheViewVirtualPixelMethod</a> • <a href="cache-view.html#SyncCacheViewAuthenticPixels">SyncCacheViewAuthenticPixels</a>]</p>
+<p class="navigation-index">[<a href="cache-view.html#AcquireAuthenticCacheView">AcquireAuthenticCacheView</a> &#8226; <a href="cache-view.html#AcquireVirtualCacheView">AcquireVirtualCacheView</a> &#8226; <a href="cache-view.html#CloneCacheView">CloneCacheView</a> &#8226; <a href="cache-view.html#DestroyCacheView">DestroyCacheView</a> &#8226; <a href="cache-view.html#GetCacheViewChannels">GetCacheViewChannels</a> &#8226; <a href="cache-view.html#GetCacheViewColorspace">GetCacheViewColorspace</a> &#8226; <a href="cache-view.html#GetCacheViewException">GetCacheViewException</a> &#8226; <a href="cache-view.html#GetCacheViewStorageClass">GetCacheViewStorageClass</a> &#8226; <a href="cache-view.html#GetCacheViewAuthenticPixels">GetCacheViewAuthenticPixels</a> &#8226; <a href="cache-view.html#GetOneCacheViewAuthenticPixel">GetOneCacheViewAuthenticPixel</a> &#8226; <a href="cache-view.html#GetCacheViewAuthenticIndexQueue">GetCacheViewAuthenticIndexQueue</a> &#8226; <a href="cache-view.html#GetCacheViewAuthenticPixelQueue">GetCacheViewAuthenticPixelQueue</a> &#8226; <a href="cache-view.html#GetCacheViewVirtualIndexQueue">GetCacheViewVirtualIndexQueue</a> &#8226; <a href="cache-view.html#GetCacheViewVirtualPixelQueue">GetCacheViewVirtualPixelQueue</a> &#8226; <a href="cache-view.html#GetCacheViewVirtualPixels">GetCacheViewVirtualPixels</a> &#8226; <a href="cache-view.html#GetOneCacheViewVirtualPixel">GetOneCacheViewVirtualPixel</a> &#8226; <a href="cache-view.html#GetOneCacheViewVirtualMethodPixel">GetOneCacheViewVirtualMethodPixel</a> &#8226; <a href="cache-view.html#QueueCacheViewAuthenticPixels">QueueCacheViewAuthenticPixels</a> &#8226; <a href="cache-view.html#SetCacheViewStorageClass">SetCacheViewStorageClass</a> &#8226; <a href="cache-view.html#SetCacheViewVirtualPixelMethod">SetCacheViewVirtualPixelMethod</a> &#8226; <a href="cache-view.html#SyncCacheViewAuthenticPixels">SyncCacheViewAuthenticPixels</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="AcquireAuthenticCacheView">AcquireAuthenticCacheView</a></h2>
 <div class="doc-section">
@@ -618,15 +667,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/cache.html b/www/api/cache.html
index bba1ea1..8e7e485 100644
--- a/www/api/cache.html
+++ b/www/api/cache.html
@@ -7,16 +7,17 @@
                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Get or Set Image Pixels</title>
   <meta http-equiv="content-language" content="en-US"/>
   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
   <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
   <meta name="application-name" content="ImageMagick"/>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
   <meta name="application-url" content="http://www.imagemagick.org"/>
   <meta name="generator" content="PHP"/>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, get, or, set, image, pixels, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, get, or, set, image, pixels, convert, edit, compose, image, pixel"/>
   <meta name="rating" content="GENERAL"/>
   <meta name="robots" content="INDEX, FOLLOW"/>
   <meta name="generator" content="ImageMagick Studio LLC"/>
@@ -26,27 +27,27 @@
   <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
   <meta name="distribution" content="Global"/>
   <link rel="icon" href="../../images/wand.png"/>
-  <link rel="shortcut icon" href="../../images/wand.ico"  type="images/x-icon"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -88,11 +89,11 @@
 </div>
 <a href="../../discourse-server">
   <img src="../../images/logo.jpg"
-  alt="ImageMagick Logo"
+  alt="ImageMagick Logo" width="123" height="118"
   style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
 <a href="http://www.imagemagick.org/ImageMagick-7.0.0/index.html">
   <img src="../../images/sprite.jpg"
-  alt="ImageMagick Sprite"
+  alt="ImageMagick Sprite" width="114" height="118"
   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
@@ -180,6 +181,25 @@
 <div class="eastbar">
   <script type="text/javascript">
     /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
     (function() {
         var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
         po.type = 'text/javascript';
@@ -195,26 +215,7 @@
     <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" /></a>
   </noscript>
-    <div class="g-plusone" id="gplusone"></div>
-    <script type="text/javascript">
-      /* <![CDATA[ */
-      window.___gcfg = {
-        lang: 'en-US'
-      };
-
-      (function() {
-        var po = document.createElement('offline-script');
-        po.type = 'text/javascript';
-        po.async = true;
-        po.src = 'https://apis.google.com/js/plusone.js';
-        var script = document.getElementsByTagName('offline-script')[0];
-        script.parentNode.insertBefore(po, script);
-      })();
-      var gplusone = document.getElementById("gplusone");
-      gplusone.setAttribute("data-size","medium");
-      gplusone.setAttribute("data-count","true");
-      /* ]]> */
-    </script>
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -565,15 +566,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/channel.html b/www/api/channel.html
index 2cc6034..6018f3f 100644
--- a/www/api/channel.html
+++ b/www/api/channel.html
@@ -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>
 
@@ -71,99 +71,99 @@
   </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/script/search.php">Search</a>
+  <a title="Search" href="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>
@@ -289,7 +289,7 @@
 
     <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>
@@ -297,7 +297,7 @@
 </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>
diff --git a/www/api/cipher.html b/www/api/cipher.html
index 279b2e9..28a92f6 100644
--- a/www/api/cipher.html
+++ b/www/api/cipher.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Convert to and from Cipher Pixels</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, convert, to, from, cipher, pixels, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, convert, to, from, cipher, pixels, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module cipher Methods</h1>
-<p class="navigation-index">[<a href="cipher.html#AcquireAESInfo">AcquireAESInfo</a> • <a href="cipher.html#DestroyAESInfo">DestroyAESInfo</a> • <a href="cipher.html#EncipherAESBlock">EncipherAESBlock</a> • <a href="cipher.html#PasskeyDecipherImage">PasskeyDecipherImage</a> • <a href="cipher.html#PasskeyEncipherImage">PasskeyEncipherImage</a> • <a href="cipher.html#SetAESKey">SetAESKey</a> • <a href="cipher.html#PasskeyDecipherImage">PasskeyDecipherImage</a> • <a href="cipher.html#PasskeyEncipherImage">PasskeyEncipherImage</a>]</p>
+<p class="navigation-index">[<a href="cipher.html#AcquireAESInfo">AcquireAESInfo</a> &#8226; <a href="cipher.html#DestroyAESInfo">DestroyAESInfo</a> &#8226; <a href="cipher.html#EncipherAESBlock">EncipherAESBlock</a> &#8226; <a href="cipher.html#PasskeyDecipherImage">PasskeyDecipherImage</a> &#8226; <a href="cipher.html#PasskeyEncipherImage">PasskeyEncipherImage</a> &#8226; <a href="cipher.html#SetAESKey">SetAESKey</a> &#8226; <a href="cipher.html#PasskeyDecipherImage">PasskeyDecipherImage</a> &#8226; <a href="cipher.html#PasskeyEncipherImage">PasskeyEncipherImage</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/cipher_8c.html" id="AcquireAESInfo">AcquireAESInfo</a></h2>
 <div class="doc-section">
@@ -367,15 +416,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/color.html b/www/api/color.html
index 66290d8..20851ab 100644
--- a/www/api/color.html
+++ b/www/api/color.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Count the Colors in an Image</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, count, the, colors, in, an, image, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, count, the, colors, in, an, image, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module color Methods</h1>
-<p class="navigation-index">[<a href="color.html#GetColorInfoList">GetColorInfoList</a> • <a href="color.html#GetColorList">GetColorList</a> • <a href="color.html#ListColorInfo">ListColorInfo</a> • <a href="color.html#LoadColorList">LoadColorList</a> • <a href="color.html#QueryColorCompliance">QueryColorCompliance</a> • <a href="color.html#QueryColorDatabase">QueryColorDatabase</a> • <a href="color.html#QueryColorname">QueryColorname</a> • <a href="color.html#QueryMagickColorCompliance">QueryMagickColorCompliance</a> • <a href="color.html#QueryMagickColor">QueryMagickColor</a> • <a href="color.html#QueryMagickColorname">QueryMagickColorname</a>]</p>
+<p class="navigation-index">[<a href="color.html#GetColorInfoList">GetColorInfoList</a> &#8226; <a href="color.html#GetColorList">GetColorList</a> &#8226; <a href="color.html#ListColorInfo">ListColorInfo</a> &#8226; <a href="color.html#LoadColorList">LoadColorList</a> &#8226; <a href="color.html#QueryColorCompliance">QueryColorCompliance</a> &#8226; <a href="color.html#QueryColorDatabase">QueryColorDatabase</a> &#8226; <a href="color.html#QueryColorname">QueryColorname</a> &#8226; <a href="color.html#QueryMagickColorCompliance">QueryMagickColorCompliance</a> &#8226; <a href="color.html#QueryMagickColor">QueryMagickColor</a> &#8226; <a href="color.html#QueryMagickColorname">QueryMagickColorname</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/color_8c.html" id="GetColorInfoList">GetColorInfoList</a></h2>
 <div class="doc-section">
@@ -436,15 +485,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/colormap.html b/www/api/colormap.html
index 34690c5..dbf331d 100644
--- a/www/api/colormap.html
+++ b/www/api/colormap.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Colormap Methods</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, colormap, methods, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, colormap, methods, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module colormap Methods</h1>
-<p class="navigation-index">[<a href="colormap.html#AcquireImageColormap">AcquireImageColormap</a> • <a href="colormap.html#CycleColormap">CycleColormap</a>]</p>
+<p class="navigation-index">[<a href="colormap.html#AcquireImageColormap">AcquireImageColormap</a> &#8226; <a href="colormap.html#CycleColormap">CycleColormap</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/colormap_8c.html" id="AcquireImageColormap">AcquireImageColormap</a></h2>
 <div class="doc-section">
@@ -222,15 +271,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/colorspace.html b/www/api/colorspace.html
index b7a6742..f5b87c8 100644
--- a/www/api/colorspace.html
+++ b/www/api/colorspace.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Dealing with Image Colorspaces</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, dealing, with, image, colorspaces, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, dealing, with, image, colorspaces, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -51,13 +57,21 @@
 
   <!-- ImageMagick style -->
   <style type="text/css" media="all">
-    @import url("../../../../www/magick.css");
+    @import url("../../www/magick.css");
   </style>
 </head>
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,113 +83,145 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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" width="123" height="118"
+  style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
+<a href="http://www.imagemagick.org/ImageMagick-7.0.0/index.html">
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
 
 <div class="menu">
-  <a title="About ImageMagick" href="../../../../index.html">About ImageMagick</a>
+  <a title="About ImageMagick" href="http://www.imagemagick.org/ImageMagick-7.0.0/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>
+<div  class="menu">
+   <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/script/search.php">Search</a>
+  <a title="Search" href="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>
+<div  class="sub">
+  <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>
-</div>
 </div>
 
 <div class="eastbar">
-  
-  <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="../../../../index.html"></a></div>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
+  <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module colorspace Methods</h1>
-<p class="navigation-index">[<a href="colorspace.html#SetImageColorspace">SetImageColorspace</a> • <a href="colorspace.html#TransformImageColorspace">TransformImageColorspace</a>]</p>
+<p class="navigation-index">[<a href="colorspace.html#SetImageColorspace">SetImageColorspace</a> &#8226; <a href="colorspace.html#TransformImageColorspace">TransformImageColorspace</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/colorspace_8c.html" id="SetImageColorspace">SetImageColorspace</a></h2>
 <div class="doc-section">
@@ -226,8 +272,8 @@
     <span id="linkbar-west"> </span>
 
     <span id="linkbar-center">
+      <a href="../../discourse-server">Discourse Server</a> •
       <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="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
@@ -235,7 +281,7 @@
 </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>
diff --git a/www/api/compare.html b/www/api/compare.html
index 147c421..cbf51db 100644
--- a/www/api/compare.html
+++ b/www/api/compare.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Compare an Image to a Reconstructed Image</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, compare, an, image, to, a, reconstructed, image, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, compare, an, image, to, a, reconstructed, image, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module compare Methods</h1>
-<p class="navigation-index">[<a href="compare.html#CompareImageChannels">CompareImageChannels</a> • <a href="compare.html#GetImageChannelDistortion">GetImageChannelDistortion</a> • <a href="compare.html#GetImageChannelDistrortion">GetImageChannelDistrortion</a> • <a href="compare.html#IsImagesEqual">IsImagesEqual</a> • <a href="compare.html#SimilarityImage">SimilarityImage</a>]</p>
+<p class="navigation-index">[<a href="compare.html#CompareImageChannels">CompareImageChannels</a> &#8226; <a href="compare.html#GetImageChannelDistortion">GetImageChannelDistortion</a> &#8226; <a href="compare.html#GetImageChannelDistrortion">GetImageChannelDistrortion</a> &#8226; <a href="compare.html#IsImagesEqual">IsImagesEqual</a> &#8226; <a href="compare.html#SimilarityImage">SimilarityImage</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/compare_8c.html" id="CompareImageChannels">CompareImageChannels</a></h2>
 <div class="doc-section">
@@ -286,7 +335,7 @@
 <h5>normalized_maximum_error</h5>
 <p>The normalized maximum quantization error for any single pixel in the image.  This distance measure is normalized to a range between 0 and 1.  It is independent of the range of red, green, and blue values in your image.</p>
 
-<p>A small normalized mean square error, accessed as image-&gt;normalized_mean_error, suggests the images are very similar in spatial layout and color.</p>
+<p>A small normalized mean square error, accessed as image->normalized_mean_error, suggests the images are very similar in spatial layout and color.</p>
 
 <p>The format of the IsImagesEqual method is:</p>
 
@@ -340,15 +389,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/composite.html b/www/api/composite.html
index 0b434e1..a1975ae 100644
--- a/www/api/composite.html
+++ b/www/api/composite.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Composite an Image</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, composite, an, image, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, composite, an, image, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module composite Methods</h1>
-<p class="navigation-index">[<a href="composite.html#CompositeImageChannel">CompositeImageChannel</a> • <a href="composite.html#TextureImage">TextureImage</a>]</p>
+<p class="navigation-index">[<a href="composite.html#CompositeImageChannel">CompositeImageChannel</a> &#8226; <a href="composite.html#TextureImage">TextureImage</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/composite_8c.html" id="CompositeImageChannel">CompositeImageChannel</a></h2>
 <div class="doc-section">
@@ -250,15 +299,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/constitute.html b/www/api/constitute.html
index 87dab86..735135a 100644
--- a/www/api/constitute.html
+++ b/www/api/constitute.html
@@ -7,16 +7,17 @@
                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Constitute an Image</title>
   <meta http-equiv="content-language" content="en-US"/>
   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
   <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
   <meta name="application-name" content="ImageMagick"/>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
   <meta name="application-url" content="http://www.imagemagick.org"/>
   <meta name="generator" content="PHP"/>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, constitute, an, image, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, constitute, an, image, convert, edit, compose, image, pixel"/>
   <meta name="rating" content="GENERAL"/>
   <meta name="robots" content="INDEX, FOLLOW"/>
   <meta name="generator" content="ImageMagick Studio LLC"/>
@@ -26,27 +27,27 @@
   <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
   <meta name="distribution" content="Global"/>
   <link rel="icon" href="../../images/wand.png"/>
-  <link rel="shortcut icon" href="../../images/wand.ico"  type="images/x-icon"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -88,11 +89,11 @@
 </div>
 <a href="../../discourse-server">
   <img src="../../images/logo.jpg"
-  alt="ImageMagick Logo"
+  alt="ImageMagick Logo" width="123" height="118"
   style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
 <a href="http://www.imagemagick.org/ImageMagick-7.0.0/index.html">
   <img src="../../images/sprite.jpg"
-  alt="ImageMagick Sprite"
+  alt="ImageMagick Sprite" width="114" height="118"
   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
@@ -180,6 +181,25 @@
 <div class="eastbar">
   <script type="text/javascript">
     /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
     (function() {
         var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
         po.type = 'text/javascript';
@@ -195,26 +215,7 @@
     <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" /></a>
   </noscript>
-    <div class="g-plusone" id="gplusone"></div>
-    <script type="text/javascript">
-      /* <![CDATA[ */
-      window.___gcfg = {
-        lang: 'en-US'
-      };
-
-      (function() {
-        var po = document.createElement('offline-script');
-        po.type = 'text/javascript';
-        po.async = true;
-        po.src = 'https://apis.google.com/js/plusone.js';
-        var script = document.getElementsByTagName('offline-script')[0];
-        script.parentNode.insertBefore(po, script);
-      })();
-      var gplusone = document.getElementById("gplusone");
-      gplusone.setAttribute("data-size","medium");
-      gplusone.setAttribute("data-count","true");
-      /* ]]> */
-    </script>
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -394,15 +395,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/decorate.html b/www/api/decorate.html
index e4aa21c..c165249 100644
--- a/www/api/decorate.html
+++ b/www/api/decorate.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Decorate an Image</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, decorate, an, image, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, decorate, an, image, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module decorate Methods</h1>
-<p class="navigation-index">[<a href="decorate.html#BorderImage">BorderImage</a> • <a href="decorate.html#FrameImage">FrameImage</a> • <a href="decorate.html#RaiseImage">RaiseImage</a>]</p>
+<p class="navigation-index">[<a href="decorate.html#BorderImage">BorderImage</a> &#8226; <a href="decorate.html#FrameImage">FrameImage</a> &#8226; <a href="decorate.html#RaiseImage">RaiseImage</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/decorate_8c.html" id="BorderImage">BorderImage</a></h2>
 <div class="doc-section">
@@ -253,15 +302,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/deprecate.html b/www/api/deprecate.html
index e6eee99..6436980 100644
--- a/www/api/deprecate.html
+++ b/www/api/deprecate.html
@@ -7,16 +7,17 @@
                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Deprecated Methods</title>
   <meta http-equiv="content-language" content="en-US"/>
   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
   <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
   <meta name="application-name" content="ImageMagick"/>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
   <meta name="application-url" content="http://www.imagemagick.org"/>
   <meta name="generator" content="PHP"/>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, deprecated, methods, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, deprecated, methods, convert, edit, compose, image, pixel"/>
   <meta name="rating" content="GENERAL"/>
   <meta name="robots" content="INDEX, FOLLOW"/>
   <meta name="generator" content="ImageMagick Studio LLC"/>
@@ -26,27 +27,27 @@
   <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
   <meta name="distribution" content="Global"/>
   <link rel="icon" href="../../images/wand.png"/>
-  <link rel="shortcut icon" href="../../images/wand.ico"  type="images/x-icon"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -88,11 +89,11 @@
 </div>
 <a href="../../discourse-server">
   <img src="../../images/logo.jpg"
-  alt="ImageMagick Logo"
+  alt="ImageMagick Logo" width="123" height="118"
   style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
 <a href="http://www.imagemagick.org/ImageMagick-7.0.0/index.html">
   <img src="../../images/sprite.jpg"
-  alt="ImageMagick Sprite"
+  alt="ImageMagick Sprite" width="114" height="118"
   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
@@ -180,6 +181,25 @@
 <div class="eastbar">
   <script type="text/javascript">
     /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
     (function() {
         var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
         po.type = 'text/javascript';
@@ -195,26 +215,7 @@
     <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" /></a>
   </noscript>
-    <div class="g-plusone" id="gplusone"></div>
-    <script type="text/javascript">
-      /* <![CDATA[ */
-      window.___gcfg = {
-        lang: 'en-US'
-      };
-
-      (function() {
-        var po = document.createElement('offline-script');
-        po.type = 'text/javascript';
-        po.async = true;
-        po.src = 'https://apis.google.com/js/plusone.js';
-        var script = document.getElementsByTagName('offline-script')[0];
-        script.parentNode.insertBefore(po, script);
-      })();
-      var gplusone = document.getElementById("gplusone");
-      gplusone.setAttribute("data-size","medium");
-      gplusone.setAttribute("data-count","true");
-      /* ]]> */
-    </script>
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -3251,15 +3252,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/display.html b/www/api/display.html
index 5f1af52..f9b9ea6 100644
--- a/www/api/display.html
+++ b/www/api/display.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Interactively Display and Edit an Image</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, interactively, display, edit, an, image, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, interactively, display, edit, an, image, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module display Methods</h1>
-<p class="navigation-index">[<a href="display.html#DisplayImages">DisplayImages</a> • <a href="display.html#RemoteDisplayCommand">RemoteDisplayCommand</a> • <a href="display.html#XDisplayBackgroundImage">XDisplayBackgroundImage</a>]</p>
+<p class="navigation-index">[<a href="display.html#DisplayImages">DisplayImages</a> &#8226; <a href="display.html#RemoteDisplayCommand">RemoteDisplayCommand</a> &#8226; <a href="display.html#XDisplayBackgroundImage">XDisplayBackgroundImage</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/display_8c.html" id="DisplayImages">DisplayImages</a></h2>
 <div class="doc-section">
@@ -253,15 +302,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/distort.html b/www/api/distort.html
index 7311bca..141bd6a 100644
--- a/www/api/distort.html
+++ b/www/api/distort.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Image Distortions</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, image, distortions, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, image, distortions, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module distort Methods</h1>
-<p class="navigation-index">[<a href="distort.html#AffineTransformImage">AffineTransformImage</a> • <a href="distort.html#DistortImage">DistortImage</a> • <a href="distort.html#RotateImage">RotateImage</a> • <a href="distort.html#SparseColorImage">SparseColorImage</a>]</p>
+<p class="navigation-index">[<a href="distort.html#AffineTransformImage">AffineTransformImage</a> &#8226; <a href="distort.html#DistortImage">DistortImage</a> &#8226; <a href="distort.html#RotateImage">RotateImage</a> &#8226; <a href="distort.html#SparseColorImage">SparseColorImage</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/distort_8c.html" id="AffineTransformImage">AffineTransformImage</a></h2>
 <div class="doc-section">
@@ -323,15 +372,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/draw.html b/www/api/draw.html
index ebee0cf..1f132af 100644
--- a/www/api/draw.html
+++ b/www/api/draw.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Draw on an Image</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, draw, on, an, image, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, draw, on, an, image, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module draw Methods</h1>
-<p class="navigation-index">[<a href="draw.html#AcquireDrawInfo">AcquireDrawInfo</a> • <a href="draw.html#CloneDrawInfo">CloneDrawInfo</a> • <a href="draw.html#DestroyDrawInfo">DestroyDrawInfo</a> • <a href="draw.html#DrawAffineImage">DrawAffineImage</a> • <a href="draw.html#DrawClipPath">DrawClipPath</a> • <a href="draw.html#DrawImage">DrawImage</a> • <a href="draw.html#DrawGradientImage">DrawGradientImage</a> • <a href="draw.html#DrawPatternPath">DrawPatternPath</a> • <a href="draw.html#DrawPrimitive">DrawPrimitive</a> • <a href="draw.html#GetAffineMatrix">GetAffineMatrix</a>]</p>
+<p class="navigation-index">[<a href="draw.html#AcquireDrawInfo">AcquireDrawInfo</a> &#8226; <a href="draw.html#CloneDrawInfo">CloneDrawInfo</a> &#8226; <a href="draw.html#DestroyDrawInfo">DestroyDrawInfo</a> &#8226; <a href="draw.html#DrawAffineImage">DrawAffineImage</a> &#8226; <a href="draw.html#DrawClipPath">DrawClipPath</a> &#8226; <a href="draw.html#DrawImage">DrawImage</a> &#8226; <a href="draw.html#DrawGradientImage">DrawGradientImage</a> &#8226; <a href="draw.html#DrawPatternPath">DrawPatternPath</a> &#8226; <a href="draw.html#DrawPrimitive">DrawPrimitive</a> &#8226; <a href="draw.html#GetAffineMatrix">GetAffineMatrix</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/draw_8c.html" id="AcquireDrawInfo">AcquireDrawInfo</a></h2>
 <div class="doc-section">
@@ -388,15 +437,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html
index 599664d..9430b32 100644
--- a/www/api/drawing-wand.html
+++ b/www/api/drawing-wand.html
@@ -7,16 +7,17 @@
                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickWand, C API for ImageMagick: Drawing Wand Methods</title>
   <meta http-equiv="content-language" content="en-US"/>
   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
   <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
   <meta name="application-name" content="ImageMagick"/>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
   <meta name="application-url" content="http://www.imagemagick.org"/>
   <meta name="generator" content="PHP"/>
-  <meta name="keywords" content="magickwc, api, for, imagemagick:, drawing, wmethods, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"/>
+  <meta name="keywords" content="magickwc, api, for, imagemagick:, drawing, wmethods, convert, edit, compose, image, pixel"/>
   <meta name="rating" content="GENERAL"/>
   <meta name="robots" content="INDEX, FOLLOW"/>
   <meta name="generator" content="ImageMagick Studio LLC"/>
@@ -26,27 +27,27 @@
   <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
   <meta name="distribution" content="Global"/>
   <link rel="icon" href="../../images/wand.png"/>
-  <link rel="shortcut icon" href="../../images/wand.ico"  type="images/x-icon"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -88,11 +89,11 @@
 </div>
 <a href="../../discourse-server">
   <img src="../../images/logo.jpg"
-  alt="ImageMagick Logo"
+  alt="ImageMagick Logo" width="123" height="118"
   style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
 <a href="http://www.imagemagick.org/ImageMagick-7.0.0/index.html">
   <img src="../../images/sprite.jpg"
-  alt="ImageMagick Sprite"
+  alt="ImageMagick Sprite" width="114" height="118"
   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
@@ -180,6 +181,25 @@
 <div class="eastbar">
   <script type="text/javascript">
     /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
     (function() {
         var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
         po.type = 'text/javascript';
@@ -195,26 +215,7 @@
     <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" /></a>
   </noscript>
-    <div class="g-plusone" id="gplusone"></div>
-    <script type="text/javascript">
-      /* <![CDATA[ */
-      window.___gcfg = {
-        lang: 'en-US'
-      };
-
-      (function() {
-        var po = document.createElement('offline-script');
-        po.type = 'text/javascript';
-        po.async = true;
-        po.src = 'https://apis.google.com/js/plusone.js';
-        var script = document.getElementsByTagName('offline-script')[0];
-        script.parentNode.insertBefore(po, script);
-      })();
-      var gplusone = document.getElementById("gplusone");
-      gplusone.setAttribute("data-size","medium");
-      gplusone.setAttribute("data-count","true");
-      /* ]]> */
-    </script>
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -3054,15 +3055,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/effect.html b/www/api/effect.html
index e2856c2..b257a11 100644
--- a/www/api/effect.html
+++ b/www/api/effect.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Add an Effect</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, add, an, effect, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, add, an, effect, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module effect Methods</h1>
-<p class="navigation-index">[<a href="effect.html#AdaptiveBlurImage">AdaptiveBlurImage</a> • <a href="effect.html#AdaptiveSharpenImage">AdaptiveSharpenImage</a> • <a href="effect.html#BlurImage">BlurImage</a> • <a href="effect.html#ConvolveImage">ConvolveImage</a> • <a href="effect.html#DespeckleImage">DespeckleImage</a> • <a href="effect.html#EdgeImage">EdgeImage</a> • <a href="effect.html#EmbossImage">EmbossImage</a> • <a href="effect.html#FilterImage">FilterImage</a> • <a href="effect.html#GaussianBlurImage">GaussianBlurImage</a> • <a href="effect.html#MotionBlurImage">MotionBlurImage</a> • <a href="effect.html#PreviewImage">PreviewImage</a> • <a href="effect.html#RadialBlurImage">RadialBlurImage</a> • <a href="effect.html#SelectiveBlurImage">SelectiveBlurImage</a> • <a href="effect.html#ShadeImage">ShadeImage</a> • <a href="effect.html#SharpenImage">SharpenImage</a> • <a href="effect.html#SpreadImage">SpreadImage</a> • <a href="effect.html#UnsharpMaskImage">UnsharpMaskImage</a>]</p>
+<p class="navigation-index">[<a href="effect.html#AdaptiveBlurImage">AdaptiveBlurImage</a> &#8226; <a href="effect.html#AdaptiveSharpenImage">AdaptiveSharpenImage</a> &#8226; <a href="effect.html#BlurImage">BlurImage</a> &#8226; <a href="effect.html#ConvolveImage">ConvolveImage</a> &#8226; <a href="effect.html#DespeckleImage">DespeckleImage</a> &#8226; <a href="effect.html#EdgeImage">EdgeImage</a> &#8226; <a href="effect.html#EmbossImage">EmbossImage</a> &#8226; <a href="effect.html#FilterImage">FilterImage</a> &#8226; <a href="effect.html#GaussianBlurImage">GaussianBlurImage</a> &#8226; <a href="effect.html#MotionBlurImage">MotionBlurImage</a> &#8226; <a href="effect.html#PreviewImage">PreviewImage</a> &#8226; <a href="effect.html#RadialBlurImage">RadialBlurImage</a> &#8226; <a href="effect.html#SelectiveBlurImage">SelectiveBlurImage</a> &#8226; <a href="effect.html#ShadeImage">ShadeImage</a> &#8226; <a href="effect.html#SharpenImage">SharpenImage</a> &#8226; <a href="effect.html#SpreadImage">SpreadImage</a> &#8226; <a href="effect.html#UnsharpMaskImage">UnsharpMaskImage</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/effect_8c.html" id="AdaptiveBlurImage">AdaptiveBlurImage</a></h2>
 <div class="doc-section">
@@ -702,15 +751,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/enhance.html b/www/api/enhance.html
index eed0bab..e1085b6 100644
--- a/www/api/enhance.html
+++ b/www/api/enhance.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Enhance an Image</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, enhance, an, image, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, enhance, an, image, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module enhance Methods</h1>
-<p class="navigation-index">[<a href="enhance.html#AutoGammaImage">AutoGammaImage</a> • <a href="enhance.html#AutoLevelImage">AutoLevelImage</a> • <a href="enhance.html#BrightnessContrastImage">BrightnessContrastImage</a> • <a href="enhance.html#ColorDecisionListImage">ColorDecisionListImage</a> • <a href="enhance.html#ClutImage">ClutImage</a> • <a href="enhance.html#ContrastImage">ContrastImage</a> • <a href="enhance.html#ContrastStretchImage">ContrastStretchImage</a> • <a href="enhance.html#EnhanceImage">EnhanceImage</a> • <a href="enhance.html#EqualizeImage">EqualizeImage</a> • <a href="enhance.html#GammaImage">GammaImage</a> • <a href="enhance.html#HaldClutImage">HaldClutImage</a> • <a href="enhance.html#LevelImage">LevelImage</a> • <a href="enhance.html#LevelizeImage">LevelizeImage</a> • <a href="enhance.html#LevelizeImageChannel">LevelizeImageChannel</a> • <a href="enhance.html#LevelImageColor">LevelImageColor</a> • <a href="enhance.html#LinearStretchImage">LinearStretchImage</a> • <a href="enhance.html#ModulateImage">ModulateImage</a> • <a href="enhance.html#NegateImage">NegateImage</a> • <a href="enhance.html#The NormalizeImage">The NormalizeImage</a> • <a href="enhance.html#SigmoidalContrastImage">SigmoidalContrastImage</a>]</p>
+<p class="navigation-index">[<a href="enhance.html#AutoGammaImage">AutoGammaImage</a> &#8226; <a href="enhance.html#AutoLevelImage">AutoLevelImage</a> &#8226; <a href="enhance.html#BrightnessContrastImage">BrightnessContrastImage</a> &#8226; <a href="enhance.html#ColorDecisionListImage">ColorDecisionListImage</a> &#8226; <a href="enhance.html#ClutImage">ClutImage</a> &#8226; <a href="enhance.html#ContrastImage">ContrastImage</a> &#8226; <a href="enhance.html#ContrastStretchImage">ContrastStretchImage</a> &#8226; <a href="enhance.html#EnhanceImage">EnhanceImage</a> &#8226; <a href="enhance.html#EqualizeImage">EqualizeImage</a> &#8226; <a href="enhance.html#GammaImage">GammaImage</a> &#8226; <a href="enhance.html#HaldClutImage">HaldClutImage</a> &#8226; <a href="enhance.html#LevelImage">LevelImage</a> &#8226; <a href="enhance.html#LevelizeImage">LevelizeImage</a> &#8226; <a href="enhance.html#LevelizeImageChannel">LevelizeImageChannel</a> &#8226; <a href="enhance.html#LevelImageColor">LevelImageColor</a> &#8226; <a href="enhance.html#LinearStretchImage">LinearStretchImage</a> &#8226; <a href="enhance.html#ModulateImage">ModulateImage</a> &#8226; <a href="enhance.html#NegateImage">NegateImage</a> &#8226; <a href="enhance.html#The NormalizeImage">The NormalizeImage</a> &#8226; <a href="enhance.html#SigmoidalContrastImage">SigmoidalContrastImage</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="AutoGammaImage">AutoGammaImage</a></h2>
 <div class="doc-section">
@@ -729,15 +778,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/exception.html b/www/api/exception.html
index bc8bfc0..6c78ab2 100644
--- a/www/api/exception.html
+++ b/www/api/exception.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Dealing with Exceptions</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, dealing, with, exceptions, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, dealing, with, exceptions, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module exception Methods</h1>
-<p class="navigation-index">[<a href="exception.html#AcquireExceptionInfo">AcquireExceptionInfo</a> • <a href="exception.html#ClearMagickException">ClearMagickException</a> • <a href="exception.html#CatchException">CatchException</a> • <a href="exception.html#DestroyExceptionInfo">DestroyExceptionInfo</a> • <a href="exception.html#GetExceptionInfo">GetExceptionInfo</a> • <a href="exception.html#GetExceptionMessage">GetExceptionMessage</a> • <a href="exception.html#GetLocaleExceptionMessage">GetLocaleExceptionMessage</a> • <a href="exception.html#InheritException">InheritException</a> • <a href="exception.html#MagickError">MagickError</a> • <a href="exception.html#MagickFatalError">MagickFatalError</a> • <a href="exception.html#MagickWarning">MagickWarning</a> • <a href="exception.html#SetErrorHandler">SetErrorHandler</a> • <a href="exception.html#SetFatalErrorHandler">SetFatalErrorHandler</a> • <a href="exception.html#SetWarningHandler">SetWarningHandler</a> • <a href="exception.html#ThrowException">ThrowException</a>]</p>
+<p class="navigation-index">[<a href="exception.html#AcquireExceptionInfo">AcquireExceptionInfo</a> &#8226; <a href="exception.html#ClearMagickException">ClearMagickException</a> &#8226; <a href="exception.html#CatchException">CatchException</a> &#8226; <a href="exception.html#DestroyExceptionInfo">DestroyExceptionInfo</a> &#8226; <a href="exception.html#GetExceptionInfo">GetExceptionInfo</a> &#8226; <a href="exception.html#GetExceptionMessage">GetExceptionMessage</a> &#8226; <a href="exception.html#GetLocaleExceptionMessage">GetLocaleExceptionMessage</a> &#8226; <a href="exception.html#InheritException">InheritException</a> &#8226; <a href="exception.html#MagickError">MagickError</a> &#8226; <a href="exception.html#MagickFatalError">MagickFatalError</a> &#8226; <a href="exception.html#MagickWarning">MagickWarning</a> &#8226; <a href="exception.html#SetErrorHandler">SetErrorHandler</a> &#8226; <a href="exception.html#SetFatalErrorHandler">SetFatalErrorHandler</a> &#8226; <a href="exception.html#SetWarningHandler">SetWarningHandler</a> &#8226; <a href="exception.html#ThrowException">ThrowException</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/exception_8c.html" id="AcquireExceptionInfo">AcquireExceptionInfo</a></h2>
 <div class="doc-section">
@@ -470,15 +519,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/feature.html b/www/api/feature.html
index 72c407c..a961523 100644
--- a/www/api/feature.html
+++ b/www/api/feature.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Image Features</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, image, features, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, image, features, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -212,15 +261,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/fourier.html b/www/api/fourier.html
index b3b00c9..f7b7832 100644
--- a/www/api/fourier.html
+++ b/www/api/fourier.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Fourier Transform</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, fourier, transform, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, fourier, transform, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module fourier Methods</h1>
-<p class="navigation-index">[<a href="fourier.html#ForwardFourierTransformImage">ForwardFourierTransformImage</a> • <a href="fourier.html#InverseFourierTransformImage">InverseFourierTransformImage</a>]</p>
+<p class="navigation-index">[<a href="fourier.html#ForwardFourierTransformImage">ForwardFourierTransformImage</a> &#8226; <a href="fourier.html#InverseFourierTransformImage">InverseFourierTransformImage</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/fourier_8c.html" id="ForwardFourierTransformImage">ForwardFourierTransformImage</a></h2>
 <div class="doc-section">
@@ -233,15 +282,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/fx.html b/www/api/fx.html
index 8e35cbd..f93c876 100644
--- a/www/api/fx.html
+++ b/www/api/fx.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Add a Special Effect</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, add, a, special, effect, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, add, a, special, effect, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module fx Methods</h1>
-<p class="navigation-index">[<a href="fx.html#AddNoiseImage">AddNoiseImage</a> • <a href="fx.html#BlueShiftImage">BlueShiftImage</a> • <a href="fx.html#CharcoalImage">CharcoalImage</a> • <a href="fx.html#ColorizeImage">ColorizeImage</a> • <a href="fx.html#ColorMatrixImage">ColorMatrixImage</a> • <a href="fx.html#FxImage">FxImage</a> • <a href="fx.html#ImplodeImage">ImplodeImage</a> • <a href="fx.html#The MorphImages">The MorphImages</a> • <a href="fx.html#PlasmaImage">PlasmaImage</a> • <a href="fx.html#PolaroidImage">PolaroidImage</a> • <a href="fx.html#MagickSepiaToneImage">MagickSepiaToneImage</a> • <a href="fx.html#ShadowImage">ShadowImage</a> • <a href="fx.html#SketchImage">SketchImage</a> • <a href="fx.html#SolarizeImage">SolarizeImage</a> • <a href="fx.html#SteganoImage">SteganoImage</a> • <a href="fx.html#StereoAnaglyphImage">StereoAnaglyphImage</a> • <a href="fx.html#SwirlImage">SwirlImage</a> • <a href="fx.html#TintImage">TintImage</a> • <a href="fx.html#VignetteImage">VignetteImage</a> • <a href="fx.html#WaveImage">WaveImage</a>]</p>
+<p class="navigation-index">[<a href="fx.html#AddNoiseImage">AddNoiseImage</a> &#8226; <a href="fx.html#BlueShiftImage">BlueShiftImage</a> &#8226; <a href="fx.html#CharcoalImage">CharcoalImage</a> &#8226; <a href="fx.html#ColorizeImage">ColorizeImage</a> &#8226; <a href="fx.html#ColorMatrixImage">ColorMatrixImage</a> &#8226; <a href="fx.html#FxImage">FxImage</a> &#8226; <a href="fx.html#ImplodeImage">ImplodeImage</a> &#8226; <a href="fx.html#The MorphImages">The MorphImages</a> &#8226; <a href="fx.html#PlasmaImage">PlasmaImage</a> &#8226; <a href="fx.html#PolaroidImage">PolaroidImage</a> &#8226; <a href="fx.html#MagickSepiaToneImage">MagickSepiaToneImage</a> &#8226; <a href="fx.html#ShadowImage">ShadowImage</a> &#8226; <a href="fx.html#SketchImage">SketchImage</a> &#8226; <a href="fx.html#SolarizeImage">SolarizeImage</a> &#8226; <a href="fx.html#SteganoImage">SteganoImage</a> &#8226; <a href="fx.html#StereoAnaglyphImage">StereoAnaglyphImage</a> &#8226; <a href="fx.html#SwirlImage">SwirlImage</a> &#8226; <a href="fx.html#TintImage">TintImage</a> &#8226; <a href="fx.html#VignetteImage">VignetteImage</a> &#8226; <a href="fx.html#WaveImage">WaveImage</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/fx_8c.html" id="AddNoiseImage">AddNoiseImage</a></h2>
 <div class="doc-section">
@@ -717,15 +766,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/histogram.html b/www/api/histogram.html
index 9818ac2..18b552b 100644
--- a/www/api/histogram.html
+++ b/www/api/histogram.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Image Histograms</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, image, histograms, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, image, histograms, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module histogram Methods</h1>
-<p class="navigation-index">[<a href="histogram.html#GetImageHistogram">GetImageHistogram</a> • <a href="histogram.html#IsHistogramImage">IsHistogramImage</a> • <a href="histogram.html#IsPaletteImage">IsPaletteImage</a> • <a href="histogram.html#MinMaxStretchImage">MinMaxStretchImage</a> • <a href="histogram.html#GetNumberColors">GetNumberColors</a> • <a href="histogram.html#UniqueImageColors">UniqueImageColors</a>]</p>
+<p class="navigation-index">[<a href="histogram.html#GetImageHistogram">GetImageHistogram</a> &#8226; <a href="histogram.html#IsHistogramImage">IsHistogramImage</a> &#8226; <a href="histogram.html#IsPaletteImage">IsPaletteImage</a> &#8226; <a href="histogram.html#MinMaxStretchImage">MinMaxStretchImage</a> &#8226; <a href="histogram.html#GetNumberColors">GetNumberColors</a> &#8226; <a href="histogram.html#UniqueImageColors">UniqueImageColors</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/histogram_8c.html" id="GetImageHistogram">GetImageHistogram</a></h2>
 <div class="doc-section">
@@ -324,15 +373,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/image-view.html b/www/api/image-view.html
index 1ef73a9..8c41e1b 100644
--- a/www/api/image-view.html
+++ b/www/api/image-view.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Image View Methods</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, image, view, methods, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, image, view, methods, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module image-view Methods</h1>
-<p class="navigation-index">[<a href="image-view.html#CloneImageView">CloneImageView</a> • <a href="image-view.html#DestroyImageView">DestroyImageView</a> • <a href="image-view.html#DuplexTransferImageViewIterator">DuplexTransferImageViewIterator</a> • <a href="image-view.html#GetImageViewAuthenticIndexes">GetImageViewAuthenticIndexes</a> • <a href="image-view.html#GetImageViewAuthenticPixels">GetImageViewAuthenticPixels</a> • <a href="image-view.html#GetImageViewException">GetImageViewException</a> • <a href="image-view.html#GetImageViewExtent">GetImageViewExtent</a> • <a href="image-view.html#GetImageViewImage">GetImageViewImage</a> • <a href="image-view.html#GetImageViewIterator">GetImageViewIterator</a> • <a href="image-view.html#GetImageViewVirtualIndexes">GetImageViewVirtualIndexes</a> • <a href="image-view.html#GetImageViewVirtualPixels">GetImageViewVirtualPixels</a> • <a href="image-view.html#IsImageView">IsImageView</a> • <a href="image-view.html#NewImageView">NewImageView</a> • <a href="image-view.html#NewImageViewRegion">NewImageViewRegion</a> • <a href="image-view.html#SetImageViewDescription">SetImageViewDescription</a> • <a href="image-view.html#SetImageViewIterator">SetImageViewIterator</a> • <a href="image-view.html#SetImageViewThreads">SetImageViewThreads</a> • <a href="image-view.html#TransferImageViewIterator">TransferImageViewIterator</a> • <a href="image-view.html#UpdateImageViewIterator">UpdateImageViewIterator</a>]</p>
+<p class="navigation-index">[<a href="image-view.html#CloneImageView">CloneImageView</a> &#8226; <a href="image-view.html#DestroyImageView">DestroyImageView</a> &#8226; <a href="image-view.html#DuplexTransferImageViewIterator">DuplexTransferImageViewIterator</a> &#8226; <a href="image-view.html#GetImageViewAuthenticIndexes">GetImageViewAuthenticIndexes</a> &#8226; <a href="image-view.html#GetImageViewAuthenticPixels">GetImageViewAuthenticPixels</a> &#8226; <a href="image-view.html#GetImageViewException">GetImageViewException</a> &#8226; <a href="image-view.html#GetImageViewExtent">GetImageViewExtent</a> &#8226; <a href="image-view.html#GetImageViewImage">GetImageViewImage</a> &#8226; <a href="image-view.html#GetImageViewIterator">GetImageViewIterator</a> &#8226; <a href="image-view.html#GetImageViewVirtualIndexes">GetImageViewVirtualIndexes</a> &#8226; <a href="image-view.html#GetImageViewVirtualPixels">GetImageViewVirtualPixels</a> &#8226; <a href="image-view.html#IsImageView">IsImageView</a> &#8226; <a href="image-view.html#NewImageView">NewImageView</a> &#8226; <a href="image-view.html#NewImageViewRegion">NewImageViewRegion</a> &#8226; <a href="image-view.html#SetImageViewDescription">SetImageViewDescription</a> &#8226; <a href="image-view.html#SetImageViewIterator">SetImageViewIterator</a> &#8226; <a href="image-view.html#SetImageViewThreads">SetImageViewThreads</a> &#8226; <a href="image-view.html#TransferImageViewIterator">TransferImageViewIterator</a> &#8226; <a href="image-view.html#UpdateImageViewIterator">UpdateImageViewIterator</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="CloneImageView">CloneImageView</a></h2>
 <div class="doc-section">
@@ -643,15 +692,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/image.html b/www/api/image.html
index 0c0339c..0f196b0 100644
--- a/www/api/image.html
+++ b/www/api/image.html
@@ -7,16 +7,17 @@
                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Image Methods</title>
   <meta http-equiv="content-language" content="en-US"/>
   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
   <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
   <meta name="application-name" content="ImageMagick"/>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
   <meta name="application-url" content="http://www.imagemagick.org"/>
   <meta name="generator" content="PHP"/>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, image, methods, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, image, methods, convert, edit, compose, image, pixel"/>
   <meta name="rating" content="GENERAL"/>
   <meta name="robots" content="INDEX, FOLLOW"/>
   <meta name="generator" content="ImageMagick Studio LLC"/>
@@ -26,27 +27,27 @@
   <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
   <meta name="distribution" content="Global"/>
   <link rel="icon" href="../../images/wand.png"/>
-  <link rel="shortcut icon" href="../../images/wand.ico"  type="images/x-icon"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -88,11 +89,11 @@
 </div>
 <a href="../../discourse-server">
   <img src="../../images/logo.jpg"
-  alt="ImageMagick Logo"
+  alt="ImageMagick Logo" width="123" height="118"
   style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
 <a href="http://www.imagemagick.org/ImageMagick-7.0.0/index.html">
   <img src="../../images/sprite.jpg"
-  alt="ImageMagick Sprite"
+  alt="ImageMagick Sprite" width="114" height="118"
   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
@@ -180,6 +181,25 @@
 <div class="eastbar">
   <script type="text/javascript">
     /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
     (function() {
         var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
         po.type = 'text/javascript';
@@ -195,26 +215,7 @@
     <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" /></a>
   </noscript>
-    <div class="g-plusone" id="gplusone"></div>
-    <script type="text/javascript">
-      /* <![CDATA[ */
-      window.___gcfg = {
-        lang: 'en-US'
-      };
-
-      (function() {
-        var po = document.createElement('offline-script');
-        po.type = 'text/javascript';
-        po.async = true;
-        po.src = 'https://apis.google.com/js/plusone.js';
-        var script = document.getElementsByTagName('offline-script')[0];
-        script.parentNode.insertBefore(po, script);
-      })();
-      var gplusone = document.getElementById("gplusone");
-      gplusone.setAttribute("data-size","medium");
-      gplusone.setAttribute("data-count","true");
-      /* ]]> */
-    </script>
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -1018,15 +1019,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/layer.html b/www/api/layer.html
index 3fddcb2..13ed0bd 100644
--- a/www/api/layer.html
+++ b/www/api/layer.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Dealing with Image Layers</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, dealing, with, image, layers, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, dealing, with, image, layers, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module layer Methods</h1>
-<p class="navigation-index">[<a href="layer.html#CoalesceImages">CoalesceImages</a> • <a href="layer.html#DisposeImages">DisposeImages</a> • <a href="layer.html#CompareImageLayers">CompareImageLayers</a> • <a href="layer.html#DeconstructImages">DeconstructImages</a> • <a href="layer.html#OptimizeImageLayers">OptimizeImageLayers</a> • <a href="layer.html#OptimizeImagePlusLayers">OptimizeImagePlusLayers</a> • <a href="layer.html#OptimizeImageTransparency">OptimizeImageTransparency</a> • <a href="layer.html#RemoveDuplicateLayers">RemoveDuplicateLayers</a> • <a href="layer.html#RemoveZeroDelayLayers">RemoveZeroDelayLayers</a> • <a href="layer.html#CompositeLayers">CompositeLayers</a> • <a href="layer.html#MergeImageLayers">MergeImageLayers</a>]</p>
+<p class="navigation-index">[<a href="layer.html#CoalesceImages">CoalesceImages</a> &#8226; <a href="layer.html#DisposeImages">DisposeImages</a> &#8226; <a href="layer.html#CompareImageLayers">CompareImageLayers</a> &#8226; <a href="layer.html#DeconstructImages">DeconstructImages</a> &#8226; <a href="layer.html#OptimizeImageLayers">OptimizeImageLayers</a> &#8226; <a href="layer.html#OptimizeImagePlusLayers">OptimizeImagePlusLayers</a> &#8226; <a href="layer.html#OptimizeImageTransparency">OptimizeImageTransparency</a> &#8226; <a href="layer.html#RemoveDuplicateLayers">RemoveDuplicateLayers</a> &#8226; <a href="layer.html#RemoveZeroDelayLayers">RemoveZeroDelayLayers</a> &#8226; <a href="layer.html#CompositeLayers">CompositeLayers</a> &#8226; <a href="layer.html#MergeImageLayers">MergeImageLayers</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/layer_8c.html" id="CoalesceImages">CoalesceImages</a></h2>
 <div class="doc-section">
@@ -459,15 +508,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/list.html b/www/api/list.html
index 51e201e..0726e4d 100644
--- a/www/api/list.html
+++ b/www/api/list.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Working with Image Lists</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, working, with, image, lists, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, working, with, image, lists, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module list Methods</h1>
-<p class="navigation-index">[<a href="list.html#AppendImageToList">AppendImageToList</a> • <a href="list.html#CloneImageList">CloneImageList</a> • <a href="list.html#CloneImages">CloneImages</a> • <a href="list.html#DeleteImageFromList">DeleteImageFromList</a> • <a href="list.html#DeleteImages">DeleteImages</a> • <a href="list.html#DestroyImageList">DestroyImageList</a> • <a href="list.html#DuplicateImages">DuplicateImages</a> • <a href="list.html#GetFirstImageInList">GetFirstImageInList</a> • <a href="list.html#GetImageFromList">GetImageFromList</a> • <a href="list.html#GetImageIndexInList">GetImageIndexInList</a> • <a href="list.html#GetImageListLength">GetImageListLength</a> • <a href="list.html#GetLastImageInList">GetLastImageInList</a> • <a href="list.html#GetNextImageInList">GetNextImageInList</a> • <a href="list.html#GetPreviousImageInList">GetPreviousImageInList</a> • <a href="list.html#ImageListToArray">ImageListToArray</a> • <a href="list.html#InsertImageInList">InsertImageInList</a> • <a href="list.html#NewImageList">NewImageList</a> • <a href="list.html#PrependImageToList">PrependImageToList</a> • <a href="list.html#RemoveImageFromList">RemoveImageFromList</a> • <a href="list.html#RemoveFirstImageFromList">RemoveFirstImageFromList</a> • <a href="list.html#RemoveLastImageFromList">RemoveLastImageFromList</a> • <a href="list.html#ReplaceImageInList">ReplaceImageInList</a> • <a href="list.html#ReplaceImageInListReturnLast">ReplaceImageInListReturnLast</a> • <a href="list.html#ReverseImageList">ReverseImageList</a> • <a href="list.html#SpliceImageIntoList">SpliceImageIntoList</a> • <a href="list.html#SplitImageList">SplitImageList</a>]</p>
+<p class="navigation-index">[<a href="list.html#AppendImageToList">AppendImageToList</a> &#8226; <a href="list.html#CloneImageList">CloneImageList</a> &#8226; <a href="list.html#CloneImages">CloneImages</a> &#8226; <a href="list.html#DeleteImageFromList">DeleteImageFromList</a> &#8226; <a href="list.html#DeleteImages">DeleteImages</a> &#8226; <a href="list.html#DestroyImageList">DestroyImageList</a> &#8226; <a href="list.html#DuplicateImages">DuplicateImages</a> &#8226; <a href="list.html#GetFirstImageInList">GetFirstImageInList</a> &#8226; <a href="list.html#GetImageFromList">GetImageFromList</a> &#8226; <a href="list.html#GetImageIndexInList">GetImageIndexInList</a> &#8226; <a href="list.html#GetImageListLength">GetImageListLength</a> &#8226; <a href="list.html#GetLastImageInList">GetLastImageInList</a> &#8226; <a href="list.html#GetNextImageInList">GetNextImageInList</a> &#8226; <a href="list.html#GetPreviousImageInList">GetPreviousImageInList</a> &#8226; <a href="list.html#ImageListToArray">ImageListToArray</a> &#8226; <a href="list.html#InsertImageInList">InsertImageInList</a> &#8226; <a href="list.html#NewImageList">NewImageList</a> &#8226; <a href="list.html#PrependImageToList">PrependImageToList</a> &#8226; <a href="list.html#RemoveImageFromList">RemoveImageFromList</a> &#8226; <a href="list.html#RemoveFirstImageFromList">RemoveFirstImageFromList</a> &#8226; <a href="list.html#RemoveLastImageFromList">RemoveLastImageFromList</a> &#8226; <a href="list.html#ReplaceImageInList">ReplaceImageInList</a> &#8226; <a href="list.html#ReplaceImageInListReturnLast">ReplaceImageInListReturnLast</a> &#8226; <a href="list.html#ReverseImageList">ReverseImageList</a> &#8226; <a href="list.html#SpliceImageIntoList">SpliceImageIntoList</a> &#8226; <a href="list.html#SplitImageList">SplitImageList</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/list_8c.html" id="AppendImageToList">AppendImageToList</a></h2>
 <div class="doc-section">
@@ -465,7 +514,7 @@
 
 <p>The images remain part of the original image list, with the array providing an alternative means of indexing the image array.</p>
 
-<p>group = ImageListToArray(images, exception); while (i = 0; group[i] != (Image *) NULL; i++) printf("s\n", group[i]-&gt;filename); printf("d images\n", i); group = RelinquishMagickMemory(group);</p>
+<p>group = ImageListToArray(images, exception); while (i = 0; group[i] != (Image *) NULL; i++) printf("s\n", group[i]->filename); printf("d images\n", i); group = RelinquishMagickMemory(group);</p>
 
 <p>The format of the ImageListToArray method is:</p>
 
@@ -700,15 +749,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/magick-deprecate.html b/www/api/magick-deprecate.html
index d05f250..5ee66d2 100644
--- a/www/api/magick-deprecate.html
+++ b/www/api/magick-deprecate.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickWand, C API for ImageMagick: Deprecated Methods</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickwc, api, for, imagemagick:, deprecated, methods, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickwc, api, for, imagemagick:, deprecated, methods, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module deprecate Methods</h1>
-<p class="navigation-index">[<a href="magick-deprecate.html#MagickAverageImages">MagickAverageImages</a> • <a href="magick-deprecate.html#ClonePixelView">ClonePixelView</a> • <a href="magick-deprecate.html#DestroyPixelView">DestroyPixelView</a> • <a href="magick-deprecate.html#DuplexTransferPixelViewIterator">DuplexTransferPixelViewIterator</a> • <a href="magick-deprecate.html#GetPixelViewException">GetPixelViewException</a> • <a href="magick-deprecate.html#GetPixelViewHeight">GetPixelViewHeight</a> • <a href="magick-deprecate.html#GetPixelViewIterator">GetPixelViewIterator</a> • <a href="magick-deprecate.html#GetPixelViewPixels">GetPixelViewPixels</a> • <a href="magick-deprecate.html#GetPixelViewWand">GetPixelViewWand</a> • <a href="magick-deprecate.html#GetPixelViewWidth">GetPixelViewWidth</a> • <a href="magick-deprecate.html#GetPixelViewX">GetPixelViewX</a> • <a href="magick-deprecate.html#GetPixelViewY">GetPixelViewY</a> • <a href="magick-deprecate.html#IsPixelView">IsPixelView</a> • <a href="magick-deprecate.html#MagickClipPathImage">MagickClipPathImage</a> • <a href="magick-deprecate.html#DrawGetFillAlpha">DrawGetFillAlpha</a> • <a href="magick-deprecate.html#DrawGetStrokeAlpha">DrawGetStrokeAlpha</a> • <a href="magick-deprecate.html#DrawPeekGraphicWand">DrawPeekGraphicWand</a> • <a href="magick-deprecate.html#DrawPopGraphicContext">DrawPopGraphicContext</a> • <a href="magick-deprecate.html#DrawPushGraphicContext">DrawPushGraphicContext</a> • <a href="magick-deprecate.html#DrawSetFillAlpha">DrawSetFillAlpha</a> • <a href="magick-deprecate.html#DrawSetStrokeAlpha">DrawSetStrokeAlpha</a> • <a href="magick-deprecate.html#MagickColorFloodfillImage">MagickColorFloodfillImage</a> • <a href="magick-deprecate.html#MagickDescribeImage">MagickDescribeImage</a> • <a href="magick-deprecate.html#MagickFlattenImages">MagickFlattenImages</a> • <a href="magick-deprecate.html#MagickGetImageAttribute">MagickGetImageAttribute</a> • <a href="magick-deprecate.html#MagickGetImageMatte">MagickGetImageMatte</a> • <a href="magick-deprecate.html#MagickGetImagePixels">MagickGetImagePixels</a> • <a href="magick-deprecate.html#MagickGetImageSize">MagickGetImageSize</a> • <a href="magick-deprecate.html#MagickMapImage">MagickMapImage</a> • <a href="magick-deprecate.html#MagickMatteFloodfillImage">MagickMatteFloodfillImage</a> • <a href="magick-deprecate.html#MagickMedianFilterImage">MagickMedianFilterImage</a> • <a href="magick-deprecate.html#MagickMinimumImages">MagickMinimumImages</a> • <a href="magick-deprecate.html#MagickModeImage">MagickModeImage</a> • <a href="magick-deprecate.html#MagickMosaicImages">MagickMosaicImages</a> • <a href="magick-deprecate.html#MagickOpaqueImage">MagickOpaqueImage</a> • <a href="magick-deprecate.html#MagickPaintFloodfillImage">MagickPaintFloodfillImage</a> • <a href="magick-deprecate.html#MagickPaintOpaqueImage">MagickPaintOpaqueImage</a> • <a href="magick-deprecate.html#MagickPaintTransparentImage">MagickPaintTransparentImage</a> • <a href="magick-deprecate.html#MagickRecolorImage">MagickRecolorImage</a> • <a href="magick-deprecate.html#MagickReduceNoiseImage">MagickReduceNoiseImage</a> • <a href="magick-deprecate.html#MagickMaximumImages">MagickMaximumImages</a> • <a href="magick-deprecate.html#MagickSetImageAttribute">MagickSetImageAttribute</a> • <a href="magick-deprecate.html#MagickSetImageIndex">MagickSetImageIndex</a> • <a href="magick-deprecate.html#MagickTransparentImage">MagickTransparentImage</a> • <a href="magick-deprecate.html#MagickRegionOfInterestImage">MagickRegionOfInterestImage</a> • <a href="magick-deprecate.html#MagickSetImagePixels">MagickSetImagePixels</a> • <a href="magick-deprecate.html#MagickWriteImageBlob">MagickWriteImageBlob</a> • <a href="magick-deprecate.html#NewPixelView">NewPixelView</a> • <a href="magick-deprecate.html#NewPixelViewRegion">NewPixelViewRegion</a> • <a href="magick-deprecate.html#PixelGetNextRow">PixelGetNextRow</a> • <a href="magick-deprecate.html#PixelIteratorGetException">PixelIteratorGetException</a> • <a href="magick-deprecate.html#SetPixelViewIterator">SetPixelViewIterator</a> • <a href="magick-deprecate.html#TransferPixelViewIterator">TransferPixelViewIterator</a> • <a href="magick-deprecate.html#UpdatePixelViewIterator">UpdatePixelViewIterator</a>]</p>
+<p class="navigation-index">[<a href="magick-deprecate.html#MagickAverageImages">MagickAverageImages</a> &#8226; <a href="magick-deprecate.html#ClonePixelView">ClonePixelView</a> &#8226; <a href="magick-deprecate.html#DestroyPixelView">DestroyPixelView</a> &#8226; <a href="magick-deprecate.html#DuplexTransferPixelViewIterator">DuplexTransferPixelViewIterator</a> &#8226; <a href="magick-deprecate.html#GetPixelViewException">GetPixelViewException</a> &#8226; <a href="magick-deprecate.html#GetPixelViewHeight">GetPixelViewHeight</a> &#8226; <a href="magick-deprecate.html#GetPixelViewIterator">GetPixelViewIterator</a> &#8226; <a href="magick-deprecate.html#GetPixelViewPixels">GetPixelViewPixels</a> &#8226; <a href="magick-deprecate.html#GetPixelViewWand">GetPixelViewWand</a> &#8226; <a href="magick-deprecate.html#GetPixelViewWidth">GetPixelViewWidth</a> &#8226; <a href="magick-deprecate.html#GetPixelViewX">GetPixelViewX</a> &#8226; <a href="magick-deprecate.html#GetPixelViewY">GetPixelViewY</a> &#8226; <a href="magick-deprecate.html#IsPixelView">IsPixelView</a> &#8226; <a href="magick-deprecate.html#MagickClipPathImage">MagickClipPathImage</a> &#8226; <a href="magick-deprecate.html#DrawGetFillAlpha">DrawGetFillAlpha</a> &#8226; <a href="magick-deprecate.html#DrawGetStrokeAlpha">DrawGetStrokeAlpha</a> &#8226; <a href="magick-deprecate.html#DrawPeekGraphicWand">DrawPeekGraphicWand</a> &#8226; <a href="magick-deprecate.html#DrawPopGraphicContext">DrawPopGraphicContext</a> &#8226; <a href="magick-deprecate.html#DrawPushGraphicContext">DrawPushGraphicContext</a> &#8226; <a href="magick-deprecate.html#DrawSetFillAlpha">DrawSetFillAlpha</a> &#8226; <a href="magick-deprecate.html#DrawSetStrokeAlpha">DrawSetStrokeAlpha</a> &#8226; <a href="magick-deprecate.html#MagickColorFloodfillImage">MagickColorFloodfillImage</a> &#8226; <a href="magick-deprecate.html#MagickDescribeImage">MagickDescribeImage</a> &#8226; <a href="magick-deprecate.html#MagickFlattenImages">MagickFlattenImages</a> &#8226; <a href="magick-deprecate.html#MagickGetImageAttribute">MagickGetImageAttribute</a> &#8226; <a href="magick-deprecate.html#MagickGetImageMatte">MagickGetImageMatte</a> &#8226; <a href="magick-deprecate.html#MagickGetImagePixels">MagickGetImagePixels</a> &#8226; <a href="magick-deprecate.html#MagickGetImageSize">MagickGetImageSize</a> &#8226; <a href="magick-deprecate.html#MagickMapImage">MagickMapImage</a> &#8226; <a href="magick-deprecate.html#MagickMatteFloodfillImage">MagickMatteFloodfillImage</a> &#8226; <a href="magick-deprecate.html#MagickMedianFilterImage">MagickMedianFilterImage</a> &#8226; <a href="magick-deprecate.html#MagickMinimumImages">MagickMinimumImages</a> &#8226; <a href="magick-deprecate.html#MagickModeImage">MagickModeImage</a> &#8226; <a href="magick-deprecate.html#MagickMosaicImages">MagickMosaicImages</a> &#8226; <a href="magick-deprecate.html#MagickOpaqueImage">MagickOpaqueImage</a> &#8226; <a href="magick-deprecate.html#MagickPaintFloodfillImage">MagickPaintFloodfillImage</a> &#8226; <a href="magick-deprecate.html#MagickPaintOpaqueImage">MagickPaintOpaqueImage</a> &#8226; <a href="magick-deprecate.html#MagickPaintTransparentImage">MagickPaintTransparentImage</a> &#8226; <a href="magick-deprecate.html#MagickRecolorImage">MagickRecolorImage</a> &#8226; <a href="magick-deprecate.html#MagickReduceNoiseImage">MagickReduceNoiseImage</a> &#8226; <a href="magick-deprecate.html#MagickMaximumImages">MagickMaximumImages</a> &#8226; <a href="magick-deprecate.html#MagickSetImageAttribute">MagickSetImageAttribute</a> &#8226; <a href="magick-deprecate.html#MagickSetImageIndex">MagickSetImageIndex</a> &#8226; <a href="magick-deprecate.html#MagickTransparentImage">MagickTransparentImage</a> &#8226; <a href="magick-deprecate.html#MagickRegionOfInterestImage">MagickRegionOfInterestImage</a> &#8226; <a href="magick-deprecate.html#MagickSetImagePixels">MagickSetImagePixels</a> &#8226; <a href="magick-deprecate.html#MagickWriteImageBlob">MagickWriteImageBlob</a> &#8226; <a href="magick-deprecate.html#NewPixelView">NewPixelView</a> &#8226; <a href="magick-deprecate.html#NewPixelViewRegion">NewPixelViewRegion</a> &#8226; <a href="magick-deprecate.html#PixelGetNextRow">PixelGetNextRow</a> &#8226; <a href="magick-deprecate.html#PixelIteratorGetException">PixelIteratorGetException</a> &#8226; <a href="magick-deprecate.html#SetPixelViewIterator">SetPixelViewIterator</a> &#8226; <a href="magick-deprecate.html#TransferPixelViewIterator">TransferPixelViewIterator</a> &#8226; <a href="magick-deprecate.html#UpdatePixelViewIterator">UpdatePixelViewIterator</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate_8c.html" id="MagickAverageImages">MagickAverageImages</a></h2>
 <div class="doc-section">
@@ -1418,15 +1467,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/magick-image.html b/www/api/magick-image.html
index 3236938..573ec6f 100644
--- a/www/api/magick-image.html
+++ b/www/api/magick-image.html
@@ -7,16 +7,17 @@
                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickWand, C API for ImageMagick: Image Methods</title>
   <meta http-equiv="content-language" content="en-US"/>
   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
   <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
   <meta name="application-name" content="ImageMagick"/>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
   <meta name="application-url" content="http://www.imagemagick.org"/>
   <meta name="generator" content="PHP"/>
-  <meta name="keywords" content="magickwc, api, for, imagemagick:, image, methods, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"/>
+  <meta name="keywords" content="magickwc, api, for, imagemagick:, image, methods, convert, edit, compose, image, pixel"/>
   <meta name="rating" content="GENERAL"/>
   <meta name="robots" content="INDEX, FOLLOW"/>
   <meta name="generator" content="ImageMagick Studio LLC"/>
@@ -26,27 +27,27 @@
   <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
   <meta name="distribution" content="Global"/>
   <link rel="icon" href="../../images/wand.png"/>
-  <link rel="shortcut icon" href="../../images/wand.ico"  type="images/x-icon"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -88,11 +89,11 @@
 </div>
 <a href="../../discourse-server">
   <img src="../../images/logo.jpg"
-  alt="ImageMagick Logo"
+  alt="ImageMagick Logo" width="123" height="118"
   style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
 <a href="http://www.imagemagick.org/ImageMagick-7.0.0/index.html">
   <img src="../../images/sprite.jpg"
-  alt="ImageMagick Sprite"
+  alt="ImageMagick Sprite" width="114" height="118"
   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
@@ -180,6 +181,25 @@
 <div class="eastbar">
   <script type="text/javascript">
     /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
     (function() {
         var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
         po.type = 'text/javascript';
@@ -195,26 +215,7 @@
     <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" /></a>
   </noscript>
-    <div class="g-plusone" id="gplusone"></div>
-    <script type="text/javascript">
-      /* <![CDATA[ */
-      window.___gcfg = {
-        lang: 'en-US'
-      };
-
-      (function() {
-        var po = document.createElement('offline-script');
-        po.type = 'text/javascript';
-        po.async = true;
-        po.src = 'https://apis.google.com/js/plusone.js';
-        var script = document.getElementsByTagName('offline-script')[0];
-        script.parentNode.insertBefore(po, script);
-      })();
-      var gplusone = document.getElementById("gplusone");
-      gplusone.setAttribute("data-size","medium");
-      gplusone.setAttribute("data-count","true");
-      /* ]]> */
-    </script>
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -6393,15 +6394,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/magick-property.html b/www/api/magick-property.html
index b8d2d5e..8472a26 100644
--- a/www/api/magick-property.html
+++ b/www/api/magick-property.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickWand, C API for ImageMagick: Property Methods</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickwc, api, for, imagemagick:, property, methods, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickwc, api, for, imagemagick:, property, methods, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module magick-property Methods</h1>
-<p class="navigation-index">[<a href="magick-property.html#MagickDeleteImageArtifact">MagickDeleteImageArtifact</a> • <a href="magick-property.html#MagickDeleteImageProperty">MagickDeleteImageProperty</a> • <a href="magick-property.html#MagickDeleteOption">MagickDeleteOption</a> • <a href="magick-property.html#MagickGetAntialias">MagickGetAntialias</a> • <a href="magick-property.html#MagickGetBackgroundColor">MagickGetBackgroundColor</a> • <a href="magick-property.html#MagickGetColorspace">MagickGetColorspace</a> • <a href="magick-property.html#MagickGetCompression">MagickGetCompression</a> • <a href="magick-property.html#MagickGetCompressionQuality">MagickGetCompressionQuality</a> • <a href="magick-property.html#MagickGetCopyright">MagickGetCopyright</a> • <a href="magick-property.html#MagickGetFilename">MagickGetFilename</a> • <a href="magick-property.html#MagickGetFont">MagickGetFont</a> • <a href="magick-property.html#MagickGetFormat">MagickGetFormat</a> • <a href="magick-property.html#MagickGetGravity">MagickGetGravity</a> • <a href="magick-property.html#MagickGetHomeURL">MagickGetHomeURL</a> • <a href="magick-property.html#MagickGetImageArtifact">MagickGetImageArtifact</a> • <a href="magick-property.html#MagickGetImageArtifacts">MagickGetImageArtifacts</a> • <a href="magick-property.html#MagickGetImageProfile">MagickGetImageProfile</a> • <a href="magick-property.html#MagickGetImageProfiles">MagickGetImageProfiles</a> • <a href="magick-property.html#MagickGetImageProperty">MagickGetImageProperty</a> • <a href="magick-property.html#MagickGetImageProperties">MagickGetImageProperties</a> • <a href="magick-property.html#MagickGetInterlaceScheme">MagickGetInterlaceScheme</a> • <a href="magick-property.html#MagickGetInterpolateMethod">MagickGetInterpolateMethod</a> • <a href="magick-property.html#MagickGetOption">MagickGetOption</a> • <a href="magick-property.html#MagickGetOptions">MagickGetOptions</a> • <a href="magick-property.html#MagickGetOrientation">MagickGetOrientation</a> • <a href="magick-property.html#MagickGetPackageName">MagickGetPackageName</a> • <a href="magick-property.html#MagickGetPage">MagickGetPage</a> • <a href="magick-property.html#MagickGetPointsize">MagickGetPointsize</a> • <a href="magick-property.html#MagickGetQuantumDepth">MagickGetQuantumDepth</a> • <a href="magick-property.html#MagickGetQuantumRange">MagickGetQuantumRange</a> • <a href="magick-property.html#MagickGetReleaseDate">MagickGetReleaseDate</a> • <a href="magick-property.html#MagickGetResolution">MagickGetResolution</a> • <a href="magick-property.html#MagickGetResource">MagickGetResource</a> • <a href="magick-property.html#MagickGetResourceLimit">MagickGetResourceLimit</a> • <a href="magick-property.html#MagickGetSamplingFactors">MagickGetSamplingFactors</a> • <a href="magick-property.html#MagickGetSize">MagickGetSize</a> • <a href="magick-property.html#MagickGetSizeOffset">MagickGetSizeOffset</a> • <a href="magick-property.html#MagickGetType">MagickGetType</a> • <a href="magick-property.html#MagickGetVersion">MagickGetVersion</a> • <a href="magick-property.html#MagickProfileImage">MagickProfileImage</a> • <a href="magick-property.html#MagickRemoveImageProfile">MagickRemoveImageProfile</a> • <a href="magick-property.html#MagickSetAntialias">MagickSetAntialias</a> • <a href="magick-property.html#MagickSetBackgroundColor">MagickSetBackgroundColor</a> • <a href="magick-property.html#MagickSetColorspace">MagickSetColorspace</a> • <a href="magick-property.html#MagickSetCompression">MagickSetCompression</a> • <a href="magick-property.html#MagickSetCompressionQuality">MagickSetCompressionQuality</a> • <a href="magick-property.html#MagickSetDepth">MagickSetDepth</a> • <a href="magick-property.html#MagickSetExtract">MagickSetExtract</a> • <a href="magick-property.html#MagickSetFilename">MagickSetFilename</a> • <a href="magick-property.html#MagickSetFont">MagickSetFont</a> • <a href="magick-property.html#MagickSetFormat">MagickSetFormat</a> • <a href="magick-property.html#MagickSetGravity">MagickSetGravity</a> • <a href="magick-property.html#MagickSetImageArtifact">MagickSetImageArtifact</a> • <a href="magick-property.html#MagickSetImageProfile">MagickSetImageProfile</a> • <a href="magick-property.html#MagickSetImageProperty">MagickSetImageProperty</a> • <a href="magick-property.html#MagickSetInterlaceScheme">MagickSetInterlaceScheme</a> • <a href="magick-property.html#MagickSetInterpolateMethod">MagickSetInterpolateMethod</a> • <a href="magick-property.html#MagickSetOption">MagickSetOption</a> • <a href="magick-property.html#MagickSetOrientation">MagickSetOrientation</a> • <a href="magick-property.html#MagickSetPage">MagickSetPage</a> • <a href="magick-property.html#MagickSetPassphrase">MagickSetPassphrase</a> • <a href="magick-property.html#MagickSetPointsize">MagickSetPointsize</a> • <a href="magick-property.html#MagickSetProgressMonitor">MagickSetProgressMonitor</a> • <a href="magick-property.html#MagickSetResourceLimit">MagickSetResourceLimit</a> • <a href="magick-property.html#MagickSetResolution">MagickSetResolution</a> • <a href="magick-property.html#MagickSetSamplingFactors">MagickSetSamplingFactors</a> • <a href="magick-property.html#MagickSetSize">MagickSetSize</a> • <a href="magick-property.html#MagickSetSizeOffset">MagickSetSizeOffset</a> • <a href="magick-property.html#MagickSetType">MagickSetType</a>]</p>
+<p class="navigation-index">[<a href="magick-property.html#MagickDeleteImageArtifact">MagickDeleteImageArtifact</a> &#8226; <a href="magick-property.html#MagickDeleteImageProperty">MagickDeleteImageProperty</a> &#8226; <a href="magick-property.html#MagickDeleteOption">MagickDeleteOption</a> &#8226; <a href="magick-property.html#MagickGetAntialias">MagickGetAntialias</a> &#8226; <a href="magick-property.html#MagickGetBackgroundColor">MagickGetBackgroundColor</a> &#8226; <a href="magick-property.html#MagickGetColorspace">MagickGetColorspace</a> &#8226; <a href="magick-property.html#MagickGetCompression">MagickGetCompression</a> &#8226; <a href="magick-property.html#MagickGetCompressionQuality">MagickGetCompressionQuality</a> &#8226; <a href="magick-property.html#MagickGetCopyright">MagickGetCopyright</a> &#8226; <a href="magick-property.html#MagickGetFilename">MagickGetFilename</a> &#8226; <a href="magick-property.html#MagickGetFont">MagickGetFont</a> &#8226; <a href="magick-property.html#MagickGetFormat">MagickGetFormat</a> &#8226; <a href="magick-property.html#MagickGetGravity">MagickGetGravity</a> &#8226; <a href="magick-property.html#MagickGetHomeURL">MagickGetHomeURL</a> &#8226; <a href="magick-property.html#MagickGetImageArtifact">MagickGetImageArtifact</a> &#8226; <a href="magick-property.html#MagickGetImageArtifacts">MagickGetImageArtifacts</a> &#8226; <a href="magick-property.html#MagickGetImageProfile">MagickGetImageProfile</a> &#8226; <a href="magick-property.html#MagickGetImageProfiles">MagickGetImageProfiles</a> &#8226; <a href="magick-property.html#MagickGetImageProperty">MagickGetImageProperty</a> &#8226; <a href="magick-property.html#MagickGetImageProperties">MagickGetImageProperties</a> &#8226; <a href="magick-property.html#MagickGetInterlaceScheme">MagickGetInterlaceScheme</a> &#8226; <a href="magick-property.html#MagickGetInterpolateMethod">MagickGetInterpolateMethod</a> &#8226; <a href="magick-property.html#MagickGetOption">MagickGetOption</a> &#8226; <a href="magick-property.html#MagickGetOptions">MagickGetOptions</a> &#8226; <a href="magick-property.html#MagickGetOrientation">MagickGetOrientation</a> &#8226; <a href="magick-property.html#MagickGetPackageName">MagickGetPackageName</a> &#8226; <a href="magick-property.html#MagickGetPage">MagickGetPage</a> &#8226; <a href="magick-property.html#MagickGetPointsize">MagickGetPointsize</a> &#8226; <a href="magick-property.html#MagickGetQuantumDepth">MagickGetQuantumDepth</a> &#8226; <a href="magick-property.html#MagickGetQuantumRange">MagickGetQuantumRange</a> &#8226; <a href="magick-property.html#MagickGetReleaseDate">MagickGetReleaseDate</a> &#8226; <a href="magick-property.html#MagickGetResolution">MagickGetResolution</a> &#8226; <a href="magick-property.html#MagickGetResource">MagickGetResource</a> &#8226; <a href="magick-property.html#MagickGetResourceLimit">MagickGetResourceLimit</a> &#8226; <a href="magick-property.html#MagickGetSamplingFactors">MagickGetSamplingFactors</a> &#8226; <a href="magick-property.html#MagickGetSize">MagickGetSize</a> &#8226; <a href="magick-property.html#MagickGetSizeOffset">MagickGetSizeOffset</a> &#8226; <a href="magick-property.html#MagickGetType">MagickGetType</a> &#8226; <a href="magick-property.html#MagickGetVersion">MagickGetVersion</a> &#8226; <a href="magick-property.html#MagickProfileImage">MagickProfileImage</a> &#8226; <a href="magick-property.html#MagickRemoveImageProfile">MagickRemoveImageProfile</a> &#8226; <a href="magick-property.html#MagickSetAntialias">MagickSetAntialias</a> &#8226; <a href="magick-property.html#MagickSetBackgroundColor">MagickSetBackgroundColor</a> &#8226; <a href="magick-property.html#MagickSetColorspace">MagickSetColorspace</a> &#8226; <a href="magick-property.html#MagickSetCompression">MagickSetCompression</a> &#8226; <a href="magick-property.html#MagickSetCompressionQuality">MagickSetCompressionQuality</a> &#8226; <a href="magick-property.html#MagickSetDepth">MagickSetDepth</a> &#8226; <a href="magick-property.html#MagickSetExtract">MagickSetExtract</a> &#8226; <a href="magick-property.html#MagickSetFilename">MagickSetFilename</a> &#8226; <a href="magick-property.html#MagickSetFont">MagickSetFont</a> &#8226; <a href="magick-property.html#MagickSetFormat">MagickSetFormat</a> &#8226; <a href="magick-property.html#MagickSetGravity">MagickSetGravity</a> &#8226; <a href="magick-property.html#MagickSetImageArtifact">MagickSetImageArtifact</a> &#8226; <a href="magick-property.html#MagickSetImageProfile">MagickSetImageProfile</a> &#8226; <a href="magick-property.html#MagickSetImageProperty">MagickSetImageProperty</a> &#8226; <a href="magick-property.html#MagickSetInterlaceScheme">MagickSetInterlaceScheme</a> &#8226; <a href="magick-property.html#MagickSetInterpolateMethod">MagickSetInterpolateMethod</a> &#8226; <a href="magick-property.html#MagickSetOption">MagickSetOption</a> &#8226; <a href="magick-property.html#MagickSetOrientation">MagickSetOrientation</a> &#8226; <a href="magick-property.html#MagickSetPage">MagickSetPage</a> &#8226; <a href="magick-property.html#MagickSetPassphrase">MagickSetPassphrase</a> &#8226; <a href="magick-property.html#MagickSetPointsize">MagickSetPointsize</a> &#8226; <a href="magick-property.html#MagickSetProgressMonitor">MagickSetProgressMonitor</a> &#8226; <a href="magick-property.html#MagickSetResourceLimit">MagickSetResourceLimit</a> &#8226; <a href="magick-property.html#MagickSetResolution">MagickSetResolution</a> &#8226; <a href="magick-property.html#MagickSetSamplingFactors">MagickSetSamplingFactors</a> &#8226; <a href="magick-property.html#MagickSetSize">MagickSetSize</a> &#8226; <a href="magick-property.html#MagickSetSizeOffset">MagickSetSizeOffset</a> &#8226; <a href="magick-property.html#MagickSetType">MagickSetType</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property_8c.html" id="MagickDeleteImageArtifact">MagickDeleteImageArtifact</a></h2>
 <div class="doc-section">
@@ -1604,15 +1653,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/magick-wand.html b/www/api/magick-wand.html
index 7062244..28da1b4 100644
--- a/www/api/magick-wand.html
+++ b/www/api/magick-wand.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickWand, C API for ImageMagick: Wand Methods</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickwc, api, for, imagemagick:, wmethods, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickwc, api, for, imagemagick:, wmethods, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module magick-wand Methods</h1>
-<p class="navigation-index">[<a href="magick-wand.html#ClearMagickWand">ClearMagickWand</a> • <a href="magick-wand.html#CloneMagickWand">CloneMagickWand</a> • <a href="magick-wand.html#DestroyMagickWand">DestroyMagickWand</a> • <a href="magick-wand.html#IsMagickWand">IsMagickWand</a> • <a href="magick-wand.html#MagickClearException">MagickClearException</a> • <a href="magick-wand.html#MagickGetException">MagickGetException</a> • <a href="magick-wand.html#MagickGetExceptionType">MagickGetExceptionType</a> • <a href="magick-wand.html#MagickGetIteratorIndex">MagickGetIteratorIndex</a> • <a href="magick-wand.html#MagickQueryConfigureOption">MagickQueryConfigureOption</a> • <a href="magick-wand.html#MagickQueryConfigureOptions">MagickQueryConfigureOptions</a> • <a href="magick-wand.html#MagickQueryFontMetrics">MagickQueryFontMetrics</a> • <a href="magick-wand.html#MagickQueryMultilineFontMetrics">MagickQueryMultilineFontMetrics</a> • <a href="magick-wand.html#MagickQueryFonts">MagickQueryFonts</a> • <a href="magick-wand.html#MagickQueryFonts">MagickQueryFonts</a> • <a href="magick-wand.html#MagickRelinquishMemory">MagickRelinquishMemory</a> • <a href="magick-wand.html#MagickResetIterator">MagickResetIterator</a> • <a href="magick-wand.html#MagickSetFirstIterator">MagickSetFirstIterator</a> • <a href="magick-wand.html#MagickSetIteratorIndex">MagickSetIteratorIndex</a> • <a href="magick-wand.html#MagickSetLastIterator">MagickSetLastIterator</a> • <a href="magick-wand.html#MagickWandGenesis">MagickWandGenesis</a> • <a href="magick-wand.html#MagickWandTerminus">MagickWandTerminus</a> • <a href="magick-wand.html#NewMagickWand">NewMagickWand</a> • <a href="magick-wand.html#NewMagickWandFromImage">NewMagickWandFromImage</a>]</p>
+<p class="navigation-index">[<a href="magick-wand.html#ClearMagickWand">ClearMagickWand</a> &#8226; <a href="magick-wand.html#CloneMagickWand">CloneMagickWand</a> &#8226; <a href="magick-wand.html#DestroyMagickWand">DestroyMagickWand</a> &#8226; <a href="magick-wand.html#IsMagickWand">IsMagickWand</a> &#8226; <a href="magick-wand.html#MagickClearException">MagickClearException</a> &#8226; <a href="magick-wand.html#MagickGetException">MagickGetException</a> &#8226; <a href="magick-wand.html#MagickGetExceptionType">MagickGetExceptionType</a> &#8226; <a href="magick-wand.html#MagickGetIteratorIndex">MagickGetIteratorIndex</a> &#8226; <a href="magick-wand.html#MagickQueryConfigureOption">MagickQueryConfigureOption</a> &#8226; <a href="magick-wand.html#MagickQueryConfigureOptions">MagickQueryConfigureOptions</a> &#8226; <a href="magick-wand.html#MagickQueryFontMetrics">MagickQueryFontMetrics</a> &#8226; <a href="magick-wand.html#MagickQueryMultilineFontMetrics">MagickQueryMultilineFontMetrics</a> &#8226; <a href="magick-wand.html#MagickQueryFonts">MagickQueryFonts</a> &#8226; <a href="magick-wand.html#MagickQueryFonts">MagickQueryFonts</a> &#8226; <a href="magick-wand.html#MagickRelinquishMemory">MagickRelinquishMemory</a> &#8226; <a href="magick-wand.html#MagickResetIterator">MagickResetIterator</a> &#8226; <a href="magick-wand.html#MagickSetFirstIterator">MagickSetFirstIterator</a> &#8226; <a href="magick-wand.html#MagickSetIteratorIndex">MagickSetIteratorIndex</a> &#8226; <a href="magick-wand.html#MagickSetLastIterator">MagickSetLastIterator</a> &#8226; <a href="magick-wand.html#MagickWandGenesis">MagickWandGenesis</a> &#8226; <a href="magick-wand.html#MagickWandTerminus">MagickWandTerminus</a> &#8226; <a href="magick-wand.html#NewMagickWand">NewMagickWand</a> &#8226; <a href="magick-wand.html#NewMagickWandFromImage">NewMagickWandFromImage</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand_8c.html" id="ClearMagickWand">ClearMagickWand</a></h2>
 <div class="doc-section">
@@ -651,15 +700,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/magick.html b/www/api/magick.html
index 9bbd097..72f834f 100644
--- a/www/api/magick.html
+++ b/www/api/magick.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Read or List Image formats</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, read, or, list, image, formats, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, read, or, list, image, formats, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module magick Methods</h1>
-<p class="navigation-index">[<a href="magick.html#GetMagickPrecision">GetMagickPrecision</a> • <a href="magick.html#IsMagickInstantiated">IsMagickInstantiated</a> • <a href="magick.html#MagickCoreGenesis">MagickCoreGenesis</a> • <a href="magick.html#MagickCoreTerminus">MagickCoreTerminus</a> • <a href="magick.html#SetMagickPrecision">SetMagickPrecision</a>]</p>
+<p class="navigation-index">[<a href="magick.html#GetMagickPrecision">GetMagickPrecision</a> &#8226; <a href="magick.html#IsMagickInstantiated">IsMagickInstantiated</a> &#8226; <a href="magick.html#MagickCoreGenesis">MagickCoreGenesis</a> &#8226; <a href="magick.html#MagickCoreTerminus">MagickCoreTerminus</a> &#8226; <a href="magick.html#SetMagickPrecision">SetMagickPrecision</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/magick_8c.html" id="GetMagickPrecision">GetMagickPrecision</a></h2>
 <div class="doc-section">
@@ -259,15 +308,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/memory.html b/www/api/memory.html
index 4c9dfec..010f833 100644
--- a/www/api/memory.html
+++ b/www/api/memory.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Memory Allocation</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, memory, allocation, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, memory, allocation, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module memory Methods</h1>
-<p class="navigation-index">[<a href="memory.html#AcquireAlignedMemory">AcquireAlignedMemory</a> • <a href="memory.html#AcquireMagickMemory">AcquireMagickMemory</a> • <a href="memory.html#AcquireQuantumMemory">AcquireQuantumMemory</a> • <a href="memory.html#CopyMagickMemory">CopyMagickMemory</a> • <a href="memory.html#GetMagickMemoryMethods">GetMagickMemoryMethods</a> • <a href="memory.html#RelinquishAlignedMemory">RelinquishAlignedMemory</a> • <a href="memory.html#RelinquishMagickMemory">RelinquishMagickMemory</a> • <a href="memory.html#ResetMagickMemory">ResetMagickMemory</a> • <a href="memory.html#ResizeMagickMemory">ResizeMagickMemory</a> • <a href="memory.html#ResizeQuantumMemory">ResizeQuantumMemory</a> • <a href="memory.html#SetMagickMemoryMethods">SetMagickMemoryMethods</a>]</p>
+<p class="navigation-index">[<a href="memory.html#AcquireAlignedMemory">AcquireAlignedMemory</a> &#8226; <a href="memory.html#AcquireMagickMemory">AcquireMagickMemory</a> &#8226; <a href="memory.html#AcquireQuantumMemory">AcquireQuantumMemory</a> &#8226; <a href="memory.html#CopyMagickMemory">CopyMagickMemory</a> &#8226; <a href="memory.html#GetMagickMemoryMethods">GetMagickMemoryMethods</a> &#8226; <a href="memory.html#RelinquishAlignedMemory">RelinquishAlignedMemory</a> &#8226; <a href="memory.html#RelinquishMagickMemory">RelinquishMagickMemory</a> &#8226; <a href="memory.html#ResetMagickMemory">ResetMagickMemory</a> &#8226; <a href="memory.html#ResizeMagickMemory">ResizeMagickMemory</a> &#8226; <a href="memory.html#ResizeQuantumMemory">ResizeQuantumMemory</a> &#8226; <a href="memory.html#SetMagickMemoryMethods">SetMagickMemoryMethods</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/memory_8c.html" id="AcquireAlignedMemory">AcquireAlignedMemory</a></h2>
 <div class="doc-section">
@@ -413,15 +462,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/module.html b/www/api/module.html
index 1c9dbe4..1b512d9 100644
--- a/www/api/module.html
+++ b/www/api/module.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Loadable Modules</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, loadable, modules, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, loadable, modules, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module module Methods</h1>
-<p class="navigation-index">[<a href="module.html#AcquireModuleInfo">AcquireModuleInfo</a> • <a href="module.html#DestroyModuleList">DestroyModuleList</a> • <a href="module.html#GetModuleInfo">GetModuleInfo</a> • <a href="module.html#GetModuleInfoList">GetModuleInfoList</a> • <a href="module.html#GetModuleList">GetModuleList</a> • <a href="module.html#GetMagickModulePath">GetMagickModulePath</a> • <a href="module.html#InitializeModuleList">InitializeModuleList</a> • <a href="module.html#InvokeDynamicImageFilter">InvokeDynamicImageFilter</a> • <a href="module.html#ListModuleInfo">ListModuleInfo</a> • <a href="module.html#OpenModule">OpenModule</a> • <a href="module.html#OpenModules">OpenModules</a> • <a href="module.html#RegisterModule">RegisterModule</a> • <a href="module.html#TagToCoderModuleName">TagToCoderModuleName</a> • <a href="module.html#TagToFilterModuleName">TagToFilterModuleName</a> • <a href="module.html#TagToModuleName">TagToModuleName</a> • <a href="module.html#UnregisterModule">UnregisterModule</a>]</p>
+<p class="navigation-index">[<a href="module.html#AcquireModuleInfo">AcquireModuleInfo</a> &#8226; <a href="module.html#DestroyModuleList">DestroyModuleList</a> &#8226; <a href="module.html#GetModuleInfo">GetModuleInfo</a> &#8226; <a href="module.html#GetModuleInfoList">GetModuleInfoList</a> &#8226; <a href="module.html#GetModuleList">GetModuleList</a> &#8226; <a href="module.html#GetMagickModulePath">GetMagickModulePath</a> &#8226; <a href="module.html#InitializeModuleList">InitializeModuleList</a> &#8226; <a href="module.html#InvokeDynamicImageFilter">InvokeDynamicImageFilter</a> &#8226; <a href="module.html#ListModuleInfo">ListModuleInfo</a> &#8226; <a href="module.html#OpenModule">OpenModule</a> &#8226; <a href="module.html#OpenModules">OpenModules</a> &#8226; <a href="module.html#RegisterModule">RegisterModule</a> &#8226; <a href="module.html#TagToCoderModuleName">TagToCoderModuleName</a> &#8226; <a href="module.html#TagToFilterModuleName">TagToFilterModuleName</a> &#8226; <a href="module.html#TagToModuleName">TagToModuleName</a> &#8226; <a href="module.html#UnregisterModule">UnregisterModule</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="AcquireModuleInfo">AcquireModuleInfo</a></h2>
 <div class="doc-section">
@@ -523,15 +572,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/mogrify.html b/www/api/mogrify.html
index 1b66c57..14c1285 100644
--- a/www/api/mogrify.html
+++ b/www/api/mogrify.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickWand, C API for ImageMagick: Command-line Interface</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickwc, api, for, imagemagick:, command-line, interface, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickwc, api, for, imagemagick:, command-line, interface, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -215,15 +264,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/monitor.html b/www/api/monitor.html
index abde767..73b03fd 100644
--- a/www/api/monitor.html
+++ b/www/api/monitor.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Monitor the Progress of an Image Operation</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, monitor, the, progress, of, an, image, operation, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, monitor, the, progress, of, an, image, operation, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module monitor Methods</h1>
-<p class="navigation-index">[<a href="monitor.html#SetImageProgressMonitor">SetImageProgressMonitor</a> • <a href="monitor.html#SetImageInfoProgressMonitor">SetImageInfoProgressMonitor</a>]</p>
+<p class="navigation-index">[<a href="monitor.html#SetImageProgressMonitor">SetImageProgressMonitor</a> &#8226; <a href="monitor.html#SetImageInfoProgressMonitor">SetImageInfoProgressMonitor</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/monitor_8c.html" id="SetImageProgressMonitor">SetImageProgressMonitor</a></h2>
 <div class="doc-section">
@@ -245,15 +294,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/montage.html b/www/api/montage.html
index d793c18..a9abe79 100644
--- a/www/api/montage.html
+++ b/www/api/montage.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Create an Image Thumbnail</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, create, an, image, thumbnail, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, create, an, image, thumbnail, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module montage Methods</h1>
-<p class="navigation-index">[<a href="montage.html#CloneMontageInfo">CloneMontageInfo</a> • <a href="montage.html#DestroyMontageInfo">DestroyMontageInfo</a> • <a href="montage.html#GetMontageInfo">GetMontageInfo</a> • <a href="montage.html#MontageImageList">MontageImageList</a>]</p>
+<p class="navigation-index">[<a href="montage.html#CloneMontageInfo">CloneMontageInfo</a> &#8226; <a href="montage.html#DestroyMontageInfo">DestroyMontageInfo</a> &#8226; <a href="montage.html#GetMontageInfo">GetMontageInfo</a> &#8226; <a href="montage.html#MontageImageList">MontageImageList</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/montage_8c.html" id="CloneMontageInfo">CloneMontageInfo</a></h2>
 <div class="doc-section">
@@ -269,15 +318,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/morphology.html b/www/api/morphology.html
index 1f54330..bae7d53 100644
--- a/www/api/morphology.html
+++ b/www/api/morphology.html
@@ -7,16 +7,17 @@
                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Morphological Erosions, Dilations, Openings, and Closings</title>
   <meta http-equiv="content-language" content="en-US"/>
   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
   <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
   <meta name="application-name" content="ImageMagick"/>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
   <meta name="application-url" content="http://www.imagemagick.org"/>
   <meta name="generator" content="PHP"/>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, morphological, erosions, dilations, openings, closings, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, morphological, erosions, dilations, openings, closings, convert, edit, compose, image, pixel"/>
   <meta name="rating" content="GENERAL"/>
   <meta name="robots" content="INDEX, FOLLOW"/>
   <meta name="generator" content="ImageMagick Studio LLC"/>
@@ -26,27 +27,27 @@
   <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
   <meta name="distribution" content="Global"/>
   <link rel="icon" href="../../images/wand.png"/>
-  <link rel="shortcut icon" href="../../images/wand.ico"  type="images/x-icon"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -88,11 +89,11 @@
 </div>
 <a href="../../discourse-server">
   <img src="../../images/logo.jpg"
-  alt="ImageMagick Logo"
+  alt="ImageMagick Logo" width="123" height="118"
   style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
 <a href="http://www.imagemagick.org/ImageMagick-7.0.0/index.html">
   <img src="../../images/sprite.jpg"
-  alt="ImageMagick Sprite"
+  alt="ImageMagick Sprite" width="114" height="118"
   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
@@ -180,6 +181,25 @@
 <div class="eastbar">
   <script type="text/javascript">
     /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
     (function() {
         var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
         po.type = 'text/javascript';
@@ -195,26 +215,7 @@
     <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" /></a>
   </noscript>
-    <div class="g-plusone" id="gplusone"></div>
-    <script type="text/javascript">
-      /* <![CDATA[ */
-      window.___gcfg = {
-        lang: 'en-US'
-      };
-
-      (function() {
-        var po = document.createElement('offline-script');
-        po.type = 'text/javascript';
-        po.async = true;
-        po.src = 'https://apis.google.com/js/plusone.js';
-        var script = document.getElementsByTagName('offline-script')[0];
-        script.parentNode.insertBefore(po, script);
-      })();
-      var gplusone = document.getElementById("gplusone");
-      gplusone.setAttribute("data-size","medium");
-      gplusone.setAttribute("data-count","true");
-      /* ]]> */
-    </script>
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -701,15 +702,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/paint.html b/www/api/paint.html
index 2cf9113..0a38315 100644
--- a/www/api/paint.html
+++ b/www/api/paint.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Paint on an Image</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, paint, on, an, image, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, paint, on, an, image, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module paint Methods</h1>
-<p class="navigation-index">[<a href="paint.html#FloodfillPaintImage">FloodfillPaintImage</a> • <a href="paint.html#OilPaintImage">OilPaintImage</a> • <a href="paint.html#OpaquePaintImage">OpaquePaintImage</a> • <a href="paint.html#TransparentPaintImage">TransparentPaintImage</a> • <a href="paint.html#TransparentPaintImageChroma">TransparentPaintImageChroma</a>]</p>
+<p class="navigation-index">[<a href="paint.html#FloodfillPaintImage">FloodfillPaintImage</a> &#8226; <a href="paint.html#OilPaintImage">OilPaintImage</a> &#8226; <a href="paint.html#OpaquePaintImage">OpaquePaintImage</a> &#8226; <a href="paint.html#TransparentPaintImage">TransparentPaintImage</a> &#8226; <a href="paint.html#TransparentPaintImageChroma">TransparentPaintImageChroma</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/paint_8c.html" id="FloodfillPaintImage">FloodfillPaintImage</a></h2>
 <div class="doc-section">
@@ -341,15 +390,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/pixel-iterator.html b/www/api/pixel-iterator.html
index 39d7884..c0307e1 100644
--- a/www/api/pixel-iterator.html
+++ b/www/api/pixel-iterator.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickWand, C API for ImageMagick: Pixel Iterator Methods</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickwc, api, for, imagemagick:, pixel, iterator, methods, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickwc, api, for, imagemagick:, pixel, iterator, methods, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module pixel-iterator Methods</h1>
-<p class="navigation-index">[<a href="pixel-iterator.html#ClearPixelIterator">ClearPixelIterator</a> • <a href="pixel-iterator.html#ClonePixelIterator">ClonePixelIterator</a> • <a href="pixel-iterator.html#DestroyPixelIterator">DestroyPixelIterator</a> • <a href="pixel-iterator.html#IsPixelIterator">IsPixelIterator</a> • <a href="pixel-iterator.html#NewPixelIterator">NewPixelIterator</a> • <a href="pixel-iterator.html#PixelClearIteratorException">PixelClearIteratorException</a> • <a href="pixel-iterator.html#NewPixelRegionIterator">NewPixelRegionIterator</a> • <a href="pixel-iterator.html#PixelGetCurrentIteratorRow">PixelGetCurrentIteratorRow</a> • <a href="pixel-iterator.html#PixelGetIteratorException">PixelGetIteratorException</a> • <a href="pixel-iterator.html#PixelGetIteratorExceptionType">PixelGetIteratorExceptionType</a> • <a href="pixel-iterator.html#PixelGetIteratorRow">PixelGetIteratorRow</a> • <a href="pixel-iterator.html#PixelGetNextIteratorRow">PixelGetNextIteratorRow</a> • <a href="pixel-iterator.html#PixelGetPreviousIteratorRow">PixelGetPreviousIteratorRow</a> • <a href="pixel-iterator.html#PixelResetIterator">PixelResetIterator</a> • <a href="pixel-iterator.html#PixelSetFirstIteratorRow">PixelSetFirstIteratorRow</a> • <a href="pixel-iterator.html#PixelSetIteratorRow">PixelSetIteratorRow</a> • <a href="pixel-iterator.html#PixelSetLastIteratorRow">PixelSetLastIteratorRow</a> • <a href="pixel-iterator.html#PixelSyncIterator">PixelSyncIterator</a>]</p>
+<p class="navigation-index">[<a href="pixel-iterator.html#ClearPixelIterator">ClearPixelIterator</a> &#8226; <a href="pixel-iterator.html#ClonePixelIterator">ClonePixelIterator</a> &#8226; <a href="pixel-iterator.html#DestroyPixelIterator">DestroyPixelIterator</a> &#8226; <a href="pixel-iterator.html#IsPixelIterator">IsPixelIterator</a> &#8226; <a href="pixel-iterator.html#NewPixelIterator">NewPixelIterator</a> &#8226; <a href="pixel-iterator.html#PixelClearIteratorException">PixelClearIteratorException</a> &#8226; <a href="pixel-iterator.html#NewPixelRegionIterator">NewPixelRegionIterator</a> &#8226; <a href="pixel-iterator.html#PixelGetCurrentIteratorRow">PixelGetCurrentIteratorRow</a> &#8226; <a href="pixel-iterator.html#PixelGetIteratorException">PixelGetIteratorException</a> &#8226; <a href="pixel-iterator.html#PixelGetIteratorExceptionType">PixelGetIteratorExceptionType</a> &#8226; <a href="pixel-iterator.html#PixelGetIteratorRow">PixelGetIteratorRow</a> &#8226; <a href="pixel-iterator.html#PixelGetNextIteratorRow">PixelGetNextIteratorRow</a> &#8226; <a href="pixel-iterator.html#PixelGetPreviousIteratorRow">PixelGetPreviousIteratorRow</a> &#8226; <a href="pixel-iterator.html#PixelResetIterator">PixelResetIterator</a> &#8226; <a href="pixel-iterator.html#PixelSetFirstIteratorRow">PixelSetFirstIteratorRow</a> &#8226; <a href="pixel-iterator.html#PixelSetIteratorRow">PixelSetIteratorRow</a> &#8226; <a href="pixel-iterator.html#PixelSetLastIteratorRow">PixelSetLastIteratorRow</a> &#8226; <a href="pixel-iterator.html#PixelSyncIterator">PixelSyncIterator</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator_8c.html" id="ClearPixelIterator">ClearPixelIterator</a></h2>
 <div class="doc-section">
@@ -509,15 +558,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html
index 15c7f98..cc74bb8 100644
--- a/www/api/pixel-wand.html
+++ b/www/api/pixel-wand.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickWand, C API for ImageMagick: Pixel Wand Methods</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickwc, api, for, imagemagick:, pixel, wmethods, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickwc, api, for, imagemagick:, pixel, wmethods, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module pixel-wand Methods</h1>
-<p class="navigation-index">[<a href="pixel-wand.html#ClearPixelWand">ClearPixelWand</a> • <a href="pixel-wand.html#ClonePixelWand">ClonePixelWand</a> • <a href="pixel-wand.html#ClonePixelWands">ClonePixelWands</a> • <a href="pixel-wand.html#DestroyPixelWand">DestroyPixelWand</a> • <a href="pixel-wand.html#DestroyPixelWands">DestroyPixelWands</a> • <a href="pixel-wand.html#IsPixelWandSimilar">IsPixelWandSimilar</a> • <a href="pixel-wand.html#IsPixelWand">IsPixelWand</a> • <a href="pixel-wand.html#NewPixelWand">NewPixelWand</a> • <a href="pixel-wand.html#NewPixelWands">NewPixelWands</a> • <a href="pixel-wand.html#PixelClearException">PixelClearException</a> • <a href="pixel-wand.html#PixelGetAlpha">PixelGetAlpha</a> • <a href="pixel-wand.html#PixelGetAlphaQuantum">PixelGetAlphaQuantum</a> • <a href="pixel-wand.html#PixelGetBlack">PixelGetBlack</a> • <a href="pixel-wand.html#PixelGetBlackQuantum">PixelGetBlackQuantum</a> • <a href="pixel-wand.html#PixelGetBlue">PixelGetBlue</a> • <a href="pixel-wand.html#PixelGetBlueQuantum">PixelGetBlueQuantum</a> • <a href="pixel-wand.html#PixelGetColorAsString">PixelGetColorAsString</a> • <a href="pixel-wand.html#PixelGetColorAsNormalizedString">PixelGetColorAsNormalizedString</a> • <a href="pixel-wand.html#PixelGetColorCount">PixelGetColorCount</a> • <a href="pixel-wand.html#PixelGetCyan">PixelGetCyan</a> • <a href="pixel-wand.html#PixelGetCyanQuantum">PixelGetCyanQuantum</a> • <a href="pixel-wand.html#PixelGetException">PixelGetException</a> • <a href="pixel-wand.html#PixelGetExceptionType">PixelGetExceptionType</a> • <a href="pixel-wand.html#PixelGetFuzz">PixelGetFuzz</a> • <a href="pixel-wand.html#PixelGetGreen">PixelGetGreen</a> • <a href="pixel-wand.html#PixelGetGreenQuantum">PixelGetGreenQuantum</a> • <a href="pixel-wand.html#PixelGetHSL">PixelGetHSL</a> • <a href="pixel-wand.html#PixelGetIndex">PixelGetIndex</a> • <a href="pixel-wand.html#PixelGetMagenta">PixelGetMagenta</a> • <a href="pixel-wand.html#PixelGetMagentaQuantum">PixelGetMagentaQuantum</a> • <a href="pixel-wand.html#PixelGetMagickColor">PixelGetMagickColor</a> • <a href="pixel-wand.html#PixelGetOpacity">PixelGetOpacity</a> • <a href="pixel-wand.html#PixelGetOpacityQuantum">PixelGetOpacityQuantum</a> • <a href="pixel-wand.html#PixelGetQuantumColor">PixelGetQuantumColor</a> • <a href="pixel-wand.html#PixelGetRed">PixelGetRed</a> • <a href="pixel-wand.html#PixelGetRedQuantum">PixelGetRedQuantum</a> • <a href="pixel-wand.html#PixelGetYellow">PixelGetYellow</a> • <a href="pixel-wand.html#PixelGetYellowQuantum">PixelGetYellowQuantum</a> • <a href="pixel-wand.html#PixelSetAlpha">PixelSetAlpha</a> • <a href="pixel-wand.html#PixelSetAlphaQuantum">PixelSetAlphaQuantum</a> • <a href="pixel-wand.html#PixelSetBlack">PixelSetBlack</a> • <a href="pixel-wand.html#PixelSetBlackQuantum">PixelSetBlackQuantum</a> • <a href="pixel-wand.html#PixelSetBlue">PixelSetBlue</a> • <a href="pixel-wand.html#PixelSetBlueQuantum">PixelSetBlueQuantum</a> • <a href="pixel-wand.html#PixelSetColor">PixelSetColor</a> • <a href="pixel-wand.html#PixelSetColorCount">PixelSetColorCount</a> • <a href="pixel-wand.html#PixelSetColorFromWand">PixelSetColorFromWand</a> • <a href="pixel-wand.html#PixelSetCyan">PixelSetCyan</a> • <a href="pixel-wand.html#PixelSetCyanQuantum">PixelSetCyanQuantum</a> • <a href="pixel-wand.html#PixelSetFuzz">PixelSetFuzz</a> • <a href="pixel-wand.html#PixelSetGreen">PixelSetGreen</a> • <a href="pixel-wand.html#PixelSetGreenQuantum">PixelSetGreenQuantum</a> • <a href="pixel-wand.html#PixelSetHSL">PixelSetHSL</a> • <a href="pixel-wand.html#PixelSetIndex">PixelSetIndex</a> • <a href="pixel-wand.html#PixelSetMagenta">PixelSetMagenta</a> • <a href="pixel-wand.html#PixelSetMagentaQuantum">PixelSetMagentaQuantum</a> • <a href="pixel-wand.html#PixelSetMagickColor">PixelSetMagickColor</a> • <a href="pixel-wand.html#PixelSetOpacity">PixelSetOpacity</a> • <a href="pixel-wand.html#PixelSetOpacityQuantum">PixelSetOpacityQuantum</a> • <a href="pixel-wand.html#PixelSetQuantumColor">PixelSetQuantumColor</a> • <a href="pixel-wand.html#PixelSetRed">PixelSetRed</a> • <a href="pixel-wand.html#PixelSetRedQuantum">PixelSetRedQuantum</a> • <a href="pixel-wand.html#PixelSetYellow">PixelSetYellow</a> • <a href="pixel-wand.html#PixelSetYellowQuantum">PixelSetYellowQuantum</a>]</p>
+<p class="navigation-index">[<a href="pixel-wand.html#ClearPixelWand">ClearPixelWand</a> &#8226; <a href="pixel-wand.html#ClonePixelWand">ClonePixelWand</a> &#8226; <a href="pixel-wand.html#ClonePixelWands">ClonePixelWands</a> &#8226; <a href="pixel-wand.html#DestroyPixelWand">DestroyPixelWand</a> &#8226; <a href="pixel-wand.html#DestroyPixelWands">DestroyPixelWands</a> &#8226; <a href="pixel-wand.html#IsPixelWandSimilar">IsPixelWandSimilar</a> &#8226; <a href="pixel-wand.html#IsPixelWand">IsPixelWand</a> &#8226; <a href="pixel-wand.html#NewPixelWand">NewPixelWand</a> &#8226; <a href="pixel-wand.html#NewPixelWands">NewPixelWands</a> &#8226; <a href="pixel-wand.html#PixelClearException">PixelClearException</a> &#8226; <a href="pixel-wand.html#PixelGetAlpha">PixelGetAlpha</a> &#8226; <a href="pixel-wand.html#PixelGetAlphaQuantum">PixelGetAlphaQuantum</a> &#8226; <a href="pixel-wand.html#PixelGetBlack">PixelGetBlack</a> &#8226; <a href="pixel-wand.html#PixelGetBlackQuantum">PixelGetBlackQuantum</a> &#8226; <a href="pixel-wand.html#PixelGetBlue">PixelGetBlue</a> &#8226; <a href="pixel-wand.html#PixelGetBlueQuantum">PixelGetBlueQuantum</a> &#8226; <a href="pixel-wand.html#PixelGetColorAsString">PixelGetColorAsString</a> &#8226; <a href="pixel-wand.html#PixelGetColorAsNormalizedString">PixelGetColorAsNormalizedString</a> &#8226; <a href="pixel-wand.html#PixelGetColorCount">PixelGetColorCount</a> &#8226; <a href="pixel-wand.html#PixelGetCyan">PixelGetCyan</a> &#8226; <a href="pixel-wand.html#PixelGetCyanQuantum">PixelGetCyanQuantum</a> &#8226; <a href="pixel-wand.html#PixelGetException">PixelGetException</a> &#8226; <a href="pixel-wand.html#PixelGetExceptionType">PixelGetExceptionType</a> &#8226; <a href="pixel-wand.html#PixelGetFuzz">PixelGetFuzz</a> &#8226; <a href="pixel-wand.html#PixelGetGreen">PixelGetGreen</a> &#8226; <a href="pixel-wand.html#PixelGetGreenQuantum">PixelGetGreenQuantum</a> &#8226; <a href="pixel-wand.html#PixelGetHSL">PixelGetHSL</a> &#8226; <a href="pixel-wand.html#PixelGetIndex">PixelGetIndex</a> &#8226; <a href="pixel-wand.html#PixelGetMagenta">PixelGetMagenta</a> &#8226; <a href="pixel-wand.html#PixelGetMagentaQuantum">PixelGetMagentaQuantum</a> &#8226; <a href="pixel-wand.html#PixelGetMagickColor">PixelGetMagickColor</a> &#8226; <a href="pixel-wand.html#PixelGetOpacity">PixelGetOpacity</a> &#8226; <a href="pixel-wand.html#PixelGetOpacityQuantum">PixelGetOpacityQuantum</a> &#8226; <a href="pixel-wand.html#PixelGetQuantumColor">PixelGetQuantumColor</a> &#8226; <a href="pixel-wand.html#PixelGetRed">PixelGetRed</a> &#8226; <a href="pixel-wand.html#PixelGetRedQuantum">PixelGetRedQuantum</a> &#8226; <a href="pixel-wand.html#PixelGetYellow">PixelGetYellow</a> &#8226; <a href="pixel-wand.html#PixelGetYellowQuantum">PixelGetYellowQuantum</a> &#8226; <a href="pixel-wand.html#PixelSetAlpha">PixelSetAlpha</a> &#8226; <a href="pixel-wand.html#PixelSetAlphaQuantum">PixelSetAlphaQuantum</a> &#8226; <a href="pixel-wand.html#PixelSetBlack">PixelSetBlack</a> &#8226; <a href="pixel-wand.html#PixelSetBlackQuantum">PixelSetBlackQuantum</a> &#8226; <a href="pixel-wand.html#PixelSetBlue">PixelSetBlue</a> &#8226; <a href="pixel-wand.html#PixelSetBlueQuantum">PixelSetBlueQuantum</a> &#8226; <a href="pixel-wand.html#PixelSetColor">PixelSetColor</a> &#8226; <a href="pixel-wand.html#PixelSetColorCount">PixelSetColorCount</a> &#8226; <a href="pixel-wand.html#PixelSetColorFromWand">PixelSetColorFromWand</a> &#8226; <a href="pixel-wand.html#PixelSetCyan">PixelSetCyan</a> &#8226; <a href="pixel-wand.html#PixelSetCyanQuantum">PixelSetCyanQuantum</a> &#8226; <a href="pixel-wand.html#PixelSetFuzz">PixelSetFuzz</a> &#8226; <a href="pixel-wand.html#PixelSetGreen">PixelSetGreen</a> &#8226; <a href="pixel-wand.html#PixelSetGreenQuantum">PixelSetGreenQuantum</a> &#8226; <a href="pixel-wand.html#PixelSetHSL">PixelSetHSL</a> &#8226; <a href="pixel-wand.html#PixelSetIndex">PixelSetIndex</a> &#8226; <a href="pixel-wand.html#PixelSetMagenta">PixelSetMagenta</a> &#8226; <a href="pixel-wand.html#PixelSetMagentaQuantum">PixelSetMagentaQuantum</a> &#8226; <a href="pixel-wand.html#PixelSetMagickColor">PixelSetMagickColor</a> &#8226; <a href="pixel-wand.html#PixelSetOpacity">PixelSetOpacity</a> &#8226; <a href="pixel-wand.html#PixelSetOpacityQuantum">PixelSetOpacityQuantum</a> &#8226; <a href="pixel-wand.html#PixelSetQuantumColor">PixelSetQuantumColor</a> &#8226; <a href="pixel-wand.html#PixelSetRed">PixelSetRed</a> &#8226; <a href="pixel-wand.html#PixelSetRedQuantum">PixelSetRedQuantum</a> &#8226; <a href="pixel-wand.html#PixelSetYellow">PixelSetYellow</a> &#8226; <a href="pixel-wand.html#PixelSetYellowQuantum">PixelSetYellowQuantum</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand_8c.html" id="ClearPixelWand">ClearPixelWand</a></h2>
 <div class="doc-section">
@@ -1374,15 +1423,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/profile.html b/www/api/profile.html
index 076a177..51a057d 100644
--- a/www/api/profile.html
+++ b/www/api/profile.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Dealing with Image Profiles</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, dealing, with, image, profiles, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, dealing, with, image, profiles, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module profile Methods</h1>
-<p class="navigation-index">[<a href="profile.html#CloneImageProfiles">CloneImageProfiles</a> • <a href="profile.html#DeleteImageProfile">DeleteImageProfile</a> • <a href="profile.html#DestroyImageProfiles">DestroyImageProfiles</a> • <a href="profile.html#GetImageProfile">GetImageProfile</a> • <a href="profile.html#GetNextImageProfile">GetNextImageProfile</a> • <a href="profile.html#ProfileImage">ProfileImage</a> • <a href="profile.html#RemoveImageProfile">RemoveImageProfile</a> • <a href="profile.html#ResetImageProfileIterator">ResetImageProfileIterator</a> • <a href="profile.html#SetImageProfile">SetImageProfile</a> • <a href="profile.html#SyncImageProfiles">SyncImageProfiles</a>]</p>
+<p class="navigation-index">[<a href="profile.html#CloneImageProfiles">CloneImageProfiles</a> &#8226; <a href="profile.html#DeleteImageProfile">DeleteImageProfile</a> &#8226; <a href="profile.html#DestroyImageProfiles">DestroyImageProfiles</a> &#8226; <a href="profile.html#GetImageProfile">GetImageProfile</a> &#8226; <a href="profile.html#GetNextImageProfile">GetNextImageProfile</a> &#8226; <a href="profile.html#ProfileImage">ProfileImage</a> &#8226; <a href="profile.html#RemoveImageProfile">RemoveImageProfile</a> &#8226; <a href="profile.html#ResetImageProfileIterator">ResetImageProfileIterator</a> &#8226; <a href="profile.html#SetImageProfile">SetImageProfile</a> &#8226; <a href="profile.html#SyncImageProfiles">SyncImageProfiles</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/profile_8c.html" id="CloneImageProfiles">CloneImageProfiles</a></h2>
 <div class="doc-section">
@@ -386,15 +435,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/property.html b/www/api/property.html
index f7319a4..59c7daf 100644
--- a/www/api/property.html
+++ b/www/api/property.html
@@ -7,16 +7,17 @@
                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Get/Set Image Properties</title>
   <meta http-equiv="content-language" content="en-US"/>
   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
   <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
   <meta name="application-name" content="ImageMagick"/>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
   <meta name="application-url" content="http://www.imagemagick.org"/>
   <meta name="generator" content="PHP"/>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, get/set, image, properties, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, get/set, image, properties, convert, edit, compose, image, pixel"/>
   <meta name="rating" content="GENERAL"/>
   <meta name="robots" content="INDEX, FOLLOW"/>
   <meta name="generator" content="ImageMagick Studio LLC"/>
@@ -26,27 +27,27 @@
   <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
   <meta name="distribution" content="Global"/>
   <link rel="icon" href="../../images/wand.png"/>
-  <link rel="shortcut icon" href="../../images/wand.ico"  type="images/x-icon"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -88,11 +89,11 @@
 </div>
 <a href="../../discourse-server">
   <img src="../../images/logo.jpg"
-  alt="ImageMagick Logo"
+  alt="ImageMagick Logo" width="123" height="118"
   style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
 <a href="http://www.imagemagick.org/ImageMagick-7.0.0/index.html">
   <img src="../../images/sprite.jpg"
-  alt="ImageMagick Sprite"
+  alt="ImageMagick Sprite" width="114" height="118"
   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
@@ -180,6 +181,25 @@
 <div class="eastbar">
   <script type="text/javascript">
     /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
     (function() {
         var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
         po.type = 'text/javascript';
@@ -195,26 +215,7 @@
     <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" /></a>
   </noscript>
-    <div class="g-plusone" id="gplusone"></div>
-    <script type="text/javascript">
-      /* <![CDATA[ */
-      window.___gcfg = {
-        lang: 'en-US'
-      };
-
-      (function() {
-        var po = document.createElement('offline-script');
-        po.type = 'text/javascript';
-        po.async = true;
-        po.src = 'https://apis.google.com/js/plusone.js';
-        var script = document.getElementsByTagName('offline-script')[0];
-        script.parentNode.insertBefore(po, script);
-      })();
-      var gplusone = document.getElementById("gplusone");
-      gplusone.setAttribute("data-size","medium");
-      gplusone.setAttribute("data-count","true");
-      /* ]]> */
-    </script>
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -462,15 +463,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/quantize.html b/www/api/quantize.html
index b720805..e7b19bc 100644
--- a/www/api/quantize.html
+++ b/www/api/quantize.html
@@ -7,16 +7,17 @@
                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Reduce the Number of Unique Colors in an Image</title>
   <meta http-equiv="content-language" content="en-US"/>
   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
   <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
   <meta name="application-name" content="ImageMagick"/>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
   <meta name="application-url" content="http://www.imagemagick.org"/>
   <meta name="generator" content="PHP"/>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, reduce, the, number, of, unique, colors, in, an, image, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, reduce, the, number, of, unique, colors, in, an, image, convert, edit, compose, image, pixel"/>
   <meta name="rating" content="GENERAL"/>
   <meta name="robots" content="INDEX, FOLLOW"/>
   <meta name="generator" content="ImageMagick Studio LLC"/>
@@ -26,27 +27,27 @@
   <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
   <meta name="distribution" content="Global"/>
   <link rel="icon" href="../../images/wand.png"/>
-  <link rel="shortcut icon" href="../../images/wand.ico"  type="images/x-icon"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -88,11 +89,11 @@
 </div>
 <a href="../../discourse-server">
   <img src="../../images/logo.jpg"
-  alt="ImageMagick Logo"
+  alt="ImageMagick Logo" width="123" height="118"
   style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
 <a href="http://www.imagemagick.org/ImageMagick-7.0.0/index.html">
   <img src="../../images/sprite.jpg"
-  alt="ImageMagick Sprite"
+  alt="ImageMagick Sprite" width="114" height="118"
   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
@@ -180,6 +181,25 @@
 <div class="eastbar">
   <script type="text/javascript">
     /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
     (function() {
         var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
         po.type = 'text/javascript';
@@ -195,26 +215,7 @@
     <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" /></a>
   </noscript>
-    <div class="g-plusone" id="gplusone"></div>
-    <script type="text/javascript">
-      /* <![CDATA[ */
-      window.___gcfg = {
-        lang: 'en-US'
-      };
-
-      (function() {
-        var po = document.createElement('offline-script');
-        po.type = 'text/javascript';
-        po.async = true;
-        po.src = 'https://apis.google.com/js/plusone.js';
-        var script = document.getElementsByTagName('offline-script')[0];
-        script.parentNode.insertBefore(po, script);
-      })();
-      var gplusone = document.getElementById("gplusone");
-      gplusone.setAttribute("data-size","medium");
-      gplusone.setAttribute("data-count","true");
-      /* ]]> */
-    </script>
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -540,15 +541,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/registry.html b/www/api/registry.html
index 5d3e113..c1f110e 100644
--- a/www/api/registry.html
+++ b/www/api/registry.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: The Image Registry</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, the, image, registry, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, the, image, registry, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module registry Methods</h1>
-<p class="navigation-index">[<a href="registry.html#DefineImageRegistry">DefineImageRegistry</a> • <a href="registry.html#DeleteImageRegistry">DeleteImageRegistry</a> • <a href="registry.html#GetImageRegistry">GetImageRegistry</a> • <a href="registry.html#GetNextImageRegistry">GetNextImageRegistry</a> • <a href="registry.html#RegistryComponentTerminus">RegistryComponentTerminus</a> • <a href="registry.html#RemoveImageRegistry">RemoveImageRegistry</a> • <a href="registry.html#ResetImageRegistryIterator">ResetImageRegistryIterator</a> • <a href="registry.html#SetImageRegistry">SetImageRegistry</a>]</p>
+<p class="navigation-index">[<a href="registry.html#DefineImageRegistry">DefineImageRegistry</a> &#8226; <a href="registry.html#DeleteImageRegistry">DeleteImageRegistry</a> &#8226; <a href="registry.html#GetImageRegistry">GetImageRegistry</a> &#8226; <a href="registry.html#GetNextImageRegistry">GetNextImageRegistry</a> &#8226; <a href="registry.html#RegistryComponentTerminus">RegistryComponentTerminus</a> &#8226; <a href="registry.html#RemoveImageRegistry">RemoveImageRegistry</a> &#8226; <a href="registry.html#ResetImageRegistryIterator">ResetImageRegistryIterator</a> &#8226; <a href="registry.html#SetImageRegistry">SetImageRegistry</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/registry_8c.html" id="DefineImageRegistry">DefineImageRegistry</a></h2>
 <div class="doc-section">
@@ -326,15 +375,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/resize.html b/www/api/resize.html
index d484cd3..184d8f2 100644
--- a/www/api/resize.html
+++ b/www/api/resize.html
@@ -7,16 +7,17 @@
                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Resize an Image</title>
   <meta http-equiv="content-language" content="en-US"/>
   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
   <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
   <meta name="application-name" content="ImageMagick"/>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
   <meta name="application-url" content="http://www.imagemagick.org"/>
   <meta name="generator" content="PHP"/>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, resize, an, image, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, resize, an, image, convert, edit, compose, image, pixel"/>
   <meta name="rating" content="GENERAL"/>
   <meta name="robots" content="INDEX, FOLLOW"/>
   <meta name="generator" content="ImageMagick Studio LLC"/>
@@ -26,27 +27,27 @@
   <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
   <meta name="distribution" content="Global"/>
   <link rel="icon" href="../../images/wand.png"/>
-  <link rel="shortcut icon" href="../../images/wand.ico"  type="images/x-icon"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -88,11 +89,11 @@
 </div>
 <a href="../../discourse-server">
   <img src="../../images/logo.jpg"
-  alt="ImageMagick Logo"
+  alt="ImageMagick Logo" width="123" height="118"
   style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
 <a href="http://www.imagemagick.org/ImageMagick-7.0.0/index.html">
   <img src="../../images/sprite.jpg"
-  alt="ImageMagick Sprite"
+  alt="ImageMagick Sprite" width="114" height="118"
   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
@@ -180,6 +181,25 @@
 <div class="eastbar">
   <script type="text/javascript">
     /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
     (function() {
         var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
         po.type = 'text/javascript';
@@ -195,26 +215,7 @@
     <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" /></a>
   </noscript>
-    <div class="g-plusone" id="gplusone"></div>
-    <script type="text/javascript">
-      /* <![CDATA[ */
-      window.___gcfg = {
-        lang: 'en-US'
-      };
-
-      (function() {
-        var po = document.createElement('offline-script');
-        po.type = 'text/javascript';
-        po.async = true;
-        po.src = 'https://apis.google.com/js/plusone.js';
-        var script = document.getElementsByTagName('offline-script')[0];
-        script.parentNode.insertBefore(po, script);
-      })();
-      var gplusone = document.getElementById("gplusone");
-      gplusone.setAttribute("data-size","medium");
-      gplusone.setAttribute("data-count","true");
-      /* ]]> */
-    </script>
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -513,15 +514,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/resource.html b/www/api/resource.html
index eec7641..de1b808 100644
--- a/www/api/resource.html
+++ b/www/api/resource.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Monitor or Limit Resource Consumption</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, monitor, or, limit, resource, consumption, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, monitor, or, limit, resource, consumption, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module resource Methods</h1>
-<p class="navigation-index">[<a href="resource.html#AcquireMagickResource">AcquireMagickResource</a> • <a href="resource.html#AcquireUniqueFileResource">AcquireUniqueFileResource</a> • <a href="resource.html#GetMagickResource">GetMagickResource</a> • <a href="resource.html#GetMagickResourceLimit">GetMagickResourceLimit</a> • <a href="resource.html#ListMagickResourceInfo">ListMagickResourceInfo</a> • <a href="resource.html#RelinquishMagickResource">RelinquishMagickResource</a> • <a href="resource.html#RelinquishUniqueFileResource">RelinquishUniqueFileResource</a> • <a href="resource.html#SetMagickResourceLimit">SetMagickResourceLimit</a>]</p>
+<p class="navigation-index">[<a href="resource.html#AcquireMagickResource">AcquireMagickResource</a> &#8226; <a href="resource.html#AcquireUniqueFileResource">AcquireUniqueFileResource</a> &#8226; <a href="resource.html#GetMagickResource">GetMagickResource</a> &#8226; <a href="resource.html#GetMagickResourceLimit">GetMagickResourceLimit</a> &#8226; <a href="resource.html#ListMagickResourceInfo">ListMagickResourceInfo</a> &#8226; <a href="resource.html#RelinquishMagickResource">RelinquishMagickResource</a> &#8226; <a href="resource.html#RelinquishUniqueFileResource">RelinquishUniqueFileResource</a> &#8226; <a href="resource.html#SetMagickResourceLimit">SetMagickResourceLimit</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/resource_8c.html" id="AcquireMagickResource">AcquireMagickResource</a></h2>
 <div class="doc-section">
@@ -333,15 +382,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/segment.html b/www/api/segment.html
index b55bdfb..6948422 100644
--- a/www/api/segment.html
+++ b/www/api/segment.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Segment an Image with Thresholding Fuzzy c-Means</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, segment, an, image, with, thresholding, fuzzy, c-means, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, segment, an, image, with, thresholding, fuzzy, c-means, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -212,15 +261,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/shear.html b/www/api/shear.html
index 830e5ff..739bc70 100644
--- a/www/api/shear.html
+++ b/www/api/shear.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Shear or Rotate an Image by an Arbitrary Angle</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, shear, or, rotate, an, image, by, an, arbitrary, angle, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, shear, or, rotate, an, image, by, an, arbitrary, angle, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module shear Methods</h1>
-<p class="navigation-index">[<a href="shear.html#The XShearImage">The XShearImage</a> • <a href="shear.html#DeskewImage">DeskewImage</a> • <a href="shear.html#IntegralRotateImage">IntegralRotateImage</a> • <a href="shear.html#ShearImage">ShearImage</a> • <a href="shear.html#ShearRotateImage">ShearRotateImage</a>]</p>
+<p class="navigation-index">[<a href="shear.html#The XShearImage">The XShearImage</a> &#8226; <a href="shear.html#DeskewImage">DeskewImage</a> &#8226; <a href="shear.html#IntegralRotateImage">IntegralRotateImage</a> &#8226; <a href="shear.html#ShearImage">ShearImage</a> &#8226; <a href="shear.html#ShearRotateImage">ShearRotateImage</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/shear_8c.html" id="The_XShearImage">The XShearImage</a></h2>
 <div class="doc-section">
@@ -284,15 +333,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/signature.html b/www/api/signature.html
index c47cc9b..4706ae0 100644
--- a/www/api/signature.html
+++ b/www/api/signature.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Compute a Message Digest for an Image</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, compute, a, message, digest, for, an, image, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, compute, a, message, digest, for, an, image, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -198,15 +247,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/statistic.html b/www/api/statistic.html
index e8388c9..795a2e1 100644
--- a/www/api/statistic.html
+++ b/www/api/statistic.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Image Statistics</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, image, statistics, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, image, statistics, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module statistic Methods</h1>
-<p class="navigation-index">[<a href="statistic.html#EvaluateImage">EvaluateImage</a> • <a href="statistic.html#FunctionImage">FunctionImage</a> • <a href="statistic.html#GetImageChannelMean">GetImageChannelMean</a> • <a href="statistic.html#GetImageChannelKurtosis">GetImageChannelKurtosis</a> • <a href="statistic.html#GetImageChannelRange">GetImageChannelRange</a> • <a href="statistic.html#GetImageChannelStatistics">GetImageChannelStatistics</a> • <a href="statistic.html#StatisticImage">StatisticImage</a>]</p>
+<p class="navigation-index">[<a href="statistic.html#EvaluateImage">EvaluateImage</a> &#8226; <a href="statistic.html#FunctionImage">FunctionImage</a> &#8226; <a href="statistic.html#GetImageChannelMean">GetImageChannelMean</a> &#8226; <a href="statistic.html#GetImageChannelKurtosis">GetImageChannelKurtosis</a> &#8226; <a href="statistic.html#GetImageChannelRange">GetImageChannelRange</a> &#8226; <a href="statistic.html#GetImageChannelStatistics">GetImageChannelStatistics</a> &#8226; <a href="statistic.html#StatisticImage">StatisticImage</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/statistic_8c.html" id="EvaluateImage">EvaluateImage</a></h2>
 <div class="doc-section">
@@ -410,15 +459,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/stream.html b/www/api/stream.html
index 842ae64..505ae10 100644
--- a/www/api/stream.html
+++ b/www/api/stream.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: The Pixel FIFO</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, the, pixel, fifo, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, the, pixel, fifo, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module stream Methods</h1>
-<p class="navigation-index">[<a href="stream.html#ReadStream">ReadStream</a> • <a href="stream.html#WriteStream">WriteStream</a>]</p>
+<p class="navigation-index">[<a href="stream.html#ReadStream">ReadStream</a> &#8226; <a href="stream.html#WriteStream">WriteStream</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/stream_8c.html" id="ReadStream">ReadStream</a></h2>
 <div class="doc-section">
@@ -226,15 +275,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/transform.html b/www/api/transform.html
index dc32f97..9a40f14 100644
--- a/www/api/transform.html
+++ b/www/api/transform.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Transform an Image</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, transform, an, image, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, transform, an, image, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module transform Methods</h1>
-<p class="navigation-index">[<a href="transform.html#ChopImage">ChopImage</a> • <a href="transform.html#CropImage">CropImage</a> • <a href="transform.html#CropImageToTiles">CropImageToTiles</a> • <a href="transform.html#ExcerptImage">ExcerptImage</a> • <a href="transform.html#ExtentImage">ExtentImage</a> • <a href="transform.html#FlipImage">FlipImage</a> • <a href="transform.html#FlopImage">FlopImage</a> • <a href="transform.html#RollImage">RollImage</a> • <a href="transform.html#ShaveImage">ShaveImage</a> • <a href="transform.html#SpliceImage">SpliceImage</a> • <a href="transform.html#TransformImage">TransformImage</a> • <a href="transform.html#to CropImageToTiles">to CropImageToTiles</a> • <a href="transform.html#TransformImages">TransformImages</a> • <a href="transform.html#TransposeImage">TransposeImage</a> • <a href="transform.html#TransverseImage">TransverseImage</a> • <a href="transform.html#TrimImage">TrimImage</a>]</p>
+<p class="navigation-index">[<a href="transform.html#ChopImage">ChopImage</a> &#8226; <a href="transform.html#CropImage">CropImage</a> &#8226; <a href="transform.html#CropImageToTiles">CropImageToTiles</a> &#8226; <a href="transform.html#ExcerptImage">ExcerptImage</a> &#8226; <a href="transform.html#ExtentImage">ExtentImage</a> &#8226; <a href="transform.html#FlipImage">FlipImage</a> &#8226; <a href="transform.html#FlopImage">FlopImage</a> &#8226; <a href="transform.html#RollImage">RollImage</a> &#8226; <a href="transform.html#ShaveImage">ShaveImage</a> &#8226; <a href="transform.html#SpliceImage">SpliceImage</a> &#8226; <a href="transform.html#TransformImage">TransformImage</a> &#8226; <a href="transform.html#to CropImageToTiles">to CropImageToTiles</a> &#8226; <a href="transform.html#TransformImages">TransformImages</a> &#8226; <a href="transform.html#TransposeImage">TransposeImage</a> &#8226; <a href="transform.html#TransverseImage">TransverseImage</a> &#8226; <a href="transform.html#TrimImage">TrimImage</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/transform_8c.html" id="ChopImage">ChopImage</a></h2>
 <div class="doc-section">
@@ -530,15 +579,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/version.html b/www/api/version.html
index 6b067f7..2e46278 100644
--- a/www/api/version.html
+++ b/www/api/version.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Get the Version and Copyrights</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, get, the, version, copyrights, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, c, api, for, imagemagick:, get, the, version, copyrights, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module version Methods</h1>
-<p class="navigation-index">[<a href="version.html#GetMagickCopyright">GetMagickCopyright</a> • <a href="version.html#GetMagickFeatures">GetMagickFeatures</a> • <a href="version.html#GetMagickHomeURL">GetMagickHomeURL</a> • <a href="version.html#GetMagickPackageName">GetMagickPackageName</a> • <a href="version.html#GetMagickQuantumDepth">GetMagickQuantumDepth</a> • <a href="version.html#GetMagickQuantumRange">GetMagickQuantumRange</a> • <a href="version.html#GetMagickReleaseDate">GetMagickReleaseDate</a> • <a href="version.html#GetMagickVersion">GetMagickVersion</a>]</p>
+<p class="navigation-index">[<a href="version.html#GetMagickCopyright">GetMagickCopyright</a> &#8226; <a href="version.html#GetMagickFeatures">GetMagickFeatures</a> &#8226; <a href="version.html#GetMagickHomeURL">GetMagickHomeURL</a> &#8226; <a href="version.html#GetMagickPackageName">GetMagickPackageName</a> &#8226; <a href="version.html#GetMagickQuantumDepth">GetMagickQuantumDepth</a> &#8226; <a href="version.html#GetMagickQuantumRange">GetMagickQuantumRange</a> &#8226; <a href="version.html#GetMagickReleaseDate">GetMagickReleaseDate</a> &#8226; <a href="version.html#GetMagickVersion">GetMagickVersion</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/version_8c.html" id="GetMagickCopyright">GetMagickCopyright</a></h2>
 <div class="doc-section">
@@ -298,15 +347,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/api/wand-view.html b/www/api/wand-view.html
index f6558a3..9f4883a 100644
--- a/www/api/wand-view.html
+++ b/www/api/wand-view.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickWand, C API for ImageMagick: Wand View Methods</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickwc, api, for, imagemagick:, wview, methods, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickwc, api, for, imagemagick:, wview, methods, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../../images/wand.png"/>
+  <link rel="shortcut icon" href="../../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+  </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>
+  <img src="../../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/ImageMagick-7.0.0/index.html">
-  <img src="../../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="../../www/magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,27 +172,56 @@
 <div class="menu">
   <a title="Site Map" href="../../www/sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>Module wand-view Methods</h1>
-<p class="navigation-index">[<a href="wand-view.html#CloneWandView">CloneWandView</a> • <a href="wand-view.html#DestroyWandView">DestroyWandView</a> • <a href="wand-view.html#DuplexTransferWandViewIterator">DuplexTransferWandViewIterator</a> • <a href="wand-view.html#GetWandViewException">GetWandViewException</a> • <a href="wand-view.html#GetWandViewExtent">GetWandViewExtent</a> • <a href="wand-view.html#GetWandViewIterator">GetWandViewIterator</a> • <a href="wand-view.html#GetWandViewPixels">GetWandViewPixels</a> • <a href="wand-view.html#GetWandViewWand">GetWandViewWand</a> • <a href="wand-view.html#IsWandView">IsWandView</a> • <a href="wand-view.html#NewWandView">NewWandView</a> • <a href="wand-view.html#NewWandViewExtent">NewWandViewExtent</a> • <a href="wand-view.html#SetWandViewDescription">SetWandViewDescription</a> • <a href="wand-view.html#SetWandViewIterator">SetWandViewIterator</a> • <a href="wand-view.html#SetWandViewThreads">SetWandViewThreads</a> • <a href="wand-view.html#TransferWandViewIterator">TransferWandViewIterator</a> • <a href="wand-view.html#UpdateWandViewIterator">UpdateWandViewIterator</a>]</p>
+<p class="navigation-index">[<a href="wand-view.html#CloneWandView">CloneWandView</a> &#8226; <a href="wand-view.html#DestroyWandView">DestroyWandView</a> &#8226; <a href="wand-view.html#DuplexTransferWandViewIterator">DuplexTransferWandViewIterator</a> &#8226; <a href="wand-view.html#GetWandViewException">GetWandViewException</a> &#8226; <a href="wand-view.html#GetWandViewExtent">GetWandViewExtent</a> &#8226; <a href="wand-view.html#GetWandViewIterator">GetWandViewIterator</a> &#8226; <a href="wand-view.html#GetWandViewPixels">GetWandViewPixels</a> &#8226; <a href="wand-view.html#GetWandViewWand">GetWandViewWand</a> &#8226; <a href="wand-view.html#IsWandView">IsWandView</a> &#8226; <a href="wand-view.html#NewWandView">NewWandView</a> &#8226; <a href="wand-view.html#NewWandViewExtent">NewWandViewExtent</a> &#8226; <a href="wand-view.html#SetWandViewDescription">SetWandViewDescription</a> &#8226; <a href="wand-view.html#SetWandViewIterator">SetWandViewIterator</a> &#8226; <a href="wand-view.html#SetWandViewThreads">SetWandViewThreads</a> &#8226; <a href="wand-view.html#TransferWandViewIterator">TransferWandViewIterator</a> &#8226; <a href="wand-view.html#UpdateWandViewIterator">UpdateWandViewIterator</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view_8c.html" id="CloneWandView">CloneWandView</a></h2>
 <div class="doc-section">
@@ -590,15 +639,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</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>
diff --git a/www/architecture.html b/www/architecture.html
index d9dc254..f73a92d 100644
--- a/www/architecture.html
+++ b/www/architecture.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Architecture</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="architecture, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="architecture, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -208,19 +257,19 @@
   <li>a pixel in random order (e.g. pixel at 14,15 and 640,480)</li>
   <li>pixels from two different images (e.g. pixel at 5,1 from image 1 and pixel at 5,1 from image 2)</li>
   <li>pixels outside the boundaries of the image (e.g. pixel at -1,-3)</li>
-  <li>a pixel component that is unsigned or in a floating-point representation (e.g. 0.17836)</li>
-  <li>a high-dynamic range pixel that can include negative values as well as values that exceed the quantum depth (e.g. -0.00716)</li>
+  <li>a pixel component that is unsigned (65311) or in a floating-point representation (e.g. 0.17836)</li>
+  <li>a high-dynamic range pixel that can include negative values (e.g. -0.00716) as well as values that exceed the quantum depth (e.g. 65931)</li>
   <li>one or more pixels simultaneously in different threads of execution</li>
   <li>all the pixels in memory to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors</li>
 </ul>
 
 <p>In addition, some images include a clip mask that define which pixels are eligible to be updated.  Pixels outside the area defined by the clip mask remain untouched.</p>
 
-<p>Given the varied image formats and image processing requirements, we implemented the ImageMagick <a href="architecture.html#cache">pixel cache</a> to provide convenient sequential or parallel access to any pixel on demand anywhere inside the image region (we call these <a href="architecture.html#authentic-pixels">authentic pixels</a>)  and from any image in a sequence.  In addition, the pixel cache permits access to pixels outside the boundaries defined by the image (we call these <a href="architecture.html#virtual-pixels">virtual pixels</a>).</p>
+<p>Given the varied image formats and image processing requirements, we implemented the ImageMagick <a href="architecture.html#cache">pixel cache</a> to provide convenient sequential or parallel access to any pixel on demand anywhere inside the image region (i.e. <a href="architecture.html#authentic-pixels">authentic pixels</a>)  and from any image in a sequence.  In addition, the pixel cache permits access to pixels outside the boundaries defined by the image (i.e. <a href="architecture.html#virtual-pixels">virtual pixels</a>).</p>
 
 <p>In addition to pixels, images have a plethora of <a href="architecture.html#properties">image properties and profiles</a>.  Properties include the well known attributes such as width, height, depth, and colorspace.  An image may have optional properties which might include the image author, a comment, a create date, and others.  Some images also include profiles for color management, or EXIF, IPTC, 8BIM, or XMP informational profiles.  ImageMagick provides command line options and programming methods to get, set, or view image properties or profiles or apply profiles.</p>
 
-<p>ImageMagick consists of more than 400,000 lines of C code and optionally depends on several million lines of code in dependent libraries (e.g. JPEG, PNG, TIFF libraries).  Given that, one might expect a huge architecture document.  However, a great majority of image processing is simply accessing pixels and its metadata and our simple and elegant implementation makes this easy for the ImageMagick developer.  We discuss the implementation of the pixel cache and getting and setting image properties and profiles in the next few sections. Next, we discuss using ImageMagick within a <a href="architecture.html#threads">thread</a> of execution.  In the final sections, we discuss <a href="architecture.html#coders">image coders</a> to read or write a particular image format followed by a few words on creating a <a href="architecture.html#filters">filter</a> to access or update pixels based on your custom requirements.</p>
+<p>ImageMagick consists of nearly a half million lines of C code and optionally depends on several million lines of code in dependent libraries (e.g. JPEG, PNG, TIFF libraries).  Given that, one might expect a huge architecture document.  However, a great majority of image processing is simply accessing pixels and its metadata and our simple, elegant, and efficient implementation makes this easy for the ImageMagick developer.  We discuss the implementation of the pixel cache and getting and setting image properties and profiles in the next few sections. Next, we discuss using ImageMagick within a <a href="architecture.html#threads">thread</a> of execution.  In the final sections, we discuss <a href="architecture.html#coders">image coders</a> to read or write a particular image format followed by a few words on creating a <a href="architecture.html#filters">filter</a> to access or update pixels based on your custom requirements.</p>
 
 </div>
 
@@ -258,20 +307,20 @@
 
 <p>In our discussion of the pixel cache, we use the <a href="magick-core.html">MagickCore API</a> to illustrate our points, however, the principles are the same for other program interfaces to ImageMagick.</p>
 
-<p>When the pixel cache is initialized, pixels are scaled from whatever bit depth they originated from to that required by the pixel cache.  For example, a 1-channel 1-bit monochrome PBM image is scaled to a 4 channel 8-bit RGBA image, if you are using the Q8 version of ImageMagick, and 16-bit RGBA for the Q16 version.  You can determine which version you have with the <a href="command-line-options.html#version">‑version</a> option: </p>
+<p>When the pixel cache is initialized, pixels are scaled from whatever bit depth they originated from to that required by the pixel cache.  For example, a 1-channel 1-bit monochrome PBM image is scaled to a 4 channel 8-bit RGBA image, if you are using the Q8 version of ImageMagick, and 16-bit RGBA for the Q16 version.  You can determine which version you have with the <a href="command-line-options.html#version">&#x2011;version</a> option: </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify -version</span><span class="crtout">Version: ImageMagick 7.0.0-0 2013-07-15 Q16 http://www.imagemagick.org</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.8.9-5 2014-04-11 Q16 http://www.imagemagick.org</span></p>
 <p>As you can see, the convenience of the pixel cache sometimes comes with a trade-off in storage (e.g. storing a 1-bit monochrome image as 16-bit RGBA is wasteful) and speed (i.e. storing the entire image in memory is generally slower than accessing one scanline of pixels at a time).  In most cases, the benefits of the pixel cache typically outweigh any disadvantages.</p>
 </div>
 
 <h3><a id="authentic-pixels"></a>Access the Pixel Cache</h3>
 <div class="doc-section">
 
-<p>Once the pixel cache is associated with an image, you typically want to get, update, or put pixels into it.  We refer to pixels inside the image region as <em>authentic pixels</em> and outside the region as <em>virtual pixels</em>.  Use these methods to access the pixels in the cache:</p>
+<p>Once the pixel cache is associated with an image, you typically want to get, update, or put pixels into it.  We refer to pixels inside the image region as <a href="architecture.html#authentic-pixels">authentic pixels</a> and outside the region as <a href="architecture.html#virtual-pixels">virtual pixels</a>.  Use these methods to access the pixels in the cache:</p>
 <ul>
   <li><a href="../api/cache.html#GetVirtualPixels">GetVirtualPixels()</a> gets pixels that you do not intend to modify or pixels that lie outside the image region (e.g. pixel @ -1,-3)</li>
   <li><a href="../api/cache.html#GetAuthenticPixels">GetAuthenticPixels()</a> gets pixels that you intend to modify</li>
-  <li><a href="../api/cache.html#QueueAuthenticPixels">QueueAuthenticPixels()</a> queue pixels that you intend to modify</li>
+  <li><a href="../api/cache.html#QueueAuthenticPixels">QueueAuthenticPixels()</a> queue pixels that you intend to set</li>
   <li><a href="../api/cache.html#SyncAuthenticPixels">SyncAuthenticPixels()</a> update the pixel cache with any modified pixels</li>
 </ul>
 
@@ -287,7 +336,7 @@
   x,
   y;
 
-destination=CloneImage(source,source-&gt;columns,source-&gt;rows,MagickTrue,
+destination=CloneImage(source,source->columns,source->rows,MagickTrue,
   exception);
 if (destination == (Image *) NULL)
   { /* an exception was thrown */ }
@@ -313,7 +362,7 @@
   { /* an exception was thrown */ }
 </div>
 
-<p>When we first create the destination image by cloning the source image, the pixel cache pixels are not copied.  They are only copied when you signal your intentions to modify the pixel cache by calling <a href="../api/cache.html#GetAuthenticPixels">GetAuthenticPixels()</a> or <a href="../api/cache.html#QueueAuthenticPixels">QueueAuthenticPixels()</a>. Use <a href="../api/cache.html#QueueAuthenticPixels">QueueAuthenticPixels()</a> if you want to set new pixel values rather than update existing ones.  You could use GetAuthenticPixels() to set pixel values but it is slightly more efficient to use QueueAuthenticPixels() instead. Finally, use <a href="../api/cache.html#SyncAuthenticPixels">SyncAuthenticPixels()</a> to ensure any updated pixels are pushed to the pixel cache.</p>
+<p>When we first create the destination image by cloning the source image, the pixel cache pixels are not copied.  They are only copied when you signal your intentions to modify or set the pixel cache by calling <a href="../api/cache.html#GetAuthenticPixels">GetAuthenticPixels()</a> or <a href="../api/cache.html#QueueAuthenticPixels">QueueAuthenticPixels()</a>. Use <a href="../api/cache.html#QueueAuthenticPixels">QueueAuthenticPixels()</a> if you want to set new pixel values rather than update existing ones.  You could use GetAuthenticPixels() to set pixel values but it is slightly more efficient to use QueueAuthenticPixels() instead. Finally, use <a href="../api/cache.html#SyncAuthenticPixels">SyncAuthenticPixels()</a> to ensure any updated pixels are pushed to the pixel cache.</p>
 
 <p>Recall how we mentioned that the indexes of a colormapped image or the black channel of a CMYK image are stored separately.  Use  <a href="../api/cache.html#GetVirtualIndexQueue">GetVirtualIndexQueue()</a> (to read the indexes) or <a href="../api/cache.html#GetAuthenticIndexQueue">GetAuthenticIndexQueue()</a> (to update the indexes) to gain access to this channel.  For example, to print the colormap indexes, use:</p>
 
@@ -345,7 +394,7 @@
 <div class="doc-section">
 
 <p>There are a plethora of image processing algorithms that require a neighborhood of pixels about a pixel of interest.  The algorithm typically includes a caveat concerning how to handle pixels around the image boundaries, known as edge pixels.  With virtual pixels, you do not need to concern yourself about special edge processing other than choosing  which virtual pixel method is most appropriate for your algorithm.</p>
- <p>Access to the virtual pixels are controlled by the <a href="../api/cache.html#SetImageVirtualPixelMethod">SetImageVirtualPixelMethod()</a> method from the MagickCore API or the <a href="command-line-options.html#virtual-pixel">‑virtual‑pixel</a> option from the command line.  The methods include:</p>
+ <p>Access to the virtual pixels are controlled by the <a href="../api/cache.html#SetImageVirtualPixelMethod">SetImageVirtualPixelMethod()</a> method from the MagickCore API or the <a href="command-line-options.html#virtual-pixel">&#x2011;virtual&#x2011;pixel</a> option from the command line.  The methods include:</p>
 
 <pre class="text" style="font-size: 83.3333%;">
 background:           the area surrounding the image is the background color
@@ -391,49 +440,49 @@
 
 <p>To determine the current setting of these limits, use this command:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify -list resource</span></p><pre class="text">
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -list resource</span></p><pre class="text">
 File         Area       Memory          Map         Disk    Thread         Time
 -------------------------------------------------------------------------------
  768     1.0386GB    3.8692GiB    7.7384GiB    unlimited         4    unlimited
 </pre>
 
-<p>You can set these limits either as a <a href="resources.html#configure">policy</a> (see <a href="../source/policy.xml">policy.xml</a>), with an <a href="resources.html#environment">environment variable</a>, with the <a href="command-line-options.html#limit">-limit</a> command line option, or with the <a href="../api/resource.html#SetMagickResourceLimit">SetMagickResourceLimit()</a> MagickCore API method. As an example, our online web interface to ImageMagick, <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">ImageMagick Studio</a>, includes these policy limits to prevent a denial-of-service:</p>
+<p>You can set these limits either as a <a href="resources.html#configure">policy</a> (see <a href="../source/policy.xml">policy.xml</a>), with an <a href="resources.html#environment">environment variable</a>, with the <a href="command-line-options.html#limit">-limit</a> command line option, or with the <a href="../api/resource.html#SetMagickResourceLimit">SetMagickResourceLimit()</a> MagickCore API method. As an example, our online web interface to ImageMagick, <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">ImageMagick Studio</a>, includes these policy limits to help prevent a denial-of-service:</p>
 <pre class="code">
-&lt;policymap&gt;
-  &lt;policy domain="resource" name="temporary-path" value="/tmp"/&gt;
-  &lt;policy domain="resource" name="memory" value="256MiB"/&gt;
-  &lt;policy domain="resource" name="map" value="512MiB"/&gt;
-  &lt;policy domain="resource" name="area" value="128MB"/&gt;
-  &lt;policy domain="resource" name="disk" value="1GiB"/&gt;
-  &lt;policy domain="resource" name="file" value="768"/&gt;
-  &lt;policy domain="resource" name="thread" value="2"/&gt;
-  &lt;policy domain="resource" name="throttle" value="0"/&gt;
-  &lt;policy domain="resource" name="time" value="120"/&gt;
-  &lt;policy domain="system" name="precision" value="6"/&gt;
-  &lt;policy domain="cache" name="shared-secret" value="********"/&gt;
-&lt;/policymap&gt;
+&lt;policymap>
+  &lt;policy domain="resource" name="temporary-path" value="/tmp"/>
+  &lt;policy domain="resource" name="memory" value="256MiB"/>
+  &lt;policy domain="resource" name="map" value="512MiB"/>
+  &lt;policy domain="resource" name="area" value="128MB"/>
+  &lt;policy domain="resource" name="disk" value="1GiB"/>
+  &lt;policy domain="resource" name="file" value="768"/>
+  &lt;policy domain="resource" name="thread" value="2"/>
+  &lt;policy domain="resource" name="throttle" value="0"/>
+  &lt;policy domain="resource" name="time" value="120"/>
+  &lt;policy domain="system" name="precision" value="6"/>
+  &lt;policy domain="cache" name="shared-secret" value="********"/>
+&lt;/policymap>
 </pre>
 <p>Since we process multiple simultaneous sessions, we don't want any one session consuming all the available memory.  Instead large images are cached to disk.  If the image is too large and exceeds the pixel cache disk limit, the program exits.  In addition, we place a time limit to prevent any run-away processing tasks.</p>
 
-<p>Note, the cache limits are global, meaning if you create several images, the combined resource requirements are compared to the limit to determine the pixel cache storage disposition.</p>
+<p>Note, the cache limits are global to each invocation of ImageMagick, meaning if you create several images, the combined resource requirements are compared to the limit to determine the pixel cache storage disposition.</p>
 
-<p>To determine which type and how much resources are consumed by the pixel cache, add the <a href="command-line-options.html#debug">-debug cache</a> option:</p>
-<pre class="code">-&gt; convert -debug cache logo: -sharpen 3x2 null:
-2013-05-17T13:33:42-05:00 0:00.000 0.000u 7.0.0 Cache convert: cache.c/DestroyPixelCache/1275/Cache
+<p>To determine which type and how much resources are consumed by the pixel cache, add the <a href="command-line-options.html#debug">-debug cache</a> option to the command-line:</p>
+<pre class="code">-> convert -debug cache logo: -sharpen 3x2 null:
+2013-12-17T13:33:42-05:00 0:00.000 0.000u 7.0.0 Cache convert: cache.c/DestroyPixelCache/1275/Cache
   destroy 
-2013-05-17T13:33:42-05:00 0:00.000 0.000u 7.0.0 Cache convert: cache.c/OpenPixelCache/3834/Cache
+2013-12-17T13:33:42-05:00 0:00.000 0.000u 7.0.0 Cache convert: cache.c/OpenPixelCache/3834/Cache
   open LOGO[0] (Heap Memory, 640x480x4 4.688MiB)
-2013-05-17T13:33:42-05:00 0:00.010 0.000u 7.0.0 Cache convert: cache.c/OpenPixelCache/3834/Cache
+2013-12-17T13:33:42-05:00 0:00.010 0.000u 7.0.0 Cache convert: cache.c/OpenPixelCache/3834/Cache
   open LOGO[0] (Heap Memory, 640x480x3 3.516MiB)
-2013-05-17T13:33:42-05:00 0:00.010 0.000u 7.0.0 Cache convert: cache.c/ClonePixelCachePixels/1044/Cache
-  Memory =&gt; Memory
-2013-05-17T13:33:42-05:00 0:00.020 0.010u 7.0.0 Cache convert: cache.c/ClonePixelCachePixels/1044/Cache
-  Memory =&gt; Memory
-2013-05-17T13:33:42-05:00 0:00.020 0.010u 7.0.0 Cache convert: cache.c/OpenPixelCache/3834/Cache
+2013-12-17T13:33:42-05:00 0:00.010 0.000u 7.0.0 Cache convert: cache.c/ClonePixelCachePixels/1044/Cache
+  Memory => Memory
+2013-12-17T13:33:42-05:00 0:00.020 0.010u 7.0.0 Cache convert: cache.c/ClonePixelCachePixels/1044/Cache
+  Memory => Memory
+2013-12-17T13:33:42-05:00 0:00.020 0.010u 7.0.0 Cache convert: cache.c/OpenPixelCache/3834/Cache
   open LOGO[0] (Heap Memory, 640x480x3 3.516MiB)
-2013-05-17T13:33:42-05:00 0:00.050 0.100u 7.0.0 Cache convert: cache.c/DestroyPixelCache/1275/Cache
+2013-12-17T13:33:42-05:00 0:00.050 0.100u 7.0.0 Cache convert: cache.c/DestroyPixelCache/1275/Cache
   destroy LOGO[0]
-2013-05-17T13:33:42-05:00 0:00.050 0.100u 7.0.0 Cache convert: cache.c/DestroyPixelCache/1275/Cache
+2013-12-17T13:33:42-05:00 0:00.050 0.100u 7.0.0 Cache convert: cache.c/DestroyPixelCache/1275/Cache
   destroy LOGO[0]
 </pre>
 <p>This command utilizes a pixel cache in memory.  The logo consumed 4.688MiB and after it was sharpened, 3.516MiB.</p>
@@ -442,13 +491,13 @@
 
 <h3>Distributed Pixel Cache</h3>
 <div class="doc-section">
-<p>A distributed pixel cache is an extension of the traditional pixel cache available on a single host.  The distributed pixel cache may span multiple servers so that it can grow in size and transactional capacity to support very large images.  Start up the pixel cache server on one or more machines.  When you read or operate on an image and the local pixel cache resources are exhausted, ImageMagick contacts one or more of these remote pixel servers to store or retrieve pixels.</p>
+<p>A distributed pixel cache is an extension of the traditional pixel cache available on a single host.  The distributed pixel cache may span multiple servers so that it can grow in size and transactional capacity to support very large images.  Start up the pixel cache server on one or more machines.  When you read or operate on an image and the local pixel cache resources are exhausted, ImageMagick contacts one or more of these remote pixel servers to store or retrieve pixels.  The distributed pixel cache relies on network bandwidth to marshal pixels to and from the remote server.  As such, it will likely be significantly slower than a pixel cache utilizing local storage (e.g. memory, disk, etc.).</p>
 </div>
 
 <h3>Cache Views</h3>
 <div class="doc-section">
 
-<p>GetVirtualPixels(), GetAuthenticPixels(), QueueAuthenticPixels(), and SyncAuthenticPixels() from the MagickCore API can only deal with one pixel cache area per image at a time.  Suppose you want to access the first and last scanline from the same image at the same time?  The solution is to use a <em>cache view</em>.  A cache view permits you to access as many areas simultaneously in the pixel cache as you require.  The cache view <a href="../api/cache-view.html">methods</a> are analogous to the previous methods except you must first open a view and close it when you are finished with it. Here is a snippet of MagickCore code that permits us to access the first and last pixel row of the image simultaneously:</p>
+<p>GetVirtualPixels(), GetAuthenticPixels(), QueueAuthenticPixels(), and SyncAuthenticPixels(), from the MagickCore API, can only deal with one pixel cache area per image at a time.  Suppose you want to access the first and last scanline from the same image at the same time?  The solution is to use a <em>cache view</em>.  A cache view permits you to access as many areas simultaneously in the pixel cache as you require.  The cache view <a href="../api/cache-view.html">methods</a> are analogous to the previous methods except you must first open a view and close it when you are finished with it. Here is a snippet of MagickCore code that permits us to access the first and last pixel row of the image simultaneously:</p>
 
 <pre class="code">CacheView
   *view_1,
@@ -459,8 +508,7 @@
 for (y=0; y &lt; (ssize_t) source-&gt;rows; y++)
 {
   u=GetCacheViewVirtualPixels(view_1,0,y,source-&gt;columns,1,exception);
-  v=GetCacheViewVirtualPixels(view_2,0,source-&gt;rows-y-1,source-&gt;columns,1,
-    exception);
+  v=GetCacheViewVirtualPixels(view_2,0,source-&gt;rows-y-1,source-&gt;columns,1,exception);
   if ((u == (const PixelPacket *) NULL) || (v == (const PixelPacket *) NULL))
     break;
   for (x=0; x &lt; (ssize_t) source-&gt;columns; x++)
@@ -487,9 +535,11 @@
 
 <p>Although you can request any pixel from the pixel cache, any block of pixels, any scanline, multiple scanlines, any row, or multiple rows with the GetVirtualPixels(), GetAuthenticPixels(), QueueAuthenticPixels, GetCacheViewVirtualPixels(), GetCacheViewAuthenticPixels(), and QueueCacheViewAuthenticPixels() methods, ImageMagick is optimized to return a few pixels or a few pixels rows at time.  There are additional optimizations if you request a single scanline or a few scanlines at a time.  These methods also permit random access to the pixel cache, however, ImageMagick is optimized for sequential access.  Although you can access scanlines of pixels sequentially from the last row of the image to the first, you may get a performance boost if you access scanlines from the first row of the image to the last, in sequentual order.</p>
 
+<p>You can get, modify, or set pixels in row or column order.  However, it is more efficient to access the pixels by row rather than by column.</p>
+
 <p>If you update pixels returned from GetAuthenticPixels() or GetCacheViewAuthenticPixels(), don't forget to call SyncAuthenticPixels() or SyncCacheViewAuthenticPixels() respectively to ensure your changes are synchronized with the pixel cache.</p>
 
-<p>Use QueueAuthenticPixels() or QueueCacheViewAuthenticPixels() if you are setting an initial pixel value.  The GetAuthenticPixels() or GetCacheViewAuthenticPixels() method reads pixels from the cache and if you are setting an initial pixel value, this read is unnecessary. Don't forget to call SyncAuthenticPixels() or SyncCacheViewAuthenticPixels() respectively to push your updates to the pixel cache.</p>
+<p>Use QueueAuthenticPixels() or QueueCacheViewAuthenticPixels() if you are setting an initial pixel value.  The GetAuthenticPixels() or GetCacheViewAuthenticPixels() method reads pixels from the cache and if you are setting an initial pixel value, this read is unnecessary. Don't forget to call SyncAuthenticPixels() or SyncCacheViewAuthenticPixels() respectively to push any pixel changes to the pixel cache.</p>
 
 <p>GetVirtualPixels(), GetAuthenticPixels(), QueueAuthenticPixels(), and SyncAuthenticPixels() are slightly more efficient than their cache view counter-parts.  However, cache views are required if you need access to more than one region of the image simultaneously or if more than one <a href="architecture.html#threads">thread of execution</a> is accessing the image.</p>
 
@@ -497,20 +547,18 @@
 
 <p>Although you can force the pixel cache to disk using appropriate resource limits, disk access can be upwards of 1000 times slower than memory access.  For fast, efficient, access to the pixel cache, try to keep the pixel cache in heap memory or anonymous mapped memory.</p>
 
-<p>The ImageMagick Q16 version of ImageMagick permits you to read and write 16 bit images without scaling but the pixel cache consumes twice as much resources as the Q8 version.  If your system has constrained memory or disk resources, consider the Q8 version of ImageMagick.  In addition, the Q8 version typically executes faster than the Q16 version.</p>
+<p>The ImageMagick Q16 version of ImageMagick permits you to read and write 16 bit images without scaling but the pixel cache consumes twice as many resources as the Q8 version.  If your system has constrained memory or disk resources, consider the Q8 version of ImageMagick.  In addition, the Q8 version typically executes faster than the Q16 version.</p>
 
 <p>A great majority of image formats and algorithms restrict themselves to a fixed range of pixel values from 0 to some maximum value, for example, the Q16 version of ImageMagick permit intensities from 0 to 65535.  High dynamic-range imaging (HDRI), however, permits a far greater dynamic range of exposures (i.e. a large difference between light and dark areas) than standard digital imaging techniques. HDRI accurately represents the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.  Enable <a href="high-dynamic-range.html">HDRI</a> at ImageMagick build time to deal with high dynamic-range images, but be mindful that each pixel component is a 32-bit floating point value. In addition, pixel values are not clamped by default so some algorithms may may have unexpected results due to out-of-band pixel values than the non-HDRI version.</p>
 
 <p>If you are dealing with large images, make sure the pixel cache is written to a disk area with plenty of free space.  Under Unix, this is typically <code>/tmp</code> and for Windows, <code>c:/temp</code>.  You can tell ImageMagick to write the pixel cache to an alternate location and conserver memory with these options:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -limit memory 2GB -limit map 4GB -define registry:temporary-path=/data/tmp ...</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -limit memory 2GB -limit map 4GB -define registry:temporary-path=/data/tmp ...</span></p>
 <p>If you plan on processing the same image many times, consider the MPC format.  Reading a MPC image has near-zero overhead because its in the native pixel cache format eliminating the need for decoding the image pixels.  Here is an example:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert image.tif image.mpc</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert image.mpc -crop 100x100+0+0 +repage 1.png</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert image.mpc -crop 100x100+100+0 +repage 2.png</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert image.mpc -crop 100x100+200+0 +repage 3.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.tif image.mpc</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.mpc -crop 100x100+0+0 +repage 1.png</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.mpc -crop 100x100+100+0 +repage 2.png</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.mpc -crop 100x100+200+0 +repage 3.png</span></p>
 <p>MPC is ideal for web sites.  It reduces the overhead of reading and writing an image.  We use it exclusively at our <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">online image studio</a>.</p>
-<p>Many algorithms require a single sample intensity value from the red, green, and blue components of each pixel.  By default we use Rec601Luma which requires a linear colorspace conversion using a power function-- given most source images are in the sRGB colorspace.  A power function can slow down performance.  To speed the process up, either first convert the image to a linear colorspace such as RGB or use the mathematical RGB average for intensity which does not require the power fuunction:</p>
-
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert image.jpg -set colorspace RGB -threshold 50% -set colorspace sRGB image.png</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert image.jpg -intensity average -threshold 50% image.png</span></p></div>
+</div>
 
 </div>
 
@@ -529,7 +577,7 @@
   MyData
     *my_data;
 
-  my_data=(MyData *) image-&gt;client_data;
+  my_data=(MyData *) image->client_data;
   p=(PixelPacket *) pixels;
   if (p != (const PixelPacket *) NULL)
     {
@@ -541,7 +589,7 @@
 ...
 
 /* invoke the pixel stream here */
-image_info-&gt;client_data=(void *) MyData;
+image_info->client_data=(void *) MyData;
 image=ReadStream(image_info,&amp;StreamPixels,exception);
 </pre>
 
@@ -590,19 +638,19 @@
 <div class="doc-section">
 <p>ImageMagick can read, process, or write mega-, giga-, or tera-pixel image sizes.  An image width or height can range from 1 to 2 giga-pixels on a 32 bit OS and up to 9 exa-pixels on a 64-bit OS.  Note, that some image formats have restrictions on image size.  For example, Photoshop images are limited to 300,000 pixels for width or height.  Here we resize an image to a quarter million pixels square:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: -resize 250000x250000 logo.miff</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize 250000x250000 logo.miff</span></p>
 <p>For large images, ImageMagick will likely create a pixel cache on disk.  Make sure you have plenty of temporary disk space.  If your default temporary disk partition is too small, tell ImageMagick to use another partition with plenty of free space.  For example:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -define registry:temporary-path=/data/tmp logo:  \ <br></br>     -resize 250000x250000 logo.miff</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -define registry:temporary-path=/data/tmp logo:  \ <br/>     -resize 250000x250000 logo.miff</span></p>
 <p>To ensure large images do not consume all the memory on your system, force the image pixels to memory-mapped disk with resource limits:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -define registry:temporary-path=/data/tmp -limit memory 16mb  \ <br></br>     logo: -resize 250000x250000 logo.miff</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -define registry:temporary-path=/data/tmp -limit memory 16mb  \ <br/>     logo: -resize 250000x250000 logo.miff</span></p>
 <p>Here we force all image pixels to disk:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -define registry:temporary-path=/data/tmp -limit area 0  \ <br></br>     logo: -resize 250000x250000 logo.miff</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -define registry:temporary-path=/data/tmp -limit area 0  \ <br/>     logo: -resize 250000x250000 logo.miff</span></p>
 <p>Caching pixels to disk is about 1000 times slower than memory.  Expect long run times when processing large images on disk with ImageMagick.  You can monitor progress with this command:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -monitor -limit memory 2GiB -limit map 4GiB -define registry:temporary-path=/data/tmp \ <br></br>     logo: -resize 250000x250000 logo.miff</span></p><p>For really large images, or if there is limited resources on your host, you can utilize a distributed pixel cache on one or more remote hosts:</p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -monitor -limit memory 2GiB -limit map 4GiB -define registry:temporary-path=/data/tmp \ <br/>     logo: -resize 250000x250000 logo.miff</span></p><p>For really large images, or if there is limited resources on your host, you can utilize a distributed pixel cache on one or more remote hosts:</p>
 <pre class="text">
 convert -distribute-cache 6668 &amp;  // start on 192.168.100.50
 convert -distribute-cache 6668 &amp;  // start on 192.168.100.51
@@ -619,56 +667,54 @@
 
 <p>Here is an MagickCore code snippet that takes advantage of threads of execution with the <a href="http://www.imagemagick.org/ImageMagick-7.0.0/www/openmp.html">OpenMP</a> programming paradigm:</p>
 
-<div class="viewport">{
-  CacheView
-    *image_view;
+<div class="viewport">CacheView
+  *image_view;
 
-  MagickBooleanType
-    status;
+MagickBooleanType
+  status;
 
-  ssize_t
-    y;
+ssize_t
+  y;
 
-  status=MagickTrue;
-  image_view=AcquireVirtualCacheView(image,exception);
-  #pragma omp parallel for schedule(dynamic,4) shared(status)
-  for (y=0; y &lt; (ssize_t) image-&gt;rows; y++)
-  {
-    register IndexPacket
-      *indexes;
+status=MagickTrue;
+image_view=AcquireVirtualCacheView(image,exception);
+#pragma omp parallel for schedule(dynamic,4) shared(status)
+for (y=0; y &lt; (ssize_t) image-&gt;rows; y++)
+{
+  register IndexPacket
+    *indexes;
 
-    register PixelPacket
-      *q;
+  register PixelPacket
+    *q;
 
-    register ssize_t
-      x;
+  register ssize_t
+    x;
 
-    if (status == MagickFalse)
-      continue;
-    q=GetCacheViewAuthenticPixels(image_view,0,y,image-&gt;columns,1,exception);
-    if (q == (PixelPacket *) NULL)
-      {
-        status=MagickFalse;
-        continue;
-      }
-    indexes=GetCacheViewAuthenticIndexQueue(image_view);
-    for (x=0; x &lt; (ssize_t) image-&gt;columns; x++)
-    {
-      SetPixelRed(q,...);
-      SetPixelGreen(q,...);
-      SetPixelBlue(q,...);
-      SetPixelOpacity(q,...);
-      if (indexes != (IndexPacket *) NULL)
-        SetPixelIndex(indexes+x,...);
-      q++;
-    }
-    if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
-      status=MagickFalse;
-  }
-  image_view=DestroyCacheView(image_view);
   if (status == MagickFalse)
-    perror("something went wrong");
+    continue;
+  q=GetCacheViewAuthenticPixels(image_view,0,y,image-&gt;columns,1,exception);
+  if (q == (PixelPacket *) NULL)
+    {
+      status=MagickFalse;
+      continue;
+    }
+  indexes=GetCacheViewAuthenticIndexQueue(image_view);
+  for (x=0; x &lt; (ssize_t) image-&gt;columns; x++)
+  {
+    SetPixelRed(q,...);
+    SetPixelGreen(q,...);
+    SetPixelBlue(q,...);
+    SetPixelOpacity(q,...);
+    if (indexes != (IndexPacket *) NULL)
+      SetPixelIndex(indexes+x,...);
+    q++;
+  }
+  if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
+    status=MagickFalse;
 }
+image_view=DestroyCacheView(image_view);
+if (status == MagickFalse)
+  perror("something went wrong");
 </div>
 <p>This code snippet converts an uncompressed Windows bitmap to a Magick++ image:</p>
 <div class="viewport">#include "Magick++.h"
@@ -681,15 +727,15 @@
   /*
     Prepare the image so that we can modify the pixels directly.
   */
-  assert(bmp_info-&gt;biCompression == BI_RGB);
-  assert(bmp_info-&gt;biWidth == image-&gt;columns());
-  assert(abs(bmp_info-&gt;biHeight) == image-&gt;rows());
-  image-&gt;modifyImage();
-  if (bmp_info-&gt;biBitCount == 24)
-    image-&gt;type(MagickCore::TrueColorType);
+  assert(bmp_info->biCompression == BI_RGB);
+  assert(bmp_info->biWidth == image->columns());
+  assert(abs(bmp_info->biHeight) == image->rows());
+  image->modifyImage();
+  if (bmp_info->biBitCount == 24)
+    image->type(MagickCore::TrueColorType);
   else
-    image-&gt;type(MagickCore::TrueColorMatteType);
-  register unsigned int bytes_per_row=bmp_info-&gt;biWidth*bmp_info-&gt;biBitCount/8;
+    image->type(MagickCore::TrueColorMatteType);
+  register unsigned int bytes_per_row=bmp_info->biWidth*bmp_info->biBitCount/8;
   if (bytes_per_row % 4 != 0) {
     bytes_per_row=bytes_per_row+(4-bytes_per_row % 4);  // divisible by 4.
   }
@@ -697,7 +743,7 @@
     Copy all pixel data, row by row.
   */
   #pragma omp parallel for
-  for (int y=0; y &lt; int(image-&gt;rows()); y++)
+  for (int y=0; y &lt; int(image->rows()); y++)
   {
     int
       row;
@@ -708,21 +754,21 @@
     register MagickCore::PixelPacket
       *restrict q;
 
-    row=(bmp_info-&gt;biHeight &gt; 0) ? (image-&gt;rows()-y-1) : y;
+    row=(bmp_info->biHeight > 0) ? (image->rows()-y-1) : y;
     p=pixels+row*bytes_per_row;
-    q=image-&gt;setPixels(0,y,image-&gt;columns(),1);
-    for (int x=0; x &lt; int(image-&gt;columns()); x++)
+    q=image->setPixels(0,y,image->columns(),1);
+    for (int x=0; x &lt; int(image->columns()); x++)
     {
       SetPixelBlue(q,p[0]);
       SetPixelGreen(q,p[1]);
       SetPixelRed(q,p[2]);
-      if (bmp_info-&gt;biBitCount == 32) {
+      if (bmp_info->biBitCount == 32) {
         SetPixelOpacity(q,p[3]);
       }
       q++;
-      p+=bmp_info-&gt;biBitCount/8;
+      p+=bmp_info->biBitCount/8;
     }
-    image-&gt;syncPixels();  // sync pixels to pixel cache.
+    image->syncPixels();  // sync pixels to pixel cache.
   }
   return;
 }
@@ -735,7 +781,7 @@
 <p>In most circumstances, the default number of threads is set to the number of processor cores on your system for optimal performance.  However, if your system is hyperthreaded or if you are running on a virtual host and only a subset of the processors are available to your server instance, you might get an increase in performance by setting the thread <a href="resources.html#configure">policy</a> or the <a href="resources.html#environment">MAGICK_THREAD_LIMIT</a> environment variable.  For example, your virtual host has 8 processors but only 2 are assigned to your server instance.  The default of 8 threads can cause severe performance problems.  One solution is to limit the number of threads to the available processors in your <a href="../source/policy.xml">policy.xml</a> configuration file:</p>
 
 <pre class="text">
-&lt;policy domain="resource" name="thread" value="2"/&gt;
+&lt;policy domain="resource" name="thread" value="2"/>
 </pre>
 
 <p>Or suppose your 12 core hyperthreaded computer defaults to 24 threads.  Set the MAGICK_THREAD_LIMIT environment variable and you will likely get improved performance:</p>
@@ -763,7 +809,7 @@
 Performance[11]: 10i 4.348ips 0.793e 16.500u 0:02.300
 Performance[12]: 10i 4.525ips 0.799e 18.320u 0:02.210
 </pre>
-<p>The suite spot is 6 threads. This makes sense since there are 6 physical cores.  The other 6 are hyperthreads. It appears that sharpening does not benefit from hyperthreading.</p>
+<p>The sweet spot for this example is 6 threads. This makes sense since there are 6 physical cores.  The other 6 are hyperthreads. It appears that sharpening does not benefit from hyperthreading.</p>
 <p>In certain cases, it might be optimal to set the number of threads to 1 or to disable OpenMP completely with the <a href="resources.html#environment">MAGICK_THREAD_LIMIT</a> environment variable, <a href="command-line-options.html#limit">-limit</a> command line option,  or the  <a href="resources.html#configure">policy.xml</a> configuration file.</p>
 </div>
 
@@ -773,10 +819,10 @@
 
 <p>First verify that your version of ImageMagick includes support for the OpenCL feature:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify -version</span><span class="crtout">Features: OpenMP OpenCL</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Features: OpenMP OpenCL</span></p>
 <p>If so, run this command to realize a significant speed-up for image convolution:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert image.png -convolve '-1, -1, -1, -1, 9, -1, -1, -1, -1'  \ <br></br> convolve.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png -convolve '-1, -1, -1, -1, 9, -1, -1, -1, -1'  \ <br/>    convolve.png</span></p>
 <p>If an accelerator is not available or if the accelerator fails to respond, ImageMagick reverts to the non-accelerated convolution algorithm.</p>
 
 <p>Here is an example OpenCL kernel that convolves an image:</p>
@@ -785,7 +831,7 @@
 {
   if (offset &lt; 0L)
     return(0L);
-  if (offset &gt;= range)
+  if (offset >= range)
     return((long) (range-1L));
   return(offset);
 }
@@ -794,7 +840,7 @@
 {
   if (value &lt; 0.0)
     return((CLQuantum) 0);
-  if (value &gt;= (float) QuantumRange)
+  if (value >= (float) QuantumRange)
     return((CLQuantum) QuantumRange);
   return((CLQuantum) (value+0.5));
 }
@@ -842,6 +888,8 @@
 
 <p>See <a href="http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6/magick/accelerate.c">magick/accelerate.c</a> for a complete implementation of image convolution with an OpenCL kernel.</p>
 
+<p>Note, that under Windows, you might have an issue with TDR (Timeout Detection and Recovery of GPUs). Its purpose is to detect runaway tasks hanging the GPU by using an execution time threshold.  For some older low-end GPUs running the OpenCL filters in ImageMagick, longer execution times might trigger the TDR mechanism and pre-empt the GPU image filter.  When this happens, ImageMagick automatically falls back to the CPU code path and returns the expected results.  To avoid pre-emption, increase the <a href="http://msdn.microsoft.com/en-us/library/windows/hardware/gg487368.aspx">TdrDelay</a> registry key.</p>
+
 </div>
 
 <h2><a id="coders"></a>Custom Image Coders</h2>
@@ -1006,7 +1054,7 @@
     image-&gt;rows=rows;
     image-&gt;depth=8;
     if ((image_info-&gt;ping != MagickFalse) &amp;&amp; (image_info-&gt;number_scenes != 0))
-      if (image-&gt;scene &gt;= (image_info-&gt;scene+image_info-&gt;number_scenes-1))
+      if (image-&gt;scene >= (image_info-&gt;scene+image_info-&gt;number_scenes-1))
         break;
     /*
       Convert MGK raster image to pixel packets.
@@ -1038,7 +1086,7 @@
       if (SyncAuthenticPixels(image,exception) == MagickFalse)
         break;
       if ((image-&gt;previous == (Image *) NULL) &amp;&amp;
-          (SetImageProgress(image,LoadImageTag,y,image&gt;&gt;rows) == MagickFalse))
+          (SetImageProgress(image,LoadImageTag,y,image&gt;>rows) == MagickFalse))
         break;
     }
     pixels=(unsigned char *) RelinquishMagickMemory(pixels);
@@ -1051,7 +1099,7 @@
       Proceed to next image.
     */
     if (image_info-&gt;number_scenes != 0)
-      if (image-&gt;scene &gt;= (image_info-&gt;scene+image_info-&gt;number_scenes-1))
+      if (image-&gt;scene >= (image_info-&gt;scene+image_info-&gt;number_scenes-1))
         break;
     *buffer='\0';
     (void) ReadBlobString(image,buffer);
@@ -1256,8 +1304,8 @@
 
 <p>To invoke the custom coder from the command line, use these commands:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: logo.mgk</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">display logo.mgk</span></p>
-<p>We provide the <a href="http://www.imagemagick.org/download/kits/MagickCoderKit-1.0.0.tar.gz">Magick Coder Kit</a> to help you get started writing your own custom coder.</p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: logo.mgk</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>display logo.mgk</span></p>
+<p>We provide the <a href="http://www.imagemagick.org/download/kits/">Magick Coder Kit</a> to help you get started writing your own custom coder.</p>
 
 </div>
 
@@ -1470,21 +1518,21 @@
 
 <p>To invoke the custom filter from the command line, use this command:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: -process "analyze" -verbose info:</span><span class="crtout">Image: logo: <br></br>
-    Format: LOGO (ImageMagick Logo)  <br></br>
-    Class: PseudoClass  <br></br>
-    Geometry: 640x480  <br></br>
-    ...  <br></br>
-    filter:brightness:kurtosis: 8.17947 <br></br>
-    filter:brightness:mean: 60632.1 <br></br>
-    filter:brightness:skewness: -2.97118 <br></br>
-    filter:brightness:standard-deviation: 13742.1 <br></br>
-    filter:saturation:kurtosis: 4.33554 <br></br>
-    filter:saturation:mean: 5951.55 <br></br>
-    filter:saturation:skewness: 2.42848 <br></br>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -process "analyze" -verbose info:</span><span class='crtout'>Image: logo: <br/>
+    Format: LOGO (ImageMagick Logo)  <br/>
+    Class: PseudoClass  <br/>
+    Geometry: 640x480  <br/>
+    ...  <br/>
+    filter:brightness:kurtosis: 8.17947 <br/>
+    filter:brightness:mean: 60632.1 <br/>
+    filter:brightness:skewness: -2.97118 <br/>
+    filter:brightness:standard-deviation: 13742.1 <br/>
+    filter:saturation:kurtosis: 4.33554 <br/>
+    filter:saturation:mean: 5951.55 <br/>
+    filter:saturation:skewness: 2.42848 <br/>
     filter:saturation:standard-deviation: 15575.9</span></p>
 
-<p>We provide the <a href="http://www.imagemagick.org/download/kits/MagickFilterKit-1.0.0.tar.gz">Magick Filter Kit</a> to help you get started writing your own custom image filter.</p>
+<p>We provide the <a href="http://www.imagemagick.org/download/kits/">Magick Filter Kit</a> to help you get started writing your own custom image filter.</p>
 
 </div>
 
@@ -1494,15 +1542,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/binary-releases.html b/www/binary-releases.html
index af20f04..931b5a0 100644
--- a/www/binary-releases.html
+++ b/www/binary-releases.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Install from Binary Distribution</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="install, from, binary, distribution, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="install, from, binary, distribution, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -185,7 +234,7 @@
 <p>These are the Unix variations that we support.  If your system is not on the list, try installing from <a href="install-source.html">source</a>. Although ImageMagick runs fine on a single core computer, it automagically runs in parallel on dual and quad-core systems reducing run times considerably.</p>
 
 <table class="doc">
-  <col width="50%"></col> <col width="10%"></col> <col width="10%"></col> <col width="30%"></col>
+  <col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
   <tr>
     <th>Version</th>
     <th>HTTP</th>
@@ -194,16 +243,16 @@
   </tr>
 
   <tr>
-      <td valign="top">ImageMagick-7.0.0-0.i386.rpm</td>
-    <td valign="top"><a href="http://www.imagemagick.org/download/linux/CentOS/i386/ImageMagick-7.0.0-0.i386.rpm">download</a></td>
-    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/i386/ImageMagick-7.0.0-0.i386.rpm">download</a></td>
+      <td valign="top">ImageMagick-6.8.9-5.i386.rpm</td>
+    <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/i386/ImageMagick-6.8.9-5.i386.rpm">download</a></td>
+    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/i386/ImageMagick-6.8.9-5.i386.rpm">download</a></td>
     <td valign="top">Redhat / CentOS 5.8 i386 RPM</td>
   </tr>
 
   <tr>
-      <td valign="top">ImageMagick-7.0.0-0.x86_64.rpm</td>
-      <td valign="top"><a href="http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.0-0.x86_64.rpm">download</a></td>
-    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-7.0.0-0.x86_64.rpm">download</a></td>
+      <td valign="top">ImageMagick-6.8.9-5.x86_64.rpm</td>
+      <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-6.8.9-5.x86_64.rpm">download</a></td>
+    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-6.8.9-5.x86_64.rpm">download</a></td>
     <td valign="top">Redhat / CentOS 5.8 x86_64 RPM</td>
   </tr>
 
@@ -216,50 +265,50 @@
 
   <tr>
     <td valign="top">ImageMagick-sparc-sun-solaris2.10.tar.gz</td>
-    <td valign="top"><a href="http://www.imagemagick.org/download/alpha/ImageMagick-sparc-sun-solaris2.10.tar.gz">download</a></td>
-    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/alpha/ImageMagick-sparc-sun-solaris2.10.tar.gz">download</a></td>
+    <td valign="top"><a href="http://www.imagemagick.org/download/binaries/ImageMagick-sparc-sun-solaris2.10.tar.gz">download</a></td>
+    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-sparc-sun-solaris2.10.tar.gz">download</a></td>
     <td valign="top">Solaris Sparc 2.10</td>
   </tr>
 
   <tr>
     <td valign="top">ImageMagick-i686-pc-cygwin.tar.gz</td>
-    <td valign="top"><a href="http://www.imagemagick.org/download/alpha/ImageMagick-i686-pc-cygwin.tar.gz">download</a></td>
-    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/alpha/ImageMagick-i686-pc-cygwin.tar.gz">download</a></td>
+    <td valign="top"><a href="http://www.imagemagick.org/download/binaries/ImageMagick-i686-pc-cygwin.tar.gz">download</a></td>
+    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-i686-pc-cygwin.tar.gz">download</a></td>
     <td valign="top">Cygwin</td>
   </tr>
 
   <tr>
     <td valign="top">ImageMagick-i686-pc-mingw32.tar.gz</td>
-    <td valign="top"><a href="http://www.imagemagick.org/download/alpha/ImageMagick-i686-pc-mingw32.tar.gz">download</a></td>
-    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/alpha/ImageMagick-i686-pc-mingw32.tar.gz">download</a></td>
+    <td valign="top"><a href="http://www.imagemagick.org/download/binaries/ImageMagick-i686-pc-mingw32.tar.gz">download</a></td>
+    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-i686-pc-mingw32.tar.gz">download</a></td>
     <td valign="top">MinGW</td>
   </tr>
 </table>
 
-<p>Verify its <a href="http://www.imagemagick.org/download/alpha/digest.rdf">message digest</a>.</p>
+<p>Verify its <a href="http://www.imagemagick.org/download/binaries/digest.rdf">message digest</a>.</p>
 
 <p>ImageMagick RPM's are self-installing.  Simply type the following command and you're ready to start using ImageMagick:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">rpm -Uvh ImageMagick-7.0.0-0.i386.rpm</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>rpm -Uvh ImageMagick-6.8.9-5.i386.rpm</span></p>
 <p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">cd $HOME</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd $HOME</span></p>
 <p>Next, extract the contents of the package.  For example:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">tar xvfz ImageMagick.tar.gz</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvzf ImageMagick.tar.gz</span></p>
 <p>Set the <code>MAGICK_HOME</code> environment variable to the path where you extracted the ImageMagick files. For example:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">export MAGICK_HOME="$HOME/ImageMagick-7.0.0"</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-6.8.9"</span></p>
 <p>If the <code>bin</code> subdirectory of the extracted package is not already in your executable search path, add it to your <code>PATH</code> environment variable. For example:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">export PATH="$MAGICK_HOME/bin:$PATH"</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export PATH="$MAGICK_HOME/bin:$PATH"</span></p>
 
 <p>On Linux and Solaris machines add <code>$MAGICK_HOME/lib</code> to the <code>LD_LIBRARY_PATH</code> environment variable:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$MAGICK_HOME/lib"</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">export LD_LIBRARY_PATH</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$MAGICK_HOME/lib"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export LD_LIBRARY_PATH</span></p>
 <p>Finally, to verify ImageMagick is working properly, type the following on the command line:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: logo.gif</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify logo.gif</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">display logo.gif</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: logo.gif</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify logo.gif</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>display logo.gif</span></p>
 <p>Congratulations, you have a working ImageMagick distribution under Unix or Linux and you are ready to use ImageMagick to <a href="http://www.imagemagick.org/Usage/">convert, compose, or edit</a> your images or perhaps you'll want to use one of the <a href="api.html">Application Program Interfaces</a> for C, C++, Perl, and others.</p>
 
 </div>
@@ -267,13 +316,13 @@
 <h2><a id="macosx"></a>Mac OS X Binary Release</h2>
 <div class="doc-section">
 
-<p>We recommend <a href="http://www.macports.org">MacPorts</a> which custom builds ImageMagick in your environment.  Download MacPorts and type:</p>
+<p>We recommend <a href="http://www.macports.org">MacPorts</a> which custom builds ImageMagick in your environment (some users prefer <a href="http://brew.sh">Homebrew</a>).  Download MacPorts and type:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">sudo port install ImageMagick</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo port install ImageMagick</span></p>
 <p>The <code>port</code> command downloads ImageMagick and many of its delegate libraries (e.g. JPEG, PNG, Freetype, etc.) and configures, builds, and installs ImageMagick automagically.  Alternatively, you can download the ImageMagick Mac OS X distribution we provide:</p>
 
 <table class="doc">
-  <col width="50%"></col> <col width="10%"></col> <col width="10%"></col> <col width="30%"></col>
+  <col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
   <tr>
     <th>Version</th>
     <th>HTTP</th>
@@ -282,34 +331,34 @@
   </tr>
 
   <tr>
-    <td valign="top">ImageMagick-x86_64-apple-darwin12.4.0.tar.gz</td>
-    <td valign="top"><a href="http://www.imagemagick.org/download/alpha/ImageMagick-x86_64-apple-darwin12.4.0.tar.gz">download</a></td>
-    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/alpha/ImageMagick-x86_64-apple-darwin12.4.0.tar.gz">download</a></td>
-    <td valign="top">Mac OS X Mountain Lion</td>
+    <td valign="top">ImageMagick-x86_64-apple-darwin13.2.0.tar.gz</td>
+    <td valign="top"><a href="http://www.imagemagick.org/download/binaries/ImageMagick-x86_64-apple-darwin13.2.0.tar.gz">download</a></td>
+    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-x86_64-apple-darwin13.2.0.tar.gz">download</a></td>
+    <td valign="top">Mac OS X Mavericks</td>
   </tr>
 </table>
 
-<p>Verify its <a href="http://www.imagemagick.org/download/alpha/digest.rdf">message digest</a>.</p>
+<p>Verify its <a href="http://www.imagemagick.org/download/binaries/digest.rdf">message digest</a>.</p>
 
 <p>Create (or choose) a directory to install the package into and change to that directory, for example:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">cd $HOME</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd $HOME</span></p>
 <p>Next, extract the contents of the package.  For example:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">tar xvfz ImageMagick-x86_64-apple-darwin12.4.0.tar.gz</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvzf ImageMagick-x86_64-apple-darwin13.2.0.tar.gz</span></p>
 <p>Set the <code>MAGICK_HOME</code> environment variable to the path where you extracted the ImageMagick files. For example:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">export MAGICK_HOME="$HOME/ImageMagick-7.0.0"</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-6.8.9"</span></p>
 <p>If the <code>bin</code> subdirectory of the extracted package is not already in your executable search path, add it to your <code>PATH</code> environment variable. For example:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">export PATH="$MAGICK_HOME/bin:$PATH"</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export PATH="$MAGICK_HOME/bin:$PATH"</span></p>
 
 <p>Set the <code>DYLD_LIBRARY_PATH</code> environment variable:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">export DYLD_LIBRARY_PATH="$MAGICK_HOME/lib/"</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export DYLD_LIBRARY_PATH="$MAGICK_HOME/lib/"</span></p>
 <p>Finally, to verify ImageMagick is working properly, type the following on the command line:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: logo.gif</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify logo.gif</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">display logo.gif</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: logo.gif</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify logo.gif</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>display logo.gif</span></p>
 <p><b>Note</b>, the <a href="display.html">display</a> program requires the X11 server available on your Mac OS X installation DVD. Once that is installed, you will also need to "export DISPLAY=:0".</p>
 
 <p>The best way to deal with all the exports is to put them at the end of your .profile file</p>
@@ -342,7 +391,7 @@
 <pre class="text">
 	./imagemagick_compile.sh <em>VERSION</em>
 </pre>
-<p>where <em>VERSION</em> is the version of ImageMagick you want to compile (i.e.: 7.0.0-0, svn, ...)</p>
+<p>where <em>VERSION</em> is the version of ImageMagick you want to compile (i.e.: 6.8.9-5, svn, ...)</p>
 
 <p>This script compiles ImageMagick as a static library to be included in iOS projects and adds support for</p>
 <ul>
@@ -380,10 +429,10 @@
 
 <p>The amount of memory can be an important factor, especially if you intend to work on large images.  A minimum of 512 MB of RAM is recommended, but the more RAM the better.  Although ImageMagick runs well on a single core computer, it automagically runs in parallel on multi-core systems reducing run times considerably.</p>
 
-<p>The Windows version of ImageMagick is self-installing.  Simply click on the appropriate version below and it will launch itself and ask you a few installation questions.  Versions with <em>Q8</em> in the name are 8 bits-per-pixel component (e.g. 8-bit red, 8-bit green, etc.), whereas,  <em>Q16</em> in the filename are 16 bits-per-pixel component. A Q16 version permits you to read or write 16-bit images without losing precision but requires twice as much resources as the Q8 version.  Versions with <em>dll</em> in the filename include ImageMagick libraries as <a href="http://www.answers.com/topic/dll">dynamic link libraries</a>. Unless you have specific requirements, we recommend this version of ImageMagick for 32-bit Windows:</p>
+<p>The Windows version of ImageMagick is self-installing.  Simply click on the appropriate version below and it will launch itself and ask you a few installation questions.  Versions with <em>Q8</em> in the name are 8 bits-per-pixel component (e.g. 8-bit red, 8-bit green, etc.), whereas,  <em>Q16</em> in the filename are 16 bits-per-pixel component. A Q16 version permits you to read or write 16-bit images without losing precision but requires twice as much resources as the Q8 version.  Versions with <em>dll</em> in the filename include ImageMagick libraries as <a href="http://www.answers.com/topic/dll">dynamic link libraries</a>. Unless you have a Windows 32-bit OS, we recommend this version of ImageMagick for 64-bit Windows:</p>
 
 <table class="doc">
-  <col width="50%"></col> <col width="10%"></col> <col width="10%"></col> <col width="30%"></col>
+  <col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
   <tr>
     <th>Version</th>
     <th>HTTP</th>
@@ -392,17 +441,17 @@
   </tr>
 
   <tr>
-        <td valign="top">ImageMagick-7.0.0-0-Q16-x86-dll.exe</td>
-        <td valign="top"><a href="http://www.imagemagick.org/download/alpha/ImageMagick-7.0.0-0-Q16-x86-dll.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/alpha/ImageMagick-7.0.0-0-Q16-x86-dll.exe">download</a></td>
-    <td valign="top">Win32 dynamic at 16 bits-per-pixel</td>
+        <td valign="top">ImageMagick-6.8.9-5-Q16-x64-dll.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.8.9-5-Q16-x64-dll.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.8.9-5-Q16-x64-dll.exe">download</a></td>
+    <td valign="top">Win64 dynamic at 16 bits-per-pixel</td>
   </tr>
 </table>
 
-<p>Or choose from these alternate Windows binary configurations:</p>
+<p>Or choose from these alternate Windows binary distributions:</p>
 
 <table class="doc">
-  <col width="50%"></col> <col width="10%"></col> <col width="10%"></col> <col width="30%"></col>
+  <col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
   <tr>
     <th>Version</th>
     <th>HTTP</th>
@@ -411,54 +460,54 @@
   </tr>
 
   <tr>
-        <td valign="top">ImageMagick-7.0.0-0-Q16-x86-static.exe</td>
-        <td valign="top"><a href="http://www.imagemagick.org/download/alpha/ImageMagick-7.0.0-0-Q16-x86-static.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/alpha/ImageMagick-7.0.0-0-Q16-x86-static.exe">download</a></td>
-    <td valign="top">Win32 static at 16 bits-per-pixel</td>
-  </tr>
-
-  <tr>
-        <td valign="top">ImageMagick-7.0.0-0-Q8-x86-dll.exe</td>
-        <td valign="top"><a href="http://www.imagemagick.org/download/alpha/ImageMagick-7.0.0-0-Q8-x86-dll.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/alpha/ImageMagick-7.0.0-0-Q8-x86-dll.exe">download</a></td>
-    <td valign="top">Win32 dynamic at 8 bits-per-pixel</td>
-  </tr>
-
-  <tr>
-        <td valign="top">ImageMagick-7.0.0-0-Q8-x86-static.exe</td>
-        <td valign="top"><a href="http://www.imagemagick.org/download/alpha/ImageMagick-7.0.0-0-Q8-x86-static.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/alpha/ImageMagick-7.0.0-0-Q8-x86-static.exe">download</a></td>
-    <td valign="top">Win32 static at 8 bits-per-pixel</td>
-  </tr>
-
-  <tr>
-        <td valign="top">ImageMagick-7.0.0-0-Q16-x64-dll.exe</td>
-        <td valign="top"><a href="http://www.imagemagick.org/download/alpha/ImageMagick-7.0.0-0-Q16-x64-dll.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/alpha/ImageMagick-7.0.0-0-Q16-x64-dll.exe">download</a></td>
-   <td valign="top">Win64 dynamic at 16 bits-per-pixel</td>
-  </tr>
-
-  <tr>
-        <td valign="top">ImageMagick-7.0.0-0-Q16-x64-static.exe</td>
-        <td valign="top"><a href="http://www.imagemagick.org/download/alpha/ImageMagick-7.0.0-0-Q16-x64-static.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/alpha/ImageMagick-7.0.0-0-Q16-x64-static.exe">download</a></td>
+        <td valign="top">ImageMagick-6.8.9-5-Q16-x64-static.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.8.9-5-Q16-x64-static.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.8.9-5-Q16-x64-static.exe">download</a></td>
    <td valign="top">Win64 static at 16 bits-per-pixel</td>
   </tr>
 
   <tr>
-        <td valign="top">ImageMagick-7.0.0-0-Q16-x86-windows.zip</td>
-        <td valign="top"><a href="http://www.imagemagick.org/download/alpha/ImageMagick-7.0.0-0-Q16-x86-windows.zip">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/alpha/ImageMagick-7.0.0-0-Q16-x86-windows.zip">download</a></td>
+        <td valign="top">ImageMagick-6.8.9-5-Q8-x64-dll.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.8.9-5-Q8-x64-dll.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.8.9-5-Q8-x64-dll.exe">download</a></td>
+   <td valign="top">Win64 dynamic at 8 bits-per-pixel</td>
+  </tr>
+
+  <tr>
+        <td valign="top">ImageMagick-6.8.9-5-Q8-x64-static.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.8.9-5-Q8-x64-static.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.8.9-5-Q8-x64-static.exe">download</a></td>
+    <td valign="top">Win64 static at 8 bits-per-pixel</td>
+  </tr>
+
+  <tr>
+        <td valign="top">ImageMagick-6.8.9-5-Q16-x86-dll.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.8.9-5-Q16-x86-dll.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.8.9-5-Q16-x86-dll.exe">download</a></td>
+    <td valign="top">Win32 dynamic at 16 bits-per-pixel</td>
+  </tr>
+
+  <tr>
+        <td valign="top">ImageMagick-6.8.9-5-Q16-x86-static.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.8.9-5-Q16-x86-static.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.8.9-5-Q16-x86-static.exe">download</a></td>
+    <td valign="top">Win32 static at 16 bits-per-pixel</td>
+  </tr>
+
+  <tr>
+        <td valign="top">ImageMagick-6.8.9-5-Q16-x86-windows.zip</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.8.9-5-Q16-x86-windows.zip">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.8.9-5-Q16-x86-windows.zip">download</a></td>
     <td valign="top">Portable Win32 static at 16 bits-per-pixel.  Just copy to your host and run (no installer, no Windows registry entries).</td>
   </tr>
 
 </table>
 
-<p>Verify its <a href="http://www.imagemagick.org/download/alpha/digest.rdf">message digest</a>.</p>
+<p>Verify its <a href="http://www.imagemagick.org/download/binaries/digest.rdf">message digest</a>.</p>
 
 <p>To verify ImageMagick is working properly, type the following in an Command Prompt window:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: logo.gif</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify logo.gif</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">imdisplay</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: logo.gif</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify logo.gif</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>imdisplay</span></p>
 <p>If you have any problems, you likely need <code>vcomp100.dll</code>.  To install it, download <a href="http://www.microsoft.com/downloads/details.aspx?familyid=A7B7A05E-6DE6-4D3A-A423-37BF0912DB84">Visual C++ 2010 Redistributable Package (x86)</a> or <a href="http://www.microsoft.com/downloads/details.aspx?familyid=BD512D9E-43C8-4655-81BF-9350143D5867">Visual C++ 2010 Redistributable Package (x64)</a>. 64-bit Windows requires both packages (x86 &amp; x64).</p>
 
 <p>Note, use a double quote (<code>"</code>) rather than a single quote (<code>'</code>) for the ImageMagick command line under Windows:</p>
@@ -481,15 +530,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/changelog.html b/www/changelog.html
index 8c3b16b..a0c3aaf 100644
--- a/www/changelog.html
+++ b/www/changelog.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Changelog</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="changelog, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="changelog, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,76 +172,396 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>ImageMagick Changelog</h1>
-<dl><dt>2013-08-04  6.8.6-8 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
-  <dd> Added support for WebP to the Windows distribution (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=23856).</dd>
+<dl><dt>2014-07-01  6.8.9-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.9-5, SVN revision 16123.</dd>
+<dt>2014-06-28  6.8.9-5 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
+  <dd> Do not let libpng16 check ICC/sRGB profiles in non-debug runs; we do    it ourselves anyway.  Avoids emitting "known incorrect profile" warnings.    For strict profile checking and warning, use "-debug coder".</dd>
+<dt>2014-06-27  6.8.9-5 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> Disabled OpenCL acceleration when image has a 'mask' or 'clip-mask'.</dd>
+<dt>2014-06-25  6.8.9-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Use -define profile:skip=icc, for example,  to skip color profiles on read.</dd>
+<dt>2014-06-23  6.8.9-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.9-4, SVN revision 16057.</dd>
+<dt>2014-06-15  6.8.9-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Support RMS argument for -evaluate-sequence and -statistic options.</dd>
+  <dd> Fix lseek define for a successful compile under 64-bit MinGW.</dd>
+  <dd> Pipe image to display program no longer reports an exception (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23532).</dd>
+  <dd> Check that profile is non-NULL in coders/tiff.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25770).</dd>
+<dt>2014-06-08  6.8.9-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.9-3, SVN revision 15975.</dd>
+<dt>2014-06-07  6.8.9-3 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
+  <dd> Quiet warning about unused variable "skip_to_iend" in coders/png.c.</dd>
+<dt>2014-06-07  6.8.9-3 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> Fixed creation of SVG from 8bim clip path. (reference     http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=25594).</dd>
+<dt>2014-06-02  6.8.9-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> The -version option returns 0 status (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25667).</dd>
+  <dd> The inline coder can now read from standard input (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25641).</dd>
+  <dd> Add '=' character to the santize whitelist.</dd>
+<dt>2014-05-30  6.8.9-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.9-2, SVN revision 15932.</dd>
+<dt>2014-05-18  6.8.9-2 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
+  <dd> Fixed some bugs in the PNG codec discovered by coverity analysis.</dd>
+<dt>2014-05-14  6.8.9-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> The -fx equality operator returns a proper boolean result now (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25580).</dd>
+  <dd> Permit spaces in the gradient color specification (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25614).</dd>
+  <dd> Fix IdentifyImage() crash when image-&gt;magick member is null (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25615).</dd>
+  <dd> The -format M and Y channels are no longer reversed (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25633).</dd>
+  <dd> Remove Makefile race condition where two targets attempt to install    magick-baseconfig.h (reference<dt>		http://git.buildroot.net/buildroot/commit/?id=7395ee9d3b88e45798143e05a28d6d4b51409130)</dt>
+  <dd> Fix memory leak in BlobToStringInfo() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25639).</dd>
+  <dd> In certain cases, -adaptive-sharpen failed to sharpen (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23211</dd>
+<dt>2014-05-12  6.8.9-2 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> Bump major Magick++ library version.</dd>
+  <dd> Added support for writing RLE compressed TGA files (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12335).</dd>
+  <dd> Improved performance of parsing the xmp profile (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25612).</dd>
+  <dd> Fixed detecting transparency in PSD files (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25634).</dd>
+<dt>2014-05-09  6.8.9-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.9-1, SVN revision 15697.</dd>
+<dt>2014-04-22  6.8.9-1 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
+  <dd> Fixed bug with the PNG00 subformat when the original format was PNG32.</dd>
+  <dd> The "-strip" option now only removes profiles and comments from PNG    output.  Previously the background, density, and other metadata were    also discarded.</dd>
+<dt>2014-04-22  6.8.9-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Support new -hough-lines option.</dd>
+  <dd> Support new -mean-shift option.</dd>
+  <dd> identify -units without argument no longer faults (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25542).</dd>
+  <dd> Require OpenJP2 version 2.1.0 (opj_stream_set_user_data() method signature    change between 2.0.0 and 2.1.0).</dd>
+<dt>2014-04-20  6.8.9-1 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> Added image moments, canny edge and hough line to Magick++.</dd>
+  <dd> The 8bim profile will be updated when the icc/iptc/xmp profile is changed.</dd>
+  <dd> Fix for stack overflow in DestroyXMLTree in Windows (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25457).</dd>
+  <dd> Added new coder for VIPS image format (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=25445).</dd>
+  <dd> Moved detection of type to a separate method in Magick++. The type() method    no longer modifies the type of the image. Use determineType() instead.</dd>
+  <dd> Improved error messages when a coder uses Ghostscript.</dd>
+<dt>2014-04-11  6.8.9-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.9-0, SVN revision 15441.</dd>
+<dt>2014-04-03  6.8.9-0 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
+  <dd> Fixed bug with -strip failing to exclude PNG chunks (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25353).</dd>
+<dt>2014-03-30  6.8.9-0 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> Added new coder to take a screen shot of a monitor in Windows (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=23&amp;t=25191).</dd>
+<dt>2014-03-24  6.8.9-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Don't transform sRGB compatible colorspaces to sRGB, doing so    inadvertingly promotes colormapped images to DirectClass.</dd>
+  <dd> Use temporary path rather then current working directory (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25313).</dd>
+  <dd> Support -canny edge detection option.</dd>
+  <dd> Use MAGICKCORE_LIBOPENJP2_DELEGATE instead of MAGICKCORE_JP2_DELEGATE    (reference www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25376).</dd>
+<dt>2014-03-28  6.8.8-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.8-9, SVN revision 15239.</dd>
+<dt>2014-03-23  6.8.8-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Although they are internal methods, deprecate InitializeModuleList(),    LoadMimeLists(), and RelinquishCommandQueue() (reference   http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25263).</dd>
+<dt>2014-03-20  6.8.8-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.8-9, SVN revision 15192.</dd>
+<dt>2014-03-16  6.8.8-9 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
+  <dd> Do not block threads in the png codec when PNG_SETJMP_SUPPORTED is not    defined (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=23&amp;t=25218).</dd>
+<dt>2014-03-15  6.8.8-9 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> Added tiff:ignore-tags to ignore specific tags.</dd>
+  <dd> Added orderedDither, selectiveBlur, separate, sepiaTone, sketch,    smushImages, tint, uniqueColors and vignette to Magick++.</dd>
+<dt>2014-03-11  6.8.8-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> The -define jpeg:extent option overrides the image quality (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25200). </dd>
+<dt>2014-03-09  6.8.8-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.8-8, SVN revision 15097.</dd>
+<dt>2014-03-04  6.8.8-8 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
+  <dd> Reset colorspace to Grayscale when reading a gray PNG image with    gamma &gt; 0.75 instead of when gamma==1.0 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25136).</dd>
+<dt>2014-02-22  6.8.8-8 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> The PSD reader creates a merged image if the image does not contain one.</dd>
+  <dd> Added option pdf:fit-page to scale a pdf to the specified size (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=25044).</dd>
+  <dd> The ResolutionInfo in the 8BIM profile will be updated when an image is    written.</dd>
+  <dd> Fixed UTF8 issues and added support for reading files with long path names    for the Windows distribution.</dd>
+<dt>2014-02-21  6.8.8-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Convert linear RGB to sRGB before writing the Targa image format.</dd>
+  <dd> Make sure we use the secure C library functions when compiling ImageMagick    on Windows.</dd>
+  <dd> Tweak color reduction optimization to return a full color palette (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=25098).</dd>
+  <dd> Patch configure.ac to support FlashPix under Debian (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25140).</dd>
+  <dd> OpenCL support writes to $HOME/.config/ImageMagick, if the path does not    exist, two calls to mkdir() are required (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25080).</dd>
+  <dd> Replace  MAGICKCORE_JP2_DELEGATE with MAGICKCORE_LIBOPENJP2_DELEGATE in    magick/static.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25153).</dd>
+  <dd> Eliminate thread race condition (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=25168).</dd>
+<dt>2014-02-18  6.8.8-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.8-7, SVN revision 14908.</dd>
+<dt>2014-02-16  6.8.8-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Prevent possible buffer overflow in messaging system.</dd>
+<dt>2014-02-16  6.8.8-7 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> Improved detection of JPEG 2000 code streams and .j2c support (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=24942).</dd>
+  <dd> Added morphology to Magick++.</dd>
+<dt>2014-02-13  6.8.8-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.8-6, SVN revision 14868.</dd>
+<dt>2014-02-13  6.8.8-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> identify -define identify:locate=maximum locates the position of the    maximum value (stopped working in 6.8.8-5).</dd>
+<dt>2014-02-03  6.8.8-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.8-5, SVN revision 14838.</dd>
+<dt>2014-01-31  6.8.8-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Fix case where an image moment might have a mass of 0 or a Hu moment might    be 0.</dd>
+  <dd> Enhance the TXT coder to read RGB percent values, e.g. 10.008% (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24934).</dd>
+<dt>2014-01-30  6.8.8-5 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
+  <dd> Fixed new "-define png:swap-bytes" option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=24818).</dd>
+<dt>2014-01-29  6.8.8-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.8-4, SVN revision 14676.</dd>
+<dt>2014-01-29  6.8.8-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Remove comma at end of enumerator list, magick/compare.h.</dd>
+<dt>2014-01-28  6.8.8-4 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> Added transpose and transverse to Magick++. (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=24884).</dd>
+<dt>2014-01-25  6.8.8-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.8-3, SVN revision 14651.</dd>
+<dt>2014-01-18  6.8.8-3 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> Added ResourceLimits class and text direction/gravity to Magick++.</dd>
+  <dd> Added support for defining dimensions with icon:auto-resize (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=24796).</dd>
+<dt>2014-01-16  6.8.8-3 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
+  <dd> Added "-define png:swap-bytes" option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=24818).</dd>
+  <dd> Added image-&gt;duration to image.h, calculate duration in gif.c, and    report duration in identify.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=23276).</dd>
+<dt>2014-01-15  6.8.8-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> The -type truecolor option for a grayscale image returns RGB JPEG (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24814).</dd>
+  <dd> Support JSON coder (.e.g. convert image.jpg image.json).</dd>
+<dt>2014-01-10  6.8.8-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.8-2, SVN revision 14347.</dd>
+<dt>2014-01-09  6.8.8-2 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> Added option 'icon:auto-resize' to automatically store multiple sizes    in an ico image (requires 256x256 input image).</dd>
+  <dd> Added text kerning/spacing to Magick++. (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=23&amp;t=24716).</dd>
+<dt>2013-12-30  6.8.8-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> The -evaluate-sequence sum returns a proper alpha channel now (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24704).</dd>
+  <dd> Support OpenJPEG for JPEG-2000 support.</dd>
+  <dd> Support IsMagickWandInstantiated() method (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=6&amp;t=24724).</dd>
+  <dd> LevelColorsImageChannel() returns proper status (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24751).</dd>
+  <dd> Generate a proper SVG clipping path (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24752).</dd>
+  <dd> Return image moments with the identify -moments -verbose options.</dd>
+  <dd> Perceptual hash metric for compare utility: -metric PHASH (algorithm    by Fred Wienhaus).</dd>
+<dt>2013-12-30  6.8.8-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.8-1, SVN revision 14087.</dd>
+<dt>2013-12-27  6.8.8-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Support points argument for draw MSL element.</dd>
+  <dd> Fix misplaced closing parenthesis for strncmp() call in magick/xml-tree.c.</dd>
+  <dd> The -page option now correctly sets the image page offset (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24701).</dd>
+<dt>2013-12-26  6.8.8-1 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> Added support for reading zip compressed PSD files. (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24676).</dd>
+<dt>2013-12-25  6.8.8-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.8-0, SVN revision 14027.</dd>
+<dt>2013-12-23  6.8.8-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Blurring with transparency no longer returns a halo (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24665).</dd>
+  <dd> Eliminate ICC profile memory leak for JP2 coder (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=24679).</dd>
+<dt>2012-12-21  6.8.8-0 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> Made librsvg the default svg library for the windows distribution.</dd>
+<dt>2013-12-10  6.8.7-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.7-10, SVN revision 13965.</dd>
+<dt>2013-12-10  6.8.7-10  SiuChi Chan  &lt;...&gt;</dt>
+  <dd> Fix crash when using -resize with GPU acceleration (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24603).</dd>
+<dt>2013-12-08  6.8.7-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.7-9, SVN revision 13950.</dd>
+<dt>2013-12-05  6.8.7-9  SiuChi Chan  &lt;...&gt;</dt>
+  <dd> Silence warning related to GPU memory issues.</dd>
+  <dd> Check if OpenCL is disabled in checkOpenCLEnvironment() method.</dd>
+  <dd> Turn off OpenCL path for Intel OpenCL to avoid crash when not enough memory.</dd>
+  <dd> Fixed a bug for OpenCL convolution.</dd>
+  <dd> Reduce compiler warnings.</dd>
+<dt>2013-12-03  6.8.7-9 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
+  <dd> Fixed bug in coders/png.c that caused -define png:color-type=0 to    fail (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=24568).</dd>
+<dt>2013-11-30  6.8.7-9 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> Fixed bug in automatic selection of OpenCL device (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24542).</dd>
+  <dd> Fixed transparency for 32 bits BMP.</dd>
+<dt>2013-11-28  6.8.7-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> The -type bilevel option sometimes returned an all white image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24444).</dd>
+  <dd> Check blue channel threshold for -solarize option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24473).</dd>
+<dt>2013-11-27  6.8.7-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.7-8, SVN revision 13850.</dd>
+<dt>2013-11-27  6.8.7-8  SiuChi Chan  &lt;...&gt;</dt>
+  <dd> Add an OpenCL-accelerated analog of AddNoiseImage().</dd>
+<dt>2013-11-23  6.8.7-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.7-7, SVN revision 13827.</dd>
+<dt>2013-11-23  6.8.7-7  SiuChi Chan  &lt;...&gt;</dt>
+  <dd> Simplified interface to initialize the OpenCL environment.</dd>
+  <dd> Automatic OpenCL device selection algorithm.</dd>
+  <dd> Support ModulateImage() acceleration.</dd>
+  <dd> Reduce the memory requirement for accelerated blur and unsharp mask.</dd>
+<dt>2013-11-16  6.8.7-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.7-6, SVN revision 13767.</dd>
+<dt>2013-11-14  6.8.7-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Fix possible memory corruption when writing PSD images (bug report from    Justin Grant).</dd>
+  <dd> Constrain color reduction acceleration to positive integers (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=24459).</dd>
+  <dd> fx:maxima.a now returns the alpha value rather than opacity (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24461).</dd>
+<dt>2013-11-08  6.8.7-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.7-5, SVN revision 13682.</dd>
+<dt>2013-11-03  6.8.7-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> The jpeg:extent option no longer returns double-free exception (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24366).</dd>
+  <dd> Turn off arch-specific optimisations (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24353).</dd>
+  <dd> The -type bilevel option no longer returns black image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24394).</dd>
+<dt>2013-11-03  6.8.7-5 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> Added support for pangocairo to the windows distribution.</dd>
+  <dd> Added /OpenCL option to configure.exe to enable OpenCL.</dd>
+<dt>2013-10-31  6.8.7-5 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
+  <dd> Fixed cut-and-paste error in version.c that caused the "png" delegate    to be listed twice by the "convert -version" command.</dd>
+<dt>2013-10-30  6.8.7-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.7-4, SVN revision 13616.</dd>
+<dt>2013-10-26  6.8.7-4  Siu Chi Chan &lt;...@amd.com&gt;</dt>
+  <dd> Major improvements to the OpenCL infrastructure.</dd>
+  <dd> New OpenCL accelerated algorithms (function image, blur, radial blur,    unsharp mask, resize, contrast, equalize, despeckle).</dd>
+  <dd> Added a new checkbox to enable OpenCL in the configure program.</dd>
+<dt>2013-10-24  6.8.7-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Color reduction acceleration from Yoya (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=24324).</dd>
+  <dd> -intensity rec709luma -colorspace gray returns gamma 1.0/2.2 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24330).</dd>
+  <dd> Handle 16-bit JPEG-comrpessed TIFF images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24331).</dd>
+  <dd> An image -compose ModulusAdd negate-image returns the original (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24337).</dd>
+  <dd> Support %U escape character for resolution units (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=24140).</dd>
+<dt>2013-10-23  6.8.7-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.7-3, SVN revision 13557.</dd>
+<dt>2013-10-23  6.8.7-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> The -roll option is now working when the +x coordinate is +0 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24314).</dd>
+<dt>2013-10-22  6.8.7-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.7-2, SVN revision 13534.</dd>
+<dt>2013-10-20  6.8.7-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Define cmsUInt32Number if LCMS version is &lt; 2000.</dd>
+  <dd> Set xc:gray() intensity to Rec709Luma (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24303).</dd>
+<dt>2013-10-20  6.8.7-2 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> GetImageDepth() no longer returns incorrect depth when HDRI enabled.</dd>
+<dt>2013-10-19  6.8.7-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.7-1, SVN revision 13486.</dd>
+<dt>2013-10-10  6.8.7-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Add support for the -complex option, perform complex mathematics on an    image sequence.</dd>
+  <dd> Sync pixel cache for -set colorspace cmyk option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24173).</dd>
+<dt>2013-09-27  6.8.7-1 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
+  <dd> Fixed problem with PNG8 reduction in coders/png.c (special case where    exactly 256 colors plus one transparent color are present).</dd>
+  <dd> Set image-&gt;intensity = Rec709LuminancePixelIntensityMethod before    setting the colorspace to Gray while reading a gray PNG (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24205).    This ensures that image-&gt;gamma will be set to 1.0 (linear).</dd>
+<dt>2013-09-26  6.8.7-1 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> Fixed incorrect size of DICOM image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24135).</dd>
+  <dd> Fixed rounding in YUV coder (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24148).</dd>
+  <dd> Fixed colorspace issue when combining images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24173).</dd>
+  <dd> Replaced libjpeg with libjpeg-turbo in the windows distribution.</dd>
+  <dd> Added support for liquid rescale to the windows distribution.</dd>
+  <dd> Set image type after syncing the pixel cache.</dd>
+<dt>2013-09-25  6.8.7-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.7-0, SVN revision 13290.</dd>
+<dt>2013-09-23  6.8.7-0 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
+  <dd> Fixed comments about the -quality value in PNG coder (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=24134).</dd>
+<dt>2013-09-19  6.8.7-0 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> Fixed issue with colormap when reading Viff image.</dd>
+  <dd> Added support for opening https files under windows (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24121).</dd>
+  <dd> Fixed incorrect format when reading EPT image from a blob (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24129).</dd>
+<dt>2013-09-18  6.8.6-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.6-10, SVN revision 13240.</dd>
+<dt>2013-09-07  6.8.6-10 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> Added support for writing DDS files.</dd>
+<dt>2013-08-29  6.8.6-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Call SVG / MSL xmlCleanupParser() / xmlInitParser() once (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23991).</dd>
+  <dd> Support LEGO Mindstorms EV3 Robot Graphics File format (contributed    by bdwheele@ind.../</dd>
+  <dd> Since glib-2.35.0 g_type_init() was removed (reference    https://bugs.gentoo.org/show_bug.cgi?id=481042).</dd>
+  <dd> New identify define to output the location of the minimum, maximum, or    mean pixel of the image (e.g. identify -define identify:locate=maximum    -define identify:limit=7 rose).</dd>
+  <dd> Column columns / rows no longer inverted for RGF image format (patch    from Brian Wheeler &lt;bdwheele@india...&gt;.</dd>
+  <dd> 16bit PSD images might have a 65536 colormap (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24102).</dd>
+  <dd> Ascii map is now declare as AsciiMap (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24106).</dd>
+  <dd> Return label for identify -format "%l" (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=24105).</dd>
+  <dd> Add option to perform Fourier normalization in either the forward or    inverse transform (e.g -define fourier:normalize=inverse). The default    remains as it was in the forward transform (i.e. -define    fourier:normalize=forward)</dd>
+<dt>2013-08-26  6.8.6-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.6-9, SVN revision 13087.</dd>
+<dt>2013-08-16  6.8.6-9  SiuChi Chan  &lt;...&gt;</dt>
+  <dd> Accelerate numerous image filters with OpenCL under AMD, Intel, and    NVidia.  Adapted from MulticoreWare OpenCL contribution.</dd>
+<dt>2013-08-10  6.8.6-9 Dirk Lemstra &lt;dirk@snakeware..&gt;</dt>
+  <dd> Added the following command line options to configure.exe:      /x64, set 64 bit build      /mtd, set project type to: multi threaded dll      /sts, set project type to: single threaded static      /mts, set project type to: multi threaded static      /mtsd, set project type to: multi threaded static dll      /noWizard, skip the wizard and generate the project/solution files</dd>
+  <dd> Fixed infinite loop with jpeg:extent (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23314).</dd>
+  <dd> Fixed performance issue when converting jpeg to png (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23922).</dd>
+<dt>2013-08-10  6.8.6.9 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
+  <dd> Added "-define bmp:format=bmp2|bmp3|bmp4" option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=23875).</dd>
+<dt>2013-08-07  6.8.6-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Free disk resource if cache resources are exhausted (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23877).</dd>
+  <dd> Return proper EXIF:ISOSpeedRating property value for TIFF images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23913).</dd>
+  <dd> Escape MIFF properties with null values (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23931).</dd>
+  <dd> Allow negative pixel values in TXT image format (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23923).</dd>
+  <dd> The -fx option no longer crashes for certain expressions (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23932).</dd>
+  <dd> Add support for the -compare option (e.g. convert image.png reference.png    -metric RMSE -compare -format "%[distortion]" info:).</dd>
+  <dd> The internal SVG renderer is now invariant for the "fill" and "opacity"    keywords.</dd>
+<dt>2013-08-06  6.8.6-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.8.6-8, SVN revision 12918.</dd>
+<dt>2013-08-04  6.8.6-8 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
+  <dd> Added support for WebP to the Windows distribution (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=23856).</dd>
 <dt>2013-07-31  6.8.6-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Properly handle interlaced GIF images with less than 8 rows (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23812).</dd>
-  <dd> Ensure image colorspace is sRGB when writing WebP format (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=23841).</dd>
-  <dd> Avoid deadlock with logging subsystem (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=23849).</dd>
+  <dd> Properly handle interlaced GIF images with less than 8 rows (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23812).</dd>
+  <dd> Ensure image colorspace is sRGB when writing WebP format (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=23841).</dd>
+  <dd> Avoid deadlock with logging subsystem (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=23849).</dd>
 <dt>2013-07-25  6.8.6-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.6-7, SVN revision 12752.</dd>
 <dt>2013-07-24  6.8.6-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Missing case for HCLpColorspace (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23811).</dd>
+  <dd> Missing case for HCLpColorspace (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23811).</dd>
 <dt>2013-07-21  6.8.6.7 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Do not write "jpeg:" properties in a PNG output file (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23794).</dd>
+  <dd> Do not write "jpeg:" properties in a PNG output file (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23794).</dd>
 <dt>2013-07-17  6.8.6-7 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
   <dd> Fix memory leak in CloneImageArtifacts and CloneImageProfiles.</dd>
   <dd> Minor fix for the clipMask property in Magick++.</dd>
 <dt>2013-07-16  6.8.6-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.6-6, SVN revision 12718.</dd>
 <dt>2013-07-16  6.8.6-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> JPEG ICC color profile requires null after ICC tag (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23756).</dd>
-  <dd> Don't sync channels for the -unsharp option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23740).</dd>
-  <dd> Magick++ version so bump (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23752).</dd>
+  <dd> JPEG ICC color profile requires null after ICC tag (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23756).</dd>
+  <dd> Don't sync channels for the -unsharp option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23740).</dd>
+  <dd> Magick++ version so bump (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23752).</dd>
 <dt>2013-07-15  6.8.6-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.6-5, SVN revision 12684.</dd>
 <dt>2013-07-12  6.8.6-5 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
   <dd> Fixed calculation of pixel area count limit flag ('@').</dd>
   <dd> Added option to enable OpenMP to configure.exe and improved creation    of x64 project file</dd>
 <dt>2013-07-10  6.8.6-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> compare exits with a non-zero exit code when no error (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23722).</dd>
-  <dd> correct calculation of quantization error (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?t=23734).</dd>
-  <dd> correct quantize tree walking mistake for RiemersmaDither (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=23735).</dd>
+  <dd> Compare exits with a non-zero exit code when no error (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23722).</dd>
+  <dd> Correct calculation of quantization error (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?t=23734).</dd>
+  <dd> Correct quantize tree walking mistake for RiemersmaDither (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=23735).</dd>
 <dt>2013-07-10  6.8.6-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.6-4, SVN revision 12661.</dd>
 <dt>2013-07-09  6.8.6-4 Dirk Lemstra &lt;dirk@snakeware...&gt;</dt>
-  <dd> Added combineImages, evaluateImages, mergeImageLayers, optimizeImageLayers    optimizePlusImageLayers and separateImages to STL.h (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=23699).</dd>
-  <dd> Added support for the fill area flag ('^') and the pixel area    count limit flag ('@') to the Geometry class of Magick++ (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=23704).</dd>
-  <dd> Enabled automatic linking for static Magick++ in Visual Studio (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=23558).</dd>
+  <dd> Added combineImages, evaluateImages, mergeImageLayers, optimizeImageLayers    optimizePlusImageLayers and separateImages to STL.h (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=23699).</dd>
+  <dd> Added support for the fill area flag ('^') and the pixel area    count limit flag ('@') to the Geometry class of Magick++ (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=23704).</dd>
+  <dd> Enabled automatic linking for static Magick++ in Visual Studio (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=23558).</dd>
 <dt>2013-07-01  6.8.6-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Thumb property need Height, not height (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23661).</dd>
-  <dd> White pixels previously were written as black for the CIP format (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23677).</dd>
-  <dd> Rec709Luma is sRGB compatible (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23693).</dd>
-  <dd> Colorspace RGB is linear, gamma is 1.0 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23708).</dd>
+  <dd> Thumb property need Height, not height (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23661).</dd>
+  <dd> White pixels previously were written as black for the CIP format (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23677).</dd>
+  <dd> Rec709Luma is sRGB compatible (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23693).</dd>
+  <dd> Colorspace RGB is linear, gamma is 1.0 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23708).</dd>
 <dt>2013-07-01  6.8.6-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.6-3, SVN revision 12579.</dd>
 <dt>2013-06-26  6.8.6-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Improve HCL to RGB roundtrip (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22384).</dd>
-  <dd> Prefer external log configuration file to built-in (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23640).</dd>
-  <dd> Do not log in the IsLinkedListEmpty() method to prevent overflow (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23640).</dd>
-  <dd> Fix bug loading TGA image with 32-bit palette (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17889).</dd>
-  <dd> Color profiles are no longer corrupted for the JPEG format (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23651).</dd>
-  <dd> Repair problem with -emboss / -equalize problem (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23643).</dd>
+  <dd> Improve HCL to RGB roundtrip (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22384).</dd>
+  <dd> Prefer external log configuration file to built-in (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23640).</dd>
+  <dd> Do not log in the IsLinkedListEmpty() method to prevent overflow (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23640).</dd>
+  <dd> Fix bug loading TGA image with 32-bit palette (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17889).</dd>
+  <dd> Color profiles are no longer corrupted for the JPEG format (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23651).</dd>
+  <dd> Repair problem with -emboss / -equalize problem (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23643).</dd>
 <dt>2013-06-24  6.8.6-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.6-2, SVN revision 12561.</dd>
 <dt>2013-06-21  6.8.6-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -232,48 +572,48 @@
   <dd> New version 6.8.6-1, SVN revision 12509.</dd>
 <dt>2013-06-16  6.8.6-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Don't decompand RGB for the -modulate option.</dd>
-  <dd> Improve LCHab and LCHuv roundtrip to / from sRGB (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=23596).</dd>
+  <dd> Improve LCHab and LCHuv roundtrip to / from sRGB (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=23596).</dd>
 <dt>2013-06-16  6.8.6-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.6-0, SVN revision 12475.</dd>
 <dt>2013-06-10  6.8.6-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Clone image-&gt;intensity in CloneImageProperties() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23569).</dd>
-  <dd> Split test suite into smaller tests (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23577).</dd>
-  <dd> Undercolor rectangle was off by one pixel (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23574).</dd>
-  <dd> Don't msync() for a read-only memory-mapped mode (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23531).</dd>
-  <dd> BlurChannelImage() no longer faults for certain CMYK images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23581).</dd>
+  <dd> Clone image-&gt;intensity in CloneImageProperties() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23569).</dd>
+  <dd> Split test suite into smaller tests (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23577).</dd>
+  <dd> Undercolor rectangle was off by one pixel (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23574).</dd>
+  <dd> Don't msync() for a read-only memory-mapped mode (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23531).</dd>
+  <dd> BlurChannelImage() no longer faults for certain CMYK images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23581).</dd>
   <dd> Reduce memory requirements for large BMP images.</dd>
 <dt>2013-06-05  6.8.5-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.5-10, SVN revision 12419.</dd>
 <dt>2013-06-02  6.8.5-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Improve caption formatting (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23522).</dd>
+  <dd> Improve caption formatting (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23522).</dd>
 <dt>2013-06-01  6.8.5-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.5-9, SVN revision 12401.</dd>
 <dt>2013-05-30  6.8.5-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Caption no longer clips long words (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23504).</dd>
-  <dd> The lightness intensity is (min(R',G',B')+max(R',G',B'))/2.0 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23517).</dd>
+  <dd> Caption no longer clips long words (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23504).</dd>
+  <dd> The lightness intensity is (min(R',G',B')+max(R',G',B'))/2.0 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23517).</dd>
 <dt>2013-05-25  6.8.5-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.5-8, SVN revision 12362.</dd>
 <dt>2013-05-23  6.8.5-8 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Stopped a "-fsanitize-address" warning in the JNG coder.</dd>
 <dt>2013-05-20  6.8.5-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> The -white-threshold option is symetrical with -black-threshold (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23441);</dd>
-  <dd> Fix multi-line PNM comments (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23442).</dd>
+  <dd> The -white-threshold option is symetrical with -black-threshold (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23441);</dd>
+  <dd> Fix multi-line PNM comments (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23442).</dd>
   <dd> The -format option should not automatically append a newline since the    user can specify a newline in the formatting expression.</dd>
-  <dd> The -level option is no longer returning a darkened image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23479).</dd>
+  <dd> The -level option is no longer returning a darkened image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23479).</dd>
 <dt>2013-05-20  6.8.5-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.5-7, SVN revision 12310.</dd>
 <dt>2013-05-14  6.8.5-7 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Recognize PNG iCCP chunks that contain the sRGB profile and replace    them with the PNG sRGB chunk.  Use "-define png:preserve-iCCP" to    get the previous behavior, of simply copying the iCCP chunk.</dd>
 <dt>2013-05-11  6.8.5-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Sometimes an sRGB image is masquerading as grayscale (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23370).</dd>
-  <dd> Labels no longer overflow (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22964).</dd>
+  <dd> Sometimes an sRGB image is masquerading as grayscale (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23370).</dd>
+  <dd> Labels no longer overflow (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22964).</dd>
   <dd> If more then one exception, return the highest security exception.</dd>
-  <dd> A grayscale image returns a color JPEG for -type TrueColor (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=23421).</dd>
-  <dd> Read PAM comment (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23442).</dd>
+  <dd> A grayscale image returns a color JPEG for -type TrueColor (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=23421).</dd>
+  <dd> Read PAM comment (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23442).</dd>
 <dt>2013-05-10  6.8.5-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.5-6, SVN revision 12257.</dd>
 <dt>2013-05-09  6.8.5-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> The stream utility no longer faults when exporting float pixels (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23394).</dd>
+  <dd> The stream utility no longer faults when exporting float pixels (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23394).</dd>
 <dt>2013-05-08  6.8.5-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.5-5, SVN revision 12227.</dd>
 <dt>2013-05-07  6.8.5-5 Nicolas Robidoux &lt;nicolas.robidoux@gmail...&gt;</dt>
@@ -281,10 +621,10 @@
 <dt>2013-05-06  6.8.5-5 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Eliminate whitespace from image properties that hold PNG chunk data.</dd>
 <dt>2013-05-05  6.8.5-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> The -poly option treats the opacity channel as alpha (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23346).</dd>
-  <dd> The -threshold 50% option returns a 50-50 black and white image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23354).</dd>
-  <dd> Let user override the TIFF rows per strip  (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=23307).</dd>
-  <dd> Fix transient bug in the -separate option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23335).</dd>
+  <dd> The -poly option treats the opacity channel as alpha (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23346).</dd>
+  <dd> The -threshold 50% option returns a 50-50 black and white image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23354).</dd>
+  <dd> Let user override the TIFF rows per strip  (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=23307).</dd>
+  <dd> Fix transient bug in the -separate option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23335).</dd>
 <dt>2013-05-01  6.8.5-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.5-4, SVN revision 12089.</dd>
 <dt>2013-05-01  6.8.5-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -310,31 +650,31 @@
 <dt>2013-04-16  6.8.5-0 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Handle benign errors as warnings in the PNG coder.</dd>
 <dt>2013-04-16  6.8.5-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Don't modify channel values for -separate (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23193).</dd>
-  <dd> The -adaptive-sharpen option is now sharpening properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23211).</dd>
-  <dd> Sometimes an image says its grayscale when its not (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23217).</dd>
-  <dd> Use malloc() to allocate X image data (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23221).</dd>
+  <dd> Don't modify channel values for -separate (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23193).</dd>
+  <dd> The -adaptive-sharpen option is now sharpening properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23211).</dd>
+  <dd> Sometimes an image says it's grayscale when it's not (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23217).</dd>
+  <dd> Use malloc() to allocate X image data (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23221).</dd>
   <dd> If there are more components than quantization tables, the last table is    replicated.</dd>
   <dd> Removed the ICC profile from the logo: image definition in coders/magick.c;    libpng16 detected that it was a broken sRGB profile.</dd>
-  <dd> Negatives raised to a non-integer power returns NaN's (reference   http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23234).</dd>
+  <dd> Negatives raised to a non-integer power returns NaN's (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23234).</dd>
 <dt>2013-04-15  6.8.4-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.4-10, SVN revision 11851.</dd>
 <dt>2013-04-11  6.8.4-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Ensure -define jpeg:extent is resticted to at most 7 iterations (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23179).</dd>
+  <dd> Ensure -define jpeg:extent is restricted to at most 7 iterations (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23179).</dd>
   <dd> Move X11 font support from annotate.c source module to xwindow.c.</dd>
 <dt>2013-04-10  6.8.4-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.4-9, SVN revision 11818.</dd>
 <dt>2013-04-10  6.8.4-9 Bastien Roucaries  &lt;roucaries.basti...&gt;</dt>
-  <dd> Respect --program-suffix configure script option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23143).</dd>
+  <dd> Respect --program-suffix configure script option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23143).</dd>
   <dd> Update to the newest AX_CHECK_PTHREAD macro from autoconf-archive.</dd>
 <dt>2013-04-10  6.8.4-9 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Save the calculated angle for "deskew" as the artifact "deskew:angle"</dd>
 <dt>2013-04-08  6.8.4-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Pass JP2 format type to decoder (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23038).</dd>
+  <dd> Pass JP2 format type to decoder (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23038).</dd>
   <dd> Previously tinting a grayscale image returned dark results.</dd>
-  <dd> The -page option only affects new images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23172).</dd>
-  <dd> Revert 'Move binaries to lib subdirectory and link are created from binary<dt>	  package' patch.  We're getting too many bug reports.</dt>
-  <dd><dt>2013-04-07  6.8.4-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> The -page option only affects new images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23172).</dd>
+  <dd> Revert 'Move binaries to lib subdirectory and link are created from binary    package' patch.  We're getting too many bug reports.</dd>
+<dt>2013-04-07  6.8.4-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.4-8, SVN revision 11743.</dd>
 <dt>2013-04-06  6.8.4-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Include intensity type in the MIFF metadata.</dd>
@@ -342,14 +682,14 @@
   <dd> New version 6.8.4-7, SVN revision 11720.</dd>
 <dt>2013-04-05  6.8.4-7 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Fix -sample sampling point to midpoints of sampling areas</dd>
-  <dd> add a "sample:offset=" define to allow users to adjust this    sampling point position in terms of percentage (default = 50x50)</dd>
+  <dd> Add a "sample:offset=" define to allow users to adjust this    sampling point position in terms of percentage (default = 50x50)</dd>
 <dt>2013-04-02  6.8.4-7 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Don't write a PNG gAMA or cHRM chunk when writing the iCCP or sRGB chunk.</dd>
 <dt>2013-04-02  6.8.4-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Return MagickWand for the library name for Wand.pc.</dd>
   <dd> The LCH colorspace makes the round-trip now.</dd>
-  <dd> Revert the default upsampling algortithm for JPEG (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23100).</dd>
-  <dd> Prevent fault when temporary directory is not-writable (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23117).</dd>
+  <dd> Revert the default upsampling algortithm for JPEG (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23100).</dd>
+  <dd> Prevent fault when temporary directory is not-writable (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23117).</dd>
 <dt>2013-04-01  6.8.4-7 Bastien Roucaries  &lt;roucaries.basti...&gt;</dt>
   <dd> Prepare X11 support as a plugin.</dd>
   <dd> Fix compilation under HPUX of perlmagick</dd>
@@ -358,7 +698,7 @@
 <dt>2013-04-01  6.8.4-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> The -clut option return a luma grayscale instead of the expected luminance.</dd>
   <dd> Add moduledir variable to MagickCore.pc to support the MagickFilter and    MagickCore kits.</dd>
-  <dd> Caption fits the sized area (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23085).</dd>
+  <dd> Caption fits the sized area (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23085).</dd>
 <dt>2013-03-31  6.8.4-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.4-5, SVN revision 11619.</dd>
 <dt>2013-03-30  6.8.4-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -387,14 +727,14 @@
 <dt>2013-03-26  6.8.4-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.4-0, SVN revision 11531.</dd>
 <dt>2013-03-20  6.8.4-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Do not write zero-length TIFF tags (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22957).</dd>
-  <dd> Math library should be private for *.pc.in configuration files (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=22986).</dd>
-  <dd> Do not split words for caption (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=17123).</dd>
-  <dd> Modify the configure script check for the webp delegate library (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=23025).</dd>
+  <dd> Do not write zero-length TIFF tags (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22957).</dd>
+  <dd> Math library should be private for *.pc.in configuration files (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=22986).</dd>
+  <dd> Do not split words for caption (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=17123).</dd>
+  <dd> Modify the configure script check for the webp delegate library (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=23025).</dd>
   <dd> The -blur, -guassian-blur, and -sharpen are now convenience methods    for -morphology convolve.</dd>
-  <dd> Fix infinite loop for 'display -window' (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23028).</dd>
+  <dd> Fix infinite loop for 'display -window' (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23028).</dd>
   <dd> Revert -auto-level patch to match the results of ImageMagick 6.8.3-4.</dd>
-  <dd> Revert g_type_init() patch in svg.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=23035).</dd>
+  <dd> Revert g_type_init() patch in svg.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=23035).</dd>
 <dt>2013-03-18  6.8.3-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.3-10, SVN revision 11413.</dd>
 <dt>2013-03-15  6.8.3-10 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
@@ -406,16 +746,16 @@
   <dd> The TXT image format can now generate output compatible with the    -sparse-color option (e.g. convert image.png sparse-color:image.txt).</dd>
   <dd> Support -intensity option: method to generate an intensity value from a    pixel.</dd>
   <dd> Add -similarity-threshold option to the compare utility, the minimum    distortion for a (sub)image match.</dd>
-  <dd> Avoid seq-fault in AcquireQuantumInfo() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22973).</dd>
+  <dd> Avoid seq-fault in AcquireQuantumInfo() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22973).</dd>
   <dd> Comment resource initializers in magick/resource.c.</dd>
 <dt>2013-03-10  6.8.3-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.3-9, SVN revision 11294.</dd>
 <dt>2013-03-09  6.8.3-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Add a space after the LastPage option in coders/ps.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22940).</dd>
+  <dd> Add a space after the LastPage option in coders/ps.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22940).</dd>
 <dt>2013-03-08  6.8.3-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.3-8, SVN revision 11283.</dd>
 <dt>2013-03-05  6.8.3-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> GIF comments are no longer displaced by 1 for animated GIFs (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22901).</dd>
+  <dd> GIF comments are no longer displaced by 1 for animated GIFs (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22901).</dd>
   <dd> A blur kernel with a zero sigma is unity.</dd>
 <dt>2013-03-03  6.8.3-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.3-7, SVN revision 11249.</dd>
@@ -429,15 +769,15 @@
 <dt>2013-02-28  6.8.3-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.3-6, SVN revision 11210.</dd>
 <dt>2013-02-25  6.8.3-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Support built-in 1x1 and 2x1 threshold maps (reference     http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=22861).</dd>
-  <dd> Check for webp version (reference     http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22867).</dd>
+  <dd> Support built-in 1x1 and 2x1 threshold maps (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=22861).</dd>
+  <dd> Check for webp version (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22867).</dd>
 <dt>2013-02-25  6.8.3-6 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Relocated png_set_bKGD(), etc., after png_set_IHDR() because they    might depend on members of info_ptr that are set by png_set_IHDR().</dd>
 <dt>2013-02-25  6.8.3-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.3-5, SVN revision 11170.</dd>
 <dt>2013-02-23  6.8.3-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Read the WebP extended file format (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=22809).</dd>
-  <dd> Add arch annotation to include path to distinquish ImageMagick versions    6 ; 7.</dd>
+  <dd> Read the WebP extended file format (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=22809).</dd>
+  <dd> Add arch annotation to include path to distinquish ImageMagick versions    6 &amp; 7.</dd>
 <dt>2013-02-22  6.8.3-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.3-4, SVN revision 11127.</dd>
 <dt>2013-02-22  6.8.3-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -445,12 +785,12 @@
 <dt>2013-02-19  6.8.3-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.3-3, SVN revision 11105.</dd>
 <dt>2013-02-19  6.8.3-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Set WEBP lossless / lossy property properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=22809).</dd>
+  <dd> Set WEBP lossless / lossy property properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=22809).</dd>
 <dt>2013-02-18  6.8.3-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.3-2, SVN revision 11087.</dd>
 <dt>2013-02-17  6.8.3-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Semaphore is now unlocked when an X11 annotation exception is thrown.</dd>
-  <dd> WEBP coder enhancement and memory leak patch (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=22809).</dd>
+  <dd> WEBP coder enhancement and memory leak patch (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=22809).</dd>
 <dt>2013-02-16  6.8.3-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.3-1, SVN revision 11060.</dd>
 <dt>2013-02-16  6.8.3-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -458,7 +798,7 @@
 <dt>2013-02-15  6.8.3-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.3-0, SVN revision 11045.</dd>
 <dt>2013-02-14  6.8.3-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Webp requires alpha, not opacity (reference     http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22793).</dd>
+  <dd> Webp requires alpha, not opacity (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22793).</dd>
 <dt>2013-02-12  6.8.3-0 Bastien Roucaries  &lt;roucaries.basti...&gt;</dt>
   <dd> Allow PerlMagick to be multi-quantum (e.g. Image::Magick::Q16).</dd>
 <dt>2013-02-11  6.8.2-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -472,7 +812,7 @@
   <dd> So bump was incomplete due to no changing map file.</dd>
   <dd> Change abi name by adding major version to lib name (will simplify    next imagemagick major version release work) and reset release version    to 1 (due to changing abi name).</dd>
 <dt>2013-02-09  6.8.2-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> The DOT coders now compiles with GraphViz 2.30 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22767).</dd>
+  <dd> The DOT coders now compiles with GraphViz 2.30 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22767).</dd>
 <dt>2013-02-09  6.8.2-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.2-8, SVN revision 10986.</dd>
 <dt>2013-02-09  6.8.2-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -484,8 +824,8 @@
 <dt>2013-02-07  6.8.2-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.2-6, SVN revision 10961.</dd>
 <dt>2013-02-07  6.8.2-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Don't destroy an image that's already destroyed (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22747).</dd>
-  <dd> Montage is now invarient to the font when no label image label exists.</dd>
+  <dd> Don't destroy an image that's already destroyed (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22747).</dd>
+  <dd> Montage is now invariant to the font when no label image label exists.</dd>
 <dt>2013-02-06  6.8.2-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.2-5, SVN revision 10952.</dd>
 <dt>2013-02-05  6.8.2-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -493,14 +833,14 @@
 <dt>2013-02-04  6.8.2-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.2-4, SVN revision 10909.</dd>
 <dt>2013-02-02  6.8.2-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Do not subsample raw CMYK JPEG images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22731).</dd>
+  <dd> Do not subsample raw CMYK JPEG images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22731).</dd>
 <dt>2013-02-02  6.8.2-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.2-3, SVN revision 10894.</dd>
 <dt>2013-02-01  6.8.2-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Respect endian for FITS image format.</dd>
-  <dd> Remove artifact when drawing a circle (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22724).</dd>
+  <dd> Remove artifact when drawing a circle (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22724).</dd>
 <dt>2013-02-01  6.8.2-3 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Deleted some code added to the PNG decoder in SVN revision 10825; it    was failing to handle transparency in paletted images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22720).</dd>
+  <dd> Deleted some code added to the PNG decoder in SVN revision 10825; it    was failing to handle transparency in paletted images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22720).</dd>
   <dd> Compare alpha to "QuantumRange-OpaqueOpacity" not just "OpaqueOpacity"    when detecting transparency in the PNG encoder.</dd>
 <dt>2013-02-01  6.8.2-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.2-2, SVN revision 10883.</dd>
@@ -509,7 +849,7 @@
 <dt>2013-01-29  6.8.2-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.2-1, SVN revision 10859.</dd>
 <dt>2013-01-28  6.8.2-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fix 'format not a string literal' problem (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22656).</dd>
+  <dd> Fix 'format not a string literal' problem (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22656).</dd>
 <dt>2013-01-28  6.8.2-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.2-0, SVN revision 10831.</dd>
 <dt>2013-01-21  6.8.2-0 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
@@ -525,8 +865,8 @@
   <dd> New version 6.8.1-10, SVN revision 10667.</dd>
 <dt>2013-01-08  6.8.1-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Add the same noise value to each channel of a grayscale image (+noise).</dd>
-  <dd> Fix recursive descent within XGetWindowImage() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22550).</dd>
-  <dd> Multi-plane MatLab images now render properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22586).</dd>
+  <dd> Fix recursive descent within XGetWindowImage() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22550).</dd>
+  <dd> Multi-plane MatLab images now render properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22586).</dd>
 <dt>2013-01-06  6.8.1-10 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Fixed LBR01 (left-bit-replication) macro in coders/png.c; problem reported    by the clang compiler.</dd>
   <dd> Chromaticity values were read in the wrong order in the cHRM chunk    when it accompanied the sRGB chunk. Libpng applications built with    libpng16 and later will detect this and issue a warning (PNG files    previously written with the cHRM chunk are OK).  Removed the    troublesome redundant png_set_cHRM() and png_set_sRGB() calls.</dd>
@@ -542,19 +882,19 @@
 <dt>2013-01-01  6.8.1-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.1-7, SVN revision 10468.</dd>
 <dt>2013-01-01  6.8.1-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> magick-baseconfig.h is architecture dependant;    make headers quantum depth neutral ( reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=22509).</dd>
+  <dd> magick-baseconfig.h is architecture dependant;    make headers quantum depth neutral (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=22509).</dd>
 <dt>2013-01-01  6.8.1-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.1-6, SVN revision 10461.</dd>
 <dt>2012-12-31  6.8.1-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Repair numerical stability issue with gradients (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22507).</dd>
+  <dd> Repair numerical stability issue with gradients (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22507).</dd>
 <dt>2012-12-30  6.8.1-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.1-5, SVN revision 10428.</dd>
 <dt>2012-12-29  6.8.1-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Correction to scientific notation for the -evaluate log option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=22496).</dd>
+  <dd> Correction to scientific notation for the -evaluate log option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=22496).</dd>
 <dt>2012-12-29  6.8.1-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.1-4, SVN revision 10420.</dd>
 <dt>2012-12-28  6.8.1-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Support scientific notation for the -evaluate log option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=22496).</dd>
+  <dd> Support scientific notation for the -evaluate log option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=22496).</dd>
 <dt>2012-12-25  6.8.1-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.1-3, SVN revision 10394.</dd>
 <dt>2012-12-25  6.8.1-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -562,8 +902,8 @@
 <dt>2012-12-24  6.8.1-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.1-2, SVN revision 10385.</dd>
 <dt>2012-12-23  6.8.1-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Magickcore headers recently used pow() in the inline functions inside    public headers.  Thus in order to avoid library depends problem, put -lm    in library depends (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22483).</dd>
-  <dd> Negative exponentiation bug fix (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22484).</dd>
+  <dd> Magickcore headers recently used pow() in the inline functions inside    public headers.  Thus in order to avoid library depends problem, put -lm    in library depends (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22483).</dd>
+  <dd> Negative exponentiation bug fix (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22484).</dd>
 <dt>2012-12-23  6.8.1-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.1-1, SVN revision 10350.</dd>
 <dt>2012-12-23  6.8.1-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -587,17 +927,17 @@
   <dd> Added temporary file-count diagnostics to tests/validate.c (this required    exporting GetPathTemplate() from magick/resource.c</dd>
   <dd> Eliminate file leak when writing the JNG image format.</dd>
 <dt>2012-12-09  6.8.0-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Further support for associating quantum depth with ABI (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22352).</dd>
-  <dd> Check for negative square root when resampling (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22398).</dd>
+  <dd> Further support for associating quantum depth with ABI (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22352).</dd>
+  <dd> Check for negative square root when resampling (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22398).</dd>
 <dt>2012-12-07  6.8.0-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.0-8, SVN revision 10118.</dd>
 <dt>2012-11-28  6.8.0-8 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Fixed problem with writing grayscale PNG, bug introduced in version    6.8.0-0 or 6.8.0-1 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22355).</dd>
+  <dd> Fixed problem with writing grayscale PNG, bug introduced in version    6.8.0-0 or 6.8.0-1 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22355).</dd>
 <dt>2012-11-28  6.8.0-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Allow temporary-path policy to override temporary path environment    variables (e.g. MAGICK_TMPDIR).</dd>
-  <dd> Implement symbol versioning (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22352).</dd>
-  <dd> ABI is incompatible if quantum depth change. Add abi indication to library    name, thanks to Bastien Roucaries (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22352).</dd>
-  <dd> The stream utility no longer returns a black image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22046).</dd>
+  <dd> Implement symbol versioning (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22352).</dd>
+  <dd> ABI is incompatible if quantum depth change. Add abi indication to library    name, thanks to Bastien Roucaries (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22352).</dd>
+  <dd> The stream utility no longer returns a black image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22046).</dd>
 <dt>2012-11-26  6.8.0-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.0-7, SVN revision 10029.</dd>
 <dt>2012-11-25  6.8.0-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -605,10 +945,10 @@
 <dt>2012-11-20  6.8.0-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.0-6, SVN revision 10024.</dd>
 <dt>2012-11-21  6.8.0-6 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Fixed an old bug in chromaticity decoding in coders/bmp.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22294).</dd>
-  <dd> Fixed bug in coders/bmp.c that failed to read a paletted image    properly (fix by J. Summers, reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22316).</dd>
+  <dd> Fixed an old bug in chromaticity decoding in coders/bmp.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22294).</dd>
+  <dd> Fixed bug in coders/bmp.c that failed to read a paletted image    properly (fix by J. Summers, reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22316).</dd>
 <dt>2012-11-21  6.8.0-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fixed bug in coders/bmp.c that failed to read transparency    properly (fix by J. Summers, reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22312).</dd>
+  <dd> Fixed bug in coders/bmp.c that failed to read transparency    properly (fix by J. Summers, reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22312).</dd>
 <dt>2012-11-20  6.8.0-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.0-5, SVN revision 10001.</dd>
 <dt>2012-11-15  6.8.0-5 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
@@ -617,7 +957,7 @@
   <dd> Revert HCL saturation strategy patch, it improperly clips white to black.</dd>
   <dd> Default to -dEPSCrop for Ghostscript unless eps:use-crop=false (reference    https://bugzilla.redhat.com/show_bug.cgi?id=832690#c2).</dd>
   <dd> Add support for -poly, build a polynomial from the image sequence and the    corresponding terms (coefficients and degree pairs).</dd>
-  <dd> Support the OLE Macintosh image format (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=22257).</dd>
+  <dd> Support the OLE Macintosh image format (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=22257).</dd>
 <dt>2012-11-08  6.8.0-5 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Implemented faster decoding of interlaced PNG images.</dd>
 <dt>2012-11-03  6.8.0-5 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
@@ -626,55 +966,55 @@
 <dt>2012-11-01  6.8.0-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.0-4, SVN revision 9832.</dd>
 <dt>2012-10-31  6.8.0-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> PFM images are grayscale, not sRGB (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22178).</dd>
-  <dd> Keep YCbCR JPEG compressed TIFF images in the YCbCr colorspace (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22148).</dd>
+  <dd> PFM images are grayscale, not sRGB (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22178).</dd>
+  <dd> Keep YCbCR JPEG compressed TIFF images in the YCbCr colorspace (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22148).</dd>
 <dt>2012-10-27  6.7.9-4 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Don't write sRGB chunk if image-&gt;gamma isn't close to (1/2.2), i.e.,    (0.45 &lt;= gamma &lt;= 0.46) (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22139).</dd>
+  <dd> Don't write sRGB chunk if image-&gt;gamma isn't close to (1/2.2), i.e.,    (0.45 &lt;= gamma &lt;= 0.46) (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22139).</dd>
 <dt>2012-10-25  6.8.0-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.0-3, SVN revision 9783.</dd>
 <dt>2012-10-21  6.8.0-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> TIFF positional information must be positive (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22106).</dd>
+  <dd> TIFF positional information must be positive (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22106).</dd>
   <dd> Set the compression quality for the Webp image format.</dd>
 <dt>2012-10-21  6.8.0-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.0-2, SVN revision 9738.</dd>
 <dt>2012-10-20  6.8.0-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Wait for more bytes if the number of returned bytes is less than    requested in ReadBlob().</dd>
-  <dd> Prefer fullname property for font, if it exists, otherwise famly + style.</dd>
+  <dd> Prefer fullname property for font, if it exists, otherwise family + style.</dd>
 <dt>2012-10-17  6.8.0-2 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Added LanczosRadius filter, that blurs an EWA Lanczos to a integer    support size. Equivalent to Lanczos in tensor resize case.</dd>
 <dt>2012-10-16  6.8.0-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.0-1, SVN revision 9632.</dd>
 <dt>2012-10-12  6.8.0-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fix color management for the -solarize option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22059).</dd>
+  <dd> Fix color management for the -solarize option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22059).</dd>
   <dd> Some colormap unit tests failed for a quantum depth of 32 (problem    report from Glenn Randers-Pehrson).</dd>
 <dt>2012-10-12  6.8.0-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.8.0-0, SVN revision 9594.</dd>
 <dt>2012-10-07  6.8.0-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Check -fx expression early to prevent fault.</dd>
   <dd> Performance boost for iOS / Android requires a SO major version increment.</dd>
-  <dd> Corrupt PNG image could cause a memory leak (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22024).</dd>
+  <dd> Corrupt PNG image could cause a memory leak (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22024).</dd>
 <dt>2012-10-06  6.7.9-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.9-10, SVN revision 9514.</dd>
 <dt>2012-10-01  6.7.9-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> SVG specs says "1pt" equals "1.25px" (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21967).</dd>
+  <dd> SVG specs says "1pt" equals "1.25px" (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21967).</dd>
   <dd> Support TIFF proprietary tag 34118.</dd>
-  <dd> The define option is no longer "lazy" interpretation (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=22007).</dd>
+  <dd> The define option is no longer "lazy" interpretation (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=22007).</dd>
 <dt>2012-10-01  6.7.9-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.9-9, SVN revision 9473.</dd>
 <dt>2012-09-27  6.7.9-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fix memory leak in JPEG decoder when reading a corrupt image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21948).</dd>
-  <dd> Add exif:thumbnail namespace to distiguish orientation tag (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21938).</dd>
-  <dd> Respect DPX data offsets (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21960).</dd>
+  <dd> Fix memory leak in JPEG decoder when reading a corrupt image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21948).</dd>
+  <dd> Add exif:thumbnail namespace to distiguish orientation tag (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21938).</dd>
+  <dd> Respect DPX data offsets (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21960).</dd>
 <dt>2012-09-26  6.7.9-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.9-8, SVN revision 9437.</dd>
 <dt>2012-09-24  6.7.9-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Off-by-one error in DrawPolygonPrimitive().</dd>
-  <dd> Fix memory leak in WebP decoder (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21943).</dd>
-  <dd> Certain caption phrases were cut off (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21550).</dd>
+  <dd> Fix memory leak in WebP decoder (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21943).</dd>
+  <dd> Certain caption phrases were cut off (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21550).</dd>
 <dt>2012-09-22  6.7.9-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.9-7, SVN revision 9410.</dd>
 <dt>2012-09-20  6.7.9-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> jpeg:sampling-factor might be an image property or an option (reference<dt>http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=21884).</dt>
+  <dd> jpeg:sampling-factor might be an image property or an option (reference<dt>http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=21884).</dt>
   <dd><dt>2012-09-15  6.7.9-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.9-6, SVN revision 9375.</dd>
 <dt>2012-09-14  6.7.9-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -688,25 +1028,25 @@
 <dt>2012-09-11  6.7.9-5 Nicolas Robidoux &lt;nicolas.robidoux@gmail...&gt;</dt>
   <dd> sigmoidal-contrast: prevent out of range argument.</dd>
 <dt>2012-09-09  6.7.9-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> The number of default OpenMP threads is 1 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=23;t=21838).</dd>
-  <dd> Only first image of raw grayscale image was set to GRAY (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21428).</dd>
+  <dd> The number of default OpenMP threads is 1 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=23&amp;t=21838).</dd>
+  <dd> Only first image of raw grayscale image was set to GRAY (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21428).</dd>
   <dd> Change sigmoidal-contrast define to inline method to conform with ANSI-C    requirements.</dd>
 <dt>2012-09-10  6.7.9-5 Nicolas Robidoux &lt;nicolas.robidoux@gmail...&gt;</dt>
   <dd> enhance.c improvements:</dd>
-  <dd> Add tanh/atanh clone of legacy sigmoidal map (faster ; more accurate);</dd>
+  <dd> Add tanh/atanh clone of legacy sigmoidal map (faster &amp; more accurate);</dd>
   <dd> Add final ClampToQuantum in sigmoidal colormap loop;</dd>
   <dd> Remove OpenMP for threads that do not loop over rows;</dd>
   <dd> Immediate no-op exit from sigmoidal-contrast if contrast&lt;MagickEpsilon.</dd>
 <dt>2012-09-08  6.7.9-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.9-4, SVN revision 9282.</dd>
 <dt>2012-09-05  6.7.9-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Identify image files with embedded '%d' (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21798).</dd>
-  <dd> Don't include TIFF header for compress.c source module    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21800).</dd>
+  <dd> Identify image files with embedded '%d' (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21798).</dd>
+  <dd> Don't include TIFF header for compress.c source module    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21800).</dd>
 <dt>2012-09-01  6.7.9-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.9-3, SVN revision 9202.</dd>
 <dt>2012-08-28  6.7.9-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Support -channel sync option for -equalize (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21746).</dd>
-  <dd> Don't remove color profile when setting the image colorspace (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21747).</dd>
+  <dd> Support -channel sync option for -equalize (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21746).</dd>
+  <dd> Don't remove color profile when setting the image colorspace (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21747).</dd>
   <dd> Recognize ICO format in URL (e.g. http://www.google.com/favicon.ico).</dd>
   <dd> Don't define HAVE_BOOLEAN for JPEG under MinGW (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?t=14071).</dd>
 <dt>2012-08-26  6.7.9-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -714,39 +1054,39 @@
 <dt>2012-08-25  6.7.9-2 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Fixed bug in Q32 builds that erroneously read grayscale 16-bit PNGs    as PseudoColor.</dd>
 <dt>2012-08-24  6.7.9-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Support -channel option for -solarize (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21738).</dd>
+  <dd> Support -channel option for -solarize (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21738).</dd>
 <dt>2012-08-23  6.7.9-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.9-1, SVN revision 9095.</dd>
 <dt>2012-08-22  6.7.9-1 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> The gAMA chunk with gamma==1.0 was ignored while deciding whether to set    the image colorspace to GRAY when reading grayscale PNG images.</dd>
 <dt>2012-08-16  6.7.9-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Adjust scaling for Luv colorspace conversion (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21664).</dd>
-  <dd> Copy alpha channel of the -median option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=21694).</dd>
+  <dd> Adjust scaling for Luv colorspace conversion (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21664).</dd>
+  <dd> Copy alpha channel of the -median option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=21694).</dd>
   <dd> Don't add matte channel for -coalesce if input images don't have one.</dd>
   <dd> Prevent memory leak in ImageToBlob() if image write fails.</dd>
-  <dd> In rare cases, label would not auto-size properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21716).</dd>
+  <dd> In rare cases, label would not auto-size properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21716).</dd>
   <dd> Identify command now reports the image colorspace for non-verbose results.</dd>
-  <dd> Account for stroke width when rendering a caption (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=21721).</dd>
-  <dd> Don't colorize alpha channel if it is not active (reference   http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21547</dd>
+  <dd> Account for stroke width when rendering a caption (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=21721).</dd>
+  <dd> Don't colorize alpha channel if it is not active (reference   http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21547</dd>
 <dt>2012-08-15  6.7.9-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.9-0, SVN revision 8970.</dd>
 <dt>2012-08-14  6.7.9-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> RGB -&gt; HCL, return correct hue when g &lt; b &lt; r (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=21646).</dd>
+  <dd> RGB -&gt; HCL, return correct hue when g &lt; b &lt; r (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=21646).</dd>
   <dd> Prefer inkscape for best SVG compliance.</dd>
-  <dd> HCL -&gt; RGB conversion enhancement (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=21663).</dd>
+  <dd> HCL -&gt; RGB conversion enhancement (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=21663).</dd>
   <dd> Utilize inkscape if it is in your execution path otherwise RSVG.  If    neither is available, revert to the internal SVG renderer.</dd>
   <dd> Initialize image-&gt;x_resolution and y_resolution to 0 in image.c    (previously they were initialized to DefaultResolution, which is 72.0).</dd>
 <dt>2012-08-12  6.7.8-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.8-10, SVN revision 8915.</dd>
 <dt>2012-08-10  6.7.8-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Respect the image mask for option -selective-blur (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21631).</dd>
-  <dd> Fix multiple issues with BMPv5 colorimetry (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21640).</dd>
+  <dd> Respect the image mask for option -selective-blur (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21631).</dd>
+  <dd> Fix multiple issues with BMPv5 colorimetry (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21640).</dd>
 <dt>2012-08-10  6.7.8-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.8-9, SVN revision 8902.</dd>
 <dt>2012-08-07  6.7.8-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Selective blur stopped working after version 6.7.4-10 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21604).</dd>
-  <dd> Color reduction now handles transparent pixel properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18463).</dd>
-  <dd> ClipImagePath() now returns a valid SVG XML for Windows x64 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21617).</dd>
+  <dd> Selective blur stopped working after version 6.7.4-10 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21604).</dd>
+  <dd> Color reduction now handles transparent pixel properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18463).</dd>
+  <dd> ClipImagePath() now returns a valid SVG XML for Windows x64 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21617).</dd>
 <dt>2012-08-05  6.7.8-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.8-8, SVN revision 8845.</dd>
 <dt>2012-08-03  6.7.8-8 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
@@ -755,21 +1095,21 @@
   <dd> Clean up sigmoidal-contrast.</dd>
 <dt>2012-07-31  6.7.8-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Use ConcatenateString() for multi-block GIF comments.</dd>
-  <dd> Caption no longer chops off text (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21558).</dd>
+  <dd> Caption no longer chops off text (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21558).</dd>
   <dd> Support LUV colorspace.</dd>
   <dd> Support HCL colorspace.</dd>
   <dd> Don't transform the composite image colorspace, set it instead.</dd>
-  <dd> Interpret -border 5% as 5% of width and 5% of height (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21537).</dd>
-  <dd> Don't normalize zero-sum kernels (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21584).</dd>
-  <dd> Transform grayscale to linear RGB if fill color is non-gray (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21586).</dd>
+  <dd> Interpret -border 5% as 5% of width and 5% of height (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21537).</dd>
+  <dd> Don't normalize zero-sum kernels (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21584).</dd>
+  <dd> Transform grayscale to linear RGB if fill color is non-gray (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21586).</dd>
 <dt>2012-07-30  6.7.8-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.8-7, SVN revision 8766.</dd>
 <dt>2012-07-28  6.7.8-7 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Update certain typecasts for libpng &lt; and &gt;= 1.4.0 to allow memory    allocation &gt; 4GB and prevent a DOS.</dd>
 <dt>2012-07-28  6.7.8-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Set DICOM grayscale images to the gray colorspace.</dd>
-  <dd> Missing grestore from ps3.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=20445).</dd>
-  <dd> Use GetMagickResourceLimit(ThreadResource) to set the # threads (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21543).</dd>
+  <dd> Missing grestore from ps3.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=20445).</dd>
+  <dd> Use GetMagickResourceLimit(ThreadResource) to set the # threads (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21543).</dd>
 <dt>2012-07-22  6.7.8-6 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Only report sRGB, iCCP, gAMA, cHRM chunks in "identify" output when    these chunks were actually present in input, and not when they were    inserted by the PNG decoder.</dd>
 <dt>2012-07-22  6.7.8-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -796,38 +1136,38 @@
 <dt>2012-07-14  6.7.8-3 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Always write a color PNG when image-&gt;colorspace is sRGB.</dd>
 <dt>2012-07-08  6.7.8-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Attenuate random noise (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21387).</dd>
+  <dd> Attenuate random noise (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21387).</dd>
   <dd> Return linear grayscale for gradient:white-black.</dd>
   <dd> Promote linear grayscale to linear RGB when compositing.</dd>
   <dd> gradient:white-black is sRGB whereas gradient:'icc-color(rgb,255,255,255)-    icc-color(rgb,0,0,0)' is linear RGB whereas gradient:'gray(255)-gray(0)' is    linear grayscale.</dd>
-  <dd> Revert sigmoidal contrast define (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=22;t=21415).</dd>
+  <dd> Revert sigmoidal contrast define (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=22&amp;t=21415).</dd>
 <dt>2012-07-08  6.7.8-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.8-2, SVN revision 8621.</dd>
 <dt>2012-07-02  6.7.8-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Set the colorspace to linear gray when reading intensity values (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21362).</dd>
+  <dd> Set the colorspace to linear gray when reading intensity values (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21362).</dd>
   <dd> Don't overrun pixel buffer on inverse fourier for odd image widths.</dd>
   <dd> Change LAB encoding to permit blurring, resize, etc.    (signed A and B channel values now stored using a 50% bias)</dd>
     Additional.. This removes a non-linear discontinuity from stored LAB space    values. As a result you can now Blur, Compose, Resize and Distort in LAB    colorspace, without problems that previously existed.</dd>
 <dt>2012-07-04  6.7.8-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.8-1, SVN revision 8595.</dd>
 <dt>2012-07-02  6.7.8-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> A single argument -stereo option now works as documented (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21348).</dd>
+  <dd> A single argument -stereo option now works as documented (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21348).</dd>
   <dd> The -separate option returns channels as linear grayscale.</dd>
-  <dd> Remove the sRGB color profile when converting to grayscale (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=21355).</dd>
+  <dd> Remove the sRGB color profile when converting to grayscale (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=21355).</dd>
 <dt>2012-06-29  6.7.8-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.8-0, SVN revision 8554.</dd>
 <dt>2012-06-28  6.8.0-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Increase epsilon value, smallest difference between two points (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=15870).</dd>
+  <dd> Increase epsilon value, smallest difference between two points (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=15870).</dd>
 <dt>2012-06-28  6.7.7-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.7-10, SVN revision 8534.</dd>
 <dt>2012-06-26  6.7.7-10 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Don't attempt to use Z_RLE compression strategy with old zlib (prior to    zlib-1.2.0) that does not support it.</dd>
-  <dd> Increase PLTE chunk length to accommodate background color in indexed PNG    (reference www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=21288).</dd>
-  <dd> Added png:PLTE.number_colors to verbose output</dd>
+  <dd> Increase PLTE chunk length to accommodate background color in indexed PNG    (reference www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=21288).</dd>
+  <dd> Added png:PLTE.number_colors to verbose output.</dd>
 <dt>2012-06-25  6.7.7-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Permit linear RGB for PNM and TIFF image formats.</dd>
-  <dd> Fix conflicting types for 'GenerateDifferentialNoise' (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21286).</dd>
-  <dd> Fix cast to pointer from integer of different size (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21286).</dd>
+  <dd> Fix conflicting types for 'GenerateDifferentialNoise' (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21286).</dd>
+  <dd> Fix cast to pointer from integer of different size (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21286).</dd>
   <dd> Fix broken MSL profile tag (reference    http://www.imagemagick.org/discourse-server/viewforum.html?f=9).</dd>
   <dd> Better recognition of a CMYK PDF.</dd>
 <dt>2012-06-24  6.7.7-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -842,11 +1182,11 @@
 <dt>2012-06-15  6.7.7-8 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Geometry arguments accept multiple sign character for offsets    EG: "-10-10", "-+10-+10", or "+-10+-10" generate negative offsets    while "+10+10", "++10++10", or "--10--10" generate positive offsets,    that is, you can not only optionally have a sign in offset variable    substitutions, but can negate that substitution if you so desire.</dd>
 <dt>2012-06-12  6.7.7-8 Nicolas Robidoux &lt;nicolas.robidoux@gmail...&gt;</dt>
-  <dd> Refactor Catmull-Rom and Spline "interpolation" using    state-of-the-art unpublished formulas</dd>
-  <dd> Fix incorrect transparency handling of "interpolative" cubic    B-spline smoothing</dd>
+  <dd> Refactor Catmull-Rom and Spline "interpolation" using    state-of-the-art unpublished formulas.</dd>
+  <dd> Fix incorrect transparency handling of "interpolative" cubic    B-spline smoothing.</dd>
 <dt>2012-06-09  6.7.7-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Initialize alpha channel when floodfill fill color is not opaque.</dd>
-  <dd> XYZ and Lab colorspace conversion tweaked (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21161).</dd>
+  <dd> XYZ and Lab colorspace conversion tweaked (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21161).</dd>
 <dt>2012-06-08  6.7.7-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.7-7, SVN revision 8219.</dd>
 <dt>2012-06-06  6.7.7-7 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
@@ -854,7 +1194,7 @@
   <dd> Display the PNG colortype as a string in "identify -verbose" output.</dd>
 <dt>2012-06-06  6.7.7-7 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Small refactor of Average Interpolators (save some multiplies)</dd>
-  <dd> Added 'Spline' as a filter type as an alias to 'Cubic'. this brings both    Catrom and Spline -filter and -interpolate methods in line.  Cubic should    only be used when defining a general cubic using expert settings or    when listed in "filter:verbose" debugging output.</dd>
+  <dd> Added 'Spline' as a filter type as an alias to 'Cubic'. This brings both    Catrom and Spline -filter and -interpolate methods in line.  Cubic should    only be used when defining a general cubic using expert settings or    when listed in "filter:verbose" debugging output.</dd>
 <dt>2012-06-05  6.7.7-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.7-6, SVN revision 8164.</dd>
 <dt>2012-06-05  6.7.7-6 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
@@ -862,10 +1202,10 @@
 <dt>2012-06-01  6.7.7-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> The -set colorspace option sets the colorspace, it does not transform it.</dd>
   <dd> Assume grayscale images in the GIF format are linear.</dd>
-  <dd> Add Nicolas Robidoux's bicubic interpolation method (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=21118).    This replaces the old 'bicubic' which was very extreme 'cardinal' cubic.</dd>
-  <dd> Add DuPont ; XFIG copyright to NOTICE.</dd>
+  <dd> Add Nicolas Robidoux's bicubic interpolation method (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=21118).    This replaces the old 'bicubic' which was very extreme 'cardinal' cubic.</dd>
+  <dd> Add DuPont &amp; XFIG copyright to NOTICE.</dd>
   <dd> sRGB.icc has an unfriendly license, remove it.</dd>
-  <dd> MinGW does not define KEY_WOW64_32KEY (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=21155).</dd>
+  <dd> MinGW does not define KEY_WOW64_32KEY (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=21155).</dd>
   <dd> -evaluate log properly handles negative pixel values.</dd>
   <dd> The display program displays the ImageMagick logo on EOF.</dd>
 <dt>2012-05-31  6.7.7-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -881,8 +1221,8 @@
 <dt>2012-05-29  6.7.7-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.7-3, SVN revision 8089.</dd>
 <dt>2012-05-28  6.7.7-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fix bug with stroke-dasharray (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21090).</dd>
-  <dd> In rare cases, caption would not word-wrap properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21106).</dd>
+  <dd> Fix bug with stroke-dasharray (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21090).</dd>
+  <dd> In rare cases, caption would not word-wrap properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21106).</dd>
   <dd> Don't set alpha pixels in SetImageVirtualPixelMethod() unless    image area is well defined (i.e. != 0) (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?t=21110).</dd>
 <dt>2012-05-27  6.7.7-3 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Trialing the addition of new interpolation methods      Average16         average of 16 pixels around sampling point      Average9          9 pixels around nearest pixel      Average4          Average of 4 pixels around sampling point      Background        Background color (for resampling error checking)      Blend             Blend of closest 1, 2 or 4 pixel neighbors    NOTE: 'Average' is now equivalent to 'Average4',    previous to this version it was equivalent to 'Average16'.    The 'Background' method is for showing 'resample errors' be it    accidental, or on purpose.  See IM Examples, Cylindrical Filters.</dd>
@@ -894,18 +1234,18 @@
 <dt>2012-05-25  6.7.7-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.7-1, SVN revision 8059.</dd>
 <dt>2012-05-20  6.7.7-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> In rare cases, caption would not word-wrap properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21044).</dd>
-  <dd> Set the JPEG image colorspace after the columns / rows are set (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21059).</dd>
+  <dd> In rare cases, caption would not word-wrap properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21044).</dd>
+  <dd> Set the JPEG image colorspace after the columns / rows are set (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21059).</dd>
   <dd> Potential gray images are in either the gray or RGB colorspaces.</dd>
-  <dd> Restore MagickSetImageEndian() method (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?t=20425;p=81525).</dd>
-  <dd> Respect resolution when rendering SVG (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21076).</dd>
+  <dd> Restore MagickSetImageEndian() method (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?t=20425&amp;p=81525).</dd>
+  <dd> Respect resolution when rendering SVG (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21076).</dd>
 <dt>2012-05-20  6.7.7-1 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Delegates now 'spawn' faster (replaced 2 second sleep!) (for "show:")</dd>
 <dt>2012-05-17  6.7.7-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.7-0, SVN revision 7980.</dd>
 <dt>2012-05-17  6.7.7-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Group4-compressed TIFF / PDF image formats stopped working (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=21039).</dd>
-  <dd> Auto convert images in the grayscale colorspace to sRGB (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=21031).</dd>
+  <dd> Group4-compressed TIFF / PDF image formats stopped working (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=21039).</dd>
+  <dd> Auto convert images in the grayscale colorspace to sRGB (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=21031).</dd>
 <dt>2012-05-16  6.7.6-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.6-10, SVN revision 7952.</dd>
 <dt>2012-05-14  6.7.6-10 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
@@ -926,9 +1266,9 @@
 <dt>2012-05-04  6.7.6-9 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Don't write an invalid PNG sRGB chunk when rendering intent is undefined.</dd>
 <dt>2012-05-01  6.7.6-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> EXR images are in the linear RGB colorspace with a gamma of 1.0 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=20895).</dd>
-  <dd> Correct annotation offset for right-to-left labels (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=20884).</dd>
-  <dd> The -level 100x0% now produces the equivalent of -negate (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=20889).</dd>
+  <dd> EXR images are in the linear RGB colorspace with a gamma of 1.0 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=20895).</dd>
+  <dd> Correct annotation offset for right-to-left labels (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=20884).</dd>
+  <dd> The -level 100x0% now produces the equivalent of -negate (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=20889).</dd>
   <dd> Virtual pixel transparent no longer cause fatal exception (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?t=20903).</dd>
   <dd> Promote gray image to sRGB when color is injected.</dd>
 <dt>2012-04-29  6.7.6-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -940,7 +1280,7 @@
 <dt>2012-04-23  6.7.6-8 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Added the RobidouxSharp filter (originally defined Dec 2011)</dd>
   <dd> Fixed Variable Blur - bad blur area calculation    Also Gaussian is sampling properly. Substitute the faster Cubic for now.</dd>
-  <dd> Convert no longer will do an implicit write to a single space image</dd>
+  <dd> Convert no longer will do an implicit write to a single space image.</dd>
 <dt>2012-04-21  6.7.6-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.6-7, SVN revision 7587.</dd>
 <dt>2012-04-21  6.7.6-7 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
@@ -952,26 +1292,24 @@
 <dt>2012-04-16  6.7.6-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.6-6, SVN revision 7536.</dd>
 <dt>2012-04-11  6.7.6-6 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Always unlock the semaphore before returning from the png codec, either    by a "return" or png_error(); changed all Magick*Exception() calls    after setjmp() to png_error() to ensure proper cleanup (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16883).</dd>
+  <dd> Always unlock the semaphore before returning from the png codec, either    by a "return" or png_error(); changed all Magick*Exception() calls    after setjmp() to png_error() to ensure proper cleanup (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16883).</dd>
 <dt>2012-04-10  6.7.6-6 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Fixed log known alpha*kernel normalization bug in morphology convolve.</dd>
-    Convolve kernel weights have been separated from alpha blend handling.    Un-normalized kernels applied to images with active alpha will no longer    be auto-normalized due to the effect of alpha blending.</dd>
-    The bug causes images using the default channel setting and having an    alpha channel to automatically 'normalize' the results of a convolve    during the handling of alpha blending.  This probably would cause severe    effects when a zero-summing kernel is being used on an image containing    an active (though likely fully-opaque) alpha channel, as division by near    zero weights would cause extreme color values in results.</dd>
-    This bug is not normally seen as convolution, which is normally applied only    to fully-opaque images. And using a zero-summing kernel on an image with    alpha also results in a transparent image!  This is why it was not fixed    up until now.</dd>
+    Convolve kernel weights have been separated from alpha blend handling.    Un-normalized kernels applied to images with active alpha will no longer    be auto-normalized due to the effect of alpha blending.  The bug causes    images using the default channel setting and having an alpha channel to    automatically 'normalize' the results of a convolve during the handling    of alpha blending.  This probably would cause severe effects when a    zero-summing kernel is being used on an image containing an active (though    likely fully-opaque) alpha channel, as division by near zero weights    would cause extreme color values in results.  This bug is not normally    seen as convolution, which is normally applied only to fully-opaque    images. And using a zero-summing kernel on an image with alpha also    results in a transparent image!  This is why it was not fixed up until now.</dd>
 <dt>2012-04-08  6.7.6-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Pixel allocation for Pango is stride*rows not stride*columns.</dd>
   <dd> Set the image resolution for Postscript files with an embedded Photoshop    profile.</dd>
-  <dd> Ensure proper round trips to / from sRGB (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=20751).</dd>
+  <dd> Ensure proper round trips to / from sRGB (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=20751).</dd>
 <dt>2012-04-07  6.7.6-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.6-5, SVN revision 7483.</dd>
 <dt>2012-04-06  6.7.6-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Avoid fault in SetCacheAlphaChannel() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=20681).</dd>
+  <dd> Avoid fault in SetCacheAlphaChannel() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=20681).</dd>
   <dd> Don't assume EXIF orientation tag is 2 bytes.</dd>
 <dt>2012-04-04  6.7.6-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.6-4, SVN revision 7356.</dd>
 <dt>2012-04-01  6.7.6-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Properly set the XCF alpha channel values (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=20642).</dd>
-  <dd> Support 'orientation' property (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=20650).</dd>
+  <dd> Properly set the XCF alpha channel values (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=20642).</dd>
+  <dd> Support 'orientation' property (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=20650).</dd>
   <dd> The default RGB colorspace transform is now linear (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?p=82839#p82839).</dd>
   <dd> Prevent EXIF integer overflow (CVE-2012-1610).</dd>
 <dt>2012-03-30  6.7.6-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -993,16 +1331,16 @@
 <dt>2012-03-18  6.7.6-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.6-1, SVN revision 7145.</dd>
 <dt>2012-03-16  6.7.6-1 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Reduce the scope of quantum_info in the PNG decoder to avoid a possible    memory leak (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=20522).</dd>
+  <dd> Reduce the scope of quantum_info in the PNG decoder to avoid a possible    memory leak (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=20522).</dd>
 <dt>2012-03-13  6.7.6-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Use uint32 pointer for ReadStripMethod in coders/tiff.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=20526).</dd>
+  <dd> Use uint32 pointer for ReadStripMethod in coders/tiff.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=20526).</dd>
   <dd> Ghostscript 32/64 bit detection patch (contributed by    axeld@pinc-...).</dd>
-  <dd> Honor center gravity for caption: with Pango support (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=20517).</dd>
+  <dd> Honor center gravity for caption: with Pango support (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=20517).</dd>
   <dd> Add support for pango: coder to render captions with Pango.</dd>
 <dt>2012-03-10  6.7.6-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.6-0, SVN revision 7090.</dd>
 <dt>2012-03-06  6.7.6-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Importing from the X11 root windows no longer leaks memory (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=20470).</dd>
+  <dd> Importing from the X11 root windows no longer leaks memory (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=20470).</dd>
   <dd> Check to see if delegate file exists before copying.</dd>
 <dt>2012-03-05  6.7.5-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.5-10, SVN revision 7056.</dd>
@@ -1016,11 +1354,11 @@
 <dt>2012-03-02  6.7.5-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.5-8, SVN revision 7027.</dd>
 <dt>2012-03-02  6.7.5-8 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> non-verbose identify now reports DirectClass for transparent PNG images    to agree with the report by identify -verbose.  (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=20448 and    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=15482).</dd>
+  <dd> non-verbose identify now reports DirectClass for transparent PNG images    to agree with the report by identify -verbose.  (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=20448 and    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=15482).</dd>
 <dt>2012-02-29  6.7.5-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Support infinite caption lengths.</dd>
-  <dd> Permit custome JPEG quantization tables (e.g.<dt>	  -define jpeg:q-table=quantization-table.xml).</dt>
-  <dd> Missing grestore from ps2.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=20445).</dd>
+  <dd> Permit custom JPEG quantization tables (e.g.    -define jpeg:q-table=quantization-table.xml).</dd>
+  <dd> Missing grestore from ps2.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=20445).</dd>
 <dt>2012-02-29  6.7.5-8 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Added Image list options (like "-delete" and "-swap") to "montage".</dd>
 <dt>2012-02-25  6.7.5-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -1028,11 +1366,11 @@
 <dt>2012-02-23  6.7.5-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Add support for the EMFPlus delegate program.</dd>
 <dt>2012-02-22  6.7.5-7 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
-  <dd> Re-added the Iterative Distance function in morphology (as opposed to the    faster more direct 2-pass Distance Function that replaced it) so it can be    used in the special situation of Constrained Distance Morphology.    http://www.imagemagick.org/discourse-server/viewtopic.html??f=2;t=18032</dd>
+  <dd> Re-added the Iterative Distance function in morphology (as opposed to the    faster more direct 2-pass Distance Function that replaced it) so it can be    used in the special situation of Constrained Distance Morphology.    http://www.imagemagick.org/discourse-server/viewtopic.html??f=2&amp;t=18032</dd>
 <dt>2012-02-13  6.7.5-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.5-6, SVN revision 6851.</dd>
 <dt>2012-02-13  6.7.5-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Only set PDF ; PS page size when explicitly requested (e.g. -page).</dd>
+  <dd> Only set PDF &amp; PS page size when explicitly requested (e.g. -page).</dd>
 <dt>2012-02-12  6.7.5-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.5-5, SVN revision 6840.</dd>
 <dt>2012-02-12  6.7.5-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -1062,7 +1400,7 @@
   <dd> Caption with Pango support no longer return a blank canvas.</dd>
   <dd> Correct sRGB colorspace conversion equations.</dd>
 <dt>2012-01-30  6.7.5-1 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Fix bug in png coder (spurious warning, reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=20257).</dd>
+  <dd> Fix bug in png coder (spurious warning, reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=20257).</dd>
 <dt>2012-01-28  6.7.5-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.5-0, SVN revision 6606.</dd>
 <dt>2012-01-25  6.7.5-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -1094,19 +1432,19 @@
 <dt>2012-01-10  6.7.4-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.4-5, SVN revision 6422.</dd>
 <dt>2012-01-02  6.7.4-5 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Fixed -black-threshold and -white-threshold so they work properly with    the -channels option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=20096).</dd>
+  <dd> Fixed -black-threshold and -white-threshold so they work properly with    the -channels option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=20096).</dd>
 <dt>2012-01-02  6.7.4-5 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Removed PNG_USE_CLONE cruft from the PNG encoder (see 2011-11-19 entry)</dd>
-  <dd> Promote image depths 9-15 to 16 to avoid crashing in the PNG    encoder (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=20098).</dd>
+  <dd> Promote image depths 9-15 to 16 to avoid crashing in the PNG    encoder (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=20098).</dd>
 <dt>2012-01-01  6.7.4-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.4-4, SVN revision 6318.</dd>
 <dt>2011-12-30  6.7.4-4 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Fix problems with JNG encoder "quality" (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=20076).</dd>
+  <dd> Fix problems with JNG encoder "quality" (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=20076).</dd>
 <dt>2011-12-30  6.7.4-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.4-3, SVN revision 6310.</dd>
 <dt>2011-12-28  6.7.4-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fix memory leak in JP2 coder (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=20071).</dd>
-  <dd> Use maximum bounds when rendering PDF (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=20078).</dd>
+  <dd> Fix memory leak in JP2 coder (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=20071).</dd>
+  <dd> Use maximum bounds when rendering PDF (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=20078).</dd>
 <dt>2011-12-25  6.7.4-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.4-2, SVN revision 6254.</dd>
 <dt>2011-12-24  6.7.4-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -1115,15 +1453,15 @@
   <dd> New version 6.7.4-1, SVN revision 6236.</dd>
 <dt>2011-12-12  6.7.4-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Sped up -noise option when radius is 0.</dd>
-  <dd> Read concatentated arcs correctly in a SVG path (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19992).</dd>
-  <dd> PDF's now convert properly with -define pdf:use-cropbox=true (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=20033).</dd>
+  <dd> Read concatentated arcs correctly in a SVG path (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19992).</dd>
+  <dd> PDF's now convert properly with -define pdf:use-cropbox=true (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=20033).</dd>
 <dt>2011-12-09  6.7.4-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.4-0, SVN revision 6162.</dd>
 <dt>2010-12-06  6.7.4-0 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Eliminated use of FARDATA in coders/png.c; it won't be supported in    libpng-1.6.0 and is not needed now.</dd>
 <dt>2011-11-29  6.7.4-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Add GetQuantumFormat() method to return the quantum format (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=19961).</dd>
-  <dd> Allow unspecified width/height in geometries with the aspect flag (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19964).</dd>
+  <dd> Add GetQuantumFormat() method to return the quantum format (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=19961).</dd>
+  <dd> Allow unspecified width/height in geometries with the aspect flag (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19964).</dd>
   <dd> MagickGetImageDepth() no longer returns the depth setting but instead    computes the depth of the image.</dd>
 <dt>2011-12-02  6.7.4-0 Anthony  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fixed Equal-Area Cropping (size and minimum of delta increments)</dd>
@@ -1132,9 +1470,9 @@
 <dt>2011-11-29  6.7.3-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Delay reading TIFF EXIF properties to prevent premature exit.</dd>
   <dd> Remove duplicates from the configuration file search path under Windows.</dd>
-  <dd> Use viewbox offset when setting affine transform translation (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19943).</dd>
-  <dd> Ensure equally sized tiles for -crop 11x2@ (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18322).</dd>
-  <dd> Recognize SI prefixes for jpeg:extent (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19944).</dd>
+  <dd> Use viewbox offset when setting affine transform translation (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19943).</dd>
+  <dd> Ensure equally sized tiles for -crop 11x2@ (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18322).</dd>
+  <dd> Recognize SI prefixes for jpeg:extent (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19944).</dd>
 <dt>2011-11-27  6.7.3-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.3-9, SVN revision 6092</dd>
 <dt>2011-11-27  6.7.3-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -1145,14 +1483,14 @@
   <dd> The exif:ExposureBiasValue property is a signed value.</dd>
   <dd> Prevent buffer underflow for 1-bit PSD images.</dd>
   <dd> Don't include alpha channel when computing range unless image-&gt;matte is    set.</dd>
-  <dd> Set FILETYPE_REDUCEDIMAGE tag on pyramidal TIFF images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19892).</dd>
-  <dd> Correct image geometry for Postscript for hi-res bounding box (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19807).</dd>
+  <dd> Set FILETYPE_REDUCEDIMAGE tag on pyramidal TIFF images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19892).</dd>
+  <dd> Correct image geometry for Postscript for hi-res bounding box (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19807).</dd>
 <dt>2011-11-19  6.7.3-8 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Fixed bug with scaling Q16 background to PNG sub-8-bit bKGD and    again disabled PNG_USE_CLONE in coders/png.c.</dd>
 <dt>2011-11-18  6.7.3-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.3-7, SVN revision 6024</dd>
 <dt>2011-11-18  6.7.3-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Ensure embedded XML resource file is null terminated (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19856).</dd>
+  <dd> Ensure embedded XML resource file is null terminated (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19856).</dd>
 <dt>2011-11-17  6.7.3-7 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Added a -define filter:alpha to contol the 'alpha value' of the    Kaiser Windowing filter.  Default value is 6.5</dd>
 <dt>2010-11-15  6.7.3-7 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
@@ -1161,48 +1499,48 @@
 <dt>2011-11-14  6.7.3-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.3-6, SVN revision 5972.</dd>
 <dt>2011-11-11  6.7.3-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Prefer the hires bounding box for Postscript rendering (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19807).</dd>
+  <dd> Prefer the hires bounding box for Postscript rendering (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19807).</dd>
   <dd> Default configure.xml destination folder to /usr/lib/ImageMagick-ver/config.</dd>
 <dt>2011-11-09  6.7.3-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.3-5, SVN revision 5936</dd>
 <dt>2011-11-07  6.7.3-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Add ShearRotateImage() method.  RotateImage() now uses distorts rather    than shears.</dd>
-  <dd> MagickCoreGenesis() path must be accessible to use (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19795).</dd>
+  <dd> MagickCoreGenesis() path must be accessible to use (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19795).</dd>
 <dt>2011-11-06  6.7.3-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.3-4, SVN revision 5876</dd>
 <dt>2011-11-02  6.7.3-4 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Ensure that the GIF encoder writes a large enough logical screen (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19734).</dd>
+  <dd> Ensure that the GIF encoder writes a large enough logical screen (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19734).</dd>
 <dt>2011-11-02  6.7.3-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.3-3, SVN revision 5825</dd>
 <dt>2011-11-02  6.7.3-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fix small memory leak in the TIFF coder.</dd>
   <dd> Support -debug accelerate option.</dd>
-  <dd> Support -includearch-dir and -sharearch-dir configure option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19720).</dd>
+  <dd> Support -includearch-dir and -sharearch-dir configure option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19720).</dd>
   <dd> Use Pango to improve the caption coder.</dd>
 <dt>2011-11-01  6.7.3-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.3-2, SVN revision 5718</dd>
 <dt>2011-11-01  6.7.3-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Support Ghostscript under 64-bit Windows (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19659).</dd>
-  <dd> Correct affine translation for certain SVG files (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19664).</dd>
-  <dd> -evaluate-sequence multiply no longer hangs ereference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19549).</dd>
+  <dd> Support Ghostscript under 64-bit Windows (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19659).</dd>
+  <dd> Correct affine translation for certain SVG files (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19664).</dd>
+  <dd> -evaluate-sequence multiply no longer hangs ereference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19549).</dd>
 <dt>2011-10-15  6.7.3-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.3-1.</dd>
 <dt>2011-10-15  6.7.3-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Read TIFF EXIF profile before reading the image data.</dd>
-  <dd> Fix "test: no: unexpected operator" in the configure script (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19615).</dd>
-  <dd> Off by one error when writing the JPEG XMP profile (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19616).</dd>
+  <dd> Fix "test: no: unexpected operator" in the configure script (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19615).</dd>
+  <dd> Off by one error when writing the JPEG XMP profile (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19616).</dd>
   <dd> Revert GetPathComponent() patch.</dd>
 <dt>2011-10-09  6.7.3-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.3-0.</dd>
 <dt>2011-10-09  6.7.3-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Generate output for caption:"[!]" (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=19589.</dd>
+  <dd> Generate output for caption:"[!]" (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=19589.</dd>
 <dt>2011-10-05  6.7.3-0 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Add "png:format" property with possible values png8, png24, and png32,    for use when prepending the format type to the filename is not convenient    or is not possible, e.g., when embedding the PNG in a PNG-encoded ICO.</dd>
 <dt>2011-10-04  6.7.2-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.2-10.</dd>
 <dt>2011-10-04  6.7.2-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Remove most of the LLVM compiler warnings.</dd>
-  <dd> Fix bug in -evaluate-sequence multiply (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19549).</dd>
+  <dd> Fix bug in -evaluate-sequence multiply (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19549).</dd>
   <dd> Upgrade to sRGB V4 ICC profile (reference    http://www.color.org/srgbprofiles.xalter).</dd>
   <dd> Distinguish embedded PNG vs BMP within the MicroSoft ICON image format.</dd>
 <dt>2011-09-30  6.7.2-10 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
@@ -1215,7 +1553,7 @@
 <dt>2011-09-25  6.7.2-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.2-8.</dd>
 <dt>2011-09-20  6.7.2-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Prevent infinite loop when font is too large for specified width (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19502).</dd>
+  <dd> Prevent infinite loop when font is too large for specified width (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19502).</dd>
   <dd> Fix LFS cross-compile detection (patch from Mike Frysinger).</dd>
   <dd> Add open_utf8(), fopen_utf8(), access_utf8(), etc. utility methods.</dd>
 <dt>2011-09-15  6.7.2-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -1241,18 +1579,18 @@
 <dt>2011-09-07  6.7.2-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.2-3.</dd>
 <dt>2011-09-05  6.7.2-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> A small memory overwrite when reading TIFF with 1-bit alpha (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19417).</dd>
+  <dd> A small memory overwrite when reading TIFF with 1-bit alpha (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19417).</dd>
   <dd> Remove a 2 byte memory leak when checking for environment variables.</dd>
 <dt>2011-09-05  6.7.2-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.2-2.</dd>
 <dt>2011-09-03  6.7.2-2 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Recognize the sRGB ICC profile and write the PNG sRGB profile instead    of a full iCCP chunk.</dd>
 <dt>2011-08-31  6.7.2-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Write grayscale MIFF as a single gray pixel component, not RGB (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=19403).</dd>
+  <dd> Write grayscale MIFF as a single gray pixel component, not RGB (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=19403).</dd>
   <dd> Bail gracefully for corrupt JPEG images.</dd>
   <dd> Bail gracefully for negative montage geometries (references    https://bugzilla.redhat.com/show_bug.cgi?id=735599).</dd>
-  <dd> Account for DCm bits allocated 16 and significant bits 12 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19420).</dd>
-  <dd> Fix bug when appending JPEG image profiles (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19429).</dd>
+  <dd> Account for DCm bits allocated 16 and significant bits 12 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19420).</dd>
+  <dd> Fix bug when appending JPEG image profiles (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19429).</dd>
 <dt>2011-08-29  6.7.2-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.2-1.</dd>
 <dt>2011-08-29  6.7.2-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -1260,22 +1598,22 @@
 <dt>2011-08-26  6.7.2-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> HDR format 32-bit_rle_xyze implies the XYZ colorspace.</dd>
 <dt>2011-08-22  6.7.1-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Revert FormatImageAttributeList(), FormatImagePropertyList() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19339).</dd>
+  <dd> Revert FormatImageAttributeList(), FormatImagePropertyList() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19339).</dd>
 <dt>2011-08-21  6.7.1-10 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Revised configure.ac (and configure) to look for -lpng15, -lpng14, -lpng12,    and -lpng in that order instead of just -lpng.  This should help find    a consistent library and headers when users upgrade their libpng delegate    from one version to another, incompatible version.</dd>
 <dt>2011-08-20  6.7.1-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.1-9.</dd>
 <dt>2011-08-20  6.7.1-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fix memory leak in text annotation (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=19331).</dd>
+  <dd> Fix memory leak in text annotation (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=19331).</dd>
 <dt>2011-08-18  6.7.1-9 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> The "-strip" option was excluding the PNG tRNS chunk (see 6.6.6-7, below);  revised the -strip option so it behaves as  if "-define PNG:include-chunk=none,trns,gama" had appeared on the commandline.</dd>
-  <dd> When writing a PNG8 and more than one transparent color is present,  merge them into the image-&gt;background_color (Reference  http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=19329),  finishing the implementation started in version 6.6.8-7.</dd>
+  <dd> When writing a PNG8 and more than one transparent color is present,  merge them into the image-&gt;background_color (Reference  http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=19329),  finishing the implementation started in version 6.6.8-7.</dd>
 <dt>2011-08-18  6.7.1-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.1-8.</dd>
 <dt>2011-08-18  6.7.1-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Caption now wraps properly for Chinese text (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19249).</dd>
+  <dd> Caption now wraps properly for Chinese text (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19249).</dd>
 <dt>2011-08-18  6.7.1-8 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> The PNG encoder would sometimes fail to respect the -define PNG:color-type    option when the incoming image was PseudoClass (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=19262).</dd>
+  <dd> The PNG encoder would sometimes fail to respect the -define PNG:color-type    option when the incoming image was PseudoClass (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=19262).</dd>
 <dt>2011-08-15  6.7.1-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.1-7.</dd>
 <dt>2011-08-15  6.7.1-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -1285,8 +1623,8 @@
 <dt>2011-08-10  6.7.1-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.1-5.</dd>
 <dt>2011-08-10  6.7.1-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Revert -colorspace sRGB option patch (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19256).</dd>
-  <dd> Revert -type PaletteMatte option patch (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19263</dd>
+  <dd> Revert -colorspace sRGB option patch (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19256).</dd>
+  <dd> Revert -type PaletteMatte option patch (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19263</dd>
 <dt>2011-08-09  6.7.1-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.1-4.</dd>
 <dt>2011-08-09  6.7.1-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -1294,7 +1632,7 @@
 <dt>2011-08-05  6.7.1-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.1-3.</dd>
 <dt>2011-08-05  6.7.1-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Use MultiByteToWideChar() for Windows filenames (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=19242).</dd>
+  <dd> Use MultiByteToWideChar() for Windows filenames (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=19242).</dd>
 <dt>2011-08-03  6.7.1-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.1-2.</dd>
 <dt>2011-08-02  6.7.1-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -1314,12 +1652,12 @@
 <dt>2011-06-30  6.7.0-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.0-10.</dd>
 <dt>2011-06-30  6.7.0-10 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Added "-define PNG:compression-level|strategy|filter=value" options to    the PNG encoder.  If these options are used, they take precedence over    the -quality option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?;f=1;p=73548).</dd>
+  <dd> Added "-define PNG:compression-level|strategy|filter=value" options to    the PNG encoder.  If these options are used, they take precedence over    the -quality option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?&amp;f=1&amp;p=73548).</dd>
 <dt>2011-06-29  6.7.0-7 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Handle "-quality 97" properly in the png encoder, i.e., use intrapixel    filtering when writing a MNG file and no filtering when writing a PNG file.</dd>
   <dd> Added support for Z_RLE strategy in the png compressor, using    -quality 98 or 99.</dd>
 <dt>2011-06-28  6.7.0-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Properly allocate points when render text with large font size (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18997).</dd>
+  <dd> Properly allocate points when render text with large font size (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18997).</dd>
 <dt>2011-06-25  6.7.0-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.0-9.</dd>
 <dt>2011-06-18  6.7.0-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -1333,7 +1671,7 @@
 <dt>2011-06-09  6.7.0-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fixed "conversion from unsigned __int64 to double not implemented"    so IM can compile under VisualStudio 6.</dd>
 <dt>2011-06-08  6.7.0-7 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> The PNG encoder would sometimes make black pixels transparent when some    other gray level was supposed to be the transparent color (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18900).    This occurred only with 1, 2, 4-bit grayscale images with Q16 or Q32    builds.</dd>
+  <dd> The PNG encoder would sometimes make black pixels transparent when some    other gray level was supposed to be the transparent color (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18900).    This occurred only with 1, 2, 4-bit grayscale images with Q16 or Q32    builds.</dd>
 <dt>2011-06-08  6.7.0-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.0-6.</dd>
 <dt>2011-06-08  6.7.0-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -1360,19 +1698,19 @@
 <dt>2011-05-26  6.7.0-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.0-1.</dd>
 <dt>2011-05-25  6.7.0-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Not all Linux'es define locale_t (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18819).</dd>
+  <dd> Not all Linux'es define locale_t (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18819).</dd>
 <dt>2011-05-22  6.7.0-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.0-0.</dd>
 <dt>2011-05-21  6.7.0-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Avoid fault on corrupt JPEG images.</dd>
-  <dd> Avoid fault on certain DJVU images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18807).</dd>
+  <dd> Avoid fault on certain DJVU images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18807).</dd>
   <dd> Fix -fx to interpret scientific notation properly.</dd>
 <dt>2011-05-20  6.6.9-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.6.9-10.</dd>
 <dt>2011-05-20  6.6.9-10 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> The PNG encoder now respects the -depth setting, including 1, 2, 4.    Previously settings other than 8 and 16 were ignored (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18412).</dd>
+  <dd> The PNG encoder now respects the -depth setting, including 1, 2, 4.    Previously settings other than 8 and 16 were ignored (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18412).</dd>
 <dt>2011-05-16  6.6.9-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Don't use comma as a separator for stroked text (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18742).</dd>
+  <dd> Don't use comma as a separator for stroked text (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18742).</dd>
   <dd> Use C locale when generating or interpreting SVG.</dd>
   <dd> Fix "unterminated macro" for Q32 build of coders/png.c.</dd>
 <dt>2011-05-15  6.6.9-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -1393,9 +1731,9 @@
 <dt>2011-04-30  6.6.9-7 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Fix FX default for interpolation to Bilinear.</dd>
 <dt>2011-04-27  6.6.9-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fix pixel interpolation for -draw 'image Over' (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18612).</dd>
+  <dd> Fix pixel interpolation for -draw 'image Over' (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18612).</dd>
 <dt>2011-04-26  6.6.9-7 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Write the proper bKGD chunk value in grayscale PNG images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18624).</dd>
+  <dd> Write the proper bKGD chunk value in grayscale PNG images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18624).</dd>
 <dt>2011-04-25  6.6.9-7 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Added Inverse method for Sparse Color Interpolation</dd>
 <dt>2011-04-24  6.6.9-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -1406,7 +1744,7 @@
   <dd> Crop Bug Fix. Prevent infinite loop with "+repage -crop 0x40"</dd>
 <dt>2011-04-18  6.6.9-6 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Added "date" to the things that can appear on the -define PNG:exclude-chunk    list.  This excludes the IM-generated Date:modify and Date:create    properties from PNG output text chunks without excluding the rest of the    text chunks.</dd>
-  <dd> Added "-define PNG:preserve-colormap" option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18564).</dd>
+  <dd> Added "-define PNG:preserve-colormap" option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18564).</dd>
   <dd> Simplified LosslessReduceDepthOK() function in coders/png.c</dd>
 <dt>2011-04-18  6.6.9-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Add support for writing RGB FITS images as separate planes.</dd>
@@ -1417,7 +1755,7 @@
 <dt>2011-04-15  6.6.9-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.6.9-5.</dd>
 <dt>2011-04-15  6.6.9-5 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Added "#define PNG_PTR_NORETURN" because this macro does not work    on all platforms with libpng15, with failure to load png_longjmp() (ref    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18518).</dd>
+  <dd> Added "#define PNG_PTR_NORETURN" because this macro does not work    on all platforms with libpng15, with failure to load png_longjmp() (ref    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18518).</dd>
 <dt>2011-04-14  6.6.9-5 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Layers Composition Bug Fix, animations attributes of first image not    transferred in a single destination, multi-source image composition.</dd>
 <dt>2011-04-09  6.6.9-5 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
@@ -1441,13 +1779,13 @@
   <dd> Distance uses a fast two pass algorithm, and no longer needs 'iteration'</dd>
 <dt>2011-04-02  6.6.9-4 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Make the PNG encoder use depth==8 when incoming image-&gt;depth &lt; 8    (the encoder later reduces the depth if it can), to avoid writing    an incorrect image.</dd>
-  <dd> Remove any bogus colormap received by the PNG encoder with an image    that is not PseudoClass (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18475).</dd>
+  <dd> Remove any bogus colormap received by the PNG encoder with an image    that is not PseudoClass (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18475).</dd>
 <dt>2011-04-02  6.6.9-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Added -statistic Gradient</dd>
 <dt>2011-04-01  6.6.9-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.6.9-3.</dd>
 <dt>2011-04-01  6.6.9-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Set the caption height correctly for missing row geometry (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18447).</dd>
+  <dd> Set the caption height correctly for missing row geometry (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18447).</dd>
 <dt>2011-03-31  6.6.9-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.6.9-2.</dd>
 <dt>2011-03-30  6.6.9-2 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
@@ -1485,14 +1823,14 @@
 <dt>2011-03-25  6.6.8-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.6.8-8.</dd>
 <dt>2011-03-25  6.6.8-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fix memory access bug in CloneString() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=18382).</dd>
+  <dd> Fix memory access bug in CloneString() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=18382).</dd>
   <dd> Avoid infinite loop when no space is available in MagickFormatCaption().</dd>
 <dt>2011-03-25  6.6.8-8 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Removed the fix for %p and %n escapes, as it was not working right</dd>
 <dt>2011-03-24  6.6.8-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.6.8-7.</dd>
 <dt>2011-03-24  6.6.8-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Add support for 16-bit DCM short ints (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18371).</dd>
+  <dd> Add support for 16-bit DCM short ints (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18371).</dd>
 <dt>2011-03-23 6.6.8-7 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Another fix for -sparse-color and unused color channels</dd>
   <dd> Finalize the -duplicate option created by Cristy</dd>
@@ -1500,14 +1838,14 @@
 <dt>2011-03-21  6.6.8-7 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Revised the PNG8 encoder to use 50% threshold instead of 0% when    reducing transparency to binary.  Collapse all resulting fully transparent    colors into one (the background color), to reduce the compressed filesize.</dd>
   <dd> First try the 4-4-4-1 and 3-3-3-1 palettes instead of 3-3-2-1, to preserve    colors (especially gray) better, when reducing to PNG8.</dd>
-  <dd> Force the PNG encoder to return image-&gt;matte==MagickTrue when the    format is RGBA or GA or if the tRNS chunk is present, even when the    image is fully opaque (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18349).</dd>
+  <dd> Force the PNG encoder to return image-&gt;matte==MagickTrue when the    format is RGBA or GA or if the tRNS chunk is present, even when the    image is fully opaque (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18349).</dd>
 <dt>2011-03-21  6.6.8-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.6.8-6.</dd>
 <dt>2011-03-21  6.6.8-6 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Re-enabled reduction of grayscale images (color-type 0) to 2 or 4 bits    when appropriate (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18098).</dd>
-  <dd> The "-define PNG:color-type=4" option did not always force the PNG    encoder to write an all-opaque alpha channel (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18349).</dd>
+  <dd> Re-enabled reduction of grayscale images (color-type 0) to 2 or 4 bits    when appropriate (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18098).</dd>
+  <dd> The "-define PNG:color-type=4" option did not always force the PNG    encoder to write an all-opaque alpha channel (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18349).</dd>
 <dt>2011-03-14  6.6.8-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fixed memory leak for PDF and Bitmap PSD RLE support (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18317).</dd>
+  <dd> Fixed memory leak for PDF and Bitmap PSD RLE support (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18317).</dd>
   <dd> Support the -statistic option: replace each pixel with corresponding    statistic from the neighborhood.</dd>
   <dd> Add support for -duplicate option.</dd>
   <dd> Move configuration files from /usr/share and /usr/lib to /etc and /var.</dd>
@@ -1519,17 +1857,17 @@
   <dd> Backed out the patch for Variable Blur Composition that was added    2011-02-13 v6.6.7-7, until I can re-think the problem.    The existing fix was failing to do circular blurs correctly.</dd>
 <dt>2011-03-14  6.6.8-5 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Fixed a rounding/truncation error while writing the pHYs chunk in the    png encoder.</dd>
-  <dd> Don't write text-encoded profile when "-define PNG:exclude-chunk=text,ztxt"    is present (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17086 and    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18225).</dd>
+  <dd> Don't write text-encoded profile when "-define PNG:exclude-chunk=text,ztxt"    is present (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17086 and    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18225).</dd>
 <dt>2011-03-14  6.6.8-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Add support for the WebP image format.</dd>
 <dt>2011-03-14  6.6.8-5 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Ensured that -sparse-color preserves unused channels when    channel limited.  Before this unused channels would be reset to black.</dd>
 <dt>2011-03-11  6.6.8-4 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Don't try to store a bKGD chunk in a PNG8 when there are already    256 colors in the palette and the background colors is not in that    palette (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18199);</dd>
-  <dd> The "-define PNG:exclude-chunk=bKGD" option was also excluding    the text chunks. (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18253).</dd>
+  <dd> Don't try to store a bKGD chunk in a PNG8 when there are already    256 colors in the palette and the background colors is not in that    palette (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18199);</dd>
+  <dd> The "-define PNG:exclude-chunk=bKGD" option was also excluding    the text chunks. (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18253).</dd>
 <dt>2011-03-10  6.6.8-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fx is a mathematical function.  Do not treat transparency as black.</dd>
-  <dd> No image scene suffix for filenames that include a single bracket (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18267).</dd>
+  <dd> No image scene suffix for filenames that include a single bracket (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18267).</dd>
 <dt>2011-03-10  6.6.8-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.6.8-3.</dd>
 <dt>2011-03-10  6.6.8-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -1539,8 +1877,8 @@
   <dd> Update the offset in the black channel when sharpening to avoid incorrect    results.</dd>
   <dd> Do not use GenericReadMethod for TIFF images with 64-bits per sample.</dd>
 <dt>2011-03-06  6.6.8-2 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Throw error message when the requested color-type or bit-depth    cannot be written by the PNG encoder (error was being thrown    into the wrong image structure).  (Reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18162).</dd>
-  <dd> Don't write a PNG text chunk with "density" keyword that overrides the    PNG pHYs chunk, if the pHYs chunk was not excluded (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18253).</dd>
+  <dd> Throw error message when the requested color-type or bit-depth    cannot be written by the PNG encoder (error was being thrown    into the wrong image structure).  (Reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18162).</dd>
+  <dd> Don't write a PNG text chunk with "density" keyword that overrides the    PNG pHYs chunk, if the pHYs chunk was not excluded (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18253).</dd>
   <dd> Ignore any PNG text chunk with a "density" keyword found by the PNG    decoder, if the PNG datastream also contains a pHYs chunk.</dd>
 <dt>2011-03-06  6.6.8-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.6.8-1.</dd>
@@ -1553,29 +1891,29 @@
   <dd> Add support for the -mode option.</dd>
 <dt>2011-02-27  6.6.8-0 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Fix scaling of new color-reduction method in the PNG encoder (16-bit    images were scaled down to 0 or 1, or nearly black).</dd>
-  <dd> Delay opening the PNG output blob until the PNG encoder is ready    to write the IHDR chunk, to avoid writing zero-length PNG files when    errors are found while building the palette.  (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18162).</dd>
+  <dd> Delay opening the PNG output blob until the PNG encoder is ready    to write the IHDR chunk, to avoid writing zero-length PNG files when    errors are found while building the palette.  (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18162).</dd>
 <dt>2011-02-25  6.6.7-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.6.7-10.</dd>
 <dt>2011-02-23  6.6.7-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Avoid seg fault in AppendImages() when one image is in the RGB colorspace    but the other is in the CMYK colorspace.</dd>
-  <dd> Get rid of 'respect_parenthesis defined but not used' warnings (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=18173).</dd>
+  <dd> Get rid of 'respect_parenthesis defined but not used' warnings (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=18173).</dd>
 <dt>2011-02-22  6.6.7-10 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Write sub-8-bit grayscale PNG images as palette-indexed PNG images.  This    usually makes smaller files anyhow.</dd>
   <dd> Eliminated a number of redundant tests for gray images in the PNG encoder.</dd>
   <dd> Removed now-unused IsMonochromeImage() function from coders/png.c</dd>
   <dd> Scan the colormap instead of all of the pixels, when possible, to    determine whether the image received by the PNG encoder is grayscale    or black-and-white.</dd>
-  <dd> Avoid reading from the colormap in coders/png.c when it is NULL (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18162).</dd>
-  <dd> Add a check whether the PNG "cheap transparency" criteria are met.  That    is, there is a single transparent color, no semitransparent colors, and    no opaque color that has the same RGB components as the transparent    color.  If those aren't met, a color that is transparent in one pixel    and opaque in another would always be rendered as transparent, so we    must write a PNG colortype that has an alpha channel (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18167).</dd>
+  <dd> Avoid reading from the colormap in coders/png.c when it is NULL (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18162).</dd>
+  <dd> Add a check whether the PNG "cheap transparency" criteria are met.  That    is, there is a single transparent color, no semitransparent colors, and    no opaque color that has the same RGB components as the transparent    color.  If those aren't met, a color that is transparent in one pixel    and opaque in another would always be rendered as transparent, so we    must write a PNG colortype that has an alpha channel (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18167).</dd>
 <dt>2011-02-22  6.6.7-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.6.7-9.</dd>
 <dt>2011-02-22  6.6.7-9 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Disabled reduction of grayscale images (color-type 0) to less than 8 bits    when writing because this sometimes produced incorrect output (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18098).</dd>
+  <dd> Disabled reduction of grayscale images (color-type 0) to less than 8 bits    when writing because this sometimes produced incorrect output (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18098).</dd>
 <dt>2011-02-21  6.6.7-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Check image has properties before accessing the splay tree (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18136).</dd>
+  <dd> Check image has properties before accessing the splay tree (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18136).</dd>
 <dt>2011-02-15  6.6.7-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.6.7-8.</dd>
 <dt>2011-02-14  6.6.7-8 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> The PNG encoder should ignore bogus q-&gt;opacity values when image-&gt;matte    is MagickFalse (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18067).</dd>
+  <dd> The PNG encoder should ignore bogus q-&gt;opacity values when image-&gt;matte    is MagickFalse (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18067).</dd>
 <dt>2011-02-14  6.6.7-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Use implicit image format when explicit format is bogus (e.g.    02.13.11-18:43:58.png now writes as PNG).</dd>
   <dd> Fix problem with 4GB file seeks on a 32-bit OS.</dd>
@@ -1584,16 +1922,16 @@
 <dt>2011-02-08  6.6.7-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Support 16-bit per pixel YUV image files.</dd>
   <dd> Fix off-by-one error in PosterizeImage().</dd>
-  <dd> Posterize now distributes color uniformly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17623).</dd>
-  <dd> Add -smush option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=17953).</dd>
+  <dd> Posterize now distributes color uniformly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17623).</dd>
+  <dd> Add -smush option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=17953).</dd>
   <dd> Repair memory leak in the display program.</dd>
 <dt>2011-02-07  6.6.7-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fix bug in carg() define when HAVE_COMPLEX is not defined (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=18030).</dd>
+  <dd> Fix bug in carg() define when HAVE_COMPLEX is not defined (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=18030).</dd>
 <dt>2011-02-06  6.6.7-6 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Default sigma for Gauusian resize filter is now 1/2 for both    orthogonal resize and cylindrical EWA distortions.</dd>
 <dt>2011-02-02  6.6.7-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Check if the font is null in RenderFreetype() to prevent fault (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17890).</dd>
-  <dd> Eliminate fault when reading WMF image files (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=17971).</dd>
+  <dd> Check if the font is null in RenderFreetype() to prevent fault (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17890).</dd>
+  <dd> Eliminate fault when reading WMF image files (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=17971).</dd>
   <dd> Support multi-page transparent Postscript and PDF image files.</dd>
   <dd> The compare fuzz metric now returns the same correct value for    'xc:white xc:blue -alpha off' and 'xc:white xc:blue -alpha on'.</dd>
 <dt>2011-01-29  6.6.7-4 Paul Heckbert  &lt;ph@cs.cm...&gt;</dt>
@@ -1601,10 +1939,10 @@
 <dt>2011-01-29  6.6.7-4 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Renamed variables, macros, and functions defined/declared in coders/png.c    that were in the libpng namespace (beginning with "png_" or "PNG_").</dd>
 <dt>2011-01-25  6.6.7-3 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Removed a call to GetNumberColors() from the PNG encoder that was    only there for debugging purposes and was consuming a huge amount    of CPU time. (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=17799).</dd>
-  <dd> Sometimes black was still written as transparent, when the PNG    encoder received an image with image-&gt;matte==true but no transparent    pixels were present. (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17913);</dd>
+  <dd> Removed a call to GetNumberColors() from the PNG encoder that was    only there for debugging purposes and was consuming a huge amount    of CPU time. (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=17799).</dd>
+  <dd> Sometimes black was still written as transparent, when the PNG    encoder received an image with image-&gt;matte==true but no transparent    pixels were present. (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17913);</dd>
 <dt>2011-01-24  6.6.7-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Remove memory leak from ThrowFileException() macro (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17908).</dd>
+  <dd> Remove memory leak from ThrowFileException() macro (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17908).</dd>
   <dd> Multiple blue error count by 'count' in ClassifyImageColors()</dd>
   <dd> Add support for the AAI image format.</dd>
 <dt>2011-01-22  6.6.7-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -1616,9 +1954,9 @@
   <dd> Do not reset image next / previous when detach argument is false for    CloneImage().</dd>
   <dd> Inline cropping no longer fails for inline raw images (e.g.    -size 640x480 -depth 8 'gray:logo[100x100+200+200]').</dd>
 <dt>2011-01-14  6.6.7-1 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Don't let the PNG encoder try to sort the colormap when there are more    than 256 colors in the image. (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17834).</dd>
+  <dd> Don't let the PNG encoder try to sort the colormap when there are more    than 256 colors in the image. (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17834).</dd>
 <dt>2011-01-10  6.6.7-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Accept escaped % in output filename (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17810).</dd>
+  <dd> Accept escaped % in output filename (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17810).</dd>
 <dt>2011-01-08  6.6.7-1 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Quieted some inconsequential warnings in the PNG codec due to a    change in the type of the PNG iCCP profile from png_charp to png_bytep    in libpng-1.5.0.</dd>
 <dt>2011-01-03  6.6.7-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -1626,9 +1964,9 @@
 <dt>2011-01-02  6.6.7-0 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Recent changes sometimes caused the PNG encoder to select colortype=2    (Truecolor) instead of 0 (Grayscale) for grayscale images.  This made    the filesize larger than necessary and caused some of the PerlMagick    tests to fail.</dd>
 <dt>2011-01-01  6.6.6-10 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> The PNG decoder now checks whether the image actually has any transparency    when the input file contains an alpha channel or a tRNS chunk.  (Reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17748)</dd>
+  <dd> The PNG decoder now checks whether the image actually has any transparency    when the input file contains an alpha channel or a tRNS chunk.  (Reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17748)</dd>
 <dt>2010-12-26  6.6.6-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> -posterize fails with more than 40 levels (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17741).</dd>
+  <dd> -posterize fails with more than 40 levels (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17741).</dd>
   <dd> Add support for the MacPaint image format.</dd>
   <dd> Eliminate spurious 'invalid colormap index' exception for 16-bit SGI images    (bug report by steven.sittser@fligh...).</dd>
   <dd> Fix user data length for the CIN image format.</dd>
@@ -1647,34 +1985,34 @@
   <dd> Untangled a confusing but apparently harmless improper loop nesting    in the PNG encoder.</dd>
   <dd> Eliminated redundant "IsGray()" tests from the PNG encoder.</dd>
 <dt>2010-12-14  6.6.6-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> -format "%[fx:u.p{5,5}]" no longer reports parse exception (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17678).</dd>
+  <dd> -format "%[fx:u.p{5,5}]" no longer reports parse exception (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17678).</dd>
 <dt>2010-12-10  6.6.6-5 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Make the PNG encoder always rebuild the palette, to avoid losing    transparency when it is out of sync with the pixel data (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17655).</dd>
+  <dd> Make the PNG encoder always rebuild the palette, to avoid losing    transparency when it is out of sync with the pixel data (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17655).</dd>
   <dd> Eliminated CompressColormapTransFirst() since the palette is already    compressed and sorted by opacity now when it's recreated.</dd>
 <dt>2010-12-10  6.6.6-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Account for virtual canvas for the -flip / -flop options (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=17626).</dd>
+  <dd> Account for virtual canvas for the -flip / -flop options (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=17626).</dd>
   <dd> Also for -transpose and transverse options</dd>
   <dd> Support -metric fuzz option.</dd>
 <dt>2010-12-09  6.6.6-4 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Replace IsMagickColorSimilar() which provides the Fuzz Factor threshold    function.  Note function does not calculate 'distance' in total but    short-circuits when threshold is reached for faster processing.</dd>
   <dd> Ordered Dithered handling of Alpha channel was incorrect - fixing    Bug was introduced v6.6.5-6</dd>
 <dt>2010-12-03  6.6.6-3 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Fixed two more cases where the PNG encoder lost transparency (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17516).</dd>
+  <dd> Fixed two more cases where the PNG encoder lost transparency (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17516).</dd>
 <dt>2010-12-01  6.6.6-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Affine multiplication reversed when translating (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17570).</dd>
+  <dd> Affine multiplication reversed when translating (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17570).</dd>
 <dt>2010-11-26  6.6.6-2 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Revised the "c7x7b" and "c7x7w" ordered-dither maps to be complementary    to each other.</dd>
 <dt>2010-11-27  6.6.6-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Add support for -evaluate-sequence median.</dd>
 <dt>2010-11-26  6.6.6-0 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Fixed two more cases where the PNG encoder lost transparency (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17516).</dd>
+  <dd> Fixed two more cases where the PNG encoder lost transparency (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17516).</dd>
 <dt>2010-11-23  6.6.6-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> The policy.xml sets not-to-exceed resource values (e.g. policy memory limit    1GB, -limit 2GB exceeds policy maximum so memory limit is 1GB).</dd>
   <dd> Support NCC (normalized cross correlation) compare metric.</dd>
 <dt>2010-11-21  6.6.5-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fix PNG coder compile error when HDRI is enabled.</dd>
 <dt>2010-11-17  6.6.5-9 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <dd> Many of the problems with the PNG encoder have been fixed (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16490).</dd>
+  <dd> Many of the problems with the PNG encoder have been fixed (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16490).</dd>
   <dd> The "-type Optimize" option is now deprecated.  If present, it is treated    by the PNG encoder the same as if the type were undefined.  Optimization    is now always performed.  No other formats used the "type Optimize" option.</dd>
   <dd> Merged redundant code into LosslessReduceDepth() function in the PNG codec.</dd>
 <dt>2010-11-14  6.6.5-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -1690,12 +2028,12 @@
 <dt>2010-11-08  6.6.5-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Only save TIFF image with 1-bit depth if there is no alpha channel.</dd>
   <dd> Abandon PSD composite if layer is available.</dd>
-  <dd> %[fx:mean] is the mean of the default channels (all but opacity) (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=17432).</dd>
+  <dd> %[fx:mean] is the mean of the default channels (all but opacity) (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=17432).</dd>
 <dt>2010-10-29  6.6.5-6 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Added 5x5, 6x6, and 7x7 ordered-dither level maps.</dd>
 <dt>2010-10-30  6.6.5-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Do not read configure files in the current directory for the "installed"    version of ImageMagick.</dd>
-  <dd> Allow numeric characters in the XPM basename (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17385).</dd>
+  <dd> Allow numeric characters in the XPM basename (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17385).</dd>
 <dt>2010-10-29  6.6.5-4 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Revised PNG palette optimization</dd>
   <dd> Added some debug logging in coders/png.c.</dd>
@@ -1721,7 +2059,7 @@
 <dt>2010-10-12  6.6.5-0 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Added "filter:sigma" expert setting defining the 'sigma' for the Gaussian    filter only.  This is similar in action to 'blur' but only for Gaussians,    and does not modify the filters support, allowing you to set a very small    sigma, without the function 'missing' all pixels.    (This will allow future adjustment of Gaussians for variable blur mapping)</dd>
 <dt>2010-10-10  6.6.5-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Patch for  DrawableRotation() and DrawableTranslation() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17246).</dd>
+  <dd> Patch for  DrawableRotation() and DrawableTranslation() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17246).</dd>
   <dd> The webp format requires the webpconv delegate program (experimental).</dd>
 <dt>2010-10-05  6.6.5-0 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Replaced "Robidoux" with Cubic 'Keys' filter that is near equivalent to    the previous sharped "Lanczos2D" filter. (C=0.31089212245300069)    This also is very similar to a Mitchell filter but specifically designed    for EWA use and is the new default filter for Distorting Images.</dd>
@@ -1736,8 +2074,8 @@
   <dd> Add support for "pattern:vertical3" and "pattern:horizontal3".</dd>
   <dd> Properly handle PSD layers with negative offsets.</dd>
 <dt>2010-10-03  6.6.4-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fix memory assertion with --enable-embeddable (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17201).</dd>
-  <dd> Don't permit access to pixels when pinging an image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17194).</dd>
+  <dd> Fix memory assertion with --enable-embeddable (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17201).</dd>
+  <dd> Don't permit access to pixels when pinging an image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17194).</dd>
 <dt>2010-10-02  6.6.4-9 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Added sqrt(2) blurring default for Gaussian Filter if used as    a Cylindrical EWA filter.  This resulted removing the last aliasing    issue that was present in tests for Gaussian EWA resampling. Of course    it is still a very blurry filter for default use in EWA.</dd>
   <dd> Adjusted Variable Mapping Blur Composition so user arguments actual    relate properly to the sigma of the blur for a maximum mapping value.</dd>
@@ -1746,7 +2084,7 @@
 <dt>2010-09-28  6.6.4-8 Nicolas Robidoux &lt;nicolas.robidoux@gmai...&gt;</dt>
   <dd> Chantal Racette double checked the bounding parallelogram computation    in resample.c (and I tightened the comments).</dd>
 <dt>2010-09-28  6.6.4-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Temporary files not always deleted (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=15960).</dd>
+  <dd> Temporary files not always deleted (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=15960).</dd>
 <dt>2010-09-28  6.6.4-8 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Bug fix for -filter point distorts (occasional generating black pixels)</dd>
 <dt>2010-09-27  6.6.4-8 Nicolas Robidoux &lt;nicolas.robidoux@gmai...&gt;</dt>
@@ -1757,11 +2095,11 @@
 <dt>2010-09-26  6.6.4-7 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Fix Point filter for ResizeImage() caused by support limiting the    Box weighting function.</dd>
 <dt>2010-09-26  6.6.4-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Don't allow resize filter weights to go to zero (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=17132).</dd>
+  <dd> Don't allow resize filter weights to go to zero (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=17132).</dd>
 <dt>2010-09-24  6.6.4-6 Nicolas Robidoux &lt;nicolas.robidoux@gmai...&gt;</dt>
   <dd> Now that MagickPIL is a MagickRealType, some casts are unneeded.</dd>
 <dt>2010-09-21  6.6.4-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Do not break words if caption size is absolute (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=17123).</dd>
+  <dd> Do not break words if caption size is absolute (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=17123).</dd>
   <dd> Don't define HAVE_THREADS for --without-threads configure script option.</dd>
 <dt>2010-09-20  6.6.4-5 Nicolas Robidoux &lt;nicolas.robidoux@gmai...&gt;</dt>
   <dd> Modified "magick/resize.c" so that MagickPIL is a MagickRealType number.    Some computations were needlessly done in long double precision because    PIL forced an automatic upcast wherever it appeared. Changed its name to    MagickREALTYPEPI. &lt;- This was later reverted back to MagickPIL.</dd>
@@ -1798,28 +2136,28 @@
 <dt>2010-09-02  6.6.4-0 el_supremo  &lt;digipete@shaw...&gt;</dt>
   <dd> Repair a few incorrect LocaleNCompare() calls (ttf.c, ps.c).</dd>
 <dt>2010-08-31  6.6.4-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Path no longer closed if join style is round (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16943).</dd>
+  <dd> Path no longer closed if join style is round (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16943).</dd>
   <dd> Add case for BGRQuantum to GetQuantumExtent().</dd>
   <dd> Support no compression on PCX write.</dd>
 <dt>2010-08-23  6.6.3-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fixed bug in the raw BGRA coders (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16880).</dd>
+  <dd> Fixed bug in the raw BGRA coders (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16880).</dd>
   <dd> Fix off-by-one error in the PSD coders.</dd>
   <dd> Nicolas Robidoux with the assistance of Chantal Racette contribute an    approximation of the sinc function over the interval [-3,3].</dd>
-  <dd> Eliminate a small memory leak in LevelizeImageChannel() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16951).</dd>
-  <dd> Recognize -fx logtwo (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16958).</dd>
+  <dd> Eliminate a small memory leak in LevelizeImageChannel() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16951).</dd>
+  <dd> Recognize -fx logtwo (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16958).</dd>
 <dt>2010-08-15  6.6.3-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Throw exception if image size differs for the compare program but the    -subimage-search option is not specified.</dd>
 <dt>2010-08-13  6.6.3-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> The AdobeRgb.tif TIFF image no longer faults under Windows (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16838).</dd>
+  <dd> The AdobeRgb.tif TIFF image no longer faults under Windows (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16838).</dd>
   <dd> Add -subimage-search option to the compare utility.</dd>
 <dt>2010-08-12  6.6.3-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> The -fx 2e+6/1e+5 argument no longer returns the wrong results (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16833).</dd>
+  <dd> The -fx 2e+6/1e+5 argument no longer returns the wrong results (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16833).</dd>
 <dt>2010-08-10  6.6.3-5 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Emit a warning if the PNG encoder can't satisfy the color type and    bit depth requested with a "-define" directive.</dd>
 <dt>2010-08-07  6.6.3-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> The orient option sometimes improperly set "undefined" (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16795).</dd>
-  <dd> Only list orientation options for the -list orientation option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16801).</dd>
-  <dd> Return proper standard deviation for combined channels (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16786).</dd>
+  <dd> The orient option sometimes improperly set "undefined" (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16795).</dd>
+  <dd> Only list orientation options for the -list orientation option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16801).</dd>
+  <dd> Return proper standard deviation for combined channels (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16786).</dd>
   <dd> Handle transparency properly for the PSD image format.</dd>
 <dt>2010-08-05  6.6.3-3 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Properly map PNG intent to image-&gt;rendering_intent</dd>
@@ -1834,9 +2172,9 @@
 <dt>2010-07-25  6.6.3-1 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Don't "ping" a PNG image if it is embedded in a MNG.  Otherwise the    reader tries to read MNG chunks from the interior of the embedded PNG,    resulting in an erroneous "corrupted image" message.</dd>
 <dt>2010-07-09  6.6.3-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fix memory leak in for corrupt BMP images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16600).</dd>
-  <dd> Repair several issues when writing to stdout (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16620).</dd>
-  <dd> A GIF image with the .bgr extension is still a GIF (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16662).</dd>
+  <dd> Fix memory leak in for corrupt BMP images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16600).</dd>
+  <dd> Repair several issues when writing to stdout (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16620).</dd>
+  <dd> A GIF image with the .bgr extension is still a GIF (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16662).</dd>
 <dt>2010-07-07  6.6.3-1 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> The PNG decoder failed to handle the tRNS chunk properly for grayscale    images where the PNG bit_depth was not the same as the quantum depth,    and the transparent color was not black.</dd>
 <dt>2010-07-01  6.6.3-0 Chris Madison  &lt;madisonblu@gmail...&gt;</dt>
@@ -1853,7 +2191,7 @@
   <dd> Fix DJVU coder to read one page (e.g. 'image.djvu[2]').</dd>
   <dd> Support -define png:bit-depth=1 -define png:color-type=3 for PNG format.</dd>
 <dt>2010-06-22  6.6.2-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Skip byte when DDS bitcount is 32 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16487).</dd>
+  <dd> Skip byte when DDS bitcount is 32 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16487).</dd>
   <dd> Montage now uses final background setting (e.g. montage -background none ...    -background lightblue show:).</dd>
   <dd> Do not annotate directory paths in ListFiles().</dd>
   <dd> Reset the image matte for png:color-type=2.</dd>
@@ -1904,7 +2242,7 @@
   <dd> Compute the proper DPX user data field size.</dd>
   <dd> Do not interpret a format specifier when enclosed in brackets (e.g.    rose_tile_%[filename:tile].gif.</dd>
   <dd> Use 64-bit types when compiling with the 64-bit Visual C++ compiler under    Windows.</dd>
-  <dd> Prevent MNG divide by zero in calculation of frame_delay (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16320).</dd>
+  <dd> Prevent MNG divide by zero in calculation of frame_delay (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16320).</dd>
 <dt>2010-05-23  6.6.2-0 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Third Re-write of MorphologyApply() to better handle compound methods.</dd>
   <dd> Implemented  -set option:morphology:compose for merging results of    multiple kernels. "None" means re-iterate results with next kernel.    While "Undefined" means to use the internal default for a method.    Thinning, Thickening, HitAndMiss, Convolve, Correlate defaults to "None"    while HitAndMiss defaults to "Lighten" (union of all kernel results).    Other morphology methods defaults still to be decided.</dd>
@@ -1930,7 +2268,7 @@
   <dd> Set DPX user data like this: -set profile dpx:userdata.txt.</dd>
   <dd> Make sure Lab =&gt; RGB =&gt; Lab survives the round trip.</dd>
 <dt>2010-05-15  6.6.1-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Use ScaleCharToQuantum() in coders/src.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16229).</dd>
+  <dd> Use ScaleCharToQuantum() in coders/src.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16229).</dd>
   <dd> Don't clamp HDRI EXR pixels.</dd>
 <dt>2010-05-14  6.6.1-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Increase the estimated # points for the path drawing primitive.</dd>
@@ -1981,18 +2319,18 @@
   <dd> Do not declare timestruct under MinGW.</dd>
   <dd> Respect -compose option for the montage utility (bug report by Anthony).</dd>
   <dd> A 256 column gradient produces a 256 color GIF image (bug report by    Anthony).</dd>
-  <dd> Register / unregister CALS format in static.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=16103).</dd>
+  <dd> Register / unregister CALS format in static.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=16103).</dd>
   <dd> Add SetImageColor() method.</dd>
 <dt>2010-04-17  6.6.1-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Only write one ICC profile to PSD image.</dd>
   <dd> Sync image colormap for PNG tRNS chunks.</dd>
   <dd> The -direction option now works with the -annotate and -draw options.</dd>
   <dd> For the histogram: format, if you have no need for the unique color list,    use &lt;kbd&gt;-define histogram:unique-colors=false&lt;/kbd&gt; to forego this    expensive operation.</dd>
-  <dd> Match on literal after backslash in glob expression (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16068).</dd>
-  <dd> Enable JPEG-compression for grayscale TIFF images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16064).</dd>
-  <dd> Don't write empty tile if tile geometry matches the image width (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16064).</dd>
+  <dd> Match on literal after backslash in glob expression (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16068).</dd>
+  <dd> Enable JPEG-compression for grayscale TIFF images (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16064).</dd>
+  <dd> Don't write empty tile if tile geometry matches the image width (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16064).</dd>
   <dd> Support -regard-warnings in the mogrify utility.</dd>
-  <dd> Output the correct units for the identify utility (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=16075).</dd>
+  <dd> Output the correct units for the identify utility (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=16075).</dd>
 <dt>2010-04-15  6.6.1-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Do not set the resample virtual pixel method when undefined.</dd>
   <dd> Support writing grayscale PSD images.</dd>
@@ -2019,14 +2357,14 @@
   <dd> Finished eliminating the deprecated direct references to members of    the png_info structure. ImageMagick can now be built with libpng-1.5.</dd>
 <dt>2010-03-21  6.6.0-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Respect the -density option when rendering a Postscript or PDF image.</dd>
-  <dd> Distort barrel no longer complains when 3 arguments are given (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=15883).</dd>
+  <dd> Distort barrel no longer complains when 3 arguments are given (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=15883).</dd>
   <dd> Support -direction left-to-right option for rendering text</dd>
 <dt>2010-03-24  6.6.0-9 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> coders/png.c: Eliminated support of libpng versions older than 1.0.12.</dd>
   <dd> Relocated the new, misplaced png_get_rowbytes() call.</dd>
   <dd> Updated setjmp/longjmp/jmpbuf usage to work with libpng-1.5.</dd>
 <dt>2010-03-21  6.6.0-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Windows does not support complex.h (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=15808).</dd>
+  <dd> Windows does not support complex.h (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=15808).</dd>
   <dd> Add support for monochrome PSD images.</dd>
   <dd> VignetteImage() no longer crashes when x and y arguments are both greater    than half the width (x) and height (y) of the image.</dd>
 <dt>2010-03-20  6.6.0-8 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
@@ -2034,14 +2372,14 @@
 <dt>2010-03-18  6.6.0-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> The animate program no longer loops twice when -loop 1 is specified.</dd>
   <dd> The caption format would sometimes hang when the text was not UTF-8.</dd>
-  <dd> Don't gamma correct log to linear color conversion unless the -gamma is    specified (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=15799).</dd>
+  <dd> Don't gamma correct log to linear color conversion unless the -gamma is    specified (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=15799).</dd>
 <dt>2010-03-17  6.6.0-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Detect CMYKProcessColor AI tag.</dd>
   <dd> Delete image from command line cache for -write option.</dd>
 <dt>2010-03-13  6.6.0-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Add support for the Adobe Large Document format.</dd>
   <dd> Recognize -remap option for the mogrify utility.</dd>
-  <dd> The default Helvetica font is not always available, check for    Century Schoolbook too (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=15780).</dd>
+  <dd> The default Helvetica font is not always available, check for    Century Schoolbook too (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=15780).</dd>
 <dt>2010-03-11  6.6.0-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Permit user to get virtual pixels with a region width of 0.</dd>
   <dd> Reformulate the jinc() function so that the main peak is of amplitude of 1.</dd>
@@ -2053,7 +2391,7 @@
 <dt>2010-02-27  6.6.0-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Check to see if ICON image width /height exceeds that of the image canvas.</dd>
   <dd> Set the DPX descriptor to Luma only if the image type is not TrueColor.</dd>
-  <dd> Add support for -fx airy(), j0(), j1(), jinc(), and sinc() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=15685).    Anthony, review these for correctness.</dd>
+  <dd> Add support for -fx airy(), j0(), j1(), jinc(), and sinc() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=15685).    Anthony, review these for correctness.</dd>
   <dd> Don't embed an XMP profile in an EPS image for now.</dd>
 <dt>2010-02-21  6.6.0-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Insufficient image data in EPT is a warning rather than an error.</dd>
@@ -2073,7 +2411,7 @@
 <dt>2010-02-13  6.5.9-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> The jpeg:extent define sometimes exceeded the specified limit.</dd>
 <dt>2010-02-09  6.5.9-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Resolve "too many open files"  (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=15546).</dd>
+  <dd> Resolve "too many open files"  (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=15546).</dd>
 <dt>2010-02-08  6.5.9-3 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Added Correlate method which does a Convolve without reflecting the kernel.</dd>
 <dt>2010-02-07  6.5.9-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -2119,7 +2457,7 @@
   <dd> JPEG does not grok the HSL colorspace.</dd>
 <dt>2009-12-18  6.5.8-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Off by 1 error when allocating the dash-pattern array in PerlMagick.</dd>
-  <dd> The -gaussian-blur over blurred the opacity channel (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=15218).</dd>
+  <dd> The -gaussian-blur over blurred the opacity channel (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=15218).</dd>
 <dt>2009-12-13  6.5.8-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Declare InverseFourierTransformImage in Magick++/Include.h.</dd>
 <dt>2009-12-09  6.5.8-5 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
@@ -2129,7 +2467,7 @@
 <dt>2009-12-04  6.5.8-3 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Changed the one instance of PNG_COLOR_TYPE_RGBA to PNG_COLOR_TYPE_RGB_ALPHA    in coders/png.c</dd>
 <dt>2009-12-03  6.5.8-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> It's interword-spacing, not interword_spacing (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=1515).</dd>
+  <dd> It's interword-spacing, not interword_spacing (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=1515).</dd>
   <dd> All JP2 depths (e.g. 4, 10, 12, 16) are now supported properly.</dd>
 <dt>2009-11-28  6.5.8-2 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Changed the one remaining ping_info-&gt;trans to ping_info-&gt;trans_values    in coders/png.c</dd>
@@ -2145,11 +2483,11 @@
   <dd> Add magick/morphlogy.{c,h} source templates.</dd>
   <dd> Sync image option when reading MPR images.</dd>
   <dd> Optimize ping for SVG images.</dd>
-  <dd> SetLogFormat() no longer causes crash (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=15091).</dd>
+  <dd> SetLogFormat() no longer causes crash (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=15091).</dd>
   <dd> Do not call MagickCoreTerminus() when memory allocation fails inside    the locale component.</dd>
 <dt>2009-11-18  6.5.7-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Read / write 32-bit SUN raster images with a odd width.</dd>
-  <dd> Cairo format returns pixels with the alpha premultiplied (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=15081).</dd>
+  <dd> Cairo format returns pixels with the alpha premultiplied (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=15081).</dd>
 <dt>2009-11-12  6.5.7-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Thumb::URI file URI now has the correct number of forward slashes.</dd>
 <dt>2009-11-09  6.5.7-7 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
@@ -2241,17 +2579,17 @@
   <dd> Modified -channel parsing to continue looking for words, after handling    any shorthand channel options.  For example:  -channel RGB,sync</dd>
 <dt>2009-08-10  6.5.5-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> identify -format %c logo.png returns the image comment as expected.</dd>
-  <dd> Clone ImageInfo members scene and number_scenes (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=14437).</dd>
+  <dd> Clone ImageInfo members scene and number_scenes (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=14437).</dd>
   <dd> Fix memory leak with the -remote option of the animate program (bug report    from Anthony).</dd>
   <dd> If a grayscale TIFF image has a colormap write it as a colormapped image.</dd>
-  <dd> MVG partial opacity not set properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=6;t=14442).</dd>
-  <dd> Black channel was not blurring properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=14473).</dd>
+  <dd> MVG partial opacity not set properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=6&amp;t=14442).</dd>
+  <dd> Black channel was not blurring properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=14473).</dd>
 <dt>2009-08-06  6.5.4-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> The display program honors -loop.</dd>
   <dd> (ab) of Lab colorspace was not offset correctly.</dd>
   <dd> Scale mag/phase and real/imaginary the same for HDRI and non-HDRI builds.</dd>
-  <dd> SVG permits multiple arc paths with an omitted 'A' (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=6;t=14377).</dd>
-  <dd> The 'skewY' MVG attribute produced incorrect angles (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=6;t=14144).</dd>
+  <dd> SVG permits multiple arc paths with an omitted 'A' (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=6&amp;t=14377).</dd>
+  <dd> The 'skewY' MVG attribute produced incorrect angles (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=6&amp;t=14144).</dd>
 <dt>2009-08-02  6.5.4-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Optimize GammaImage() method.</dd>
 <dt>2009-08-02  6.5.4-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -2261,11 +2599,11 @@
 <dt>2009-07-29  6.5.4-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Replace color blending in DrawGradientImage() to use Composite Blend.    this makes Gradients handle transparency correctly!</dd>
 <dt>2009-07-28  6.5.4-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> The -thumbnail option no longer removes color profiles (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=14312).</dd>
+  <dd> The -thumbnail option no longer removes color profiles (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=14312).</dd>
   <dd> Do not scale real / imaginary FFT / IFT.</dd>
   <dd> Check for localtime() NULL return.</dd>
-  <dd> import --help requires an X server (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=14323).</dd>
-  <dd> Fails to load MS Windows icons with compressed PNG elements (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=14324).</dd>
+  <dd> import --help requires an X server (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=14323).</dd>
+  <dd> Fails to load MS Windows icons with compressed PNG elements (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=14324).</dd>
 <dt>2009-07-25  6.5.4-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Support the new JPEG version 7 delegate library.</dd>
 <dt>2009-07-24  6.5.4-6 Alexander E. Patrakov &lt;patrakov@gmail...&gt;</dt>
@@ -2274,7 +2612,7 @@
   <dd> We broke -scene when we fixed the -dispose option.  Try again.</dd>
 <dt>2009-07-21  6.5.4-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Update autoconf support files.</dd>
-  <dd> More than one -dispose setting overwrote previous settings (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=14252).</dd>
+  <dd> More than one -dispose setting overwrote previous settings (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=14252).</dd>
   <dd> Don't use JPEG's color reduction algorithm for less than 8 colors.</dd>
 <dt>2009-07-13  6.5.4-3 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Final testing and bug fixes for all mathematical compose methods    Including non-overlapping regions bugs found in in operators Divide,    ColorDodge,  VividLight.  And the handling of transparency to follow    standard 'Over' Blending in Divide.  Only math methods not looked at are    the addition methods Plus, Add, Minus, and Subtract, which do not follow    normal 'Over' alpha blending behaviour, for the purposes of mask handling.</dd>
@@ -2303,7 +2641,7 @@
   <dd> Return image colorspace for -format [%colorspace] option.</dd>
   <dd> ThumbnailImage(): don't subsample if image is already thumbnail size.</dd>
 <dt>2009-06-23  6.5.4-0 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
-  <dd> Automatic determination of B from C and C from B for a 'Keys Filter'    when using the B,C Cubic Filter Expert options was broken.    See http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=14037</dd>
+  <dd> Automatic determination of B from C and C from B for a 'Keys Filter'    when using the B,C Cubic Filter Expert options was broken.    See http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=14037</dd>
 <dt>2009-06-19  6.5.4-0 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Added -compose 'Blur', variable blur mapping to CompositeImages    Arguments   X_scale x Y_scale + angle   of the blurring ellipse.</dd>
   <dd> Added "-blur" special compose option to "composite"</dd>
@@ -2349,7 +2687,7 @@
 <dt>2009-05-31  6.5.3-1 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Minor change to -function Arctan to make first argument match slope</dd>
 <dt>2009-05-29  6.5.3-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Do not treat -page as a global option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13864).</dd>
+  <dd> Do not treat -page as a global option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13864).</dd>
 <dt>2009-05-28  6.5.2-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Create thread set for pseudo-random number generator.</dd>
 <dt>2009-05-25  6.5.2-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -2384,25 +2722,25 @@
   <dd> Create 8-bit TIFF images if -depth is set to 8 and HDRI-enable ImageMagick.</dd>
 <dt>2009-05-04  6.5.2-1 Chris Madison  &lt;madisonblu@gmail...&gt;</dt>
   <dd> Accept file lists on the command line (e.g. echo "rose: rose.png" |    convert @- ...).</dd>
-  <dd> Duplicate line in tiff.c breaking read of zip compressed tif (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13688).</dd>
+  <dd> Duplicate line in tiff.c breaking read of zip compressed tif (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13688).</dd>
   <dd> Support policies to permit or deny any coder, delegate, filter, or file    path (see policy.xml).</dd>
 <dt>2009-05-02  6.5.2-0 Chris Madison  &lt;madisonblu@gmail...&gt;</dt>
   <dd> The mogrify -crop option returns multiple images if an x/y offset is not    specified (e.g. -crop 100x100).</dd>
-  <dd> Generate a proper file path for -path @filelist.txt (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=13671).</dd>
+  <dd> Generate a proper file path for -path @filelist.txt (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=13671).</dd>
 <dt>2009-05-01  6.5.2-0 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Accept "-define png:bit-depth=value" and "-define png:color-type=value"    options.  This is work-in-progress with the objective of being able to    precisely specify the type of PNG file to be written.  The previously-used    internal attribute "png:bit-depth" that was used to communicate between    the PNG writer and the JNG writer is changed to "png:bit-depth-written".    This feature needs testing.  It is important to note that this feature    cannot be used to force the PNG to use a bit-depth or color-type that    does not losslessly represent the image.  You can, however, cause    the writer to use a larger depth or to use the RGB colorspace when    grayscale or indexed would have been sufficient.</dd>
 <dt>2009-05-01  6.5.1-10 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Fixed the Rmin usage in Depolar and Polar distortions</dd>
   <dd> The 6th argument (Ato) for Polar/Depolar is now optional and defaults    to Afrom + 360 degrees (or a fill circle from the given start angle)</dd>
 <dt>2009-04-30  6.5.1-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Do not return a black image for -channel RGBA -gaussian (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13669).</dd>
+  <dd> Do not return a black image for -channel RGBA -gaussian (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13669).</dd>
 <dt>2009-04-28  6.5.1-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fix 'conflicting types for Huffman2DEncodeImage' compile exception.</dd>
 <dt>2009-04-25  6.5.1-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Generate BMP 32-bit ARGB format for images with transparency (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13633).</dd>
+  <dd> Generate BMP 32-bit ARGB format for images with transparency (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13633).</dd>
 <dt>2009-04-24  6.5.1-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Grok 'image.psd[0]' and 'image.mpg[0]' (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=13609).</dd>
-  <dd> Normalize similarity based on reconstruction not the original (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13626).</dd>
+  <dd> Grok 'image.psd[0]' and 'image.mpg[0]' (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=13609).</dd>
+  <dd> Normalize similarity based on reconstruction not the original (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13626).</dd>
   <dd> Support multiple JPEG images encapsulated within DICOM.</dd>
 <dt>2009-04-23  6.5.1-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Msys does not understand NAME_MAX.</dd>
@@ -2417,59 +2755,59 @@
 <dt>2009-04-21  6.5.1-4 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Suppressed "shadowed declaration" warnings in coders/jpeg.c and    coders/png.c that are triggered by "-Wshadow" gcc compiler flag.</dd>
 <dt>2009-04-17  6.5.1-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> The display program now returns a 0 exit code on success (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13579).</dd>
+  <dd> The display program now returns a 0 exit code on success (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13579).</dd>
 <dt>2009-04-14  6.5.1-3 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Folded some long lines and made other cosmetic changes.in coders/png.c</dd>
 <dt>2009-04-13  6.5.1-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> MVG autodetection failing (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=13542).</dd>
+  <dd> MVG autodetection failing (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=13542).</dd>
 <dt>2009-04-11  6.5.1-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Image not properly placed when displaying to the X server root (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13532).</dd>
-  <dd> fmax() is not support on some platforms (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13533).</dd>
+  <dd> Image not properly placed when displaying to the X server root (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13532).</dd>
+  <dd> fmax() is not support on some platforms (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13533).</dd>
 <dt>2009-04-11  6.5.1-2 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Rename existing "Bilinear" distortion as  "BilinearReverse"</dd>
   <dd> Added forward mapped bilinear distort as  "BilinearForward"</dd>
   <dd> The "Bilinear" distort is temporarily obsoleted but will eventually    be added as a  "BilinearReverse" and "BilinearForward" combination    mapping though a unit square.</dd>
   <dd> Sparse Gradient internally uses "BilinearReverse" for its "Bilinear"    gradient function as that method is the direct use of such equations.</dd>
 <dt>2009-04-01  6.5.1-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Default to min-is-white Photometric for fax / group4 compression (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13468).</dd>
-  <dd> Respect image resolution when setting PDF MediaBox (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=13350).</dd>
+  <dd> Default to min-is-white Photometric for fax / group4 compression (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13468).</dd>
+  <dd> Respect image resolution when setting PDF MediaBox (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=13350).</dd>
   <dd> Add SimilarityImage() to return how similar one image is to another.</dd>
 <dt>2009-03-28  6.5.1-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Graceful exit in djvu coder when EOF is thrown.</dd>
   <dd> Support -unsharp option for the montage program.</dd>
 <dt>2009-03-28  6.5.0-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Reduce deskew blurring: use AffineTransformImage() rather than    RotateImage().</dd>
-  <dd> Unexpected end-of-file @ xwd.c/ReadXWDImage/252 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13430).</dd>
+  <dd> Unexpected end-of-file @ xwd.c/ReadXWDImage/252 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13430).</dd>
 <dt>2009-03-26  6.5.0-10 Markus Dahms &lt;markus.dahms@progr...&gt;</dt>
-  <dd> Support for -density ; -units options in PSD writer.</dd>
+  <dd> Support for -density &amp; -units options in PSD writer.</dd>
 <dt>2009-03-26  6.5.0-10 Samuel Thibault  &lt;samuel.thibault@ens-l...&gt;</dt>
   <dd> Fix bug in the braille coder which makes it always segfault.</dd>
 <dt>2009-03-25  6.5.0-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Enhance the compare program to locate a template image within a larger    image.</dd>
   <dd> Eliminate assertion when generating a PDF thumbnail.</dd>
 <dt>2009-03-25  6.5.0-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fix assertion in IntegralRotateImage (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13410).</dd>
+  <dd> Fix assertion in IntegralRotateImage (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13410).</dd>
 <dt>2009-03-24  6.5.0-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Referenced counted blob incremented incorrectly in CloneImage() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13410).</dd>
+  <dd> Referenced counted blob incremented incorrectly in CloneImage() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13410).</dd>
 <dt>2009-03-23  6.5.0-6 Chris Madison  &lt;madisonblu@gmail...&gt;</dt>
-  <dd> Assertion failure reading PSD image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13397).</dd>
+  <dd> Assertion failure reading PSD image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13397).</dd>
 <dt>2009-03-21  6.5.0-5 Chris Madison  &lt;madisonblu@gmail...&gt;</dt>
   <dd> Change -selective-blur to use gaussian kernel.</dd>
 <dt>2009-03-21  6.5.0-4 ERB  &lt;entropy@xebec...&gt;</dt>
-  <dd> Missing locks in blob - race condition (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13385).</dd>
+  <dd> Missing locks in blob - race condition (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13385).</dd>
 <dt>2009-03-19  6.5.0-3 Chris Madison  &lt;madisonblu@gmail...&gt;</dt>
-  <dd> Use default SVG resolution unless resolution is explicitly set (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13373).</dd>
+  <dd> Use default SVG resolution unless resolution is explicitly set (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13373).</dd>
   <dd> Add support for -selective-blur option.</dd>
 <dt>2009-03-19  6.5.0-3 ragesteel  &lt;iimagemagic-org-iapied0o@gt2.r...&gt;</dt>
-  <dd> ImageToBlob() no longer faults if Jasper compression is wrong (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13372).</dd>
+  <dd> ImageToBlob() no longer faults if Jasper compression is wrong (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13372).</dd>
 <dt>2009-03-19  6.5.0-3 ERB  &lt;entropy@xebec...&gt;</dt>
-  <dd> Check the 8BIM profile resource block length (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13368).</dd>
-  <dd> Unlocked read in DeleteNodeByValueFromSplayTree (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13370).</dd>
+  <dd> Check the 8BIM profile resource block length (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13368).</dd>
+  <dd> Unlocked read in DeleteNodeByValueFromSplayTree (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13370).</dd>
 <dt>2009-03-18  6.5.0-2 ERB  &lt;entropy@xebec...&gt;</dt>
-  <dd> Eliminate race condition when acquiring a wand (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13357).</dd>
-  <dd> Use of "localtime" in FormatMagickTime not thread-safe (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13358).</dd>
+  <dd> Eliminate race condition when acquiring a wand (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13357).</dd>
+  <dd> Use of "localtime" in FormatMagickTime not thread-safe (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13358).</dd>
 <dt>2009-03-18  6.5.0-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fix the image compose operator at OverCompositeOP for shadows (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=13330).</dd>
+  <dd> Fix the image compose operator at OverCompositeOP for shadows (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=13330).</dd>
 <dt>2009-03-14  6.5.0-1 Paul Smedley  &lt;paul@smedl...&gt;</dt>
   <dd> Patches to get ImageMagick working under OS2.</dd>
 <dt>2009-03-10  6.5.0-1 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
@@ -2484,8 +2822,8 @@
   <dd> Enable listing of -distort Polynomial</dd>
   <dd> Minor tweeks and center fixes for Polar/Depolar</dd>
 <dt>2009-03-01  6.4.9-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Convert returns MagickFalse for the -version option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=13230).</dd>
-  <dd> Don't set pixel opacity unless the image alpha channel is active (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13189).</dd>
+  <dd> Convert returns MagickFalse for the -version option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=13230).</dd>
+  <dd> Don't set pixel opacity unless the image alpha channel is active (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13189).</dd>
 <dt>2009-02-27  6.4.9-8 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Fix old -clut bug for re-coloring gray images using transparent and    semi-transparent colors.</dd>
 <dt>2009-02-22  6.4.9-7 Rick Mabry  &lt;rick.mabry@anony...&gt;</dt>
@@ -2501,13 +2839,13 @@
   <dd> Replaced geometry string parsing using ParseGravityGeometry() in    "composite" with more direct use of GravityAdjustGeometry();</dd>
 <dt>2009-02-10  6.4.9-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Support file descriptors (e.g. convert image.jpg fd:3 ...).</dd>
-  <dd> The stream utility no longer go into an infinite loop (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=13102).</dd>
+  <dd> The stream utility no longer go into an infinite loop (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=13102).</dd>
 <dt>2009-02-04  6.4.9-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> JPEG to PDF was not always reversible (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13020).</dd>
+  <dd> JPEG to PDF was not always reversible (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13020).</dd>
 <dt>2009-01-30  6.4.9-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Stroking when annotating failed for stroke widths &gt; 2 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=13009).</dd>
+  <dd> Stroking when annotating failed for stroke widths &gt; 2 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=13009).</dd>
 <dt>2009-01-24  6.4.8-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> TransformImageColorspace() returns GRAYColorspace when set (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=12990).</dd>
+  <dd> TransformImageColorspace() returns GRAYColorspace when set (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12990).</dd>
   <dd> Don;t assume CMYK unless document process colors include Cyan, Magenta,    or Yellow.</dd>
 <dt>2009-01-23  6.4.8-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Increase random angle range for +polaroid from -7..7 to -15..15 degrees.</dd>
@@ -2524,9 +2862,9 @@
 <dt>2009-01-18  6.4.8-7 Anthony  &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Removed "annotate" patches, which causes no end of problems.    Original coding worked perfectly fine.  Annotate isn't part of SVG!</dd>
 <dt>2009-01-18  6.4.8-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Respect mouse wheel movements for display program (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=12938).</dd>
-  <dd> Grab button in Display Open menu now works consistently (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=12942).</dd>
-  <dd> Patch for problem with opacity in MVG (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=12946).</dd>
+  <dd> Respect mouse wheel movements for display program (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=12938).</dd>
+  <dd> Grab button in Display Open menu now works consistently (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12942).</dd>
+  <dd> Patch for problem with opacity in MVG (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12946).</dd>
 <dt>2009-01-14  6.4.8-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Don't accept discontinuous shear angles for the -annotate option.    -- REMOVED</dd>
 <dt>2009-01-14  6.4.8-6 Mark Freeman &lt;mark.freeman@porci...&gt;</dt>
@@ -2535,7 +2873,7 @@
   <dd> Fix small memory leak on truncated PNG images.</dd>
   <dd> Do not allocate pixels when pinging a PNG image.</dd>
 <dt>2009-01-11  6.4.8-6 Chris Madison  &lt;madisonblu@gmail...&gt;</dt>
-  <dd> Set the stroke opacity for "opacity" SVG element (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=10594).</dd>
+  <dd> Set the stroke opacity for "opacity" SVG element (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=10594).</dd>
 <dt>2009-01-10  6.4.8-5 Matthew Litwin &lt;mlitwin@sonic...&gt;</dt>
   <dd> Convert to windows .ico format no longer inverts alpha channel.</dd>
 <dt>2009-01-10  6.4.8-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -2552,9 +2890,9 @@
   <dd> Properly set alpha channel in PNGs with palette and tRNS.</dd>
 <dt>2009-01-01  6.4.8-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Support %[] embedded filename tag (e.g. convert rose: -set area "%wx%h"    'rose-%[area].png').</dd>
-  <dd> Do not set the fill element when 'opacity' is set (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=10594).</dd>
+  <dd> Do not set the fill element when 'opacity' is set (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=10594).</dd>
   <dd> Restore support for decoding the DVI format.</dd>
-  <dd> Add perl and math lib reference to PerlMagick Makefile (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=12840).</dd>
+  <dd> Add perl and math lib reference to PerlMagick Makefile (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12840).</dd>
   <dd> Fix crash on invalid JPEG XML profile.</dd>
   <dd> Export libtool symbols in MagickCore.sym and MagickWand.sym.</dd>
   <dd> Support sine and cosine as arguments to the -evaluate option.</dd>
@@ -2569,19 +2907,19 @@
   <dd> Fix Y shear angle for -shear option.</dd>
 <dt>2008-12-26  6.4.8-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Use GetImageArtifact() to retrieve -attenuate option value for +noise.</dd>
-  <dd> Support reading FITS test files (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=12799).</dd>
+  <dd> Support reading FITS test files (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12799).</dd>
   <dd> Replace input.ttf with the public domain Tuffy.ttf font.</dd>
-  <dd> MagickNewImage() no longer faults when parameters are incorrect (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=12817).</dd>
-  <dd> Allocate strings returned by XGetResourceInstance() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=12818).</dd>
-  <dd> The -append gravity is relative to the container (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=12821).</dd>
+  <dd> MagickNewImage() no longer faults when parameters are incorrect (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12817).</dd>
+  <dd> Allocate strings returned by XGetResourceInstance() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12818).</dd>
+  <dd> The -append gravity is relative to the container (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=12821).</dd>
 <dt>2008-12-19  6.4.8-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Reference cache rather than acquiring when cloning an image.</dd>
 <dt>2008-12-19  6.4.8-0 Cashish Kulkarni &lt;ashkulz@redif...&gt;</dt>
   <dd> Cross-compilation failure using MinGW on Linux for ImageMagick trunk</dd>
 <dt>2008-12-19  6.4.8-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Add -interword-spacing option to convert.</dd>
-  <dd> Initialize the black channel when testing the CMY colorspace (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=12685).</dd>
-  <dd> remove calls to exit() in MagickWand (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=12772).</dd>
+  <dd> Initialize the black channel when testing the CMY colorspace (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12685).</dd>
+  <dd> remove calls to exit() in MagickWand (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=12772).</dd>
   <dd> Validate -affine arguments.</dd>
   <dd> Accept -attenuate as an option for convert.</dd>
   <dd> Properly create RGBA image if colormapped image has transparency.</dd>
@@ -2628,21 +2966,21 @@
   <dd> Global replaced accidentally renamed MagickGetImagePixelColor().</dd>
 <dt>2008-11-29  6.4.6-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fixed transient bug in the -white-threshold option.</dd>
-  <dd> -extent x256+100+100 no longer returns an exception (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=7;t=12583).</dd>
+  <dd> -extent x256+100+100 no longer returns an exception (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=7&amp;t=12583).</dd>
 <dt>2008-11-27  6.4.6-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> TIFF pad is relative to bits-per-sample (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=12563).</dd>
+  <dd> TIFF pad is relative to bits-per-sample (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=12563).</dd>
 <dt>2008-11-27  6.4.6-5 Koshiji Masayuki  &lt;kosiji.masayuki@da.mi...&gt;</dt>
   <dd> Support GBR raw image files.</dd>
 <dt>2008-11-26  6.4.6-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> DPX 10 bit YUV 4:2:2 are now processed properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=12443).</dd>
+  <dd> DPX 10 bit YUV 4:2:2 are now processed properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=12443).</dd>
   <dd> Default PDF compression to that of the image unless overwritten by    the -compress option.</dd>
 <dt>2008-11-25  6.4.6-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Numerous pixel cache improvements including embedded support for    OpenMP in a transparent manner.</dd>
 <dt>2008-11-20  6.4.6-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Transient bug in encipher / decipher operation (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=12540).</dd>
+  <dd> Transient bug in encipher / decipher operation (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12540).</dd>
 <dt>2008-11-14  6.4.6-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> MPC image files working again.</dd>
-  <dd> coders/wmf.c/lite_font_stringwidth() returns string width (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=12528).</dd>
+  <dd> coders/wmf.c/lite_font_stringwidth() returns string width (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12528).</dd>
 <dt>2008-11-10  6.4.6-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fix temporary file leak.</dd>
 <dt>2008-11-18  6.4.5-9 Koshiji Masayuki  &lt;kosiji.masayuki@da.mi...&gt;</dt>
@@ -2655,19 +2993,19 @@
 <dt>2008-11-14  6.4.5-6 Manish Aggarwal &lt;manish@circu...&gt;</dt>
   <dd> Add TransparentPaintImageChroma() to MagickCore and transparentChroma()    to Magick++.</dd>
 <dt>2008-11-10  6.4.5-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Correct DPX frame position property label (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=12440).</dd>
+  <dd> Correct DPX frame position property label (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12440).</dd>
   <dd> Textures are no longer painted as the background color.</dd>
   <dd> Update both fields of an EXIF resolution.</dd>
   <dd> Support query-font-metrics MSL tag.</dd>
 <dt>2008-11-01  6.4.5-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Do not set image colorspace for the MSL modulate tag.</dd>
 <dt>2008-11-01  6.4.5-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Off by one error when computing affine in DrawAffineImage() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=12391.</dd>
+  <dd> Off by one error when computing affine in DrawAffineImage() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12391.</dd>
 <dt>2008-10-30  6.4.5-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fixed local adaptive thresholding  when using an offset (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=12371.</dd>
+  <dd> Fixed local adaptive thresholding  when using an offset (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12371.</dd>
   <dd> Set SetImagePixels() rather than SyncImagePixelCache() to update    the pixel cache morphology.</dd>
 <dt>2008-10-26  6.4.5-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Set explicit image format for BlobToImage() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=12340).</dd>
+  <dd> Set explicit image format for BlobToImage() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=12340).</dd>
   <dd> p_thread_t is an aggregate under MinGW.</dd>
 <dt>2008-10-20  6.4.5-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> pthread_t can be aggregate so stop treating it like its atomic.</dd>
@@ -2699,7 +3037,7 @@
 <dt>2008-09-24  6.4.3-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fix pixel cache race condition.</dd>
 <dt>2008-09-23  6.4.3-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fixed an OTB coder bug (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=12119).</dd>
+  <dd> Fixed an OTB coder bug (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12119).</dd>
 <dt>2008-09-23  6.4.3-8 Peter Fales &lt;psfales@alcat...&gt;</dt>
   <dd> Add NULL terminator to options list to in MontageImageCommand().</dd>
 <dt>2008-09-23  6.4.3-8 Anthony &lt;A.Thyssen@griffith...&gt;</dt>
@@ -2717,34 +3055,34 @@
 <dt>2008-09-01  6.4.3-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fix -interpolate / -compose settings.</dd>
   <dd> No need to specify -endian for native floating point format.</dd>
-  <dd> Remove small memory leak when cloning image properties (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11981).</dd>
+  <dd> Remove small memory leak when cloning image properties (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11981).</dd>
   <dd> The scan delegate requires a device name, not a symbolic link.</dd>
-  <dd> Report alpha instead of opacity for the TXT image format (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=12002).</dd>
+  <dd> Report alpha instead of opacity for the TXT image format (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12002).</dd>
   <dd> Add channel support to -motion-blur.</dd>
-  <dd> Set the SVG affine matrix *before* we compute the scale (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=12030).</dd>
+  <dd> Set the SVG affine matrix *before* we compute the scale (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12030).</dd>
   <dd> Rely on 'omp critical' in the rare case where OpenMP is enabled but    ImageMagick distribution is built without thread support.</dd>
-  <dd> Return the correct number of unique colors for colormapped image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=12055).</dd>
-  <dd> SVG depends on MagickWand for parallel make (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=12099).</dd>
+  <dd> Return the correct number of unique colors for colormapped image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12055).</dd>
+  <dd> SVG depends on MagickWand for parallel make (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=12099).</dd>
 <dt>2008-09-02 6.4.3-7</dt>
   <dd> Addition of 'BarrelInverse' Distortion</dd>
 <dt>2008-08-27  6.4.3-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Extract / embed namespace for JPEG XMP profiles (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11832).</dd>
+  <dd> Extract / embed namespace for JPEG XMP profiles (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11832).</dd>
   <dd> Deprecate -map and replace with -affinity which supports dither methods.</dd>
   <dd> Set image depth when -depth is fired.</dd>
-  <dd> Fix small memory leak in TIFF coder (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11968).</dd>
+  <dd> Fix small memory leak in TIFF coder (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11968).</dd>
 <dt>2008-08-24  6.4.3-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Parallelize the colorspace transforms.</dd>
-  <dd> Honor gravity for -extent option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11944).</dd>
+  <dd> Honor gravity for -extent option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11944).</dd>
 <dt>2008-08-22  6.4.3-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fixed a memory leak in the TransparentPaintImage() method.</dd>
 <dt>2008-08-20  6.4.3-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Treat -compose as a setting.</dd>
-  <dd> Check for depth == 0 in GetQuantumScale() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11921).</dd>
-  <dd> Fix CIN coder scanline length (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11922).</dd>
+  <dd> Check for depth == 0 in GetQuantumScale() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11921).</dd>
+  <dd> Fix CIN coder scanline length (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11922).</dd>
 <dt>2008-08-20  6.4.3-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Add $(MAGICKWAND_LIBS) dependency to the PerlMagick Makefile (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11908).</dd>
-  <dd> Fix configure script to configure the JBIG delegate library (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11907).</dd>
-  <dd> Error in indexed PNG output if number of colors &lt;= 16 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11905).</dd>
+  <dd> Add $(MAGICKWAND_LIBS) dependency to the PerlMagick Makefile (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11908).</dd>
+  <dd> Fix configure script to configure the JBIG delegate library (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11907).</dd>
+  <dd> Error in indexed PNG output if number of colors &lt;= 16 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11905).</dd>
 <dt>2008-08-18  6.4.3-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Always reinterpret %[fx:] properties.</dd>
   <dd> Composite based on the composite image compose operator.</dd>
@@ -2754,13 +3092,13 @@
   <dd> -sparse-color option completed with initial set of methods.</dd>
   <dd> -distort Barrel arguments expanded.</dd>
 <dt>2008-08-14  6.4.2-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> The -draw option no longer returns an error when for # like .6 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11879).</dd>
+  <dd> The -draw option no longer returns an error when for # like .6 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11879).</dd>
 <dt>2008-08-14  6.4.2-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New dithering selection option, -dither Floyd-Steinberg or    -dither Riemersma.</dd>
 <dt>2008-08-10  6.4.2-8 Anthony &lt;anthony@griffith...&gt;</dt>
   <dd> Added new distort "Polar" and "DePolar" due to Forum Discussions</dd>
 <dt>2008-08-07  6.4.2-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Change MPEG delegate from mpeg2decode/mpeg2encode to ffmpeg (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11827).</dd>
+  <dd> Change MPEG delegate from mpeg2decode/mpeg2encode to ffmpeg (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11827).</dd>
   <dd> Extract embedded XMP and EXIF profiles froma Photoshop resource block.</dd>
   <dd> Support -compose option in the compare program.</dd>
 <dt>2008-08-04  6.4.2-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -2773,7 +3111,7 @@
 <dt>2008-07-31  6.4.2-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Patch -fx to properly recognize maxima and minima.</dd>
   <dd> Add channel specifier to -fx depth, mean, maxima, minima, and    standard_deviation (e.g. depth.r).</dd>
-  <dd> Properly append .magick to the USERPROFILES path (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11806).</dd>
+  <dd> Properly append .magick to the USERPROFILES path (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11806).</dd>
 <dt>2008-07-30  6.4.2-6 Anthony &lt;anthony@griffith...&gt;</dt>
   <dd> Added a  "-set option:distort:scale"  which scales the output 'view'    by the amount given.  This is directly useful for doing 'super-sampled'    distorts, just set this, the scale the result back to a normal size.</dd>
 <dt>2008-07-27  6.4.2-5 Anthony &lt;anthony@griffith...&gt;</dt>
@@ -2781,9 +3119,9 @@
   <dd> Initial implementation of SparseColor for interpolated gradients from    sparsely separated points of color (or possibly other forms of arguments)</dd>
   <dd> New distortion Barrel as defined by Helmut Dersch options A,B,C,D    on his web page  http://www.all-in-one.ee/~dersch/barrel/barrel.html    And as developed by Fred WeinHaus in his PinBarrel script</dd>
 <dt>2008-07-20  6.4.2-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Certain corrupt GIF images no longer hang (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11723).</dd>
+  <dd> Certain corrupt GIF images no longer hang (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11723).</dd>
   <dd> Read more than one image (if they exist) from DJVU image files.</dd>
-  <dd> Don't set image depth in histogram coder (references    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11752).</dd>
+  <dd> Don't set image depth in histogram coder (references    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11752).</dd>
 <dt>2008-07-17  6.4.2-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fixed cache nexus threading problem to avoid spurious assertions when    calling the DistortImage() method.</dd>
 <dt>2008-07-17  6.4.2-4 Anthony &lt;anthony@griffith...&gt;</dt>
@@ -2813,18 +3151,18 @@
   <dd> Set  +level  or a '!' flag in -level or LevelImage() to call    the new 'reverse-level' function LevelizeImageChannels().</dd>
   <dd> More work on IsMagickColorSimilar() to fix relationship between    transparent-black and opaque-black, which was matched as 'similar'.    Also attempts to fix 'K' channel handling for CMYK colorspace.    More work on this to come.</dd>
 <dt>2008-06-25  6.4.1-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> The TXT format correctly reports alpha channel (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11478).</dd>
-  <dd> MONOTCHROME1 Dicom images are not longer inverted (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11492).</dd>
+  <dd> The TXT format correctly reports alpha channel (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11478).</dd>
+  <dd> MONOTCHROME1 Dicom images are not longer inverted (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11492).</dd>
 <dt>2008-06-13  6.4.1-8 Anthony &lt;anthony@griffith...&gt;</dt>
   <dd> Fixed IsMagickColorSimilar() as used by -opaque and -transparent    so as to understand that the Hue Channel is cyclic by nature</dd>
 <dt>2008-06-08  6.4.1-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> The -sketch option is working again (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11454).</dd>
+  <dd> The -sketch option is working again (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11454).</dd>
 <dt>2008-06-08  6.4.1-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> More algorithms refactored to support a threaded cache view.</dd>
   <dd> EPS2 output only 1/3 of image when using LZW or rle compress (reference    http://www.imagemagick.org/discourse-server/viewforum.html?f=3).</dd>
-  <dd> ISO C++ 1998 does not support 'long long' (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11405).</dd>
+  <dd> ISO C++ 1998 does not support 'long long' (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11405).</dd>
   <dd> Patch GetMagickMemoryHandlers() to return the properly return the memory    handler addresses.</dd>
-  <dd> Generate histogram comment if # unique colors exceed 1024 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11434).</dd>
+  <dd> Generate histogram comment if # unique colors exceed 1024 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11434).</dd>
 <dt>2008-06-03  6.4.1-6 Marton Bokor  &lt;marton.bokor@gfthu....&gt;</dt>
   <dd> Reading EMF files containing non-ascii characters no longer fails for          UTF8 encoded paths on Windows XP.</dd>
 <dt>2008-06-03  6.4.1-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -2836,12 +3174,12 @@
 <dt>2008-05-15  6.4.1-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Interpreting the -set option is no longer delayed.</dd>
   <dd> Add AcquireCacheViews() and DestroyCachewViews() to the API.</dd>
-  <dd> Call DrawAffineImage() instead of CompositeImage() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11288).</dd>
-  <dd> Throw exception for TIFF compression not support (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11289).</dd>
-  <dd> The +opaque option now recognizes its required argument (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11298).</dd>
+  <dd> Call DrawAffineImage() instead of CompositeImage() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11288).</dd>
+  <dd> Throw exception for TIFF compression not support (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11289).</dd>
+  <dd> The +opaque option now recognizes its required argument (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11298).</dd>
   <dd> The -background and -virtual-pixel settings are now applied correctly    across parenthesis.</dd>
   <dd> Only reset the exception signature if the relinquish memory is MagickTrue.</dd>
-  <dd> Correct recolor equation for computing opacity (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11346).</dd>
+  <dd> Correct recolor equation for computing opacity (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11346).</dd>
   <dd> Set midpoint when scaling JP2 images.</dd>
   <dd> Semaphores must be passed by reference when destroyed for reliable thread    locks.</dd>
   <dd> Updated Matlab coder (thanks to Jaroslav Fojtik).</dd>
@@ -2853,14 +3191,14 @@
 <dt>2008-05-09  6.4.1-2 Leonardo de Paula Rosa Piga &lt;lpiga@terra...&gt;</dt>
   <dd> OpenMP patch for sepia-tone effect.</dd>
 <dt>2008-05-08  6.4.1-2 Bruno Cardoso Lopes &lt;bruno.cardoso@gmail...&gt;</dt>
-  <dd> OpenMP patch for NormalizeImage() ; TintImage()</dd>
+  <dd> OpenMP patch for NormalizeImage() &amp; TintImage()</dd>
 <dt>2008-05-06  6.4.1-2 &lt;cristiannomartins@gmail...&gt;</dt>
   <dd> OpenMP patch for GetImageChannelDepth().</dd>
   <dd> Set depth to 32 when saving MIFF HDRI image files.</dd>
 <dt>2008-05-05  6.4.1-2 &lt;joao.vita@gmail...&gt;</dt>
   <dd> OpenMP patch for OilPaintImage Function</dd>
 <dt>2008-05-05  6.4.1-2 Sean Patrick Burke  &lt;seanburk@gmail...&gt;</dt>
-  <dd> Update IPLab coder (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=11200).</dd>
+  <dd> Update IPLab coder (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=11200).</dd>
 <dt>2008-05-02  6.4.1-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Return correct result for -fx luminence.</dd>
   <dd> Restore missing break so that PGM images remain PGM.</dd>
@@ -2872,21 +3210,21 @@
   <dd> Reenable dithering for -monochrome option.</dd>
 <dt>2008-04-24  6.4.0-11 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> For color reduction, use maximum tree depth if image has 1024 or less    unique colors.</dd>
-  <dd> Use a uniform convolution filter for motion blur (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11122).</dd>
+  <dd> Use a uniform convolution filter for motion blur (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11122).</dd>
   <dd> Add 'mean' and 'std' symbols to the Fx expression parser.</dd>
 <dt>2008-04-20  6.4.0-10 Chris Madison  &lt;madisonblu@hotma...&gt;</dt>
   <dd> Updated to the latest autoconf/automake/libtool scripts.</dd>
-  <dd> Default to HSL colorspace when modulating (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=11073).</dd>
+  <dd> Default to HSL colorspace when modulating (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=11073).</dd>
   <dd> The -regard-warnings option properly returns a program status of 1 if and    only if a warning or error exception is thrown.</dd>
-  <dd> Report 'no clip path defined' exception for -clip-path option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11098).</dd>
+  <dd> Report 'no clip path defined' exception for -clip-path option (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11098).</dd>
 <dt>2008-04-16  6.4.0-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Distinquish between pre and post processing of image list options.</dd>
-  <dd> Return MagickTrue if InvokeDynamicImageFilter() does not generate an    exception (reference                http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=11065).</dd>
+  <dd> Return MagickTrue if InvokeDynamicImageFilter() does not generate an    exception (reference                http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=11065).</dd>
 <dt>2008-04-16  6.4.0-7 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Instead of masking the PNG tRNS values when reducing from 16-bit,    set image-&gt;matte to MagickFalse and emit a warning.  This will produce    behavior similar to that of libpng-1.2.27 (and libpng-1.2.19 and earlier).</dd>
 <dt>2008-04-12  6.4.0-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fix fault for animate -window root image.gif.</dd>
-  <dd> Use GetImagePixels() rather than SetImagePixels() when making multiple    passes and setting image pixels (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=11022).</dd>
+  <dd> Use GetImagePixels() rather than SetImagePixels() when making multiple    passes and setting image pixels (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=11022).</dd>
 <dt>2008-04-10  6.4.0-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Compile error in coders/avi.c when JPEG delegate library is unavailable.</dd>
 <dt>2008-04-09  6.4.0-5 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
@@ -2901,10 +3239,10 @@
   <dd> Return correct min/max for grayscale JPEG images (e.g. -format %[min]).</dd>
 <dt>2008-03-26  6.4.0-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Rewrote patch so that writing pyramid TIFF images no longer fails if a   tile size is specified (e.g. ptif:image.tif[128x128]).</dd>
-  <dd> Malformed use of caption no longer consumes memory (reference   http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=10914).</dd>
-  <dd> Don't run Ghostscript twice (reference   http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=10922).</dd>
+  <dd> Malformed use of caption no longer consumes memory (reference   http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=10914).</dd>
+  <dd> Don't run Ghostscript twice (reference   http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=10922).</dd>
 <dt>2008-03-21  6.4.0-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> SpreadImage() no longer introduces noise into the resulting image (reference                http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=10892).</dd>
+  <dd> SpreadImage() no longer introduces noise into the resulting image (reference                http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=10892).</dd>
   <dd> Properly handle min-is-white TIFF gray scale images.</dd>
   <dd> Use CompositeImage() instead of DrawAffineImage() if the affine expansion    factor is 1.0.</dd>
 <dt>2008-03-20  6.3.9-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -2917,8 +3255,8 @@
 <dt>2008-03-14  6.3.9-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Patch mpeg:encode delegate to properly produce an MPEG image sequence.</dd>
 <dt>2008-03-11  6.3.9-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Support both GTK and CAIRO interfaces to RSVG (reference    ttp://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=10802).</dd>
-  <dd> Display colormapped PNG images with alpha properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=10819).</dd>
+  <dd> Support both GTK and CAIRO interfaces to RSVG (reference    ttp://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=10802).</dd>
+  <dd> Display colormapped PNG images with alpha properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=10819).</dd>
 <dt>2008-03-09  6.3.9-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Define inline to _magickcore_inline (to satisfy HP's aCC compiler).</dd>
 <dt>2008-03-08  6.3.9-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -2931,12 +3269,12 @@
   <dd> Add GetImageAlphaChannel() method.</dd>
   <dd> PSD clipping paths are once again recognized.</dd>
 <dt>2008-02-24  6.3.9-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Return the actual image format for HTTP: or FTP: format (reference        http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=10715).</dd>
-  <dd> Fix so image.quantize(true) returns error as expected (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=10735).</dd>
+  <dd> Return the actual image format for HTTP: or FTP: format (reference        http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=10715).</dd>
+  <dd> Fix so image.quantize(true) returns error as expected (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=10735).</dd>
 <dt>2008-02-20  6.3.9-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fixed a small memory leak (8 bytes) in TransformImages().</dd>
   <dd> Render to Cairo surface rather than a GDK buffer when rendering SVG.</dd>
-  <dd> Identify now reports both actual and reported image depths (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=10716).</dd>
+  <dd> Identify now reports both actual and reported image depths (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=10716).</dd>
 <dt>2008-02-17  6.3.8-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Speed up converting large PDF/PS images when only selecting a few pages    (e.g. pdffile.pdf[195-199]).</dd>
   <dd> Deprecate HSLTransform() and TransformHSL().</dd>
@@ -2950,7 +3288,7 @@
 <dt>2008-02-03  6.3.8-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New Unix/Linux refactoring (should be transparent since changes are    reflected in Magick-config and ImageMagick.pc pkg-config files):      /usr/local/include =&gt; /usr/local/include/ImageMagick      libMagick =&gt; libMagickCore      libWand =&gt; libMagickWand      Magick-config (deprecated) =&gt; MagickCore-config      Wand-config (deprecated) =&gt; MagickWand-config      Add Magick++-config, MagickCore.pc, MagickWand.pc, Magick++.pc</dd>
 <dt>2008-01-28  6.3.8-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Liquid rescale limits the final size to twice the original size (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=10536).</dd>
+  <dd> Liquid rescale limits the final size to twice the original size (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=10536).</dd>
   <dd> Read EXIF data in TIFF images; writing is pending until we can figure out    how to use the libtiff delegate library to write EXIF data.</dd>
 <dt>2008-01-24  6.3.8-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Add support for liquid rescaling (e.g. -liquid-rescale).</dd>
@@ -2958,14 +3296,14 @@
 <dt>2008-01-20  6.3.8-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fix transient bug where "identify -format '%w;%[exif:Model]'" failed to    return camera model number.</dd>
 <dt>2008-01-14  6.3.8-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Monochome EPS3 images are no longer corrupt (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=10422).</dd>
-  <dd> Eliminate memory corruption with broken PICT image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=10447).</dd>
+  <dd> Monochome EPS3 images are no longer corrupt (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=10422).</dd>
+  <dd> Eliminate memory corruption with broken PICT image (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=10447).</dd>
   <dd> Return a Grayscale colorspace for grayscale DPX image (previously    returned Log colorspace).</dd>
-  <dd> Fix -g option for PCL6 support (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=10462).</dd>
+  <dd> Fix -g option for PCL6 support (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=10462).</dd>
 <dt>2008-01-08  6.3.7-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Only read ICON alpha mask if BPP is &lt;= 16.</dd>
   <dd> Add support for +opaque and +transparent (requested by Anthony).</dd>
-  <dd> Throw an exception *before* we call wmf_api_destroy() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=10420).</dd>
+  <dd> Throw an exception *before* we call wmf_api_destroy() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=10420).</dd>
 <dt>2008-01-01  6.3.7-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Use explicit format specifier to render transparent Adobe Illustrator    files (i.e. convert ai:image.ai image.png).</dd>
   <dd> Set RSVG base URI (patch provided by tsdineen).</dd>
@@ -2975,20 +3313,20 @@
 <dt>2007-12-13  6.3.7-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Added an exception reason to BlobToImage() in the event an image has no    magic number and neither the image magick or filename is set.</dd>
   <dd> Do not pass PhotoYCC data thru gamma-corrected lookup-table.</dd>
-  <dd> Fix bug in GetEXIFProperty() (reference    https://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=10300).</dd>
+  <dd> Fix bug in GetEXIFProperty() (reference    https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=10300).</dd>
 <dt>2007-12-12  6.3.7-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Adding comments to your image is now possible with the display program.</dd>
 <dt>2007-12-09  6.3.7-3 Anthony &lt;anthony@griffith...&gt;</dt>
   <dd> Adjusted -clut multiplyer for correct handling of    "-interpolation Integer" in color lookup.</dd>
 <dt>2007-12-01  6.3.7-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fix 'insufficient image data' for DCM format (reference    https://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=10227).</dd>
+  <dd> Fix 'insufficient image data' for DCM format (reference    https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=10227).</dd>
   <dd> Force a colormapped image if Palm bits-per-pixel &lt; 16.</dd>
   <dd> Fix multiple problems with Palm Data Base reader (patch from    1tms@gmx.d...).</dd>
   <dd> Do not exit after first image with the display --immutable option.</dd>
   <dd> Update autoconf/automake/libtool configuration files.</dd>
   <dd> Add support for resource limit units (e.g. -limit memory 16mb).</dd>
   <dd> Return original image if gaussian blur sigma is 0.0.</dd>
-  <dd> Colormapped multi-image PDF's are no longer corrupt (reference    https://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=10258).</dd>
+  <dd> Colormapped multi-image PDF's are no longer corrupt (reference    https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=10258).</dd>
 <dt>2007-11-27  6.3.7-2 Anthony &lt;anthony@griffith...&gt;</dt>
   <dd> Finalisation of new resize filters, "Lagrange" self-windowing filter    now adjusts automatically with different support window size.</dd>
   <dd> Added "Bohman" (another 2'rd order cosine function) and "Bartlett"    (triangluar) resize windowing filters.</dd>
@@ -3003,7 +3341,7 @@
   <dd> Add support for SCT grayscale images.</dd>
   <dd> Fixed transparency bug for the ICO image format.</dd>
   <dd> Fixed small memory leak in the caption and label coders.</dd>
-  <dd> Fixed -threshold option to return all white for -threshold 0 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=10126).</dd>
+  <dd> Fixed -threshold option to return all white for -threshold 0 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=10126).</dd>
 <dt>2007-11-06  6.3.6-10 Chris Madison  &lt;madisonblu@hotma...&gt;</dt>
   <dd> Corrected CGM delegate command in config/delegate.xml.</dd>
 <dt>2007-11-05  6.3.6-9 Chris Madison  &lt;madisonblu@hotma...&gt;</dt>
@@ -3017,8 +3355,8 @@
 <dt>2007-11-03  6.3.6-7 Chris Madison  &lt;madisonblu@hotma...&gt;</dt>
   <dd> MAGICK_ERX_SRCS should be MAGICK_EXR_SRCS in coders/Makefile.am.</dd>
 <dt>2007-11-02  6.3.6-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Upgrade to FPX version libfpx-1.2.0.14 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=10041).</dd>
-  <dd> Modules are searched first in the directories specified by the environment    variables, and then -- if the desired module is not found -- in the    compiled-in path.  (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=10039).</dd>
+  <dd> Upgrade to FPX version libfpx-1.2.0.14 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=10041).</dd>
+  <dd> Modules are searched first in the directories specified by the environment    variables, and then -- if the desired module is not found -- in the    compiled-in path.  (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=10039).</dd>
 <dt>2007-11-01  6.3.6-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Update FPX regression test reference images.</dd>
   <dd> Fixed Magick++ compile error for Sun Studio 10 compiler.</dd>
@@ -3055,11 +3393,11 @@
   <dd> Fixed experimental use of -filter and -support in Resampling (more later).</dd>
   <dd> Changed order for coordinate arguments in -distort (for later leastsq    multiple coordinate distortion function fitting)</dd>
 <dt>2007-09-22  6.3.6-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Check the API version and quantum depth before loading a coder module or          image filter (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=9780).</dd>
+  <dd> Check the API version and quantum depth before loading a coder module or          image filter (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=9780).</dd>
   <dd> Add exception to the image filter signature.</dd>
   <dd> Get the execution path under Mac OS X.</dd>
   <dd> TIFFTAG_STRIPBYTECOUNTS requires a uint32 pointer (magick/compress.c).</dd>
-  <dd> Fixed memory leak in CloneString() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=9763).</dd>
+  <dd> Fixed memory leak in CloneString() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=9763).</dd>
   <dd> Set S_IRUSR | S_IWUSR | S_IRGRP mode when writing a file in    CopyDelegateFile().</dd>
 <dt>2007-09-18  6.3.5-9 Anthony &lt;anthony@griffith...&gt;</dt>
   <dd> Bug fix for +distort in Perspective, also effected PerspectiveProjection</dd>
@@ -3085,8 +3423,8 @@
   <dd> Patched ReadXCFImage() to fix an denial of service vulnerability    (alert from iDefense).</dd>
   <dd> If image size changes, don't trust DPX orientation attributes.</dd>
 <dt>2007-09-04  6.3.5-9 Gozer404</dt>
-  <dd> Add French to the messaging system (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=9601).</dd>
-  <dd> Add -fopenmp to MAGICK_PCFLAGS (reference   http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=9608).</dd>
+  <dd> Add French to the messaging system (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=9601).</dd>
+  <dd> Add -fopenmp to MAGICK_PCFLAGS (reference   http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=9608).</dd>
 <dt>2007-08-14  6.3.5-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Add -alpha {activate,deactivate,reset} option to activate, deactivate, or    reset the alpha channel.</dd>
   <dd> Render proper image labels for VID coder.</dd>
@@ -3094,12 +3432,12 @@
   <dd> Catch any errors returned by pthread_mutex_init() (problem report    from devman@gmx-t...).</dd>
   <dd> TransformHSL() returns a proper hue component.</dd>
   <dd> Added -clut option and the ClutImage() method.</dd>
-  <dd> Fix glyph memory leak in AnnotateImage (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=9523).</dd>
-  <dd> Rename analyze.c to Analyze.c (reference    ttp://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=9538).</dd>
+  <dd> Fix glyph memory leak in AnnotateImage (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=9523).</dd>
+  <dd> Rename analyze.c to Analyze.c (reference    ttp://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=9538).</dd>
 <dt>2007-08-07  6.3.5-6 Anthony  &lt;anthony@griffith...&gt;</dt>
   <dd> Enabled use of +distort to auto resize destination image to 'bestfit'    the distorted input image.  This also enabled the use of virtual canvas    offsets in source and destination images for most distortion methods.</dd>
 <dt>2007-08-05  6.3.5-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Remove atexit in Magick++ code to avoid possible client crash (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=9270).</dd>
+  <dd> Remove atexit in Magick++ code to avoid possible client crash (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=9270).</dd>
 <dt>2007-08-01  6.3.5-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Read/Write Scanalytics IPLab image format (contributed by Sean Burke).</dd>
 <dt>2007-07-30  6.3.5-5 Anthony  &lt;anthony@griffith...&gt;</dt>
@@ -3107,7 +3445,7 @@
 <dt>2007-07-29  6.3.5-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Set the -polaroid border color with the -bordercolor option.</dd>
 <dt>2007-07-25  6.3.5-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Remove extranous break statement so -type option properly sets the    image_info-&gt;type member (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=9261).</dd>
+  <dd> Remove extranous break statement so -type option properly sets the    image_info-&gt;type member (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=9261).</dd>
 <dt>2007-07-21  6.3.5-4 Anthony  &lt;anthony@griffith...&gt;</dt>
   <dd> Allow the use of optional arguments in -distort SRT</dd>
 <dt>2007-06-29  6.3.5-0 Anthony  &lt;anthony@griffith...&gt;</dt>
@@ -3117,21 +3455,21 @@
   <dd> Add -distort option.</dd>
   <dd> Add random noise option (e.g. +noise random).</dd>
   <dd> Many internal algorithms are now threaded to take advantage of speed-ups    offered by the new dual and quad-core processor technologies.    and quad-core processor technology.</dd>
-  <dd> Tiff images in the LAB colorspace are no longer identified as RGB    (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=9015).</dd>
-  <dd> Update image color_profile and iptc_profile members in the JPEG coder    (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=9063);</dd>
+  <dd> Tiff images in the LAB colorspace are no longer identified as RGB    (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=9015).</dd>
+  <dd> Update image color_profile and iptc_profile members in the JPEG coder    (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=9063);</dd>
 <dt>2007-06-13  6.3.4-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fix composite mask bug (reference    http://www.imagemagick.org/Usage/bugs/composite_mask/).</dd>
   <dd> Speed up GetPixelOpacity() method (patch from seth@price...).</dd>
   <dd> Set icon image width/height before allocating the image colormap.</dd>
-  <dd> Remove Photoshop string segment from JPEG profile (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=9006).</dd>
+  <dd> Remove Photoshop string segment from JPEG profile (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=9006).</dd>
 <dt>2007-06-11  6.3.4-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Converting a jpg to pdf is creating an empty pdf object (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=8954).</dd>
+  <dd> Converting a jpg to pdf is creating an empty pdf object (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=8954).</dd>
   <dd> Respect the '-set type:hinting off option' (bug report from Richard    Jones).</dd>
-  <dd> WritePSDImage vulnerable to exploitable heap corruption (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=8967).</dd>
+  <dd> WritePSDImage vulnerable to exploitable heap corruption (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=8967).</dd>
 <dt>2007-06-09  6.3.4-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> SetMagickRegistry() post-increment the value 'id' (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=8944).</dd>
+  <dd> SetMagickRegistry() post-increment the value 'id' (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=8944).</dd>
 <dt>2007-06-02  6.3.4-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Read/write 10 ; 12-bit packed DPX images.</dd>
+  <dd> Read/write 10 &amp; 12-bit packed DPX images.</dd>
   <dd> Reduce stack requirements for messaging system.</dd>
   <dd> Small memory leak for raw profiles in the PNG coder.</dd>
 <dt>2007-06-01  6.3.4-5 Glenn &lt;glennrp@image...&gt;</dt>
@@ -3145,7 +3483,7 @@
   <dd> Add MEPP metric to compare program.  Returns the mean error per pixel    along with the normalize mean and maximum error.</dd>
   <dd> Attach an XMP profile to an image (e.g.    convert input.tif -profile xmp:metadata.xmp output.tif).</dd>
 <dt>2007-05-22  6.3.4-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Fixed mogrify conversions with -format and -path (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1;t=9127).</dd>
+  <dd> Fixed mogrify conversions with -format and -path (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&amp;t=9127).</dd>
 <dt>2007-05-15  6.3.4-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> SVG style element was not always parsed properly.</dd>
   <dd> Do not dither when the number of unique colors is already less than the    maximum.</dd>
@@ -3153,7 +3491,7 @@
 <dt>2007-05-03  6.3.4-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Add support for PFM images.</dd>
   <dd> Check for corrupt EXIF image profiles.</dd>
-  <dd> Writing JPEG YCbCr TIFF images no longer faults (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=8896).</dd>
+  <dd> Writing JPEG YCbCr TIFF images no longer faults (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=8896).</dd>
 <dt>2007-04-30  6.3.4-0 Anthony  &lt;anthony@griffith...&gt;</dt>
   <dd> Fixed minor bug for crop missed images and 'background' GIF disposal.</dd>
 <dt>2007-04-28  6.3.4-0 Glenn  &lt;glennrp@image...&gt;</dt>
@@ -3213,10 +3551,10 @@
   <dd> Force a virtual pixel method of Tile for GetFillColor() and    GetStrokeColor().</dd>
   <dd> Add -reverse option to reverse the image list.</dd>
 <dt>2007-03-08  6.3.3-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Support versions 2.1.0 and above (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=8620).</dd>
+  <dd> Support versions 2.1.0 and above (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=8620).</dd>
   <dd> Support SVG rotation about a point (e.g. rotate(45 75 75)).</dd>
-  <dd> Fix fault in DCM coder (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=8618).</dd>
-  <dd> Check for a NULL parser in SVGReference in coders/svg.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3;t=8609).</dd>
+  <dd> Fix fault in DCM coder (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=8618).</dd>
+  <dd> Check for a NULL parser in SVGReference in coders/svg.c (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=8609).</dd>
   <dd> Add --disable-deprecated configure script option.</dd>
   <dd> Composite mask now works properly with transparent images.</dd>
 <dt>2007-03-04  Daniel Kobras &lt;kobras@debia...&gt;</dt>
@@ -3230,7 +3568,7 @@
   <dd> Do not report channel statistics if -ping -format is specified with the    identify program.</dd>
   <dd> Add ResetImagePage() to reset the image page canvas and position.</dd>
   <dd> Upgrade to LCMS 1.16</dd>
-  <dd> Configure Ghostscript for library or framework (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2;t=8557).</dd>
+  <dd> Configure Ghostscript for library or framework (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=8557).</dd>
   <dd> Add -taint option to convert/mogrify to mark image as ineligible for</dd>
   <dd> Fixed various data-driven faults (reference    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412945).  The corrupt    JP2 image faults but its failing in the JP2 jas_image_decode() method,    not MagickCore.  The corrupt XWD image faults but its failing in    the X11 XGetPixel() method, not MagickCore.</dd>
 <dt>2007-02-20  6.3.2-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -3290,15 +3628,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/cipher.html b/www/cipher.html
index 69cac71..ef23856 100644
--- a/www/cipher.html
+++ b/www/cipher.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Encipher or Decipher an Image</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="encipher, or, decipher, an, image, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="encipher, or, decipher, an, image, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -187,10 +237,10 @@
 
 <p>Use the <a href="command-line-options.html#encipher">-encipher</a> option to scramble your image so that it is unrecognizable.  The option requires a filename that contains your passphrase.  In this example we scramble an image and save it in the PNG format:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert rose.jpg -encipher passphrase.txt rose.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose.jpg -encipher passphrase.txt rose.png</span></p>
 <p>Here we encipher an image using another image as the passphrase:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert rose.jpg -encipher smiley.gif rose.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose.jpg -encipher smiley.gif rose.png</span></p>
 </div>
 
 <h2><a id="decipher"></a>Decipher an Image</h2>
@@ -198,7 +248,7 @@
 
 <p>Use the <a href="command-line-options.html#decipher">-decipher</a> option to unscramble your image so that it is recognizable once again.  The option requires a filename that contains your passphrase.  In this example we unscramble an image and save it in the JPEG format:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert rose.png -decipher passphrase.txt rose.jpg</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose.png -decipher passphrase.txt rose.jpg</span></p>
 </div>
 
 <h2><a id="caveats"></a>Encipher and Decipher Caveats</h2>
@@ -226,14 +276,16 @@
 <p>ImageMagick only scrambles the image pixels.  The image metadata remains
 untouched and readable by anyone with access to the image file.</p>
 
-<p>ImageMagick uses the <a href="http://en.wikipedia.org/wiki/Advanced_Encryption_Standard">AES</a>
+<p>ImageMagick uses the <a
+href="http://en.wikipedia.org/wiki/Advanced_Encryption_Standard">AES</a>
 cipher in Counter mode.  We use the the first half of your passphrase to derive the nonce.  The second half is the cipher key. When used correctly, AES-CTR provides a high level of confidentiality. To avoid information leaks, you must use a fresh passphrase for each image your encrypt.</p>
 
 <p>Currently only ImageMagick can restore your enciphered image content.  We
 use a standard cipher and mode so other vendors are could support enciphered image content.</p>
 
 <p>Some small practical examples of image enciphering can be found in IM
-Examples <a href="http://www.imagemagick.org/Usage/transform/#encipher">Encrypting Image Data</a>. </p>
+Examples <a href="http://www.imagemagick.org/Usage/transform/#encipher"
+>Encrypting Image Data</a>. </p>
 
 </div>
 
@@ -243,15 +295,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/color.html b/www/color.html
index fec67de..0de39d1 100644
--- a/www/color.html
+++ b/www/color.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Color Names</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="color, names, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="color, names, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -189,7 +239,7 @@
 
 <p>Each of the following commands produces the same <em>lime</em> border around the image. (Use "double quotes" for Windows.)</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -bordercolor lime -border 10 image.jpg image.png</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -bordercolor '#0f0' -border 10 image.jpg image.png</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -bordercolor '#00ff00' -border 10 image.jpg image.png</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -bordercolor 'rgb(0,255,0)' -border 10 image.jpg image.png</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -bordercolor 'rgb(0,100%,0)' -border 10 image.jpg image.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -bordercolor lime -border 10 image.jpg image.png</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -bordercolor '#0f0' -border 10 image.jpg image.png</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -bordercolor '#00ff00' -border 10 image.jpg image.png</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -bordercolor 'rgb(0,255,0)' -border 10 image.jpg image.png</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -bordercolor 'rgb(0,100%,0)' -border 10 image.jpg image.png</span></p>
 <p>The list of recognized color names (for example, <em>aqua</em>, <em>black</em>, <em>blue</em>, <em>fuchsia</em>, <em>gray</em>, <em>green</em>, <em>lime</em>, <em>maroon</em>, <em>navy</em>, <em>olive</em>, <em>purple</em>, <em>red</em>, <em>silver</em>, <em>teal</em>, <em>white</em>, <em>yellow</em>, and others) is shown in a table further below.</p>
 
 </div>
@@ -207,7 +257,7 @@
   #ffff00000000ffff         #rrrrggggbbbbaaaa
   rgb(255, 0, 0)            an integer in the range 0—255 for each component
   rgb(100.0%, 0.0%, 0.0%)   a float in the range 0—100% for each component
-</pre>
+</pre >
 
 <p>The format of an sRGB value in hexadecimal notation is a '#' immediately followed by either three, six, or twelve hexadecimal characters. The three-digit sRGB notation (#rgb) is converted into six-digit form (#rrggbb) by replicating digits, not by adding zeros. For example,  #fb0 expands to #ffbb00. This ensures that white (#ffffff) can be specified with the short notation (#fff) and removes any dependencies on the color depth of the image. Use the hexadecimal notation whenever performance is an issue.  ImageMagick does not need to load the expansive color table to interpret a hexadecimal color, e.g., <code>#000000</code>, but it does if <code>black</code> is used instead.</p>
 
@@ -252,19 +302,19 @@
 <p>The HSB color system is a little easier to understand than the HSL color system. In the HSB color system, black is at the bottom apex and white is at the top center of the cone on the central axis. The most colorful or saturated colors will then be at the outer edge of the top of the cone at the widest part. Thus at Saturation=100% and Brightness=100%</p>
 
 <pre class="text">
-  hsb(0%, 100%,  100%)          or    hsl(0, 255,  255)          full red
-  hsb(33.3333%, 100%,  100%)    or    hsl(120, 255,   255)       full green
-  hsb(33.3333%, 100%,  75%)     or    hsl(120, 255,   191.25)    medium green
-  hsb(33.3333%, 100%,  50%)     or    hsl(120, 255,   127.5)     dark green
-  hsb(33.3333%, 100%,  25%)     or    hsl(120, 255,   63.75)     very dark green
-  hsb(33.3333%, 50%,   50%)     or    hsl(120, 127.5, 127.5)     pastel green
+  hsb(0%, 100%,  100%)          or    hsb(0, 255,  255)          full red
+  hsb(33.3333%, 100%,  100%)    or    hsb(120, 255,   255)       full green
+  hsb(33.3333%, 100%,  75%)     or    hsb(120, 255,   191.25)    medium green
+  hsb(33.3333%, 100%,  50%)     or    hsb(120, 255,   127.5)     dark green
+  hsb(33.3333%, 100%,  25%)     or    hsb(120, 255,   63.75)     very dark green
+  hsb(33.3333%, 50%,   50%)     or    hsb(120, 127.5, 127.5)     pastel green
 </pre>
 
 <p>In the HSL color system, black is at the bottom apex and white is at the top apex. However, saturation is largest at the middle of the double cone on its outer perimeter and thus at a lightness value of 50%. The most colorful or saturated colors will then be at the outer edge of the double cone at its widest part. Thus at Saturation=100% and Brightness=50%</p>
 
 <pre class="text">
   hsl(0%, 100%,  50%)           or    hsl(0, 255,  127.5)        full red
-  hsb(33.3333%, 100%,  100%)    or    hsl(120, 255,   255)       white
+  hsl(33.3333%, 100%,  100%)    or    hsl(120, 255,   255)       white
   hsl(33.3333%, 100%,  75%)     or    hsl(120, 255,   191.25)    pastel green
   hsl(33.3333%, 100%,  50%)     or    hsl(120, 255,   127.5)     full green
   hsl(33.3333%, 100%,  25%)     or    hsl(120, 255,   63.75)     dark green
@@ -549,7 +599,7 @@
 
   <tr>
     <td align="right">maroon</td>
-    <td align="center" style="background-color: rgb(128,  0,   0)">maroon</td>
+    <td align="center" style="background-color: rgb(128,  0,   0)">maroon (SVG compliance)</td>
     <td align="left">rgb(128,  0,   0)</td>
     <td align="left">#800000</td>
   </tr>
@@ -703,7 +753,7 @@
 
   <tr>
     <td align="right">maroon</td>
-    <td align="center" style="background-color: rgb(176, 48,  96)">maroon</td>
+    <td align="center" style="background-color: rgb(176, 48,  96)">maroon (X11 compliance)</td>
     <td align="left">rgb(176, 48,  96)</td>
     <td align="left">#B03060</td>
   </tr>
@@ -1011,7 +1061,7 @@
 
   <tr>
     <td align="right">purple</td>
-    <td align="center" style="background-color: rgb(128,  0, 128)">purple</td>
+    <td align="center" style="background-color: rgb(128,  0, 128)">purple (SVG compliance)</td>
     <td align="left">rgb(128,  0, 128)</td>
     <td align="left">#800080</td>
   </tr>
@@ -1095,7 +1145,7 @@
 
   <tr>
     <td align="right">purple</td>
-    <td align="center" style="background-color: rgb(160, 32, 240)">purple</td>
+    <td align="center" style="background-color: rgb(160, 32, 240)">purple (X11 compliance)</td>
     <td align="left">rgb(160, 32, 240)</td>
     <td align="left">#A020F0</td>
   </tr>
@@ -5052,15 +5102,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/command-line-options.html b/www/command-line-options.html
index 2b32d4c..0eefe76 100644
--- a/www/command-line-options.html
+++ b/www/command-line-options.html
@@ -11,16 +11,17 @@
                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Command-line Options</title>
   <meta http-equiv="content-language" content="en-US"/>
   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
   <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
   <meta name="application-name" content="ImageMagick"/>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
   <meta name="application-url" content="http://www.imagemagick.org"/>
   <meta name="generator" content="PHP"/>
-  <meta name="keywords" content="command-line, options, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"/>
+  <meta name="keywords" content="command-line, options, convert, edit, compose, image, pixel"/>
   <meta name="rating" content="GENERAL"/>
   <meta name="robots" content="INDEX, FOLLOW"/>
   <meta name="generator" content="ImageMagick Studio LLC"/>
@@ -30,27 +31,27 @@
   <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
   <meta name="distribution" content="Global"/>
   <link rel="icon" href="../images/wand.png"/>
-  <link rel="shortcut icon" href="../images/wand.ico"  type="images/x-icon"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -92,11 +93,11 @@
 </div>
 <a href="../discourse-server">
   <img src="../images/logo.jpg"
-  alt="ImageMagick Logo"
+  alt="ImageMagick Logo" width="123" height="118"
   style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
 <a href="http://www.imagemagick.org/ImageMagick-7.0.0/index.html">
   <img src="../images/sprite.jpg"
-  alt="ImageMagick Sprite"
+  alt="ImageMagick Sprite" width="114" height="118"
   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
@@ -184,6 +185,25 @@
 <div class="eastbar">
   <script type="text/javascript">
     /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
     (function() {
         var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
         po.type = 'text/javascript';
@@ -199,333 +219,7578 @@
     <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" /></a>
   </noscript>
-    <div class="g-plusone" id="gplusone"></div>
-    <script type="text/javascript">
-      /* <![CDATA[ */
-      window.___gcfg = {
-        lang: 'en-US'
-      };
-
-      (function() {
-        var po = document.createElement('offline-script');
-        po.type = 'text/javascript';
-        po.async = true;
-        po.src = 'https://apis.google.com/js/plusone.js';
-        var script = document.getElementsByTagName('offline-script')[0];
-        script.parentNode.insertBefore(po, script);
-      })();
-      var gplusone = document.getElementById("gplusone");
-      gplusone.setAttribute("data-size","medium");
-      gplusone.setAttribute("data-count","true");
-      /* ]]> */
-    </script>
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
-<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#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#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#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#pen">&#x2011;pen</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"><p>Below is list of command-line options recognized by the ImageMagick <ahref="command-line-tools.html">command-linetools</a>. If you want a description of a particular option, click on theoption name in the navigation bar above and you will go right to it. Unlessotherwise noted, each option is recognized by the commands <a href="convert.html">convert</a>, <a href="mogrify.html">mogrify</a>.</p><div style="margin: auto;">  <h4><a id="adaptive-blur"></a>-adaptive-blur <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%'>Adaptively blur pixels, with decreasing effect near edges.</td><td style='text-align:right;'></td></tr></table>
-<p>A Gaussian operator of the given radius and standard deviation (<emclass="arg">sigma</em>) is used. If <em class="arg">sigma</em> is not given itdefaults to 1.</p><div style="margin: auto;">  <h4><a id="adaptive-resize"></a>-adaptive-resize <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Resize the image using data-dependent triangulation.</td><td style='text-align:right;'></td></tr></table>
-<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. The <a href="command-line-options.html#adaptive-resize">-adaptive-resize</a>option defaults to data-dependent triangulation.  Use the <ahref="command-line-options.html#filter">-filter</a> to choose a different resampling algorithm.Offsets, if present in the geometry string, are ignored, and the <ahref="command-line-options.html#gravity">-gravity</a> option has no effect.</p><div style="margin: auto;">  <h4><a id="adaptive-sharpen"></a>-adaptive-sharpen <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%'>Adaptively sharpen pixels, with increasing effect near edges.</td><td style='text-align:right;'></td></tr></table>
-<p>A Gaussian operator of the given radius and standard deviation (<emclass="arg">sigma</em>) is used. If <em class="arg">sigma</em> is not given itdefaults to 1.</p><div style="margin: auto;">  <h4><a id="adjoin"></a>-adjoin</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Join images into a single multi-image file.</td><td style='text-align:right;'></td></tr></table>
-<p>This option is enabled by default. An attempt is made to save all images ofan image sequence into the given output file.  However, some formats, such asJPEG and PNG, do not support more than one image per file, and in that caseImageMagick is forced to write each image as a separate file.  As such, ifmore than one image needs to be written, the filename given is modified byadding a <a href="command-line-options.html#scene">-scene</a> number before the suffix, in order tomake distinct names for each image. </p><p>Use <a href="command-line-options.html#adjoin">+adjoin</a> to force each image to be written toseparate files, whether or not the file format allows multiple images per file(for example, GIF, MIFF, and TIFF). </p><p>Including a C-style integer format string in the output filename willautomagically enable <a href="command-line-options.html#adjoin">+adjoin</a> and are used to specifywhere the <a href="command-line-options.html#scene">-scene</a> number is placed in the filenames. Thesestrings, such as '<code>%d</code>' or '<code>%03d</code>', are familiar to thosewho have used the standard <code>printf()</code>' C-library function. As anexample, the command</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: rose: -morph 15 my%02dmorph.jpg</span></p><p>will create a sequence of 17 images (the two given plus 15 more created by<a href="command-line-options.html#morph">-morph</a>), named: my00morph.jpg, my01morph.jpg,my02morph.jpg, ..., my16morph.jpg.  </p><p>In summary, ImageMagick tries to write all images to one file, but willsave to multiple files, if any of the following conditions exist...</p><ol><li>the output image's file format does not allow multi-image files,</li><li>the <a href="command-line-options.html#adjoin">+adjoin</a> option is given, or</li><li>a printf() integer format string (eg: "%d") is present in the output filename.</li></ol><div style="margin: auto;">  <h4><a id="affine"></a>-affine  <em class="arg">s<sub>x</sub></em>,<em class="arg">r<sub>x</sub></em>,<em  class="arg">r<sub>y</sub></em>,<em class="arg">s<sub>y</sub></em>[,<em  class="arg">t<sub>x</sub></em>,<em class="arg">t<sub>y</sub></em>]</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the drawing transformation matrix for combined rotating and scaling.</td><td style='text-align:right;'></td></tr></table>
-<p>This option sets a transformation matrix, for use by subsequent <ahref="command-line-options.html#draw">-draw</a> or <a href="command-line-options.html#transform">-transform</a> options. </p><p>The matrix entries are entered as comma-separated numeric values either inquotes or without spaces. </p><p>Internally, the transformation matrix has 3x3 elements, but three of themare omitted from the input because they are constant. The new (transformed)coordinates (<em class="arg">x'</em>, <em class="arg">y'</em>) of a pixel atposition (<em class="arg">x</em>, <em class="arg">y</em>) in the originalimage are calculated using the following matrix equation.</p><div class="eqn"><img alt="affine transformation"  src="../images/affine.png"/></div><p> The size of the resulting image is that of the smallest rectangle thatcontains the transformed source image.  The parameters <emclass="arg">t<sub>x</sub></em> and <em class="arg">t<sub>y</sub></em>subsequently shift the image pixels so that those that are moved out of theimage area are cut off.</p><p>The transformation matrix complies with the left-handed pixel coordinatesystem: positive <em class="arg">x</em> and <em class="arg">y</em> directionsare rightward and downward, resp.; positive rotation is clockwise.</p><p> If the translation coefficients <em class="arg">t<sub>x</sub></em> and <emclass="arg">t<sub>y</sub></em> are omitted they default to 0,0. Therefore,four parameters suffice for rotation and scaling without translation.</p><p>Scaling by the factors <em class="arg">s<sub>x</sub></em> and <emclass="arg">s<sub>y</sub></em> in the <em>x</em> and <em>y</em> directions,respectively, is accomplished with the following.</p><p>See <a href="command-line-options.html#transform">-transform</a>, and the <ahref="command-line-options.html#distort">-distort</a> method '<code>Affineprojection</code> for moreinformation </p><p class="crtsnip"> -affine <em class="arg">s<sub>x</sub></em>,0,0,<emclass="arg">s<sub>y</sub></em> </p><p>Translation by a displacement (<em class="arg">t<sub>x</sub></em>, <emclass="arg">t<sub>y</sub></em>) is accomplished like so:</p><p class="crtsnip">  -affine 1,0,0,1,<em class="arg">t<sub>x</sub></em>,<em class="arg">t<sub>y</sub></em></p><p>Rotate clockwise about the origin (the upper left-hand corner) by an angle<em>a</em> by letting <em>c</em> = cos(<em>a</em>), <em>s</em>= sin(<em>a</em>), and using the following.</p><p class="crtsnip">  -affine <em>c</em>,<em>s</em>,-<em>s</em>,<em>c</em></p><p>The cumulative effect of a sequence of <a href="command-line-options.html#affine" >-affine</a>transformations can be accomplished by instead by a single <a href="command-line-options.html#affine">-affine</a> operation using the matrix equal to the product of the matricesof the individual transformations.</p><p>An attempt is made to detect near-singular transformation matrices. If thematrix determinant has a sufficiently small absolute value it is rejected.</p><div style="margin: auto;">  <h4><a id="alpha"></a>-alpha <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Gives control of the alpha/matte channel of an image.</td><td style='text-align:right;'></td></tr></table>
-<p>Used to set a flag on an image indicating whether or not to use existing alphachannel data, to create an alpha channel, or to perform other operations on the alpha channel.  Choose the argument <em class="arg">type</em> from the list below.</p><table class="doc">  <tbody>  <tr valign="top">    <th align="left" style="width: 8%">type</th>    <th align="left">Description</th>  </tr>  <tr valign="top">    <td valign="top"><code>Activate</code> or <code>On</code></td>    <td valign="top">       Enable the image's transparency channel. Note normally <code>Set</code>       should be used instead of this, unless you specifically need to       preserve existing (but specifically turned <code>Off</code>) transparency       channel. </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>Set</code></td>    <td valign="top">       Activates the alpha/matte channel. If it was previously turned off       then it also resets the channel to opaque.  If the image already had       the alpha channel turned on, it will have no effect.</td></tr>  <tr valign="top">    <td valign="top"><code>Opaque</code></td>    <td valign="top">       Enables the alpha/matte channel and forces it to be fully opaque.       </td></tr>  <tr valign="top">    <td valign="top"><code>Transparent</code></td>    <td valign="top">       Activates the alpha/matte channel and forces it to be fully       transparent. This effectively creates a fully transparent image the       same size as the original and with all its original RGB data still       intact, but fully transparent. </td></tr>  <tr valign="top">    <td valign="top"><code>Extract</code></td>    <td valign="top">       Copies the alpha channel values into all the color channels and turns       '<code>Off</code>' the the image's transparency, so as to generate       a gray-scale mask of the image's shape. The alpha channel data is left       intact just deactivated.  This is the inverse of '<code>Copy</code>'.       </td></tr>  <tr valign="top">    <td valign="top"><code>Copy</code></td>    <td valign="top">       Turns '<code>On</code>' the alpha/matte channel, then copies the       gray-scale intensity of the image, into the alpha channel, converting       a gray-scale mask into a transparent shaped mask ready to be colored       appropriately. The color channels are not modified.  </td></tr>  <tr valign="top">    <td valign="top"><code>Shape</code></td>    <td valign="top">       As per '<code>Copy</code>' but also colors the resulting shape mask with       the current background color.  That is the RGB color channels is       replaced, with appropriate alpha shape.       </td></tr>  <tr valign="top">    <td valign="top"><code>Remove</code></td>    <td valign="top">       Composite the image over the background color.       </td></tr>  <tr valign="top">    <td valign="top"><code>Background</code></td>    <td valign="top">       Set any fully-transparent pixel to the background color, while leaving       it fully-transparent.  This can make some image file formats, such as       PNG, smaller as the RGB values of transparent pixels are more uniform,       and thus can compress better.       </td></tr>  </tbody></table><p>Note that while the obsolete <code>+matte</code> operation was thesame as "<code><a href="command-line-options.html#alpha" >-alpha</a> Off</code>", the <code>>-matte</code> operation was the same as "<code><a href="command-line-options.html#alpha" >-alpha</a>Set</code>" and not "<code><a href="command-line-options.html#alpha" >-alpha</a> On</code>".  </p><div style="margin: auto;"> <h4><a id="annotate"></a> -annotate <em class="arg">degrees</em> <em class="arg">text</em><br /> -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></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>This is a convenience for annotating an image with text. For more precisecontrol over text annotations, use <a href="command-line-options.html#draw">-draw</a>.</p><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 <emclass="arg">t<sub>y</sub></em> are offsets that give the location of the textrelative 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<emclass="arg">degrees</em> produces an unsheared rotation of the text. Thedirection of the rotation is positive, which means a clockwise rotation if <emclass="arg">degrees</em> is positive. (This conforms to the usual mathematicalconvention once it is realized that the positive <em>y</em>–direction isconventionally considered to be <em>downward</em> for images.)</p><p>The new (transformed) coordinates (<em class="arg">x'</em>, <emclass="arg">y'</em>) of a pixel at position (<em class="arg">x</em>, <emclass="arg">y</em>) in the image are calculated using the following matrixequation.</p> <div class="eqn"><img alt="annotate transformation"  src="../images/annotate.png"/></div><p>If <em class="arg">t<sub>x</sub></em> and <emclass="arg">t<sub>y</sub></em> are omitted, they default to 0. This makes thebottom-left of the text becomes the upper-left corner of the image, which isprobably undesirable. Adding a <a href="command-line-options.html#gravity" >-gravity</a> option in thiscase leads to nice results.</p><p>Text is any UTF-8 encoded character sequence.  If <em class="arg">text</em>is of the form '@mytext.txt', the text is read from the file<code>mytext.txt</code>.  Text  in a file is taken literally; no embeddedformatting characters are recognized.</p><div style="margin: auto;">  <h4><a id="antialias"></a>-antialias</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Enable/Disable of the rendering of anti-aliasing pixels whendrawing fonts and lines.</td><td style='text-align:right;'></td></tr></table>
-<p>By default, objects (e.g. text, lines, polygons, etc.) are antialiased whendrawn.  Use <a href="command-line-options.html#antialias">+antialias</a> to disable the addition ofantialiasing edge pixels.  This will then reduce the number of colors added toan image to just the colors being directly drawn.  That is, no mixed colorsare added when drawing such objects. </p><div style="margin: auto;">  <h4><a id="append"></a>-append</h4></div><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 currentimages in sequence top-to-bottom. Use <a href="command-line-options.html#append">+append</a> tostack images left-to-right. </p><p>If they are not of the same width, narrower images are padded with thecurrent <a href="command-line-options.html#background">-background</a> color setting, and theirposition relative to each other can be controlled by the current <ahref="command-line-options.html#gravity">-gravity</a> setting. </p><div style="margin: auto;">  <h4><a id="attenuate"></a>-attenuate <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Lessen (or intensify) when adding noise to an image.</td><td style='text-align:right;'></td></tr></table>
-<p>If unset the value is equivalent to 1.0, or a maximum noise addition</p><div style="margin: auto;">  <h4><a id="authenticate"></a>-authenticate <em class="arg">password</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Decrypt a PDF with a password.</td><td style='text-align:right;'></td></tr></table>
-<p>Use this option to supply a <em class="arg">password</em> for decryptinga PDF that has been encrypted using Microsoft Crypto API (MSC API). Theencrypting using the MSC API is not supported.</p><p>For a different encryption method, see <a href="command-line-options.html#encipher">-encipher</a>and <a href="command-line-options.html#decipher">-decipher</a>. </p><div style="margin: auto;">  <h4><a id="auto-gamma"></a>-auto-gamma</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Automagically adjust gamma level of image.</td><td style='text-align:right;'></td></tr></table>
-<p>This calculates the mean values of an image, then applies a calculated  <ahref="command-line-options.html#gamma" >-gamma</a> adjustment so that is the mean color exists in theimage it will get a have a value of 50%. </p><p>This means that any solid 'gray' image becomes 50% gray. </p><p>This works well for real-life images with little or no extreme dark andlight areas, but tend to fail for images with large amounts of bright sky ordark shadows. It also does not work well for diagrams or cartoon like images.</p><p>It uses the <a href="command-line-options.html#channel" >-channel</a> setting, (including the'<em>sync</em>' flag for channel synchronization), to determine which colorvalues is used and modified. As the default <a href="command-line-options.html#channel">-channel</a> setting is '<em>RGB,sync</em>', channels are modifiedtogether by the same gamma value, preserving colors. </p><div style="margin: auto;">  <h4><a id="auto-level"></a>-auto-level</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Automagically adjust color levels of image.</td><td style='text-align:right;'></td></tr></table>
-<p>This is a 'perfect' image normalization operator.  It finds the exactminimum and maximum color values in the image and then applies a <ahref="command-line-options.html#level" >-level</a> operator to stretch the values to the full range ofvalues. </p><p>The operator is not typically used for real-life images, image scans, orJPEG format images, as a single 'out-rider' pixel can set a bad min/max valuesfor the <a href="command-line-options.html#level" >-level</a> operation.  On the other hand it is theright operator to use for color stretching gradient images being used togenerate Color lookup tables, distortion maps, or other 'mathematically'defined images.  </p><p>The operator is very similar to the <a href="command-line-options.html#normalize">-normalize</a>, <ahref="command-line-options.html#contrast-stretch" >-contrast-stretch</a>, and <a href="command-line-options.html#linear-stretch">-linear-stretch</a> operators, but without 'histogram binning' or 'clipping'problems that these operators may have. That is <a href="command-line-options.html#auto-level">-auto-level</a> is the perfect or ideal version these operators. </p><p>It uses the <a href="command-line-options.html#channel" >-channel</a> setting, (including thespecial '<em>sync</em>' flag for channel synchronization), to determinewhich color values are used and modified. As the default <ahref="command-line-options.html#channel" >+channel</a> setting is '<em>RGB,sync</em>', the'<em>sync</em>' ensures that the color channels will are modifiedtogether by the same gamma value, preserving colors, and ignoringtransparency. </p><div style="margin: auto;">  <h4><a id="auto-orient"></a>-auto-orient</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>adjusts an image so that its orientation is suitable for viewing (i.e. top-left orientation).</td><td style='text-align:right;'></td></tr></table>
-<p>This operator reads and resets the EXIF image profile setting 'Orientation'and then performs the appropriate 90 degree rotation on the image to orientthe image, for correct viewing. </p><p>This EXIF profile setting is usually set using a gravity sensor in digitalcamera, however photos taken directly downward or upward may not have anappropriate value.  Also images that have been orientation 'corrected' withoutreseting this setting, may be 'corrected' again resulting in a incorrectresult.  If the EXIF profile was previously stripped, the  <ahref="command-line-options.html#auto-orient" >-auto-orient</a> operator will do nothing. </p><div style="margin: auto;">  <h4><a id="average"></a>-average</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Average a set of images.</td><td style='text-align:right;'></td></tr></table>
-<p>An error results if the images are not identically sized.</p><div style="margin: auto;">  <h4><a id="backdrop"></a>-backdrop</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Display the image centered on a backdrop.</td><td style='text-align:right;'>[<a href="animate.html">animate</a>, <a href="display.html">display</a>]</td></tr></table>
-<p>This backdrop covers the entire workstation screen and is useful for hidingother X window activity while viewing the image. The color of the backdrop isspecified as the background color. The color is specified using the formatdescribed under the <a href="command-line-options.html#fill">-fill</a> option.</p><div style="margin: auto;">  <h4><a id="background"></a>-background <em class="arg">color</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the background color.</td><td style='text-align:right;'></td></tr></table>
-<p>The color is specified using the format described under the <ahref="command-line-options.html#fill">-fill</a> option. The default background color (if none isspecified or found in the image) is white.</p><div style="margin: auto;">  <h4><a id="bench"></a>-bench <em class="arg">iterations</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Measure performance.</td><td style='text-align:right;'></td></tr></table>
-<p>Repeat the entire command for the given number of <em class="arg">iterations</em> and report the user-time and elapsed time. For instance,consider the following command and its output.  Modify the benchmark with the-duration to run the benchmark for a fixed number of seconds and -concurrentto run the benchmark in parallel (requires the OpenMP feature).</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize 1000% -bench 5 logo.png</span><span class='crtout'>Performance[4]: 5i 0.875657ips 6.880u 0:05.710</span></p><p>In this example, 5 iterations were completed at 0.875657 iterations persecond, using 4 threads and 6.88 seconds of the user's allotted time, fora total elapsed time of 5.71 seconds.</p><div style="margin: auto;">  <h4><a id="bias"></a>-bias <em class="arg">value</em>{<em class="arg">%</em>}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Add bias when convolving an image.</td><td style='text-align:right;'></td></tr></table>
-<p>This option shifts the output of <a href="command-line-options.html#convolve">&#x2011;convolve</a>  so thatpositive and negative results are relative to the specified bias value. </p><p>This is important for non-HDRI compilations of ImageMagick when dealingwith convolutions that contain negative as well as positive values. This isespecially the case with convolutions involving high pass filters or edgedetection. Without an output bias, the negative values are clipped atzero.</p><p>When using an ImageMagick with the HDRI compile-time setting, <a href="command-line-options.html#bias">&#x2011;bias</a> is not needed, as ImageMagick is able to store/handle anynegative results without clipping to the color value range(0..QuantumRange).</p><p>See the discussion on HDRI implementations of ImageMagick on the page <ahref="high-dynamic-range.html" >High Dynamic-Range Images</a>. For moreabout HDRI go the ImageMagick <ahref="http://www.imagemagick.org/Usage/basics/#hdri" >Usage</a> pages or this<ahref="http://en.wikipedia.org/wiki/High_dynamic_range_imaging">Wikipedia</a>entry.  </p><div style="margin: auto;">  <h4><a id="black-point-compensation"></a>-black-point-compensation</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Use black point compensation.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="black-threshold"></a>-black-threshold <em class="arg">value</em>{<em class="arg">%</em>}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Force to black all pixels below the threshold while leaving all pixels at or above the threshold unchanged.</td><td style='text-align:right;'></td></tr></table>
-<p> The threshold value can be given as a percentage or as an absolute integervalue within [0, <em class="QR">QuantumRange</em>] corresponding to thedesired <a href="command-line-options.html#channel">&#x2011;channel</a> value. See <a href="command-line-options.html#threshold">&#x2011;threshold</a>for more details on thresholds and resulting values.  </p><div style="margin: auto;">  <h4><a id="blend"></a>-blend <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>blend an image into another by the given absolute value or percent.</td><td style='text-align:right;'>[<a href="composite.html">composite</a>]</td></tr></table>
-<p>Blend will average the images together ('plus') according to thepercentages given and each pixels transparency.  If only a single percentagevalue is given it sets the weight of the composite or 'source' image, whilethe background image is weighted by the exact opposite amount. That is a<code>-blend 30%</code> merges 30% of the 'source' image with 70% of the'destination' image.  Thus it is equivalent to <code>-blend 30x70%</code>.</p><div style="margin: auto;">  <h4><a id="blue-primary"></a>-blue-primary <em class="arg">x</em>,<em class="arg">y</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the blue chromaticity primary point.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="blue-shift"></a>-blue-shift <em class="arg">factor</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>simulate a scene at nighttime in the moonlight.  Start with a factor of 1.5</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;"><div style="margin: auto;">  <h4><a id="blur"></a>-blur <em class="arg">radius</em><br />-blur <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%'>Reduce image noise and reduce detail levels.</td><td style='text-align:right;'></td></tr></table>
-<p>Convolve the image with a Gaussian or normal distribution using the given<em class="arg" >Sigma</em> value.  The formula is:</p><div class="eqn"><img alt="gaussian distribution" width="243px" height="42px" src="../images/gaussian-blur.png"/></div><p>The <em class="arg" >Sigma</em> value is the important argument, anddetermines the actual amount of blurring that will take place. </p><p>The <em class="arg" >Radius</em> is only used to determine the size of thearray which will hold the calculated Gaussian distribution. It should be aninteger.  If not given, or set to zero, IM will calculate the largest possibleradius that will provide meaningful results for the Gaussian distribution.</p><p>The larger the <em class="arg" >Radius</em> the slower theoperation is. However too small a <em class="arg" >Radius</em>, and severaliasing effects may result.  As a guideline, <em class="arg" >Radius</em>should be at least twice the <em class="arg" >Sigma</em> value, though threetimes will produce a more accurate result. </p><p>This option differs from <a href="command-line-options.html#gaussian-blur">-gaussian-blur</a> simplyby taking advantage of the separability properties of the distribution.  Herewe apply a single-dimensional Gaussian matrix in the horizontal direction,then repeat the process in the vertical direction.</p><p>The <a href="command-line-options.html#virtual-pixel">-virtual-pixel</a> setting will determine howpixels which are outside the image proper are blurred into the final result.</p><div style="margin: auto;">  <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>
-<p>Each pixel in the overlaid region is replaced with an Elliptical WeightedAverage (EWA) of the source image, scaled according to the grayscalemapping. </p><p>The ellipse is weighted with sigma set to the given <em class="arg">Width</em> and <em class="arg" >Height</em>. The <em class="arg" >Height</em>defaults to the <em class="arg" >Width</em> for a normal circular Gaussianweighting.  The <em class="arg" >Angle</em> will rotate the ellipse fromhorizontal clock-wise.  </p><p>The <a href="command-line-options.html#virtual-pixel">-virtual-pixel</a> setting will determine howpixels which are outside the image proper are blurred into the final result.</p><div style="margin: auto;">  <h4><a id="border"></a>-border <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Surround the image with a border of color. </td><td style='text-align:right;'></td></tr></table>
-<p>Set the width and height using the <em class="arg">size</em> portion of the<em class="arg">geometry</em> argument.  See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. Offsets areignored. </p><p>As of IM 6.7.8-8, the <em class="arg">geometry</em> arguments behave as follows:</p><table id="borderTable" class="doc">  <col width="20%"/> <col width="80%"/>  <thead>  <tr valign="top">    <th style="text-align:center"><em class="arg">size</em></th>    <th>General description</th>  </tr>  </thead>  <tbody>  <tr valign="top">    <td><em class="arg">value</em></td>    <td>value is added to both left/right and top/bottom</td>  </tr>  <tr valign="top">    <td><em class="arg">value-x</em>x</td>    <td>value-x is added only to left/right and top/bottom are unchanged</td>  </tr>  <tr valign="top">    <td>x<em class="arg">value-y</em></td>    <td>value-y is added only to top/bottom and left/right are unchanged</td>  </tr>  <tr valign="top">    <td><em class="arg">value-x</em>x<em class="arg">value-y</em></td>    <td>value-x is added to left/right and value-y added to top/bottom</td>  </tr>  <tr valign="top">    <td><em class="arg">value-x</em>x<code>0</code></td>    <td>value-x is added only to left/right and top/bottom are unchanged</td>  </tr>  <tr valign="top">    <td><code>0</code>x<em class="arg">value-y</em></td>    <td>value-y is added only to top/bottom and left/right are unchanged</td>  </tr>  <tr valign="top">    <td> </td>    <td> </td>  </tr>  <tr valign="top">    <td><em class="arg">value</em>%</td>    <td>value % of width is added to left/right and value % of height is added                  to top/bottom</td>  </tr>  <tr valign="top">    <td><em class="arg">value-x</em>x%</td>    <td>value-x % of width is added to left/right and to top/bottom</td>  </tr>  <tr valign="top">    <td>x<em class="arg">value-y</em>%</td>    <td>value-y % of height is added to top/bottom and to left/right</td>  </tr>  <tr valign="top">    <td><em class="arg">value-x</em>%x<em class="arg">value-y</em>%</td>    <td>value-x % of width is added to left/right and value-y % of height is added to top/bottom</td>  </tr>  <tr valign="top">    <td><em class="arg">value-x</em>%x<code>0</code>%</td>    <td>value-x % of width is added to left/right and top/bottom are unchanged</td>  </tr>  <tr valign="top">    <td><code>0</code>%x<em class="arg">value-y</em>%</td>    <td>value-y % of height is added to top/bottom and left/right are unchanged</td>  </tr>  </tbody>  </table><p>Set the border color by preceding with the <ahref="command-line-options.html#bordercolor">-bordercolor</a> setting.</p><p>The <a href="command-line-options.html#border">-border</a> operation is affected by the current <ahref="command-line-options.html#compose">-compose</a> setting and assumes that this is using the default'<code>Over</code>' composition method.  It generates an image of the appropriatesize colors by the current <a href="command-line-options.html#bordercolor">-bordercolor</a> beforeoverlaying the original image in the center of this net image.  This means thatwith the default compose method of '<code>Over</code>' any transparent parts maybe replaced by the current <a href="command-line-options.html#bordercolor">-bordercolor</a> setting.</p><p>See also the <a href="command-line-options.html#frame">-frame</a> option, which has morefunctionality.</p><div style="margin: auto;">  <h4><a id="bordercolor"></a>-bordercolor <em class="arg">color</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the border color.</td><td style='text-align:right;'></td></tr></table>
-<p>The color is specified using the format described under the <a href="command-line-options.html#fill">-fill</a> option.</p><p>The default border color is <code>#DFDFDF</code>, <span style="background-color: #dfdfdf;">this shade of gray</span>.</p><div style="margin: auto;">  <h4><a id="borderwidth"></a>-borderwidth <em class="arg">geometry</em> </h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the border width.</td><td style='text-align:right;'>[<a href="animate.html">animate</a>, <a href="display.html">display</a>]</td></tr></table>
-<div style="margin: auto;">  <h4><a id="brightness-contrast"></a>-brightness-contrast <em class="arg">brightness</em><br />-brightness-contrast <em class="arg">brightness</em>{x<em class="arg">contrast</em>}{<em class="arg">%</em>}}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Adjust the brightness and/or contrast of the image.</td><td style='text-align:right;'></td></tr></table>
-<p>Brightness and Contrast values apply changes to the input image. They arenot absolute settings. A brightness or contrast value of zero means no change.The range of values is -100 to +100 on each. Positive values increase thebrightness or contrast and negative values decrease the brightness or contrast.To control only contrast, set the brightness=0. To control only brightness,set contrast=0 or just leave it off.</p><p>You may also use <a href="command-line-options.html#fill">-channel</a> to control which channels toapply the brightness and/or contrast change. The default is to apply the sametransformation to all channels.</p><p>Brightness and Contrast arguments are converted to offset and slope of alinear transform and appliedusing <a href="command-line-options.html#fill">-function polynomial "slope,offset"</a>.</p><p>The slope varies from 0 at contrast=-100 to almost vertical atcontrast=+100. For brightness=0 and contrast=-100, the result are totallymidgray. For brightness=0 and contrast=+100, the result will approach butnot quite reach a threshold at midgray; that is the linear transformationis a very steep vertical line at mid gray.</p><p>Negative slopes, i.e. negating the image, are not possible with thisfunction. All achievable slopes are zero or positive.</p><p>The offset varies from -0.5 at brightness=-100 to 0 at brightness=0 to +0.5at brightness=+100. Thus, when contrast=0 and brightness=100, the result istotally white. Similarly, when contrast=0 and brightness=-100, the result istotally black.</p><p>As the range of values for the arguments are -100 to +100, adding the '%'symbol is no different than leaving it off.</p><div style="margin: auto;">  <h4><a id="cache"></a>-cache <em class="arg">threshold</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>(This option has been replaced by the <a href='command-line-options.html#limit'>-limit</a> option.)</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="caption"></a>-caption <em class="arg">string</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Assign a caption to an image.</td><td style='text-align:right;'></td></tr></table>
-<p>This option sets the caption meta-data of an image read in after thisoption has been given.  To modify a caption of images already in memory use"<code><a href="command-line-options.html#set">-set</a> caption</code>". </p><p>The caption can contain special format characters listed in the <ahref="escape.html">Format andPrint Image Properties</a>. These attributes are expanded when the captionis finally assigned to the individual images. </p><p>If the first character of <em class="arg">string</em> is <emclass="arg">@</em>, the image caption is read from a file titled by theremaining characters in the string.  Comments read in from a file are literal;no embedded formatting characters are recognized.</p><p>Caption meta-data is not visible on the image itself. To do that use the<a href="command-line-options.html#annotate">-annotate</a> or <a href="command-line-options.html#draw">-draw</a> optionsinstead.</p><p>For example,</p><p class="crtsnip">     -caption "%m:%f %wx%h"  bird.miff</p><p>produces an image caption of <code>MIFF:bird.miff 512x480</code> (assumingthat the image <code>bird.miff</code> has a width of 512 and a height of480.</p><div style="margin: auto;">  <h4><a id="cdl"></a>-cdl <em class="arg">filename</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>color correct with a color decision list.</td><td style='text-align:right;'></td></tr></table>
-<p>Here is an example color correction collection:</p><pre class="text">&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ColorCorrectionCollection xmlns="urn:ASC:CDL:v1.2"&gt;  &lt;ColorCorrection id="cc06668"&gt;    &lt;SOPNode&gt;      &lt;Slope&gt; 0.9 1.2 0.5 &lt;/Slope&gt;      &lt;Offset&gt; 0.4 -0.5 0.6 &lt;/Offset&gt;      &lt;Power&gt; 1.0 0.8 1.5 &lt;/Power&gt;    &lt;/SOPNode&gt;    &lt;SATNode&gt;      &lt;Saturation&gt; 0.85 &lt;/Saturation&gt;    &lt;/SATNode&gt;  &lt;/ColorCorrection&gt;&lt;/ColorCorrectionCollection&gt;</pre><div style="margin: auto;">  <h4><a id="channel"></a>-channel <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Specify those image color channels to which subsequent operators are limited.</td><td style='text-align:right;'></td></tr></table>
-<p>Choose from: <code>Red</code>, <code>Green</code>, <code>Blue</code>,<code>Alpha</code>, <code>Cyan</code>, <code>Magenta</code>, <code>Yellow</code>,<code>Black</code>, <code>Opacity</code>, <code>Index</code>, <code>RGB</code>,<code>RGBA</code>, <code>CMYK</code>, or <code>CMYKA</code>.</p><p>The channels above can also be specified as a comma-separated list or can beabbreviated as a concatenation of the letters '<code>R</code>', '<code>G</code>','<code>B</code>', '<code>A</code>', '<code>O</code>', '<code>C</code>','<code>M</code>', '<code>Y</code>', '<code>K</code>'.For example, to only select the <code>Red</code> and <code>Blue</code> channelsyou can either use </p><p class="crtsnip">    -channel Red,Blue</p><p>or you can use the short hand form</p><p class="crtsnip">    -channel RB</p><p>All the channels that are present in an image can be specified using thespecial channel type <code>All</code>. Not all operators are 'channel capable',but generally any operators that are generally 'grey-scale' image operators,will understand this setting.  See individual operator documentation. </p><br/><p>On top of the normal channel selection an extra flag can be specified,'<code>Sync</code>'.  This is turned on by default and if set means thatoperators that understand this flag should perform: cross-channelsynchronization of the channels. If not specified, then most grey-scaleoperators will apply their image processing operations to each individualchannel (as specified by the rest of the <a href="command-line-options.html#channel">-channel</a>setting) completely independently from each other. </p><p>For example for operators such as <a href="command-line-options.html#auto-level">-auto-level</a> and<a href="command-line-options.html#auto-gamma">-auto-gamma</a> the color channels are modifiedtogether in exactly the same way so that colors will remain in-sync. Withoutit being set, then each channel is modified separately andindependently, which may produce color distortion. </p><p>The <a href="command-line-options.html#morphology">-morphology</a> '<code>Convolve</code>' methodand the <a href="command-line-options.html#compose">-compose</a> mathematical methods, also understandsthe '<code>Sync</code>' flag to modify the behaviour of pixel colors accordingto the alpha channel (if present). That is to say it will modify the imageprocessing with the understanding that fully-transparent colors should notcontribute to the final result. </p><p>Basically, by default, operators work with color channels in synchronous, andtreats transparency as special, unless the <a href="command-line-options.html#channel">-channel</a>setting is modified so as to remove the effect of the '<code>Sync</code>' flag.How each operator does this depends on that operators current implementation.Not all operators understands this flag at this time, but that is changing.</p><p>To print a complete list of channel types, use <a href="command-line-options.html#list">-listchannel</a>.</p><br /><p>By default, ImageMagick sets <a href="command-line-options.html#channel">-channel</a> to the value'<code>RGBK,sync</code>', which specifies that operators act on all colorchannels except the transparency channel, and that all the color channels areto be modified in exactly the same way, with an understanding of transparency(depending on the operation being applied).  The 'plus' form <ahref="command-line-options.html#channel" >+channel</a> will reset the value back to this default. </p><p>Options that are affected by the <a href="command-line-options.html#channel" >-channel</a> settinginclude the following.<a href="command-line-options.html#auto-gamma">-auto-gamma</a>,<a href="command-line-options.html#auto-level">-auto-level</a>,<a href="command-line-options.html#black-threshold">-black-threshold</a>,<a href="command-line-options.html#blur">-blur</a>,<a href="command-line-options.html#clamp">-clamp</a>,<a href="command-line-options.html#clut">-clut</a>,<a href="command-line-options.html#combine">-combine</a>,<a href="command-line-options.html#composite">-composite</a> (Mathematical compose methods only),<a href="command-line-options.html#convolve">-convolve</a>,<a href="command-line-options.html#contrast-stretch">-contrast-stretch</a>,<a href="command-line-options.html#evaluate">-evaluate</a>,<a href="command-line-options.html#function">-function</a>,<a href="command-line-options.html#fx">-fx</a>,<a href="command-line-options.html#gaussian-blur">-gaussian-blur</a>,<a href="command-line-options.html#hald-clut">-hald-clut</a>,<a href="command-line-options.html#motion-blur">-motion-blur</a>,<a href="command-line-options.html#morphology">-morphology</a>,<a href="command-line-options.html#negate">-negate</a>,<a href="command-line-options.html#normalize">-normalize</a>,<a href="command-line-options.html#ordered-dither">-ordered-dither</a>,<a href="command-line-options.html#radial-blur">-radial-blur</a>,<a href="command-line-options.html#random-threshold">-random-threshold</a>,<a href="command-line-options.html#separate">-separate</a>,<a href="command-line-options.html#threshold">-threshold</a>, and<a href="command-line-options.html#white-threshold">-white-threshold</a>.</p><p>Warning, some operators behave differently when the <a href="command-line-options.html#channel">+channel</a> default setting is in effect, verses ANY user defined <ahref="command-line-options.html#channel" >-channel</a> setting (including the equivalent of thedefault). These operators have yet to be made to understand the newer 'Sync'flag. </p><p>For example <a href="command-line-options.html#threshold">-threshold</a> will by default gray-scalethe image before thresholding, if no <a href="command-line-options.html#channel" >-channel</a> settinghas been defined. This is not 'Sync flag controlled, yet. </p><p>Also some operators such as <a href="command-line-options.html#blur">-blur</a>, <ahref="command-line-options.html#gaussian-blur">-gaussian-blur</a>, will modify their handling of thecolor channels if the '<code>alpha</code>' channel is also enabled by <ahref="command-line-options.html#channel" >-channel</a>.  Generally this done to ensure thatfully-transparent colors are treated as being fully-transparent, and thus anyunderlying 'hidden' color has no effect on the final results.  Typicallyresulting in 'halo' effects. The newer <a href="command-line-options.html#morphology">-morphology</a>convolution equivalents however does have a understanding of the 'Sync' flagand will thus handle transparency correctly by default. </p><p>As a alpha channel is optional within images, some operators will read thecolor channels of an image as a greyscale alpha mask, when the image has noalpha channel present, and the <a href="command-line-options.html#channel" >-channel</a> setting tellsthe operator to apply the operation using alpha channels. The <ahref="command-line-options.html#clut">-clut</a> operator is a good example of this. </p><div style="margin: auto;">  <h4><a id="charcoal"></a>-charcoal <em class="arg">factor</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Simulate a charcoal drawing.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="chop"></a>-chop <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Remove pixels from the interior of an image.</td><td style='text-align:right;'></td></tr></table>
-<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. The <em class="arg">width</em>and <em class="arg">height</em> given in the of the <em class="arg">size</em>portion of the <em class="arg">geometry</em> argument give the number ofcolumns and rows to remove. The <em class="arg">offset</em> portion ofthe <em class="arg">geometry</em> argument is influenced bya <a href="command-line-options.html#gravity">-gravity</a> setting, if present.</p><p>The <a href="command-line-options.html#chop">-chop</a> option removes entire rows and columns,and moves the remaining corner blocks leftward and upward to close the gaps.</p><p>While it can remove internal rows and columns of pixels, it is moretypically used with as <a href="command-line-options.html#gravity">-gravity</a> setting and zerooffsets so as to remove a single edge from an image.  Compare this to <ahref="command-line-options.html#shave" >-shave</a> which removes equal numbers of pixels from oppisitesides of the image.  </p><p>Using <a href="command-line-options.html#chop">-chop</a> effectively undoes the results of a <ahref="command-line-options.html#splice">-splice</a> that was given the same <emclass="arg">geometry</em> and <a href="command-line-options.html#gravity">-gravity</a> settings. </p><div style="margin: auto;">  <h4><a id="clamp"></a>-clamp</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>set each pixel whose value is below zero to zero and any the pixel whose value is above the quantum range to the quantum range (e.g. 65535) otherwise the pixel value remains unchanged.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="clip"></a>-clip</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Apply the clipping path if one is present.</td><td style='text-align:right;'></td></tr></table>
-<p>If a clipping path is present, it is applied to subsequent operations.</p><p>For example, in the command</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert cockatoo.tif -clip -negate negated.tif</span></p><p>only the pixels within the clipping path are negated.</p><p>The <a href="command-line-options.html#clip">-clip</a> feature requires SVG support. If the SVGdelegate library is not present, the option is ignored.</p><p>Use <a href="command-line-options.html#clip">+clip</a> to disable clipping for subsequent operations.</p><div style="margin: auto;">  <h4><a id="clip-mask"></a>-clip-mask</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Clip the image as defined by this mask.</td><td style='text-align:right;'></td></tr></table>
-<p>Use the alpha channel of the current image as a mask.  Any areas that iswhite is not modified by any of the 'image processing operators' that follow,until the mask is removed. Pixels in the black areas of the clip mask aremodified per the requirements of the operator. </p><p>In some ways this is similar to (though not the same) as defininga rectangular <a href="command-line-options.html#region" >-region</a>, or using the negative of themask (third) image in a three image <a href="command-line-options.html#composite" >-composite</a>,operation. </p><p>Use <a href="command-line-options.html#clip-mask">+clip-mask</a> to disable clipping for subsequent operations.</p><div style="margin: auto;">  <h4><a id="clip-path"></a>-clip-path <em class="arg">id</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Clip along a named path from the 8BIM profile.</td><td style='text-align:right;'></td></tr></table>
-<p>This is identical to <a href="command-line-options.html#clip">-clip</a> except choose a specific clip path in the event the image has more than one path available. </p><p>Use <a href="command-line-options.html#clip-path">+clip-path</a> to disable clipping for subsequent operations.</p><div style="margin: auto;">  <h4><a id="clone"></a>-clone <em class="arg">index(s)</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>make a clone of an image (or images).</td><td style='text-align:right;'></td></tr></table>
-<p>Inside parenthesis (where the operator is normally used) it will make aclone of the images from the last 'pushed' image sequence, and adds them tothe end of the current image sequence. Outside parenthesis(not recommended) it clones the images from the current image sequence. </p><p>Specify the image by its index in the sequence.  The first image is index0.  Negative indexes are relative to the end of the sequence; forexample, <code>−1</code>represents the last image of the sequence.  Specify a range of images with adash (e.g. <code>0−4</code>).  Separate multiple indexes with commas but nospaces (e.g. <code>0,2,5</code>).  A value of '<code>0−−1</code> willeffectively clone all the images. </p><p>The <a href="command-line-options.html#clone">+clone</a> will simply make a copy of the last imagein the image sequence, and is thus equivalent to using a argument of'<code>−1</code>'. </p><div style="margin: auto;">  <h4><a id="clut"></a>-clut</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Replace the channel values in the first image using eachcorresponding channel in the second image as a <b>c</b>olor<b>l</b>ook<b>u</b>p <b>t</b>able.</td><td style='text-align:right;'></td></tr></table>
-<p>The second (LUT) image is ordinarily a gradient image containing thehistogram mapping of how each channel should be modified. Typically it is aeither a single row or column image of replacement color values. If largerthan a single row or column, values are taken from a diagonal line fromtop-left to bottom-right corners.</p><p>The lookup is further controlled by the <ahref="command-line-options.html#interpolate">-interpolate</a> setting, which is especially handy for anLUT which is not the full length needed by the ImageMagick installed Quality(Q) level. Good settings for this are the '<code>bilinear</code>' and'<code>bicubic</code>' interpolation settings, which give smooth colorgradients, and the '<code>integer</code>' setting for a direct, unsmoothedlookup of color values. </p><p>This operator is especially suited to replacing a grayscale image with aspecific color gradient from the CLUT image. </p><p>Only the channel values defined by the <a href="command-line-options.html#channel">-channel</a>setting will have their values replaced. In particular, since the default <ahref="command-line-options.html#channel">-channel</a> setting is <code>RGB</code>, this means thattransparency (alpha/matte channel) is not affected, unless the <ahref="command-line-options.html#channel">-channel</a> setting is modified. When the alpha channel isset, it is treated by the <a href="command-line-options.html#clut" >-clut</a> operator in the same wayas the other channels, implying that alpha/matte values are replaced using thealpha/matte values of the original image. </p><p>If either the image being modified, or the lookup image, contains notransparency (i.e. <a href="command-line-options.html#alpha" >-alpha</a> is turned 'off') but the <ahref="command-line-options.html#channel">-channel</a> setting includes alpha replacement, then it isassumed that image represents a gray-scale gradient which is used for thereplacement alpha values.  That is you can use a gray-scale CLUT image toadjust a existing images alpha channel, or you can color a gray-scale imageusing colors form CLUT containing the desired colors, including transparency.</p><p>See also <a href="command-line-options.html#hald-clut" >-hald-clut</a> which replaces colorsaccording to the lookup of the full color RGB value from a 2D representationof a 3D color cube. </p><div style="margin: auto;">  <h4><a id="coalesce"></a>-coalesce</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Fully define the look of each frame of an GIF animation sequence, to form a 'film strip' animation.</td><td style='text-align:right;'></td></tr></table>
-<p>Overlay each image in an image sequence according toits <a href="command-line-options.html#dispose">-dispose</a> meta-data, to reproduce the look ofan animation at each point in the animation sequence. All images should bethe same size, and are assigned appropriate GIF disposal settings for theanimation to continue working as expected as a GIF animation.  Such framesare more easily viewed and processed than the highly optimized GIF overlayimages.  </p><p>The animation can be re-optimized after processing usingthe <a href="command-line-options.html#layers">-layers</a> method '<code>optimize</code>', althoughthere is no guarantee that the restored GIF animation optimization isbetter than the original. </p><div style="margin: auto;">  <h4><a id="colorize"></a>-colorize <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Colorize the image by an amount specified by <em class="arg">value</em> using the color specified by the most recent <a href="command-line-options.html#fill" >-fill</a> setting.</td><td style='text-align:right;'></td></tr></table>
-<p>Specify the amount of colorization as a percentage. Separate colorizationvalues can be applied to the red, green, and blue channels of the image witha comma-delimited list of colorizationvalues (e.g., <code>-colorize 0,0,50</code>).</p><div style="margin: auto;">  <h4><a id="colormap"></a>-colormap <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Define the colormap type.</td><td style='text-align:right;'>[<a href="animate.html">animate</a>, <a href="display.html">display</a>]</td></tr></table>
-<p>The <em class="arg">type</em> can be  <code>shared</code> or <code>private</code>.</p><p>This option only applies when the default X server visualis <code>PseudoColor</code> or <code>GrayScale</code>. Referto <a href="command-line-options.html#visual">-visual</a> for more details. By default,a shared colormap is allocated. The image shares colors withother X clients. Some image colors could be approximated,therefore your image may look very different than intended.If <code>private</code> is chosen, the image colors appear exactlyas they are defined. However, other clients may go <em>technicolor</em>when the image colormap is installed.</p><div style="margin: auto;">  <h4><a id="colors"></a>-colors <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the preferred number of colors in the image.</td><td style='text-align:right;'></td></tr></table>
-<p>The actual number of colors in the image may be less than your request,but never more. Note that this a color reduction option. Images with fewerunique colors than specified by <em class="arg">value</em> will have anyduplicate or unused colors removed.  The ordering of an existing colorpalette may be altered. When converting an image from color to grayscale,it is more efficient to convert the image to the gray colorspace beforereducing the number of colors. Refer tothe <a href="quantize.html">color reduction algorithm</a> for more details.</p><div style="margin: auto;">  <h4><a id="color-matrix"></a>-color-matrix <em class="arg">matrix</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>apply color correction to the image.</td><td style='text-align:right;'></td></tr></table>
-<p>This option permits saturation changes, hue rotation, luminance to alpha,and various other effects.  Although variable-sized transformation matricescan be used, typically one uses a 5x5 matrix for an RGBA image and a 6x6for CMYKA (or RGBA with offsets).  The matrix is similar to those used byAdobe Flash except offsets are in column 6 rather than 5 (in support ofCMYKA images) and offsets are normalized (divide Flash offset by 255).</p><p>As an example, to add contrast to an image with offsets, try this command:</p><pre class="text">   convert kittens.jpg -color-matrix \     " 1.5 0.0 0.0 0.0, 0.0, -0.157 \       0.0 1.5 0.0 0.0, 0.0, -0.157 \       0.0 0.0 1.5 0.0, 0.0, -0.157 \       0.0 0.0 0.0 1.0, 0.0,  0.0 \       0.0 0.0 0.0 0.0, 1.0,  0.0 \       0.0 0.0 0.0 0.0, 0.0,  1.0" kittens.png</pre><div style="margin: auto;">  <h4><a id="colorspace"></a>-colorspace <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the image colorspace.</td><td style='text-align:right;'></td></tr></table>
-<p>Choices are:</p><pre class="text">   CMY          CMYK         Gray         HCL   HCLp         HSB          HSI          HSL   HSV          HWB          Lab          LCHab   LCHuv        LMS          Log          Luv   OHTA         Rec601YCbCr  Rec709YCbCr  RGB   scRGB        sRGB         Transparent  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><p>For a more accurate color conversion to or from the linear RGB, CMYK, or grayscale colorspaces, use the <a href="command-line-options.html#profile">-profile</a> option.  Note, ImageMagick assumes the sRGB colorspace if the image format does not indicate otherwise.  For colorspace conversion, the gamma function is first removed to produce linear RGB.</p><table class="doc">        <caption>Conversion of RGB to Other Color Spaces</caption>        <tr><th align="left" valign="middle">CMY</th></tr>        <tr><td align="left" valign="middle">C=<em class="QR">QuantumRange</em>−R</td></tr>        <tr><td align="left" valign="middle">M=<em class="QR">QuantumRange</em>−G</td></tr>        <tr><td align="left" valign="middle">Y=<em class="QR">QuantumRange</em>−B</td></tr>        <tr><th align="left" valign="middle">CMYK — starts with CMY from above</th></tr>        <tr><td align="left" valign="middle">K=min(C,Y,M)</td></tr>        <tr><td align="left" valign="middle">C=<em class="QR">QuantumRange</em>*(C−K)/(<em class="QR">QuantumRange</em>−K)</td></tr>        <tr><td align="left" valign="middle">M=<em class="QR">QuantumRange</em>*(M−K)/(<em class="QR">QuantumRange</em>−K)</td></tr>        <tr><td align="left" valign="middle">Y=<em class="QR">QuantumRange</em>*(Y−K)/(<em class="QR">QuantumRange</em>−K)</td></tr>        <tr><th align="left" valign="middle">Gray</th></tr>        <tr><td align="left" valign="middle">Gray = 0.298839*R+0.586811*G+0.114350*B</td></tr>        <tr><th align="left" valign="middle">HSB — Hue, Saturation, Brightness; like a cone peak downward</th></tr>        <tr><td align="left" valign="middle">H=angle around perimeter (0 to 360 deg); H=0 is red; increasing angles toward green</td></tr>        <tr><td align="left" valign="middle">S=distance from axis outward</td></tr>        <tr><td align="left" valign="middle">B=distance along axis from bottom upward; B=max(R,G,B); <em>intensity-like</em></td></tr>        <tr><th align="left" valign="middle">HSL — Hue, Saturation, Lightness; like a double cone end-to-end with peaks at very top and bottom</th></tr>        <tr><td align="left" valign="middle">H=angle around perimeter (0 to 360 deg); H=0 is red; increasing angles toward green</td></tr>        <tr><td align="left" valign="middle">S=distance from axis outward</td></tr>        <tr><td align="left" valign="middle">L=distance along axis from bottom upward; L=0.5*max(R,G,B) + 0.5*min(R,G,B); <em>intensity-like</em></td></tr>        <tr><th align="left" valign="middle">HWB — Hue, Whiteness, Blackness</th></tr>        <tr><td align="left" valign="middle">Hue (complicated equation)</td></tr>        <tr><td align="left" valign="middle">Whiteness (complicated equation)</td></tr>        <tr><td align="left" valign="middle">Blackness (complicated equation)</td></tr>        <tr><th align="left" valign="middle">LAB</th></tr>        <tr><td align="left" valign="middle">L (complicated equation relating X,Y,Z)</td></tr>        <tr><td align="left" valign="middle">A (complicated equation relating X,Y,Z)</td></tr>        <tr><td align="left" valign="middle">B (complicated equation relating X,Y,Z)</td></tr>        <tr><th align="left" valign="middle">LOG</th></tr>        <tr><td align="left" valign="middle">I1 (complicated equation involving logarithm of R)</td></tr>        <tr><td align="left" valign="middle">I2 (complicated equation involving logarithm of G)</td></tr>        <tr><td align="left" valign="middle">I3 (complicated equation involving logarithm of B)</td></tr>        <tr><th align="left" valign="middle">OHTA — approximates principal components transformation</th></tr>        <tr><td align="left" valign="middle">I1=0.33333*R+0.33334*G+0.33333*B; <em>intensity-like</em></td></tr>        <tr><td align="left" valign="middle">I2=(0.50000*R+0.00000*G−0.50000*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>        <tr><td align="left" valign="middle">I3=(−0.25000*R+0.50000*G−0.25000*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>        <tr><th align="left" valign="middle">Rec601Luma</th></tr>        <tr><td align="left" valign="middle">Gray = 0.298839*R+0.586811*G+0.114350*B</td></tr>        <tr><th align="left" valign="middle">Rec601YCbCr</th></tr>        <tr><td align="left" valign="middle">Y=0.2988390*R+0.5868110*G+0.1143500*B; <em>intensity-like</em></td></tr>        <tr><td align="left" valign="middle">Cb=(−0.168736*R-0.331264*G+0.500000*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>        <tr><td align="left" valign="middle">Cr=(0.500000*R−0.418688*G−0.081312*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>        <tr><th align="left" valign="middle">Rec709Luma</th></tr>        <tr><td align="left" valign="middle">Gray=0.212656*R+0.715158*G+0.072186*B</td></tr>        <tr><th align="left" valign="middle">Rec709YCbCr</th></tr>        <tr><td align="left" valign="middle">Y=0.212656*R+0.715158*G+0.072186*B; <em>intensity-like</em></td></tr>        <tr><td align="left" valign="middle">Cb=(−0.114572*R−0.385428*G+0.500000*B)+(<em class="QR">QuantumRange</em>+1)/2</td></tr>        <tr><td align="left" valign="middle">Cr=(0.500000*R−0.454153*G−0.045847*B)+(<em class="QR">QuantumRange</em>+1)/2</td></tr>        <tr><th align="left" valign="middle">sRGB</th></tr>        <tr><td align="left" valign="middle">if R ≤ .0.0031308 then Rs=R/12.92 else Rs=1.055 R ^ (1.0 / 2.4) ? 0.055</td></tr>        <tr><td align="left" valign="middle">if G ≤ .0.0031308 then Gs=B/12.92 else Gs=1.055 R ^ (1.0 / 2.4) ? 0.055</td></tr>        <tr><td align="left" valign="middle">if B ≤ .0.0031308 then Bs=B/12.92 else Bs=1.055 R ^ (1.0 / 2.4) ? 0.055</td></tr>        <tr><th align="left" valign="middle">XYZ</th></tr>        <tr><td align="left" valign="middle">X=0.4124240*R+0.3575790*G+0.1804640*B</td></tr>        <tr><td align="left" valign="middle">Y=0.212656*R+0.715158*G+0.0721856*B</td></tr>        <tr><td align="left" valign="middle">Z=0.0193324*R+0.1191930*G+0.9504440*B</td></tr>        <tr><th align="left" valign="middle">YCC</th></tr>        <tr><td align="left" valign="middle">Y=(0.298839*R+0.586811*G+0.114350*B) (with complicated scaling); <em>intensity-like</em></td></tr>        <tr><td align="left" valign="middle">C1=(−0.298839*R−0.586811*G+0.88600*B) (with complicated scaling)</td></tr>        <tr><td align="left" valign="middle">C2=(0.70100*R−0.586811*G−0.114350*B) (with complicated scaling)</td></tr>        <tr><th align="left" valign="middle">YCbCr</th></tr>        <tr><td align="left" valign="middle">Y=0.2988390*R+0.5868110*G+0.1143500*B; <em>intensity-like</em></td></tr>        <tr><td align="left" valign="middle">Cb=(−0.168736*R−0.331264*G+0.500000*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>        <tr><td align="left" valign="middle">Cr=(0.500000*R−0.418688*G−0.081312*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>        <tr><th align="left" valign="middle">YIQ</th></tr>        <tr><td align="left" valign="middle">Y=0.298839*R+0.586811*G+0.114350*B; <em>intensity-like</em></td></tr>        <tr><td align="left" valign="middle">I=(0.59600*R−0.27400*G−0.32200*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>        <tr><td align="left" valign="middle">Q=(0.21100*R−0.52300*G+0.31200*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>        <tr><th align="left" valign="middle">YPbPr</th></tr>        <tr><td align="left" valign="middle">Y=0.2988390*R+0.5868110*G+0.1143500*B; <em>intensity-like</em></td></tr>        <tr><td align="left" valign="middle">Pb=(−0.168736*R−0.331264*G+0.500000*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>        <tr><td align="left" valign="middle">Pr=(0.500000*R−0.418688*G−0.081312*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>        <tr><th align="left" valign="middle">YUV</th></tr>        <tr><td align="left" valign="middle">Y=0.298839*R+0.586811*G+0.114350*B; <em>intensity-like</em></td></tr>        <tr><td align="left" valign="middle">U=(−0.14740*R−0.28950*G+0.43690*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>        <tr><td align="left" valign="middle">V=(0.61500*R−0.51500*G−0.10000*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr></table><p>Note the scRGB colorspace requires HDRI support otherwise it behaves just like linear RGB.</p><div style="margin: auto;">  <h4><a id="combine"></a>-combine</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Combine one or more images into a single image.</td><td style='text-align:right;'></td></tr></table>
-<p>The channels (previously set by <a href="command-line-options.html#channel">-channel</a>) of thecombined image are taken from the grayscale values of each image in thesequence, in order. For the default -channel setting of <code>RGB</code>, thismeans the first image  is assigned to the <code>Red</code> channel, the secondto the <code>Green</code> channel, the third to the <code>Blue</code>.</p><p>This option can be thought of as the inverse to <ahref="command-line-options.html#separate">-separate</a>, so long as the channel settings are the same.Thus, in the following example, the final image should be a copy of theoriginal.  </p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert original.png -channel RGB -separate sepimage.png</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert sepimage-0.png sepimage-1.png sepimage-2.png -channel RGB \ <br/> -combine imagecopy.png</span></p><div style="margin: auto;">  <h4><a id="comment"></a>-comment <em class="arg">string</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Embed a comment in an image.</td><td style='text-align:right;'></td></tr></table>
-<p>This option sets the comment meta-data of an image read in after thisoption has been given.  To modify a comment of images already in memory use"<code><a href="command-line-options.html#set">-set</a> comment</code>". </p><p>The comment can contain special format characters listed in the <ahref="escape.html">Format andPrint Image Properties</a>. These attributes are expanded when the commentis finally assigned to the individual images. </p><p>If the first character of <em class="arg">string</em> is <emclass="arg">@</em>, the image comment is read from a file titled by theremaining characters in the string.  Comments read in from a file are literal;no embedded formatting characters are recognized.</p><p>Comment meta-data are not visible on the image itself. To do that use the<a href="command-line-options.html#annotate">-annotate</a> or <a href="command-line-options.html#draw">-draw</a> optionsinstead.</p><p>For example,</p><p class="crtsnip">     -comment "%m:%f %wx%h"  bird.miff</p><p>produces an image comment of <code>MIFF:bird.miff 512x480</code> (assumingthat the image <code>bird.miff</code> has a width of 512 and a height of480.</p><div style="margin: auto;">  <h4><a id="compare"></a>-compare</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>mathematically and visually annotate the difference between an image and its reconstruction</td><td style='text-align:right;'></td></tr></table>
-<p>This is a convert version of "<code>compare</code>" for two same sized images. The syntax is as follows, but other metrics are allowed.</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png reference.png -metric RMSE -compare \ <br/> difference.png</span></p><p>To get the metric value use the string format "%[distortion]".</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png reference.png -metric RMSE -compare -format \ <br/> "%[distortion]" info:</span></p><div style="margin: auto;">  <h4><a id="complex"></a>-complex <em class="arg">operator</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>perform complex mathematics on an image sequence</td><td style='text-align:right;'></td></tr></table>
-Choose from these operators:<pre class="text">  add  conjugate  divide  magnuitude-phase  multiply  real-imaginary  subtract</pre><p>Optionally specify the <code>divide</code> operator SNR with <code><a href="command-line-options.html#define">-define</a> complex:snr=float</code>.</p><div style="margin: auto;">  <h4><a id="compose"></a>-compose <em class="arg">operator</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the type of image composition.</td><td style='text-align:right;'></td></tr></table>
-<p>See <a href="compose.html">Alpha Compositing</a> fora detailed discussion of alpha compositing.</p><p>This setting effects image processing operators that merge two (or more)images together in some way.  This includes the operators,<a href="command-line-options.html#composite">-compare</a>,<a href="command-line-options.html#composite">-composite</a>,<a href="command-line-options.html#layers">-layers</a> composite,<a href="command-line-options.html#flatten">-flatten</a>,<a href="command-line-options.html#mosaic">-mosaic</a>,<a href="command-line-options.html#layers">-layers</a> merge,<a href="command-line-options.html#border">-border</a>,<a href="command-line-options.html#frame">-frame</a>,and <a href="command-line-options.html#extent">-extent</a>. </p><p>It is also one of the primary options for the "<code>composite</code>"command.  </p><div style="margin: auto;">  <h4><a id="composite"></a>-composite</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Perform alpha composition on two images and an optional mask</td><td style='text-align:right;'></td></tr></table>
-<p>Take the first image 'destination' and overlay the second 'source' imageaccording to the current <a href="command-line-options.html#compose">-compose</a> setting. The locationof the 'source' or 'overlay' image is controlled according to <ahref="command-line-options.html#geometry" >-geometry</a>, and <a href="command-line-options.html#geometry" >-geometry</a>settings. </p><p>If a third image is given this is treated as a gray-scale 'mask' imagerelative to the first 'destination' image. This mask will limit what parts ofthe destination can be modified by the image composition.  However for the'<code>displace</code>' compose method, the mask is used to provide a separateY-displacement image instead. </p><p>If a <a href="command-line-options.html#compose">-compose</a> method requires extra numericalarguments or flags these can be provided by setting the  <ahref="command-line-options.html#set">-set</a> '<code class="arg">option:compose:args</code>'appropriately for the compose method. </p><p>Some <a href="command-line-options.html#compose">-compose</a> methods can modify the 'destination'image outside the overlay area. You can disable this by setting the special <ahref="command-line-options.html#set">-set</a> '<code class="arg">option:compose:outside-overlay</code>'to '<code>false</code>'.  </p><div style="margin: auto;">  <h4><a id="compress"></a>-compress <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Use pixel compression specified by <em class="arg">type</em> when writing the image.</td><td style='text-align:right;'></td></tr></table>
-<p>Choices are: <code class="arg">None</code>, <code class="arg">BZip</code>, <codeclass="arg">Fax</code>, <code class="arg">Group4</code>, <codeclass="arg">JPEG</code>,  <code class="arg">JPEG2000</code>, <codeclass="arg">Lossless</code>, <code class="arg">LZW</code>, <codeclass="arg">RLE</code> or <code class="arg">Zip</code>.</p><p>To print a complete list of compression types, use <a href="command-line-options.html#list">-listcompress</a>.</p><p>Specify <a href="command-line-options.html#compress">+compress</a> to store the binary image in anuncompressed format. The default is the compression type of the specifiedimage file.</p><p>If <code>LZW</code> compression is specified but LZW compression has not beenenabled, the image data is written in an uncompressed LZW format that can beread by LZW decoders. This may result in larger-than-expected GIF files.</p><p><code>Lossless</code> refers to lossless JPEG, which is only available if theJPEG library has been patched to support it. Use of lossless JPEG is generallynot recommended.</p><p>When writing an ICO file, you may request that the images be encoded inPNG format, by specifying <code>Zip</code> compression.</p><p>When writing a JNG file, specify <code>Zip</code> compression to request thatthe alpha channel be encoded in PNG "IDAT" format, or <code>JPEG</code>to request that it be encoded in JPG "JDAA" format.</p><p>Use the <a href="command-line-options.html#quality">-quality</a> option to set the compression levelto be used by JPEG, PNG, MIFF, and MPEG encoders.Use the <a href="command-line-options.html#sampling-factor">-sampling-factor</a> option to set thesampling factor to be used by JPEG, MPEG, and YUV encoders for down-samplingthe chroma channels.</p><div style="margin: auto;">  <h4><a id="contrast"></a>-contrast</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Enhance or reduce the image contrast.</td><td style='text-align:right;'></td></tr></table>
-<p>This option enhances the intensity differences between the lighter anddarker elements of the image. Use <a href="command-line-options.html#contrast">-contrast</a> to enhancethe image or <a href="command-line-options.html#contrast">+contrast</a> to reduce the imagecontrast.</p><p>For a more pronounced effect you can repeat the option:</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose: -contrast -contrast rose_c2.png</span></p><div style="margin: auto;">  <h4><a id="contrast-stretch"></a>-contrast-stretch <em class="arg">black-point</em><br />-contrast-stretch <em class="arg">black-point</em>{x<em class="arg">white-point</em>}{<em class="arg">%</em>}}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Increase the contrast in an image by <em>stretching</em> the range of intensity values.</td><td style='text-align:right;'></td></tr></table>
-<p>While performing the stretch, black-out at most <emclass="arg" >black-point</em> pixels and white-out at most <emclass="arg" >white-point</em> pixels. Or, if percent is used, black-out at most<em class="arg" >black-point %</em> pixels and white-out at most <emclass="arg" >white-point %</em> pixels.</p><p>Prior to ImageMagick 6.4.7-0, <a href="command-line-options.html#contrast-stretch">-contrast-stretch</a> will black-out at most <em class="arg">black-point</em> pixels and white-out at most <em class="arg" >total pixelsminus white-point</em> pixels. Or, if percent is used, black-out at most <emclass="arg">black-point %</em> pixels and white-out at most <em class="arg">100% minus white-point %</em> pixels.</p><p>Note that <code>-contrast-stretch 0</code> will modify the image such thatthe image's min and max values are stretched to 0 and <em class="QR">QuantumRange</em>, respectively, without any loss of data due to burn-out orclipping at either end. This is not the same as <a href="command-line-options.html#normalize">-normalize</a>, which is equivalent to <code>-contrast-stretch 0.15x0.05%</code> (orprior to ImageMagick 6.4.7-0, <code>-contrast-stretch 2%x99%</code>).</p><p>Internally operator works by creating a histogram bin, and then uses thatbin to modify the image. As such some colors may be merged together when theyoriginally fell into the same 'bin'. </p><p>All the channels are normalized in concert by the came amount so as topreserve color integrity, when the default <a href="command-line-options.html#channel" >+channel</a>setting is in use.  Specifying any other <a href="command-line-options.html#channel" >-channel</a>setting will normalize the RGB channels independently.</p><p>See also  <a href="command-line-options.html#auto-level" >-auto-level</a> for a 'perfect'normalization of mathematical images. </p><p>This operator is under review for re-development. </p><div style="margin: auto;">  <h4><a id="convolve"></a>-convolve <em class="arg">kernel</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Convolve an image with a user-supplied convolution kernel.</td><td style='text-align:right;'></td></tr></table>
-<p>The <em class="arg">kernel</em> is a matrix specified asa comma-separated list of integers (with no spaces), ordered left-to right,starting with the top row. Presently, only odd-dimensioned kernels aresupported, and therefore the number of entries in the specified <emclass="arg">kernel</em> must be 3<sup>2</sup>=9, 5<sup>2</sup>=25,7<sup>2</sup>=49, etc. </p><p>Note that the <a href="command-line-options.html#convolve">&#x2011;convolve</a> operator supports the <a href="command-line-options.html#bias">&#x2011;bias</a> setting. This option shifts the convolution so thatpositive and negative results are relative to a user-specified bias value.This is important for non-HDRI compilations of ImageMagick when dealing withconvolutions that contain negative as well as positive values. This isespecially the case with convolutions involving high pass filters or edgedetection. Without an output bias, the negative values is clipped at zero.</p><p>When using an ImageMagick with the HDRI compile-time setting, <a href="command-line-options.html#bias">&#x2011;bias</a> is not needed, as ImageMagick is able to store/handle anynegative results without clipping to the color value range (0..QuantumRange).See the discussion on HDRI implementations of ImageMagick on the page <ahref="high-dynamic-range.html">HighDynamic-Range Images</a>. For more about HDRI go the ImageMagick <ahref="http://www.imagemagick.org/Usage/basics/#hdri">Usage</a> pages or this<a href="http://en.wikipedia.org/wiki/High_dynamic_range_imaging">Wikipedia</a>entry.  </p><div style="margin: auto;">  <h4><a id="crop"></a>-crop <em class="arg">geometry</em>{<em class="arg">@</em>}{<em class="arg">!</em>}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Cut out one or more rectangular regions of the image.</td><td style='text-align:right;'></td></tr></table>
-<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p><p>The <em class="arg">width</em> and <em class="arg">height</em> of the <emclass="arg">geometry</em> argument give the size of the image that remainsafter cropping, and <em class="arg">x</em> and <em class="arg">y</em> in the<em class="arg">offset</em> (if present) gives the location of the top leftcorner of the cropped image with respect to the original image. To specify theamount to be removed, use <a href="command-line-options.html#shave">-shave</a> instead.</p><p>If the <em class="arg">x</em> and <em class="arg">y</em> offsets arepresent, a single image is generated, consisting of the pixels from thecropping region. The offsets specify the location of the upper left corner ofthe cropping region measured downward and rightward with respect to the upperleft corner of the image. If the <a href="command-line-options.html#gravity">-gravity</a> option ispresent with <code>NorthEast</code>, <code>East</code>, or <code>SouthEast</code>gravity, it gives the distance leftward from the right edge of the image tothe right edge of the cropping region. Similarly, if the <ahref="command-line-options.html#gravity">-gravity</a> option is present with <code>SouthWest</code>,<code>South</code>, or <code>SouthEast</code> gravity, the distance is measuredupward between the bottom edges.</p><p>If the <em class="arg">x</em> and <em class="arg">y</em> offsets areomitted, a set of tiles of the specified geometry, covering the entire inputimage, is generated. The rightmost tiles and the bottom tiles are smaller ifthe specified geometry extends beyond the dimensions of the input image.</p><p>You can add the <em class="arg">@</em> to the geometry argument to equally divide the image into the number of tiles generated.</p><p>By adding a exclamation character flag to the geometry argument, thecropped images virtual canvas page size and offset is set as if thegeometry argument was a viewport or window. This means the canvas page sizeis set to exactly the same size you specified, the image offset setrelative top left corner of the region cropped. </p><p>If the cropped image 'missed' the actual image on its virtual canvas, aspecial single pixel transparent 'missed' image is returned, and a 'cropmissed' warning given. </p><p>It might be necessary to <a href="command-line-options.html#repage" >+repage</a> the image prior tocropping the image to ensure the crop coordinate frame is relocated to theupper-left corner of the visible image.Similarly you may want to use <a href="command-line-options.html#repage" >+repage</a> after cropping toremove the page offset that will be left behind. This is especially true whenyou are going to write to an image format such as PNG that supports an imageoffset.</p><div style="margin: auto;">  <h4><a id="cycle"></a>-cycle <em class="arg">amount</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>displace image colormap by amount.</td><td style='text-align:right;'></td></tr></table>
-<p><em class="arg">Amount</em> defines the number of positions eachcolormap entry is shifted.</p><div style="margin: auto;">  <h4><a id="debug"></a>-debug <em class="arg">events</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>enable debug printout.</td><td style='text-align:right;'></td></tr></table>
-<p>The <code>events</code> parameter specifies which events are to be logged. Itcan be either <code>None</code>, <code>All</code>, <code>Trace</code>, ora comma-separated list consisting of one or more of the following domains:<code>Accelerate</code>, <code>Annotate</code>, <code>Blob</code>, <code>Cache</code>,<code>Coder</code>, <code>Configure</code>, <code>Deprecate</code>,<code>Exception</code>, <code>Locale</code>, <code>Render</code>,<code>Resource</code>, <code>Security</code>, <code>TemporaryFile</code>,<code>Transform</code>, <code>X11</code>, or <code>User</code>. </p><p>For example, to log cache and blob events, use.</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -debug "Cache,Blob" rose: rose.png</span></p><p>The <code>User</code> domain is normally empty, but developers can log userevents in their private copy of ImageMagick.</p><p>To print the complete list of debug methods, use <a href="command-line-options.html#list">-listdebug</a>.</p><p>Use the <a href="command-line-options.html#log">-log</a> option to specify the format for debuggingoutput.</p><p>Use <a href="command-line-options.html#debug">+debug</a> to turn off all logging.</p><p>Debugging may also be set using the <code>MAGICK_DEBUG</code> <a href="resources.html#environment">environment variable</a>.  The allowed values for the <code>MAGICK_DEBUG</code>environment variable are the same as for the <a href="command-line-options.html#debug">-debug</a>option.</p><div style="margin: auto;">  <h4><a id="decipher"></a>-decipher <em class="arg">filename</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Decipher and restore pixels that were previously transformed by<a href="command-line-options.html#encipher">-encipher</a>.</td><td style='text-align:right;'></td></tr></table>
-<p>Get the passphrase from the file specified by <emclass="arg">filename</em>.</p><p>For more information, see the webpage, <ahref="../cipher.html">ImageMagick: Encipher orDecipher an Image</a>.</p><div style="margin: auto;">  <h4><a id="deconstruct"></a>-deconstruct</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>find areas that has changed between images </td><td style='text-align:right;'></td></tr></table>
-<p>Given a sequence of images all the same size, such as produced by <ahref="command-line-options.html#coalesce">-coalesce</a>, replace the second and later images, witha smaller image of just the area that changed relative to the previous image.</p><p>The resulting sequence of images can be used to optimize an animationsequence, though will not work correctly for GIF animations when parts of theanimation can go from opaque to transparent. </p><p>This option is actually equivalent to the  <a href="command-line-options.html#layers">-layers</a>method '<code>compare-any</code>'. </p><div style="margin: auto;">  <h4><a id="define"></a>-define <em class="arg">key</em>{<em class="arg">=value</em>}<em class="arg">...</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>add specific global settings generally used to controlcoders and image processing operations.</td><td style='text-align:right;'></td></tr></table>
-<p>This option creates one or more definitions for coders and decoders to usewhile reading and writing image data.  Definitions are generally used tocontrol image file format coder modules, and image processing operations,beyond what is provided by normal means.  Defined settings are listed in <ahref="command-line-options.html#verbose" >-verbose</a> information ("<code>info:</code>" output format)as "Artifacts". </p><p>If <em class="arg">value</em> is missing for a definition, an empty-valueddefinition of a flag is created with that name. This used to control on/offoptions.  Use <a href="command-line-options.html#define">+define key</a> to remove definitionspreviously created.  Use <a href="command-line-options.html#define">+define "*"</a> to remove allexisting definitions.</p><p>The same 'artifact' settings can also be defined using the <ahref="command-line-options.html#set" >-set "option:<em class="arg">key</em>" "<em class="arg">value</em>"</a> option, which also allows the use of <a href="escape.html" >Format and Print ImageProperties</a> in the defined value. </p><p>The <em>option</em> and <em>key</em> are case-independent (they areconverted to lowercase for use within the decoders) while the <em>value</em>is case-dependent.</p><p>Such settings are global in scope, and affect all images and operations. </p><p>The following definitions are just some of the artifacts that areavailable:</p><dl><dt>bmp:format=<em class="arg">value</em></dt>   <dd> valid values are <em class="arg">bmp2</em>, <em class="arg">bmp3</em>,   and <em class="arg">bmp4</em>.  This option can be useful when the   method of prepending "BMP2:" to the output filename is inconvenient or   is not available, such as when using the <a href="mogrify.html">mogrify</a>   utility.</dd><dt>complex:snr=<em class="arg">value</em></dt>   <dd>Set the divide SNR constant<a href="command-line-options.html#complex"   >-complex</a></dd><dt>compose:args=<em class="arg">arguments</em></dt><dd>Sets certain compose argument values when using convert ... -compose ...    -composite. See <a href="../compose.html"    >Image Composition</a></dd><dt>dcm:display-range=reset</dt><dd>Sets the display range to the minimum and maximum pixel values for the    DCM image format.</dd><dt>distort:scale=<em class="arg">value</em></dt>   <dd>Sets the output scaling factor for use with <a href="command-line-options.html#distort"   >-distort</a></dd><dt>distort:viewport=WxH+X+Y</dt>   <dd>Sets the viewport for use with <a href="command-line-options.html#distort">-distort</a></dd><dt>dot:layout-engine=<em class="arg">value</em></dt><dd>Specifies the layout engine for the DOT image format (e.g.    <code>neato</code>).</dd><dt>filter:option=<em class="arg">value</em></dt><dd>Set a filter option for use with <a href="command-line-options.html#resize">-resize</a>.    See <a href="command-line-options.html#filter">-filter</a> for details.</dd><dt>fourier:normalize=inverse</dt>   <dd>Sets the location for the FFT/IFT normalization as use by     <a href="command-line-options.html#fft">+-fft</a> and <a href="command-line-options.html#ift">+-ift</a>. The default is     forward.</dd><dt>jpeg:block-smoothing=<em class="arg">on|off</em></dt><dt>jpeg:colors=<em class="arg">value</em></dt><dd>Set the desired number of colors and let the JPEG encoder do the    quantizing.</dd><dt>jpeg:dct-method=<em class="arg">value</em></dt><dd>Choose from <code>default</code>, <code>fastest</code>, <code>float</code>,    <code>ifast</code>, and <code>islow</code>.</dd><dt>jpeg:extent=<em class="arg">value</em></dt><dd>Restrict the maximum JPEG file size, for example <code>-define    jpeg:extent=400kb</code>.  The JPEG encoder will search for the highest    compression quality level that results in an output file that does not    exceed the value. The <code>-quality</code> option is ignored if it    is also present.</dd><dt>jpeg:fancy-upsampling=<em class="arg">on|off</em></dt><dt>jpeg:optimize-coding=<em class="arg">on|off</em></dt><dt>jpeg:q-table=<em class="arg">table</em></dt><dt>jpeg:sampling-factor=<em class="arg">sampling-factor-string</em></dt><dt>jpeg:size=<em class="arg">geometry</em></dt><dd>Set the size hint of a JPEG image, for    example, <code>-define jpeg:size=128x128</code>.    It is most useful for increasing performance and reducing the memory    requirements when reducing the size of a large JPEG image.</dd><dt>jp2:rate=<em class="arg">value</em></dt><dd>Specify the compression factor to use while writing JPEG-2000 files. The    compression factor is the reciprocal of the compression ratio. The valid    range is 0.0 to 1.0, with 1.0 indicating lossless compression. If defined,    this value overrides the -quality setting.  A quality setting of 75    results in a rate value of 0.06641.</dd><dt>mng:need-cacheoff</dt>  <dd>turn playback caching off for streaming MNG.</dd><dt>png:bit-depth=<em class="arg">value</em></dt><dt>png:color-type=<em class="arg">value</em></dt><dd>desired bit-depth and color-type for PNG output.  You can force the PNG    encoder to use a different bit-depth and color-type than it would have    normally selected, but only if this does not cause any loss of image    quality. Any attempt to reduce image quality is treated as an error and no    PNG file is written.  E.g., if you have a 1-bit black-and-white image, you    can use these "defines" to cause it to be written as an 8-bit grayscale,    indexed, or even a 64-bit RGBA.  But if you have a 16-million color image,    you cannot force it to be written as a grayscale or indexed PNG.  If you    wish to do this, you must use the appropriate <a href="command-line-options.html#depth">-depth</a>,    <a href="command-line-options.html#colors">-colors</a>, or <a href="command-line-options.html#type">-type</a> directives to    reduce the image quality prior to using the PNG encoder. Note that in    indexed PNG files, "bit-depth" refers to the number of bits per index,    which can be 1, 2, 4, or 8.  In such files, the color samples always have    8-bit depth.</dd><dt>png:compression-filter=<em class="arg">value</em></dt>   <dd> valid values are 0 through 9. 0-4 are the corresponding PNG filters,   5 means adaptive filtering except for images with a colormap, 6 means   adaptive filtering for all images, 7 means MNG "loco" compression, 8 means Z_RLE strategy with adaptive filtering, and 9 means Z_RLE strategy with no filtering.</dd><dt>png:compression-level=<em class="arg">value</em></dt>   <dd> valid values are 0 through 9, with 0 providing the least but fastest       compression and 9 usually providing the best and always the slowest.</dd><dt>png:compression-strategy=<em class="arg">value</em></dt>   <dd> valid values are 0 through 4, meaning default, filtered, huffman_only,   rle, and fixed ZLIB compression strategy. If you are using an old zlib   that does not support Z_RLE (before 1.2.0) or Z_FIXED (before 1.2.2.2),   values 3 and 4, respectively, will use the zlib default strategy   instead.</dd><dt>png:format=<em class="arg">value</em></dt>   <dd> valid values are <em class="arg">png8</em>, <em class="arg">png24</em>,   <em class="arg">png32</em>, <em class="arg">png48</em>,   <em class="arg">png64</em>, and <em class="arg">png00</em>.   This property can be useful for specifying   the specific PNG format to be used, when the usual method of prepending the   format name to the output filename is inconvenient, such as when writing   a PNG-encoded ICO file or when using <a href="mogrify.html">mogrify</a>.   Value = <em class="arg">png8</em> reduces the number of colors to 256,   only one of which may be fully transparent, if necessary.  The other   values do not force any reduction of quality; it is an error to request   a format that cannot represent the image data without loss (except that   it is allowed to reduce the bit-depth from 16 to 8 for all formats).   Value = <em class="arg">png24</em> and <em class="arg">png48</em>   allow transparency, only if a single color is fully transparent and that   color does not also appear in an opaque pixel; such transparency is   written in a PNG <code>tRNS</code> chunk.   Value = <em class="arg">png00</em> causes the image to inherit its   color-type and bit-depth from the input image, if the input was also   a PNG.</dd><dt>png:exclude-chunk=<em class="arg">value</em></dt><dt>png:include-chunk=<em class="arg">value</em></dt><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>    <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 excluded and    the <code>gAMA</code> chunk is included, the <code>gAMA</code> chunk will    only be written if gamma is not 1/2.2, since most decoders assume    sRGB and gamma=1/2.2 when no colorspace information is included in    the PNG file.  Because the list is processed from left to right, you    can achieve this with a single define:</p><pre class="text">   -define png:include-chunk=none,gAMA</pre>    <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    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>    <p>The critical PNG chunks <code>IHDR</code>, <code>PLTE</code>,    <code>IDAT</code>, and <code>IEND</code> cannot be excluded.  Any such    entries appearing in the list will be ignored.</p>    <p>If the ancillary PNG <code>tRNS</code> chunk is excluded and the    image has transparency, the PNG colortype is forced to be 4 or 6    (GRAY_ALPHA or RGBA).  If the image is not transparent, then the    <code>tRNS</code> chunk isn't written anyhow, and there is no effect    on the PNG colortype of the output image.</p>    <p>The <a href="command-line-options.html#strip">-strip</a> option does the equivalent of the    following for PNG output:</p><pre class="text">   -define png:include-chunk=none,trns,gama</pre>    <p>The default behavior is to include all known PNG ancillary chunks    plus ImageMagick's private <code>vpAg</code> ("virtual page") chunk,    and to exclude all PNG chunks that are unknown to ImageMagick,    regardless of their PNG "copy-safe" status as described in the    PNG specification.</p>    <p>Any chunk names that are not known to ImageMagick are ignored    if they appear in either the "include-chunk" or "exclude-chunk" list.    The ancillary chunks currently known to ImageMagick are    <code>bKGD</code>, <code>cHRM</code>, <code>gAMA</code>, <code>iCCP</code>,    <code>oFFs</code>, <code>pHYs</code>, <code>sRGB</code>, <code>tEXt</code>,    <code>tRNS</code>, <code>vpAg</code>, and <code>zTXt</code>.</p>    <p>You can also put <code>date</code> in the list to include or exclude    the "Date:create" and "Date:modify" text chunks that ImageMagick normally    inserts in the output PNG.</p></dd><dt>png:preserve-colormap</dt>  <dd>Use the existing image->colormap. Normally the PNG encoder will      try to optimize the palette, eliminating unused entries and putting      the transparent colors first.  If this flag is set, that behavior      is suppressed.</dd><dt>png:preserve-iCCP</dt>   <dd>By default, the PNG decoder and encoder examine any ICC profile       that is present, either from an <code>iCCP</code> chunk in the PNG       input or supplied via an option, and if the profile is recognized       to be the sRGB profile, converts it to the <code>sRGB</code> chunk.       You can use <code>-define png:preserve-iCCP</code> to prevent       this from happening; in such cases the <code>iCCP</code> chunk       will be read or written and no <code>sRGB</code> chunk will be       written.  There are some ICC profiles that claim to be sRGB but       have various errors that cause them to be rejected by libpng16; such       profiles are recognized anyhow and converted to the <code>sRGB</code>       chunk, but are rejected if the <code>-define png:preserve-iCCP</code>       is present. Note that not all "sRGB" ICC profiles are recognized       yet; we will add them to the list as we encounter them.</dd><dt>ps:imagemask</dt><dd>If the ps:imagemask flag is defined, the PS3 and EPS3 coders will create    Postscript files that render bilevel images with the Postscript imagemask    operator instead of the image operator.</dd><dt>quantum:format=<em class="arg">type</em></dt><dd>Set the type to <code>floating-point</code> to specify a floating-point    format for raw files (e.g. GRAY:) or for MIFF and TIFF images in HDRI mode    to preserve negative values. If <a href="command-line-options.html#depth">-depth</a> 16 is    included, the result is a single precision floating point format.    If <a href="command-line-options.html#depth">-depth</a> 32 is included, the result is    double precision floating point format.</dd><dt>quantum:polarity=<em class="arg">photometric-interpretation</em></dt><dd>Set the photometric-interpretation of an image (typically for TIFF image    file format) to either <code>min-is-black</code> (default) or    <code>min-is-white</code>.</dd><dt>sample:offset=<em class="arg">geometry</em></dt><dd>Location of the sampling point within the sub-region being sampled,expressed as percentages (see <a href="command-line-options.html#sample" >-sample</a>).</dd><dt>showkernel=<em class="arg">1</em></dt><dd>Outputs (to 'standard error') all the information about a generated <a    href="command-line-options.html#morphology" >-morphology</a> kernel.</dd><dt>tiff:rows-per-strip=<em class="arg">value</em></dt>   <dd>Sets the number of rows per strip</dd><dt>tiff:tile-geometry=<em class="arg">WxH</em></dt><dd>Sets the tile size for pyramid tiffs. Requires the suffix PTIF: before the    outputname</dd></dl><p>For example, to create a postscript file that will render only the blackpixels of a bilevel image, use:</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert bilevel.tif -define ps:imagemask eps3:stencil.ps</span></p><p>Set attributes of the image registry by prefixing the value with<code>registry:</code>.  For example, to set a temporary path to put work files,use:</p><p class="crtsnip">-define registry:temporary-path=/data/tmp</p><p>If you want to keep the temporary files ImageMagick creates private, overwrite them with zeros or random data before they are removed.  On the first pass, the file is zeroed.  For subsequent passes, random data is written.  For example, to specify two passes:</p><p class="crtsnip">-define registry:shred-passes=2</p><div style="margin: auto;">  <h4><a id="delay"></a>-delay <em class="arg">ticks</em> <br />-delay <em class="arg">ticks</em>x<em class="arg">ticks-per-second</em> {<em class="arg">&lt;</em>} {<em class="arg">&gt;</em>}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>display the next image after pausing.</td><td style='text-align:right;'></td></tr></table>
-<p>This option is useful for regulating the animation of image sequences<em>ticks/ticks-per-second</em> seconds must expire before the display of thenext image. The default is no delay between each showing of the imagesequence.  The default ticks-per-second is 100.</p><p>Use <code>&gt;</code> to change the image delay <em>only</em> if its currentvalue exceeds the given delay. <code>&lt;</code> changes the image delay<em>only</em> if current value is less than the given delay.  For example, ifyou specify <code>30&gt;</code> and the image delay is 20, the image delay doesnot change. However, if the image delay is 40 or 50, the delay it is changedto 30. Enclose the given delay in quotation marks to prevent the<code>&lt;</code> or <code>&gt;</code> from being interpreted by your shell asa file redirection.</p><div style="margin: auto;">  <h4><a id="delete"></a>-delete <em class="arg">indexes</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>delete the images specified by index, from the image sequence.</td><td style='text-align:right;'></td></tr></table>
-<p>Specify the image by its index in the sequence.  The first image is index0.  Negative indexes are relative to the end of the sequence, for example, -1represents the last image of the sequence.  Specify a range of images witha dash (e.g. 0-4).  Separate indexes with a comma (e.g. 0,2).  Use<code>+delete</code> to delete the last image in the current image sequence.</p><div style="margin: auto;">  <h4><a id="density"></a>-density <em class="arg">width</em><br />-density <em class="arg">width</em>x<em class="arg">height</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the horizontal and vertical resolution of an image forrendering to devices.</td><td style='text-align:right;'></td></tr></table>
-<p>This option specifies the image resolution to store while encoding a rasterimage or the canvas resolution while rendering (reading) vector formats suchas Postscript, PDF, WMF, and SVG into a raster image. Image resolutionprovides the unit of measure to apply when rendering to an output device orraster image. The default unit of measure is in dots per inch (DPI). The <ahref="command-line-options.html#units">-units</a> option may be used to select dots per centimeterinstead.</p><p>The default resolution is 72 dots per inch, which is equivalent to onepoint per pixel (Macintosh and Postscript standard). Computer screens arenormally 72 or 96 dots per inch, while printers typically support 150, 300,600, or 1200 dots per inch. To determine the resolution of your display, usea ruler to measure the width of your screen in inches, and divide by thenumber of horizontal pixels (1024 on a 1024x768 display).</p><p>If the file format supports it, this option may be used to update thestored image resolution. Note that Photoshop stores and obtains imageresolution from a proprietary embedded profile. If this profile is notstripped from the image, then Photoshop will continue to treat the image usingits former resolution, ignoring the image resolution specified in the standardfile header.</p><p>The <a href="command-line-options.html#density">-density</a> option sets an <em>attribute</em> anddoes not alter the underlying raster image. It may be used to adjust therendered size for desktop publishing purposes by adjusting the scale appliedto the pixels. To resize the image so that it is the same size at a differentresolution, use the <a href="command-line-options.html#resample">-resample</a> option.</p><div style="margin: auto;">  <h4><a id="depth"></a>-depth <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>depth of the image.</td><td style='text-align:right;'></td></tr></table>
-<p>This the number of bits in a color sample within a pixel.  Use this optionto specify the depth of raw images whose depth is unknown such as GRAY, RGB,or CMYK, or to change the depth of any image after it has been read.</p><div style="margin: auto;">  <h4><a id="descend"></a>-descend</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>obtain image by descending window hierarchy.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="deskew"></a>-deskew <em class="arg">threshold</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>straighten an image.  A threshold of 40% works for most images.</td><td style='text-align:right;'></td></tr></table>
-<p>Use <a href="command-line-options.html#set">-set</a> <code>option:deskew:auto-crop<em>width</em></code> to auto crop the image.  The set argument is the pixelwidth of the image background (e.g 40).</p><div style="margin: auto;">  <h4><a id="despeckle"></a>-despeckle</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>reduce the speckles within an image.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="direction"></a>-direction <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>render text right-to-left or left-to-right.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="displace"></a>-displace <em class="arg">horizontal-scale</em><br />-displace <em class="arg">horizontal-scale</em>x<em class="arg">vertical-scale</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>shift image pixels as defined by a displacement map.</td><td style='text-align:right;'>[<a href="composite.html">composite</a>]</td></tr></table>
-<p>With this option, the 'overlay' image, and optionally the 'mask' image,is used as a displacement map, which is used to displace the lookup ofwhat part of the 'background' image is seen at each point of the overlaidarea.  Much like the displacement map is a 'lens' that redirects light shiningthrough it so as to present a distorted view the original 'background' imagebehind it. </p><p>Any perfect grey areas of the displacement map produce a zerodisplacement of the image. Black areas produce the given maximum negativedisplacement of the lookup point, while white produce a maximum positivedisplacement of the lookup. </p><p>Note that it is the lookup of the 'background' that is displaced, not adisplacement of the image itself. As such an area of the displacement mapcontaining 'white' will have the lookup point 'shifted' by a positive amount,and thus generating a copy of the destination image to the right/downward fromthe correct position.  That is the image will look like it may have been'shifted' in a negative left/upward direction.  Understanding this is a veryimportant in understanding how displacement maps work.  </p><p>The given arguments define the maximum amount of displacement in pixelsthat a particular map can produce. If the displacement scale is large enoughit is also possible to lookup parts of the 'background' image that lie welloutside the bounds of the displacement map itself.  That is you could veryeasily copy a section of the original image from outside the overlay areainto the overlay area. </p><p>The '%' flag makes the displacement scale relative to the size of theoverlay image (100% = half width/height of image). Using '!' switchespercentage arguments to refer to the destination image size instead.these flags were added as of IM v6.5.3-5.</p><p>Normally a single grayscale displacement map is provided, which with thegiven scaling values will determine a single direction (vector) in whichdisplacements can occur (positively or negatively).  However, if you alsospecify a third image which is normally used as a <em class="arg">mask</em>,the <em class="arg">composite image</em> is used for horizontal Xdisplacement, while the <em class="arg">mask image</em> is used for vertical Ydisplacement.  This allows you to define completely different displacementvalues for the X and Y directions, and allowing you to lookup any point withinthe  <em class="arg">scale</em> bounds.  In other words each pixel can lookupany other nearby pixel, producing complex 2 dimensional displacements, ratherthan a simple 1 dimensional vector displacements. </p><p>Alternatively rather than supplying two separate images, as of IM v6.4.4-0,you can use the 'red' channel of the overlay image to specify the horizontalor X displacement, and the 'green' channel for the vertical or Y displacement.</p><p>As of IM v6.5.3-5 any alpha channel in the overlay image is used as amask the transparency of the destination image. However areas outside theoverlaid areas will not be effected. </p><div style="margin: auto;">  <h4><a id="display"></a>-display <em class="arg">host:display[.screen]</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Specifies the X server to contact.</td><td style='text-align:right;'>[<a href="animate.html">animate</a>, <a href="display.html">display</a>]</td></tr></table>
-<p>This option is used with convert for obtaining image or font from thisX server. See <em class="arg">X(1)</em>.</p><div style="margin: auto;">  <h4><a id="dispose"></a>-dispose <em class="arg">method</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>define the GIF disposal image setting for images that are being created or read in. </td><td style='text-align:right;'></td></tr></table>
-<p>The layer disposal method defines the way each the displayed image is to bemodified after the current 'frame' of an animation has finished beingdisplayed (after its 'delay' period), but before the next frame on ananimation is to be overlaid onto the display. </p><p>Here are the valid methods:</p><pre class="text">   Undefined   0  No disposal specified (equivalent to '<code>none</code>').   None        1  Do not dispose, just overlay next frame image.   Background  2  Clear the frame area with the background color.   Previous    3  Clear to the image prior to this frames overlay.</pre><p>You can also use the numbers given above, which is what the GIF formatuses internally to represent the above settings. </p><p>To print a complete list of dispose methods, use <a href="command-line-options.html#list">-list dispose</a>.</p><p>Use <a href="command-line-options.html#dispose" >+dispose</a>, turn off the setting and preventresetting the layer disposal methods of images being read in. </p><p>Use <a href="command-line-options.html#set">-set</a> '<code>dispose</code>' method to set the imagedisposal method for images already in memory.</p><div style="margin: auto;">  <h4><a id="dissimilarity-threshold"></a>-dissimilarity-threshold <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>maximum RMSE for subimage match (default 0.2).</td><td style='text-align:right;'>[<a href="compare.html">compare</a>]</td></tr></table>
-<div style="margin: auto;">  <h4><a id="dissolve"></a>-dissolve <em class="arg">src_percent</em>[x<em class="arg">dst_percent</em>]</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>dissolve an image into another by the given percent.</td><td style='text-align:right;'>[<a href="composite.html">composite</a>]</td></tr></table>
-<p>The opacity of the composite image is multiplied by the given percent, thenit is composited 'over' the main image.  If <em class="arg">src_percent</em>is greater than 100, start dissolving the main image so it becomestransparent at a value of '<code class="arg">200</code>'.  If both percentagesare given, each image are dissolved to the percentages given. </p><p>Note that dissolve percentages do not add, two opaque images dissolved'50,50', produce a 75% transparency. For a 50% + 50% blending of the twoimages, you would need to use dissolve values of '50,100'.  </p><div style="margin: auto;">  <h4><a id="distort"></a>-distort <em class="arg">method arguments</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>distort an image, using the given <em class="arg">method</em> and its required <em class="arg">arguments</em>.</td><td style='text-align:right;'></td></tr></table>
-<p>The <em class="arg">arguments</em> is a single string containing a listof floating point numbers separated by commas or spaces.  The number ofand meaning of the floating point values depends on the distortion <emclass="arg">method</em> being used. </p><p>Choose from these distortion types:</p><table class="doc">  <tr valign="top">    <th align="left" style="width: 8%">Method</th>    <th align="left">Description</th>  </tr>  <tr valign="top">    <td valign="top"><code>ScaleRotateTranslate</code>      <br/>or   <code>SRT</code></td>    <td valign="top">       Distort image by first scaling and rotating about a given 'center',       before translating that 'center' to the new location, in that order. It       is an alternative method of specifying a '<code>Affine</code>' type of       distortion, but without shearing effects.  It also provides a good way       of rotating and displacing a smaller image for tiling onto a larger       background (IE 2-dimensional animations). <br/>       The number of arguments determine the specific meaning of each       argument for the scales, rotation, and translation operations. <br/>       <table style="margin-left:auto; margin-right:auto;">       <tr><td>#  </td><td>arguments meaning</td></tr>       <tr><td>1:</td><td><em>Angle_of_Rotation</em></td></tr>       <tr><td>2:</td><td><em>Scale   Angle</em></td></tr>       <tr><td>3:</td><td><em>X,Y     Angle</em></td></tr>       <tr><td>4:</td><td><em>X,Y   Scale   Angle</em></td></tr>       <tr><td>5:</td>           <td><em>X,Y   ScaleX,ScaleY   Angle</em></td></tr>       <tr><td>6:</td>           <td><em>X,Y   Scale   Angle   NewX,NewY</em></td></tr>       <tr><td>7:</td>           <td><em>X,Y   ScaleX,ScaleY   Angle                     NewX,NewY</em></td></tr>       </table>       This is actually an alternative way of specifying a 2 dimensional linear       '<code>Affine</code>' or '<code>AffineProjection</code>' distortion.  </td> </tr>  <tr valign="top">    <td valign="top"><code>Affine</code></td>    <td valign="top">       Distort the image linearly by moving a list of at least 3 or more sets       of control points (as defined below).  Ideally 3 sets or 12 floating       point values are given allowing the image to be linearly scaled,       rotated, sheared, and translated, according to those three points. See       also the related '<code>AffineProjection</code>' and '<code>SRT</code>'       distortions. <br/>       More than 3 sets given control point pairs (12 numbers) is least       squares fitted to best match a linear affine distortion. If only 2       control point pairs (8 numbers) are given a two point image translation       rotation and scaling is performed, without any possible  shearing,       flipping or changes in aspect ratio to the resulting image. If only one       control point pair is provides the image is only translated, (which may       be a floating point non-integer translation). <br/>       This distortion does not include any form of perspective distortion.       </td>  </tr>  <tr valign="top">    <td valign="top"><code>AffineProjection</code></td>    <td valign="top">       Linearly distort an image using the given Affine Matrix of 6       pre-calculated coefficients forming a set of Affine Equations to map       the source image to the destination image.       <div style="text-align: center"><em>       s<sub>x</sub>, r<sub>x</sub>,       r<sub>y</sub>, s<sub>y</sub>,       t<sub>x</sub>, t<sub>y</sub>       </em></div>       See <a href="command-line-options.html#affine" >-affine</a> setting for more detail, and       meanings of these coefficients. <br/>       The distortions '<code>Affine</code>' and '<code>SRT</code>' provide       alternative methods of defining this distortion, with ImageMagick doing       the calculations needed to generate the required coefficients. You can       see the internally generated coefficients, by using a <a       href="command-line-options.html#verbose" >-verbose</a> setting with those other variants.  </td>  </tr>  <tr valign="top">    <td valign="top"><code>BilinearForward</code><br/>    <code>BilinearReverse</code></td>    <td valign="top">       Bilinear Distortion, given a minimum of 4 sets of coordinate pairs, or       16 values (see below). Not that lines may not appear straight after       distortion, though the distance between coordinates will remain       consistent. <br/>       The '<code>BilinearForward</code>' is used to map rectangles to any       quadrilateral, while the '<code>BilinearReverse</code>' form maps any       quadrilateral to a rectangle, while preserving the straight line edges       in each case.  <br/>       Note that '<code>BilinearForward</code>' can generate invalid pixels       which will be colored using the <a href="command-line-options.html#mattecolor" >-mattecolor</a>       color setting.  Also if the quadrilateral becomes 'flipped' the image       may disappear. <br/>       There are future plans to produce a true Bilinear distortion that will       attempt to map any quadrilateral to any other quadrilateral, while       preserving edges (and edge distance ratios).       </td>  </tr>  <tr valign="top">    <td valign="top"><code>Perspective</code></td>    <td valign="top">       Perspective distort the images, using a list of 4 or more sets of       control points (as defined below).  More that 4 sets (16 numbers) of       control points provide least squares fitting for more accurate       distortions (for the purposes of image registration and panorama       effects).  Less than 4 sets will fall back to a '<code>Affine</code>'       linear distortion.  <br/>       Perspective Distorted images ensures that straight lines remain       straight, but the scale of the distorted image will vary. The horizon       is anti-aliased, and the 'sky' color may be set using the       <a href="command-line-options.html#mattecolor" >-mattecolor</a> setting. </td>  </tr>  <tr valign="top">    <td valign="top"><code>PerspectiveProjection</code>  </td>    <td valign="top">       Do a '<code>Perspective</code>' distortion biased on a set of 8       pre-calculated coefficients. You can get these coefficients by looking       at the <a href="command-line-options.html#verbose" >-verbose</a> output of a       '<code>Perspective</code>' distortion, or by calculating them yourself.       If the last two perspective scaling coefficients are zero, the       remaining 6 represents a transposed 'Affine Matrix'. </td>  </tr>  <tr valign="top">    <td valign="top"><code>Arc</code></td>    <td valign="top">       Arc the image (variation of polar mapping) over the angle given around       a circle. <br/>       <table width="90%" style = "margin-left: auto; margin-right: auto;">       <tr valign="top"><td>Argument</td>           <td>Meaning</td></tr>       <tr valign="top"><td><em>arc_angle</em></td>           <td>The angle over which to arc the image side-to-side</td></tr>       <tr valign="top"><td><em>rotate_angle</em></td>           <td>Angle to rotate resulting image from vertical center</td></tr>       <tr valign="top"><td><em>top_radius</em></td>           <td>Set top edge of source image at this radius</td></tr>       <tr valign="top"><td><em>bottom_radius</em> </td>           <td>Set bottom edge to this radius (radial scaling)</td></tr>       </table>       The resulting image is always resized to best fit the resulting image,       (as if using <a href="command-line-options.html#distort" >+distort</a>) while attempting to       preserve scale and aspect ratio of the original image as much as       possible with the arguments given by the user. All four arguments will       be needed to change the overall aspect ratio of an 'Arc'ed image. <br/>       This a variation of a polar distortion designed to try to preserve the       aspect ratio of the image rather than direct Cartesian to Polar       conversion. </td>  </tr>  <tr valign="top">    <td valign="top"><code>Polar</code></td>    <td valign="top">       Like '<code>Arc</code>' but do a complete Cartesian to Polar mapping of       the image. that is the height of the input image is mapped to the       radius limits, while the width is wrapped around between the       angle limits. <br/>       Arguments: <em>Rmax,Rmin CenterX,CenterY, start,end_angle</em> <br/>       All arguments are optional. With <em>Rmin</em> defaulting to zero, the       center to the center of the image, and the angles going from -180 (top)       to +180 (top).  If <em>Rmax</em> is given the special value of       '<code>0</code>', the the distance from the center to the nearest edge       is used for the radius of the output image, which will ensure the whole       image is visible (though scaled smaller).  However a special value of       '<code>-1</code>' will use the distance from the center to the furthest       corner,  This may 'clip' the corners from the input rectangular image,       but will generate the exact reverse of a '<code>DePolar</code>' with       the same arguments. <br/>       If the plus form of distort (<a href="command-line-options.html#distort" >+distort</a>) is used       output image center will default to <code>0,0</code> of the virtual       canvas, and the image size adjusted to ensure the whole input image is       made visible in the output image on the virtual canvas. </td>  </tr>  <tr valign="top">    <td valign="top"><code>DePolar</code></td>    <td valign="top">       Uses the same arguments and meanings as a '<code>Polar</code>' distortion       but generates the reverse Polar to Cartesian distortion. <br/>       The special <em>Rmax</em> setting of '<code>0</code>' may however clip       the corners of the input image.  However using the special       <em>Rmax</em> setting of '<code>-1</code>' (maximum center to corner       distance) will ensure the whole distorted image is preserved in the       generated result, so that the same argument to '<code>Polar</code>' will       reverse the distortion re-producing the original.       Note that as this distortion requires the area resampling of a circular       arc, which can not be handled by the builtin EWA resampling function.       As such the normal EWA filters are turned off. It is recommended some       form of 'super-sampling' image processing technique be used to produce       a high quality result. </td>  </tr>  <tr valign="top">    <td valign="top"><code>Barrel</code></td>    <td valign="top">       Given the four coefficients (A,B,C,D) as defined by <a       href="http://wiki.panotools.org/Lens_correction_model" >Helmut       Dersch</a>, perform a barrel or pin-cushion distortion appropriate to       correct radial lens distortions.  That is in photographs, make straight       lines straight again. <br/>       Arguments: <em>A   B   C</em>   [ <em>D</em>   [       <em>X</em> , <em>Y</em> ] ] <br/>       or <em>A<sub>x</sub> B<sub>x</sub> C<sub>x</sub> D<sub>x</sub>         A<sub>y</sub> B<sub>y</sub> C<sub>y</sub> D<sub>y</sub></em>         [ <em>X</em> , <em>Y</em> ] <br/>       So that it forms the function <br/>          Rsrc = r * ( <em>A</em>*r<sup>3</sup> + <em>B</em>*r<sup>2</sup> +                               <em>C</em>*r + <em>D</em> )<br/>       Where <em>X</em>,<em>Y</em> is the optional center of the distortion       (defaulting to the center of the image). <br/>       The second form is typically used to distort images, rather than       correct lens distortions. <br/>       </td>  </tr>  <tr valign="top">    <td valign="top"><code>BarrelInverse</code></td>    <td valign="top">       This is very similar to '<code>Barrel</code>' with the same set of       arguments, and argument handling.  However it uses the inverse       of the radial polynomial,       so that it forms the function <br/>          Rsrc = r / ( <em>A</em>*r<sup>3</sup> + <em>B</em>*r<sup>2</sup> +                               <em>C</em>*r + <em>D</em> )<br/>       Note that this is not the reverse of the '<code>Barrel</code>'       distortion, just a different barrel-like radial distortion method.       </td>  </tr>  <tr valign="top">    <td valign="top"><code>Shepards</code></td>    <td valign="top">       Distort the given list control points (any number) using an Inverse       Squared Distance Interpolation Method (<a       href="http://en.wikipedia.org/wiki/Shepard%27s_method" >Shepards       Method</a>). The control points in effect do 'localized' displacement       of the image around the given control point (preserving the look and       the rotation of the area near the control points.  For best results       extra control points should be added to 'lock' the positions of the       corners, edges and other unchanging parts of the image, to prevent       their movement. <br/>       The distortion has been likened to 'taffy pulling' using nails, or       pins' stuck in a block of 'jelly' which is then moved to the new       position, distorting the surface of the jelly. <br/>       Internally it is equivalent to generating a displacement map (see <a       href="command-line-options.html#displace" >-displace</a>) for source image color look-up using       the <a href="command-line-options.html#sparse-color" >-sparse-color</a> method of the same name.       </td>  </tr></table><p>To print a complete list of distortion methods, use <a href="command-line-options.html#list">-listdistort</a>.</p><p>Many of the above distortion methods such as '<code>Affine</code>','<code>Perspective</code>', and '<code>Shepards</code>' use a list control pointsdefining how these points in the given image should be distorted in thedestination image. Each set of four floating point values represent a sourceimage coordinate, followed immediately by the destination image coordinate.This produces a list of values such as...</p><div style="text-align: center"><em>      U<sub>1</sub>,V<sub>1</sub> X<sub>1</sub>,Y<sub>1</sub>        U<sub>2</sub>,V<sub>2</sub> X<sub>2</sub>,Y<sub>2</sub>        U<sub>3</sub>,V<sub>3</sub> X<sub>3</sub>,Y<sub>3</sub>        ...        U<sub>n</sub>,V<sub>n</sub> X<sub>n</sub>,Y<sub>n</sub>  </em></div><p>where <em>U,V</em> on the source image is mapped to <em>X,Y</em> on thedestination image. </p><p>For example, to warp an image using '<code>perspective</code>' distortion,needs a list of at least 4 sets of coordinates, or 16 numbers.  Here is theperspective distortion of the built-in "rose:" image. Note how spaces wereused to group the 4 sets of coordinate pairs, to make it easier to read andunderstand.</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose:  -virtual-pixel black \<br/>     -distort Perspective '0,0,0,0  0,45,0,45  69,0,60,10  69,45,60,35' \<br/>     rose_3d_rotated.gif</span></p><p>If more that the required number of coordinate pairs are given fora distortion, the distortion method is 'least squares' fitted to produce thebest result for all the coordinate pairs given. If less than the ideal numberof points are given, the distort will generally fall back to a simpler form ofdistortion that can handles the smaller number of coordinates (usually a linear'<code>Affine</code>' distortion). </p><p>By using more coordinates you can make use of image registration tool tofind matching coordinate pairs in overlapping images, so as to improve the'fit' of the distortion. Of course a bad coordinate pair can also make the'fit' worse. Caution is always advised. </p><p>Colors are acquired from the source image according to a cylindricalresampling <a href="command-line-options.html#filter" >-filter</a>, using a special technique known asEWA resampling. This produces very high quality results, especially whenimages become smaller (minified) in the output, which is very common whenusing '<code>perspective</code>' distortion. For example here we viewa infinitely tiled 'plane' all the way to the horizon. </p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 90x90 pattern:checkerboard -normalize -virtual-pixel tile \<br/>     -distort perspective  '0,0,5,45  89,0,45,46  0,89,0,89  89,89,89,89' \<br/>     checks_tiled.jpg</span></p><p>Note that a infinitely tiled perspective images involving the horizon canbe very slow, because of the number of pixels that are compressed to generateeach individual pixel close to the 'horizon'.  You can turn off EWAresampling, by specifing the special <a href="command-line-options.html#filter" >-filter</a> setting of'<code>point</code>' (recommended if you plan to use super-sampling instead).</p><p>If an image generates <i>invalid pixels</i>, such as the 'sky' in the lastexample, <a href="command-line-options.html#distort" >-distort</a> will use the current <ahref="command-line-options.html#mattecolor" >-mattecolor</a> setting for these pixels. If you do notwhat these pixels to be visible, set the color to match the rest of theground. </p><p>The output image size will by default be the same as the input image.  Thismeans that if the part of the distorted image falls outside the viewed area ofthe 'distorted space', those parts is clipped and lost.  However if you usethe plus form of the operator (<a href="command-line-options.html#distort" >+distort</a>) the operatorwill attempt (if possible) to show the whole of the distorted image, whileretaining a correct 'virtual canvas' offset, for image layering. This offsetmay need to be removed using <a href="command-line-options.html#repage" >+repage</a>, to remove if itis unwanted. </p><p>Setting <a href="command-line-options.html#verbose" >-verbose</a> setting, will cause <ahref="command-line-options.html#distort" >-distort</a> to attempt to output the internal coefficients,and the <a href="command-line-options.html#fx" >-fx</a> equivalent to the distortion, for expert study,and debugging purposes. This many not be available for all distorts. </p><p>You can alternatively specify a special "<code><a href="command-line-options.html#define">-define</a> distort:viewport={geometry_string}</code>" setting which willspecify the size and the offset of the generated 'viewport' image of thedistorted image space.</p><p>Setting a "<code><a href="command-line-options.html#define" >-define</a>distort:scale={scale_factor}</code>" will scale the output image (viewport orotherwise) by that factor without changing the viewed contents of thedistorted image. This can be used either for 'super-sampling' the image fora higher quality result, or for panning and zooming around the image (withappropriate viewport changes, or post-distort cropping and resizing). </p><p>Setting "<code><a href="command-line-options.html#define" >-define</a> resample:verbose=1</code>"will output the cylindrical filter lookup table created by the EWA (EllipticalWeighted Average) resampling algorithm. Note this table uses a squared radiuslookup value. This is typically only used for debugging EWA resampling. </p><div style="margin: auto;">  <h4><a id="distribute-cache"></a>-distribute-cache <em class="arg">port</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>launch a distributed pixel cache server. </td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="dither"></a>-dither <em class="arg">method</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Apply a Riemersma or Floyd-Steinberg error diffusion dither toimages when general color reduction is applied via an option, or automagicallywhen saving to specific formats. This enabled by default. </td><td style='text-align:right;'></td></tr></table>
-<p>Dithering places two or more colors in neighboring pixels so that to theeye a closer approximation of the images original color is reproduced. Thisreduces the number of colors needed to reproduce the image but at the cost ofa lower level pattern of colors. Error diffusion dithers can use any set ofcolors (generated or user defined) to an image.  </p><p>Dithering is turned on by default, to turn it off use the plus form of thesetting, <a href="command-line-options.html#dither">+dither</a>. This will also also render PostScriptwithout text or graphic aliasing. Disabling dithering often (but not always)leads to faster process, a smaller number of colors, but more cartoon likeimage coloring.  Generally resulting in 'color banding' effects in areas withcolor gradients. </p><p>The color reduction operators <a href="command-line-options.html#colors">-colors</a>, <ahref="command-line-options.html#monochrome">-monochrome</a>, <a href="command-line-options.html#remap ">-remap</a>, and <ahref="command-line-options.html#posterize">-posterize</a>, apply dithering to images using the reducedcolor set they created. These operators are also used as part of automaticcolor reduction when saving images to formats with limited color support, suchas <code>GIF:</code>, <code>XBM:</code>, and others, so dithering may also be usedin these cases. </p><p>Alternatively you can use <a href="command-line-options.html#random-threshold">-random-threshold</a>to generate purely random dither. Or use <ahref="command-line-options.html#ordered-dither">-ordered-dither</a> to apply threshold mapped ditherpatterns, using uniform color maps, rather than specific color maps. </p><div style="margin: auto;">  <h4><a id="draw"></a>-draw <em class="arg">string</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 one or more graphic primitives.</td><td style='text-align:right;'></td></tr></table>
-<p>Use this option to annotate or decorate an image with one or more graphicprimitives. The primitives include shapes, text, transformations, and pixeloperations.</p><p>The shape primitives:</p><pre class="text">   point           x,y   line            x0,y0 x1,y1   rectangle       x0,y0 x1,y1   roundRectangle  x0,y0 x1,y1 wc,hc   arc             x0,y0 x1,y1 a0,a1   ellipse         x0,y0 rx,ry a0,a1   circle          x0,y0 x1,y1   polyline        x0,y0  ...  xn,yn   polygon         x0,y0  ...  xn,yn   bezier          x0,y0  ...  xn,yn   path            path specification   image           operator x0,y0 w,h filename</pre><p>The text primitive:</p><pre class="text">   text            x0,y0 string</pre><p>The text gravity primitive:</p><pre class="text">   gravity         NorthWest, North, NorthEast, West, Center,                   East, SouthWest, South, or SouthEast</pre><p>The text gravity primitive only affects the placement of text and does notinteract with the other primitives.  It is equivalent to using the <ahref="command-line-options.html#gravity">-gravity</a> command-line option, except that it is limited inscope to the <a href="command-line-options.html#draw">-draw</a> option in which it appears.</p><p>The transformation primitives:</p><pre class="text">   rotate     degrees   translate  dx,dy   scale      sx,sy   skewX      degrees   skewY      degrees</pre><p>The pixel operation primitives:</p><pre class="text">   color  x0,y0 method   matte  x0,y0 method</pre><p>The shape primitives are drawn in the color specified by the preceding <ahref="command-line-options.html#fill">-fill</a> setting.  For unfilled shapes, use <ahref="command-line-options.html#fill">-fill none</a>.  You can optionally control the stroke (the"outline" of a shape) with the <a href="command-line-options.html#stroke">-stroke</a> and <ahref="command-line-options.html#strokewidth">-strokewidth</a> settings.</p><p>A <code>point</code> primitive is specified by a single <em>point</em> in thepixel plane, that is, by an ordered pair of integer coordinates,<em>x</em>,<em>y</em>. (As it involves only a single pixel, a <code>point</code>primitive is not affected by <a href="command-line-options.html#stroke">-stroke</a> or <ahref="command-line-options.html#strokewidth">-strokewidth</a>.)</p><p>A <code>line</code> primitive requires a start point and end point.</p><p>A <code>rectangle</code> primitive is specified by the pair of points at theupper left and lower right corners.</p><p>A <code>roundRectangle</code> primitive takes the same corner points asa <code>rectangle</code> followed by the width and height of the rounded cornersto be removed.</p><p>The <code>circle</code> primitive makes a disk (filled) or circle (unfilled).Give the center and any point on the perimeter (boundary).</p><p>The <code>arc</code> primitive is used to inscribe an elliptical segment into a given rectangle. An <code>arc</code> requires the two corners used for<code>rectangle</code> (see above) followed by the start and end angles of thearc of the segment segment (e.g. 130,30 200,100 45,90). The start and endpoints produced are then joined with a line segment and the resulting segmentof an ellipse is filled.</p><p>Use <code>ellipse</code> to draw a partial (or whole) ellipse. Give thecenter point, the horizontal and vertical "radii" (the <em>semi-axes</em> ofthe ellipse) and start and end angles in degrees (e.g. 100,100 100,1500,360).</p><p>The <code>polyline</code> and <code>polygon</code> primitives require three ormore points to define their perimeters. A <code>polyline</code> is simplya <code>polygon</code> in which the final point is not stroked to the startpoint. When unfilled, this is a <em>polygonal line</em>. If the <ahref="command-line-options.html#stroke">-stroke</a> setting is <code>none</code> (the default), thena <code>polyline</code> is identical to a <code>polygon</code>.  </p><p>A <em>coordinate</em> is a pair of integers separated by a space oroptional comma. </p><p>As an example, to define a circle centered at 100,100 that extends to150,150 use:</p><p class="crtsnip">   -draw 'circle 100,100 150,150'</p><p>The <code>Bezier</code> primitive creates a spline curve and requires threeor points to define its shape. The first and last points are the<em>knots</em> and these points are attained by the curve, while anyintermediate coordinates are <em>control points</em>. If two control pointsare specified, the line between each end knot and its sequentially respectivecontrol point determines the tangent direction of the curve at that end. Ifone control point is specified, the lines from the end knots to the onecontrol point determines the tangent directions of the curve at each end. Ifmore than two control points are specified, then the additional control pointsact in combination to determine the intermediate shape of the curve. In orderto draw complex curves, it is highly recommended either to use the<code>path</code> primitive or to draw multiple four-point bezier segments withthe start and end knots of each successive segment repeated. For example:</p><p class="crtsnip">   -draw 'bezier 20,50 45,100 45,0 70,50'</p><p class="crtsnip">   -draw 'bezier 70,50 95,100 95,0 120,50'</p><p>A <code>path</code> represents an outline of an object, defined in terms ofmoveto (set a new current point), lineto (draw a straight line), curveto (drawa Bezier curve), arc (elliptical or circular arc) and closepath (close thecurrent shape by drawing a line to the last moveto) elements. Compound paths(i.e., a path with subpaths, each consisting of a single moveto followed byone or more line or curve operations) are possible to allow effects such as<em>donut holes</em> in objects. (See <ahref="http://www.w3.org/TR/SVG/paths.html">Paths</a>.)</p><p>Use <code>image</code> to composite an image with another image. Follow theimage keyword with the composite operator, image location, image size, andfilename:</p><p class="crtsnip">   -draw 'image SrcOver 100,100 225,225 image.jpg'</p><p>You can use 0,0 for the image size, which means to use the actualdimensions found in the image header. Otherwise, it is scaled to the givendimensions. See <a href="compose.html">Alpha Compositing</a> fora detailed discussion of alpha composition methods that are available. </p><p>The "special augmented compose operators" such as "dissolve" that requirearguments cannot be used at present with the <code>-draw image</code> option. </p><p>Use <code>text</code> to annotate an image with text. Follow the textcoordinates with a string. If the string has embedded spaces, enclose it insingle or double quotes.</p><p>For example, the following annotates the image with <code>Works likemagick!</code> for an image titled <code>bird.miff</code>. </p><p class="crtsnip">   -draw "text 100,100 'Works like magick!' "</p><p>See the <a href="command-line-options.html#annotate">-annotate</a> option for another convenient wayto annotate an image with text.</p><p>The <code>rotate</code> primitive rotates subsequent shape primitives andtext primitives about the origin of the main image. If the <ahref="command-line-options.html#region">-region</a> option precedes the <a href="command-line-options.html#draw">-draw</a>option, the origin for transformations is the upper left corner of theregion.</p><p>The <code>translate</code> primitive translates subsequent shape and textprimitives.</p><p>The <code>scale</code> primitive scales them.</p><p>The <code>skewX</code> and <code>skewY</code> primitives skew them with respectto the origin of the main image or the region.</p><p>The transformations modify the current affine matrix, which is initializedfrom the initial affine matrix defined by the <a href="command-line-options.html#affine">-affine</a>option. Transformations are cumulative within the <a href="command-line-options.html#draw">-draw</a>option. The initial affine matrix is not affected; that matrix is only changedby the appearance of another <a href="command-line-options.html#affine">-affine</a> option. If another<a href="command-line-options.html#draw">-draw</a> option appears, the current affine matrix isreinitialized from the initial affine matrix.</p><p>Use the <code>color</code> primitive to change the color of a pixel to thefill color (see <a href="command-line-options.html#fill">-fill</a>). Follow the pixel coordinate witha method:</p><pre class="text">   point   replace   floodfill   filltoborder   reset</pre><p>Consider the target pixel as that specified by your coordinate. The<code>point</code> method recolors the target pixel. The <code>replace</code>method recolors any pixel that matches the color of the target pixel.<code>Floodfill</code> recolors any pixel that matches the color of the targetpixel and is a neighbor, whereas <code>filltoborder</code> recolors any neighborpixel that is not the border color. Finally, <code>reset</code> recolors allpixels.</p><p>Use <code>matte</code> to the change the pixel matte value to transparent.Follow the pixel coordinate with a method (see the <code>color</code> primitivefor a description of methods). The <code>point</code> method changes the mattevalue of the target pixel. The <code>replace</code> method changes the mattevalue of any pixel that matches the color of the target pixel.<code>Floodfill</code> changes the matte value of any pixel that matches thecolor of the target pixel and is a neighbor, whereas <code>filltoborder</code>changes the matte value of any neighbor pixel that is not the border color (<ahref="command-line-options.html#bordercolor">-bordercolor</a>). Finally <code>reset</code> changes thematte value of all pixels.</p><p>You can set the primitive color, font, and font bounding box color with <ahref="command-line-options.html#fill">-fill</a>, <a href="command-line-options.html#font">-font</a>, and <a href="command-line-options.html#box">-box</a>respectively.  Options are processed in command line order so be sure to usethese options <em>before</em> the <a href="command-line-options.html#draw">-draw</a> option.</p><p>Strings that begin with a number must be quoted (e.g. use '1.png' ratherthan 1.png).</p><p>Drawing primitives conform to the <a href="magick-vector-graphics.html" >MagickVector Graphics</a> format.</p><div style="margin: auto;">  <h4><a id="duplicate"></a>-duplicate <em class="arg">count,indexes</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>duplicate an image one or more times.</td><td style='text-align:right;'></td></tr></table>
-<p>Specify the count and the image to duplicate by its index in the sequence.The first image is index 0.  Negative indexes are relative to the end of thesequence, for example, -1 represents the last image of the sequence.  Specifya range of images with a dash (e.g. 0-4).  Separate indexes with a comma (e.g.0,2).  Use <code>+duplicate</code> to duplicate the last image in the currentimage sequence.</p><div style="margin: auto;">  <h4><a id="edge"></a>-edge <em class="arg">radius</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>detect edges within an image.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="emboss"></a>-emboss <em class="arg">radius</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>emboss an image.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="encipher"></a>-encipher <em class="arg">filename</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Encipher pixels for later deciphering by <a href="command-line-options.html#decipher">-decipher</a>.</td><td style='text-align:right;'></td></tr></table>
-<p>Get the passphrase from the file specified by <em class="arg">filename</em>.</p><p>For more information, see the webpage, <ahref="../cipher.html">ImageMagick: Encipher orDecipher an Image</a>.</p><div style="margin: auto;">  <h4><a id="encoding"></a>-encoding <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>specify the text encoding.</td><td style='text-align:right;'></td></tr></table>
-<p>Choose from <code>AdobeCustom</code>, <code>AdobeExpert</code>,<code>AdobeStandard</code>, <code>AppleRoman</code>, <code>BIG5</code>,<code>GB2312</code>, <code>Latin 2</code>, <code>None</code>, <code>SJIScode</code>,<code>Symbol</code>, <code>Unicode</code>, <code>Wansung</code>.</p><div style="margin: auto;">  <h4><a id="endian"></a>-endian <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Specify endianness (<code>MSB</code> or <code>LSB</code>) of the image.</td><td style='text-align:right;'></td></tr></table>
-<p>To print a complete list of endian types, use the <a href="command-line-options.html#list">-list endian</a> option.</p><p>Use <a href="command-line-options.html#endian">+endian</a> to revert to unspecified endianness.</p><div style="margin: auto;">  <h4><a id="enhance"></a>-enhance</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Apply a digital filter to enhance a noisy image.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="equalize"></a>-equalize</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>perform histogram equalization on the image channel-by-channel.</td><td style='text-align:right;'></td></tr></table>
-<p>To perform histogram equalization on all channels in concert, transform theimage into some other color space, such as HSL, OHTA, YIQ or YUV, thenequalize the appropriate intensity-like channel, then convert back to RGB.</p><p>For example using HSL, we have: ... <code>-colorspace HSL -channel lightness-equalize -colorspace RGB</code> ...</p><p>For YIQ, YUV and OHTA use the red channel. For example, OHTA is a principalcomponents transformation that puts most of the information in the firstchannel. Here we have ... <code>-colorspace OHTA -channel red -equalize-colorspace RGB</code> ...</p><div style="margin: auto;">  <h4><a id="evaluate"></a>-evaluate <em class="arg">operator value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Alter channel pixels by evaluating an arithmetic, relational, or logical expression.</td><td style='text-align:right;'></td></tr></table>
-<p>(See the <a href="command-line-options.html#function" >-function</a> operator for somemulti-parameter functions. See the <a href="command-line-options.html#fx" >-fx</a> operator if moreelaborate calculations are needed.)</p><p>The behaviors of each <em class="arg">operator</em> are summarized in thefollowing list. For brevity, the numerical value of a "pixel" referred tobelow is the value of the corresponding channel of that pixel, whilea "normalized pixel" is that number divided by the maximum(installation-dependent) value <em class="QR">QuantumRange</em>. (Ifnormalized pixels are used, they are restored, following the othercalculations, to the full range by multiplying by <emclass="QR">QuantumRange</em>.)</p><table class="doc">  <col width="25%" />  <col width="75%" />  <thead>  <tr>  <th><em class="arg">operator</em></th>  <th>Summary (see further below for details)</th>  </tr>  </thead>  <tbody>    <tr><td>Abs </td>             <td>Add <em class="arg">value</em> to pixels and return absolute value. </td></tr>    <tr><td>Add </td>             <td>Add <em class="arg">value</em> to pixels. </td></tr>    <tr><td>AddModulus </td>      <td>Add <em class="arg">value</em> to pixels modulo <em class="QR">QuantumRange</em>.</td></tr>    <tr><td>And  </td>            <td>Binary AND of pixels with <em class="arg">value</em>.</td></tr>    <tr><td>Cos, Cosine </td>             <td>Apply cosine to pixels with frequency <em class="arg">value</em> with 50% bias added.</td></tr>    <tr><td>Divide  </td>         <td>Divide pixels by <em class="arg">value</em>.</td></tr>    <tr><td>Exp  </td>            <td>base-e exponential function</td></tr>    <tr><td>Exponential  </td>            <td>base-e exponential function</td></tr>    <tr><td>LeftShift </td>       <td>Shift the pixel values left by <em class="arg">value</em> bits (i.e., multiply pixels by 2<sup><em class="arg">value</em></sup>).</td></tr>    <tr><td>Log  </td>            <td>Apply scaled logarithm to normalized pixels.</td></tr>    <tr><td>Max  </td>            <td>Clip pixels at lower bound <em class="arg">value</em>.</td></tr>    <tr><td>Mean  </td>            <td>Add the <em class="arg">value</em> and divide by 2.</td></tr>    <tr><td>Median  </td>          <td>Choose the median value from an image sequence.</td></tr>    <tr><td>Min  </td>            <td>Clip pixels at upper bound <em class="arg">value</em>.</td></tr>    <tr><td>Multiply </td>        <td>Multiply pixels by <em class="arg">value</em>.</td></tr>    <tr><td>Or  </td>             <td>Binary OR of pixels with <em class="arg">value</em>.</td></tr>    <tr><td>Pow </td>             <td>Raise normalized pixels to the power <em class="arg">value</em>.</td></tr>    <tr><td>RightShift </td>      <td>Shift the pixel values right by <em class="arg">value</em> bits (i.e., divide pixels by 2<sup><em class="arg">value</em></sup>).</td></tr>    <tr><td>Set </td>             <td>Set pixel equal to <em class="arg">value</em>.</td></tr>    <tr><td>Sin, Sine </td>             <td>Apply sine to pixels with frequency <em class="arg">value</em> with 50% bias added.</td></tr>    <tr><td>Subtract </td>        <td>Subtract <em class="arg">value</em> from pixels.</td></tr>    <tr><td>Xor </td>             <td>Binary XOR of pixels with <em class="arg">value.</em></td></tr>    <tr><td> </td></tr>   <tr><td>Gaussian-noise</td></tr>   <tr><td>Impulse-noise</td></tr>   <tr><td>Laplacian-noise</td></tr>   <tr><td>Multiplicative-noise</td>      <td>(These are equivalent to the corresponding <a href="command-line-options.html#noise" >-noise</a> operators.)</td></tr>   <tr><td>PoissonNoise</td></tr>   <tr><td>Uniform-noise</td></tr>   <tr><td> </td></tr>   <tr><td>Threshold </td>       <td>Threshold pixels larger than <em class="arg">value</em>.</td></tr>   <tr><td>ThresholdBlack </td>  <td>Threshold pixels to zero values equal to or below <em class="arg">value</em>.</td></tr>   <tr><td>ThresholdWhite </td>  <td>Threshold pixels to maximum values above <em class="arg">value</em>.  </td></tr> </tbody> </table><p>The specified functions are applied only to each previously set <ahref="command-line-options.html#channel" >-channel</a> in the image. If necessary, the results of thecalculations are truncated (clipped) to fit in the interval [0, <emclass="QR">QuantumRange</em>].  The transparency channel of the image isrepresented as a 'alpha' values (0 = fully transparent), so, for example, a<code>Divide</code> by 2 of the alpha channel will make the imagesemi-transparent.  Append the percent symbol '<code>%</code>' to specify a valueas a percentage of the <em class="QR">QuantumRange</em>.</p><p>To print a complete list of <a href="command-line-options.html#evaluate">-evaluate</a> operators, use<a href="command-line-options.html#list">-list evaluate</a>.</p><p>The results of the <code>Add</code>, <code>Subtract</code> and<code>Multiply</code> methods can also be achieved using either the <ahref="command-line-options.html#level" >-level</a> or the <a href="command-line-options.html#level" >+level</a> operator, withappropriate argument, to linearly modify the overall range of color values.Please note, however, that <a href="command-line-options.html#level" >-level</a> treats transparency as'matte' values (0 = opaque), while <a href="command-line-options.html#level" >-evaluate</a> works with'alpha' values.</p><p><code>AddModulus</code> has been added as of ImageMagick 6.4.8-4 and providesaddition modulo the <em class="QR">QuantumRange</em>. It is thereforeequivalent to <code>Add</code> unless the resulting pixel value is outside theinterval [0, <em class="QR">QuantumRange</em>]. </p><p><code>Exp or Exponential</code> has been added as of ImageMagick 6.6.5-1 andworks on normalized pixel values. The <em class="arg">value</em> used with<code>Exp</code> should be negative so as to produce a decaying exponentialfunction. Non-negative values will always produce results larger unity andthus outside the interval [0, <em class="QR">QuantumRange</em>]. Theformula is expressed below. </p>        <div style="text-align:center;">        exp(<em class="arg">value</em> × <b><em>u</em></b>)        </div><p> If the input image is squared, for example, using <a href="command-line-options.html#-function">-function polynomial "2 0 0"</a>, then a decaying Gaussian function will bethe result.</p><p><code>Log</code> has been added as of ImageMagick 6.4.2-1 and works onnormalized pixel values. This a <em>scaled</em> log function. The <emclass="arg">value</em> used with <code>Log</code> provides a <em>scalingfactor</em> that adjusts the curvature in the graph of the log function. Theformula applied to a normalized value <b><em>u</em></b> is below. </p>        <div style="text-align:center;">        log(<em class="arg">value</em> × <b><em>u</em></b> + 1) / log(<em class="arg">value</em> + 1)        </div><p><code>Pow</code> has been added as of ImageMagick 6.4.1-9, and works onnormalized pixel values. Note that <code>Pow</code> is related to the <ahref="command-line-options.html#gamma" >-gamma</a> operator. For example, <b>-gamma 2</b> is equivalentto <b>-evaluate pow 0.5</b>, i.e., a 'square root' function. The value usedwith <a href="command-line-options.html#gamma" >-gamma</a> is simply the reciprocal of the value usedwith <code>Pow</code>.</p><p><code>Cosine</code> and <code>Sine</code> was added as of IM v6.4.8-8 andconverts the image values into a value according to a (co)sine wave function.The  synonyms <code>Cos</code> and <code>Sin</code> may also be used.  The outputis biased 50% and normalized by 50% so as to fit in the respective color valuerange.  The <em class="arg">value</em> scaling of the <em>period</em> of thefunction (its frequency), and thus determines the number of 'waves' that willbe generated over the input color range.  For example, if the <emclass="arg">value</em> is 1, the effective period is simply the <emclass="QR">QuantumRange</em>; but if the <em class="arg">value</em> is 2,then the effective period is the <em>half</em> the <emclass="QR">QuantumRange</em>.</p>        <div style="text-align:center;">        0.5 + 0.5 × cos(2 π <b><em>u</em></b> × <em class="arg">value</em>).        </div><p>See also the <a href="command-line-options.html#function" >-function</a> operator, which is amulti-value version of evaluate. </p><div style="margin: auto;">  <h4><a id="evaluate-sequence"></a>-evaluate-sequence <em class="arg">operator</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Alter channel pixels by evaluating an arithmetic, relational, orlogical expression over a sequence of images.</td><td style='text-align:right;'></td></tr></table>
-<p>To print a complete list of <ahref="command-line-options.html#evaluate-sequence">-evaluate-sequence</a> operators, use <ahref="command-line-options.html#list">-list evaluate</a>.</p><div style="margin: auto;">  <h4><a id="extent"></a>-extent <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the image size and offset.</td><td style='text-align:right;'></td></tr></table>
-<p>If the image is enlarged, unfilled areas are set to the background color.To position the image, use offsets in the <em class="arg">geometry</em>specification or precede with a <a href="command-line-options.html#gravity">-gravity</a> setting.  Tospecify how to compose the image with the background, use <a href="command-line-options.html#compose">-compose</a>.</p><p>This command reduces or expands a JPEG image to fit on an 800x600display.  If the aspect ratio of the input image isn't exactly 4:3, then theimage is centered on an 800x600 black canvas: </p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert input.jpg -resize 800x600 -background black -compose Copy \ <br />  -gravity center -extent 800x600 -quality 92 output.jpg</span></p><p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p><div style="margin: auto;">  <h4><a id="extract"></a>-extract <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Extract the specified area from image.</td><td style='text-align:right;'></td></tr></table>
-<p>This option is most useful for extracting a subregion of a very large rawimage.  Note that these two commands are equivalent:</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 16000x16000 -depth 8 -extract 640x480+1280+960 \ <br/> image.rgb image.png</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 16000x16000 -depth 8 'image.rgb[640x480+1280+960]' \ <br/> image.rgb image.png</span></p><p>If you omit the offsets, as in</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 16000x16000 -depth 8 -extract 640x480 \ <br/> image.rgb image.png</span></p><p>the image is <em>resized</em> to the specified dimensions instead,equivalent to:</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 16000x16000 -depth 8 -resize 640x480 image.rgb image.png</span></p><p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p><div style="margin: auto;">  <h4><a id="family"></a>-family <em class="arg">fontFamily</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set a font family for text.</td><td style='text-align:right;'></td></tr></table>
-<p>This setting suggests a font family that ImageMagick should try to use forrendering text. If the family can be found it is used; if not, a default font(e.g., "Arial") or a family known to be similar is substituted (e.g.,"Courier" might be used if "System" is requested but not found).  </p><p>For other settings that affect fonts, see the options <ahref="command-line-options.html#font">-font</a>, <a href="command-line-options.html#stretch">-stretch</a>, <ahref="command-line-options.html#style">-style</a>, and <a href="command-line-options.html#weight">-weight</a>.  </p><div style="margin: auto;">  <h4><a id="features"></a>-features <em class="arg">distance</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>display (cooccurrence matrix) texture measure features for each channel in the image in each of four directions (horizontal, vertical, left and right diagonals) for the specified distance.</td><td style='text-align:right;'>[<a href="identify.html">identify</a>]</td></tr></table>
-<pre class="text">      Angular Second Moment      Contrast      Correlation      Sum of Squares Variance      Inverse Difference Moment      Sum Average      Sum Variance      Sum Entropy      Entropy      Difference Variance      Difference Entropy      Information Measure of Correlation 1      Information Measure of Correlation 2      Maximum Correlation Coefficient</pre><div style="margin: auto;">  <h4><a id="fft"></a>-fft</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>implements the forward discrete Fourier transform (DFT).</td><td style='text-align:right;'></td></tr></table>
-<p>This option is new as of ImageMagick 6.5.4-3 (and now working for Windowsusers in ImageMagick 6.6.0-9). It transforms an image from the normal(spatial) domain to the frequency domain. In the frequency domain, an image isrepresented as a superposition of complex sinusoidal waves of varyingamplitudes. The image x and y coordinates are the possible frequencies alongthe x and y directions, respectively, and the pixel intensity values arecomplex numbers that correspond to the sinusoidal wave amplitudes. See forexample, <a href="http://en.wikipedia.org/wiki/Fourier_transform">FourierTransform</a>, <a href="http://en.wikipedia.org/wiki/DFT">Discrete FourierTransform</a> and <a href="http://en.wikipedia.org/wiki/FFT">Fast FourierTransform</a>.</p><p>A single image name is provided as output for this option. However, theoutput result will have two components. It is either a two-frame image or twoseparate images, depending upon whether the image format specified supportsmulti-frame images. The reason that we get a dual output result is because thefrequency domain represents an image using complex numbers, which cannot bevisualized directly. Therefore, the complex values are automagically separatedinto a two-component image representation. The first component is themagnitude of the complex number and the second is the phase of the complexnumber. See for example, <ahref="http://en.wikipedia.org/wiki/Complex_numbers">Complex Numbers</a>.</p><p>The magnitude and phase component images must be specified using imageformats that do not limit the color or compress the image. Thus, MIFF, TIF,PFM, EXR and PNG are the recommended image formats to use. All of theseformats, except PNG support multi-frame images. So for example,</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png -fft fft_image.miff</span></p><p>generates a magnitude image as <code>fft_image.miff[0]</code> and a phaseimage as <code>fft_image.miff[1]</code>. Similarly,</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png -fft fft_image.png</span></p><p>generates a magnitude image as <code>fft_image-0.png</code> and a phase imageas <code>fft_image-1.png</code>. If you prefer this representation, then you canforce any of the other formats to produce two output images by including <ahref="command-line-options.html#adjoin">+adjoin</a> following -fft in the command line.</p><p>The input image can be any size, but if not square and even-dimensioned, itis padded automagically to the larger of the width or height of the inputimage and to an even number of pixels. The padding will occur at the bottomand/or right sides of the input image. The resulting output magnitude andphase images is square at this size. The kind of padding relies on the <ahref="command-line-options.html#virtual-pixel">-virtual-pixel</a> setting.</p><p>Both output components will have dynamic ranges that fit within[0, <em class="QR">QuantumRange</em>], so that HDRI need not be enabled.Phase values nominally range from 0 to 2*π, but is scaled to span the fulldynamic range.  (The first few releases had non-HDRI scaled but HDRI notscaled). The magnitude image is not scaled and thus generally will containvery small values. As such, the image normally will appear totally black. Inorder to view any detail, the magnitude image typically is enhanced with a logfunction into what is usually called the spectrum. A log function is used toenhance the darker values more in comparison to the lighter values. This canbe done, for example, as follows:</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert fft_image.miff[0] -contrast-stretch 0 \ <br />                -evaluate log 1000 fft_image_spectrum.png</span></p><p>where either <a href="command-line-options.html#contrast-stretch">-contrast-stretch</a> 0 or <ahref="command-line-options.html#auto-level">-auto-level</a> is used to scale the image to full dynamicrange, first. The argument to the <a href="command-line-options.html#evaluate">-evaluate</a> logtypically is specified between 100 and 10,000, depending upon the amount ofdetail that one wants to bring out in the spectrum. Larger values produce morevisible detail. Too much detail, however, may hide the important features.</p><p>The <a href="http://www.fftw.org/">FFTW</a> delegate library is required touse <a href="command-line-options.html#fft">-fft</a>.</p><p>Use <a href="command-line-options.html#fft">+fft</a> to produce two output images that are the realand imaginary components of the complex valued Fourier transform.</p><p>However, as the real and imaginary components can contain negative values,this requires that IM be configured with HDRI enabled. In this case, you mustuse either MIFF, TIF, PFM or MPC formats for the real and imaginary componentresults, since they are formats that preserve both negative and fractionalvalues without clipping them or truncating the fractional part. With eitherMIFF or TIF, one should add -define quantum:format=32, to allow those imagetypes to work properly in HDRI mode without clipping.</p><p>The real and imaginary component images resulting from <ahref="command-line-options.html#fft">+fft</a> are also square, even dimensioned images due to the samepadding that was discussed above for the magnitude and phase componentimages.</p><p>See the discussion on HDRI implementations of ImageMagick on the page <ahref="high-dynamic-range.html" >High Dynamic-Range Images</a>. For moreabout HDRI go the ImageMagick <ahref="http://www.imagemagick.org/Usage/basics/#hdri" >Usage</a> pages, <ahref="http://www.fmwconcepts.com/imagemagick/fourier_transforms/fourier.html">Fred's Fourier Processing With ImageMagick page</a> or this <a href="http://en.wikipedia.org/wiki/High_dynamic_range_imaging" >Wikipedia</a> entry.  </p><p><p>By default the FFT is normalized (and the IFT is not). Use "<code><a href="command-line-options.html#define" >-define</a> fourier:normalize=forward</code> to explicityly normalize the FFT and unnormalize the IFT.</p><div style="margin: auto;">  <h4><a id="fill"></a>-fill <em class="arg">color</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>color to use when filling a graphic primitive.</td><td style='text-align:right;'></td></tr></table>
-<p>This option accepts a color name, a hex color, or a numerical RGB, RGBA,HSL, HSLA, CMYK, or CMYKA specification.  See <a href="color.html" >Color Names</a> fora description of how to properly specify the color argument.</p><p>Enclose the color specification in quotation marks to prevent the "#" orthe parentheses from being interpreted by your shell.</p><p>For example,</p><p class="crtsnip">  -fill blue</p><p class="crtsnip">  -fill "#ddddff"</p><p class="crtsnip">  -fill "rgb(255,255,255)"</p><p>See <a href="command-line-options.html#draw">-draw</a> for further details.</p><p>To print a complete list of color names, use the <a href="command-line-options.html#list">-list color</a> option.</p><div style="margin: auto;">  <h4><a id="filter"></a>-filter <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Use this <em class="arg">type</em> of filter when resizing ordistorting an image.</td><td style='text-align:right;'></td></tr></table>
-<p>Use this option to affect the resizing operation of an image duringoperations such as <a href="command-line-options.html#resize">-resize</a> and <a href="command-line-options.html#distort">-distort</a>. For example you can use a simple resize filter such as:</p><pre class="text">   Point       Hermite       Cubic   Box         Gaussian      Catrom   Triangle    Quadratic     Mitchell</pre><p>The <code>Bessel</code> and <code>Sinc</code> filter is also provided (as wellas a faster <code>SincFast</code> equivalent form).  However these filters aregenerally useless on their own as they are infinite filters that are beingclipped to the filters support size. Their direct use is not recommendedexcept via expert settings (see below). </p><p>Instead these special filter functions are typically windowed by a windowingfunction that the <a href="command-line-options.html#filter" >-filter</a> setting defines.   That isusing these functions will define a 'Windowed' filter, appropriate to theoperator involved.  Windowed filters include: </p><pre class="text">   Lanczos       Hamming       Parzen   Blackman      Kaiser        Welsh   Hanning       Bartlett      Bohman</pre><p>Also one special self-windowing filter is also provided<code>Lagrange</code>, which will automagically re-adjust its function dependingon the current 'support' or 'lobes' expert settings (see below).</p><p>If you do not select a filter with this option, the filter defaults to<code>Mitchell</code> for a colormapped image, an image with a matte channel, orif the image is enlarged.  Otherwise the filter default to<code>Lanczos</code>.</p><p>To print a complete list of resize filters, use the <a href="command-line-options.html#list">-listfilter</a> option.</p><p>You can modify how the filter behaves as it scales your image through theuse of these expert settings (see also <a href="command-line-options.html#define" >-define</a> and <ahref="command-line-options.html#set" >-set</a>):-</p><dl class="doc"><dt>-define filter:blur=<em>factor</em></dt><dd>Scale the X axis of the filter (and its window). Use &gt; 1.0 for    blurry or &lt; 1.0 for sharp. This should only be used with Gaussian and    Gaussian-like filters simple filters, or you may not get the expected    results. </dd><dt>-define filter:support=<em>radius</em></dt><dd>Set the filter support radius. Defines how large the filter should be and    thus directly defines how slow the filtered resampling process is. All    filters have a default 'prefered' support size. Some filters like    <code>Lagrange</code> and windowed filters adjust themselves depending on    this value.  With simple filters this value either does nothing (but slow    the resampling), or will clip the filter function in a detrimental way.    </dd><dt>-define filter:lobes=<em>count</em></dt><dd>Set the number of lobes to use for the Sinc/Bessel filter. This an    alternative way of specifying the 'support' range of the filter, that is    designed to be more suited to windowed filters, especially when used for    image distorts.</dd><dt>-define filter:sigma=<em>value</em></dt><dd>The 'sigma' value used to define the <code>Gaussian</code> filter.  Default    sigma value is '<code>0.5</code>'.  It only effects <code>Gaussian</code> but    does not shrink (but may enlarge) the filter's 'support'.  It can be used    to generate very small blurs but without the filter 'missing' pixels due    to using a small support setting. A larger value of '<code>0.707</code>'    (a value of '1/sqrt(2)') is another common setting. </dd><dt>-define filter:b=<em>b-spline_factor</em></dt><dt>-define filter:c=<em>keys_alpha_factor</em></dt><dd>Redefine the values used for cubic filters such as <code>Cubic</code>,    <code>Catrom</code>, <code>Mitchel</code>, and <code>Hermite</code>, as well as    the <code>Parzen</code> cubic windowing function. If only one of the values    are defined, the other is set so as to generate a 'Cubic-Keys' filter.    The values meaning was defined by a research paper by    Mitchell-Netravali.</dd><dt>-define filter:kaiser-beta=<em>value</em></dt><dd>The 'alpha' value used to as part of the Kaiser Windowing function.    Default value is '6.5'.  It only effects Kaiser windowing function, and    does not effect any other attributes.</dd><dd>Before IM v6.7.6-10, this option was known as "filter:alpha", (an    inheritance from the very old "zoom" program). It was changed to bring the    function in line with more modern academic research usage, and better    assign it be more definitive.  </dd><dt>-define filter:kaiser-alpha=<em>value</em></dt><dd>This value when multiplied by 'PI' is equivalent to "kaiser-beta", and    will override that setting.  It only effects Kaiser windowing function,    and does not effect any other attributes. </dd><dt>-define filter:filter=<em>filter_function</em></dt><dd>Use this function directly as the weighting filter.  This will allow    you to directly use a windowing function such as <code>Blackman</code>,    as a resampling filter, rather than as its normal usage as a windowing    function. </dd><dd>If defined, no windowing function also defined, the window function is set    to <code>Box</code>). Directly specifying <code>Sinc</code> or <code>Jinc</code>    as a filter will also do this. </dd><dt>-define filter:window=<em>filter_function</em></dt><dd>The IIR (infinite impulse response) filters <code>Sinc</code> and    <code>Jinc</code> are windowed (brought down to zero over the defined    support range) with the given filter. This allows you to specify a filter    function to be used as a windowing function for these IIR filters. </dd><dd>Many of the defined filters are actually windowing functions for these IIR    filters.  A typical choices is <code>Box</code>, (which effectively turns    off the windowing function).  </dd><dt>-define filter:win-support=<em>radius</em></dt><dd>Scale windowing function to this size instead.  This causes the windowing    (or self-windowing Lagrange filter) to act is if the support window is    larger than what is actually supplied to the calling operator.  The filter    however is still clipped to the real support size given.  If unset this    will equal the normal filter support size. </dd><dt>-define filter:verbose=<em>1</em></dt><dd>This causes IM to print information on the final internal filter    selection to standard output.  This includes a commented header on the    filter settings being used, and data allowing the filter weights to be    easily graphed. </dd><dd>Note however that some filters are internally defined in terms of other    filters.  The <code>Lanczos</code> filter for example is defined in terms of    a <code>SincFast</code> windowed <code>SincFast</code> filter, while    <code>Mitchell</code> is defined as a general <code>Cubic</code> family filter    with specific 'B' and 'C' settings. </dd></dl><p>For example, to get a 8 lobe jinc windowed sinc filter (Genseng filter?):</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png \<br/>          -filter sinc \<br/>          -set filter:window=jinc \<br/>          -set filter:lobes=8 \<br/>          -resize 150%   image.jpg</span></p><p>Or a raw un-windowed Sinc filter with 4 lobes:</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png \<br/>          -set filter:filter=sinc \<br/>          -set filter:lobes=4 \<br/>          -resize 150%   image.jpg</span></p><p>To extract the data for a raw windowing function, combine it witha '<code>Box</code>' filter.  For example the '<code>Welch</code> parabolicwindowing function. </p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert null: -define filter:filter=Box \<br/>                 -define filter:window=Welch \<br/>                 -define filter:support=1.0 \<br/>                 -define filter:verbose=1 \<br/>                 -resize 2 null:  > window_welch.dat<br/>  gnuplot<br/>     set grid<br/>     plot "window_welch.dat" with lines</span></p><p>Note that the use of expert options is provided for image processing expertswho have studied and understand how resize filters work. Without thisknowledge, and an understanding of the definition of the actual filtersinvolved, using expert settings are more likely to be detrimental to your imageresizing.</p><div style="margin: auto;">  <h4><a id="flatten"></a>-flatten</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>This is a simple alias for the <a href="command-line-options.html#layers" >-layers</a> method "flatten".</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="flip"></a>-flip</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>create a <em>mirror image</em>.</td><td style='text-align:right;'></td></tr></table>
-<p>reflect the scanlines in the vertical direction. The image will be mirroredupside-down. </p><div style="margin: auto;">  <h4><a id="floodfill"></a>-floodfill {<em class="arg">+-</em>}<em class="arg">x</em>{<em class="arg">+-</em>}<em class="arg">y</em> <em class="arg">color</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>floodfill the image with color at the specified offset.</td><td style='text-align:right;'></td></tr></table>
-<p>Flood fill starts from the given 'seed point' which is not gravity effected.Any color that matches within <a href="command-line-options.html#fuzz" >-fuzz</a> color distance of thegiven <em class="arg">color</em>  argument, connected to that 'seed point'will be replaced with the current <a href="command-line-options.html#fill" >-fill</a> color. </p><p>Note that if the pixel at the 'seed point' does not itself match the given<em class="arg">color</em> (according to <a href="command-line-options.html#fuzz" >-fuzz</a>), then noaction will be taken. </p><p>This operator works more like the <a href="command-line-options.html#opaque" >-opaque</a> option, thana more general flood fill that reads the matching color directly at the 'seedpoint'. For this form of flood fill, look at <a href="command-line-options.html#draw" >-draw</a>  andits 'color floodfill' drawing method.  </p><div style="margin: auto;">  <h4><a id="flop"></a>-flop</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>create a <em>mirror image</em>.</td><td style='text-align:right;'></td></tr></table>
-<p>Reflect the scanlines in the horizontal direction, just like the image ina vertical mirror. </p><div style="margin: auto;">  <h4><a id="font"></a>-font <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 font to use when annotating images with text, or creating labels.</td><td style='text-align:right;'></td></tr></table>
-<p>To print a complete list of fonts, use the <a href="command-line-options.html#list">-list font</a>option (for versions prior to 6.3.6, use 'type' instead of 'font').</p><p>In addition to the fonts specified by the above pre-defined list, you canalso specify a font from a specific source.  For example <code>Arial.ttf</code>is a TrueType font file, <code>ps:helvetica</code> is PostScript font, and<code>x:fixed</code> is X11 font.</p><p>For other settings that affect fonts, see the options <ahref="command-line-options.html#family">-family</a>, <a href="command-line-options.html#stretch">-stretch</a>, <ahref="command-line-options.html#style">-style</a>, and <a href="command-line-options.html#weight">-weight</a>. </p><div style="margin: auto;">  <h4><a id="foreground"></a>-foreground <em class="arg">color</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Define the foreground color for menus.</td><td style='text-align:right;'>[<a href="display.html">display</a>]</td></tr></table>
-<p>The color is specified using the format described under the <ahref="command-line-options.html#fill">-fill</a> option.</p><p>The default foreground color is black.</p><div style="margin: auto;">  <h4><a id="format"></a>-format <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>the image format type.</td><td style='text-align:right;'></td></tr></table>
-<p>When used with the <code>mogrify</code> utility, this option converts anyimage to the image <a href="formats.html">format</a> you specify.For a list of image format types supported by ImageMagick, use <ahref="command-line-options.html#list">-list format</a>.</p><p>By default the file is written to its original name. However, if thefilename extension matches a supported format, the extension is replaced withthe image format type specified with <a href="command-line-options.html#format">-format</a>. Forexample, if you specify <em class="arg">tiff</em> as the format type and theinput image filename is <em class="arg">image.gif</em>, the output imagefilename becomes <em class="arg">image.tiff</em>.</p><div style="margin: auto;">  <h4><a id="format_identify_"></a>-format <em class="arg">string</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>output formatted image characteristics.</td><td style='text-align:right;'>[<a href="identify.html">identify</a>]</td></tr></table>
-<p>See <a href="escape.html">Format and Print ImageProperties</a> for an explanation on how to specify the argument to thisoption.</p><div style="margin: auto;">  <h4><a id="frame"></a>-frame <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Surround the image with a border or beveled frame.</td><td style='text-align:right;'></td></tr></table>
-<p>The color of the border is specified with the <a href="command-line-options.html#mattecolor">-mattecolor</a> command line option. </p><p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. The <em class="arg">size</em> portion of the <emclass="arg">geometry</em> argument indicates the amount of extra width andheight that is added to the dimensions of the image. If no offsets are givenin the <em class="arg">geometry</em> argument, then the border added isa solid color.  Offsets <em>x</em> and <em>y</em>, if present, specify thatthe width and height of the border is partitioned to form an outer bevel ofthickness <em>x</em> pixels and an inner bevel of thickness<em>y</em> pixels. Negative offsets make no sense as frame arguments.</p><p>The <a href="command-line-options.html#frame">-frame</a> option is affected by the current <ahref="command-line-options.html#compose">-compose</a> setting and assumes that this is using the default'<code>Over</code>' composition method.  It generates an image of the appropriatesize with the current <a href="command-line-options.html#bordercolor">-bordercolor</a> setting, and thendraws the frame of four distinct colors close to the current <ahref="command-line-options.html#mattecolor">-mattecolor</a>.  The original image is then overlaid ontocenter of this image.  This means that with the default compose method of'<code>Over</code>' any transparent parts may be replaced by the current <ahref="command-line-options.html#bordercolor">-bordercolor</a> setting.</p><p>The image composition is notaffected by the <a href="command-line-options.html#gravity">-gravity</a> option.</p><div style="margin: auto;">  <h4><a id="frame_import_"></a>-frame</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>include the X window frame in the imported image.</td><td style='text-align:right;'>[<a href="import.html">import</a>]</td></tr></table>
-<div style="margin: auto;">  <h4><a id="function"></a>-function <em class="arg">function</em> <em class="arg">parameters</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Apply a function to channel values.</td><td style='text-align:right;'></td></tr></table>
-<p>This operator performs calculations based on the given arguments to modifyeach of the color values for each previously set <ahref="command-line-options.html#channel">-channel</a> in the image. See <ahref="command-line-options.html#evaluate">-evaluate</a> for details concerning how the results of thecalculations are handled.</p><p>This is can be considered a multi-argument version of the <ahref="command-line-options.html#evaluate">-evaluate</a> operator. (Added inImageMagick 6.4.8−8.)</p><p>Here,  <em class="arg">parameters</em> is a comma-separated list ofnumerical values. The number of values varies depending on which <emclass="arg">function</em> is selected. Choose the <emclass="arg">function</em> from:</p><pre class="text">   Polynomial   Sinusoid   Arcsin   Arctan</pre><p>To print a complete list of <a href="command-line-options.html#function">-function</a> operators,use <a href="command-line-options.html#list">-list function</a>. Descriptions follow.</p><dl class="doc"><dt><code>Polynomial</code></dt><dd><p>The <code>Polynomial</code> function takes an arbitrary number of parameters,these being the coefficients of a polynomial, in decreasing order of degree.That is, entering</p><div style="text-align: center">   -function Polynomial <em>a</em><sub><em>n</em></sub>,<em>a</em><sub><em>n</em>-1</sub>,...<em>a</em><sub>1</sub>,<em>a</em><sub>0</sub></div><p>will invoke a polynomial function given by</p><div style="text-align: center">   <em>a</em><sub><em>n</em></sub> <b><em>u</em></b><sup><em>n</em></sup> +   <em>a</em><sub><em>n</em>-1</sub> <b><em>u</em></b><sup><em>n</em>-1</sup> +   ··· <em>a</em><sub>1</sub> <b><em>u</em></b> + <em>a</em><sub>0</sub>,</div><p>where <b><em>u</em></b> is pixel's original normalized channel value.</p><p>The <code>Polynomial</code> function can be used in place of <code>Set</code>(the <em>constant</em> polynomial) and <code>Add</code>, <code>Divide</code>,<code>Multiply</code>, and <code>Subtract</code> (some <em>linear</em>polynomials) of the <a href="command-line-options.html#evaluate">-evaluate</a> operator. The <ahref="command-line-options.html#level">-level</a> operator also affects channels linearly. Somecorrespondences follow.</p><table class="doc">  <col width="35%" />  <col width="35%" />  <col width="30%" />  <tr>        <td>-evaluate Set <em class="arg">value</em> </td>        <td>-function Polynomial <em class="arg">value</em></td>        <td>(Constant functions; set <em class="arg">value</em>×100% gray when channels are RGB.)</td>  </tr>  <tr>        <td>-evaluate Add <em class="arg">value</em> </td>        <td>-function Polynomial 1,<em class="arg">value</em></td>  </tr>  <tr>        <td>-evaluate Subtract <em class="arg">value</em> </td>        <td>-function Polynomial 1,−<em class="arg">value</em></td>  </tr>  <tr>        <td>-evaluate Multiply <em class="arg">value</em> </td>        <td>-function Polynomial <em class="arg">value</em>,0</td>  </tr>  <tr>        <td>+level  black% x white%</td>        <td>-function Polynomial  A,B</td>        <td>(Reduce contrast. Here, A=(white-black)/100 and  B=black/100.)</td>  </tr></table><p>The <code>Polynomial</code> function gives great versatility, sincepolynomials can be used to fit any continuous curve to any degree of accuracydesired.</p></dd><dt><code>Sinusoid</code></dt><dd><p>The <code>Sinusoid</code> function can be used to vary the channel valuessinusoidally by setting frequency, phase shift, amplitude, and a bias. Thesevalues are given as one to four parameters, as follows,</p><div style="text-align: center">   -function <code>Sinusoid</code> <em class="arg">freq</em>,[<em class="arg">phase</em>,[<em class="arg">amp</em>,[<em class="arg">bias</em>]]]</div><p>where <em>phase</em> is in degrees. (The domain [0,1] of the functioncorresponds to 0 through <em class="arg">freq</em>×360 degrees.)The result is that if a pixel's normalized channel value is originally<b><em>u</em></b>, its resulting normalized value is given by </p><div style="text-align: center"><em class="arg">amp</em> * sin(2*π* (<em class="arg">freq</em> * <b><em>u</em></b> + <em class="arg">phase</em> / 360)) + <em class="arg">bias</em></div><p> For example, the following generates a curve that starts and ends at 0.9(when <b><em>u</em></b>=0 and 1, resp.), oscillating three times between.7−.2=.5 and .7+.2=.9. </p><p class="crtsnip">   -function Sinusoid 3,-90,.2,.7</p><p>The default values of <em class="arg">amp</em> and <emclass="arg">bias</em> are both .5. The default for <em class="arg">phase</em>is 0.</p><p>The <code>Sinusoid</code> function generalizes <code>Sin</code> and<code>Cos</code> of the <a href="command-line-options.html#evaluate">-evaluate</a> operator by allowingvarying amplitude, phase and bias. The correspondence is as follows.</p><table class="doc">  <tr>        <td>-evaluate Sin <em class="arg">freq</em> </td>        <td>-function Sinusoid <em class="arg">freq</em>,0 </td>  </tr>  <tr>        <td>-evaluate Cos <em class="arg">freq</em> </td>        <td>-function Sinusoid <em class="arg">freq</em>,90 </td>  </tr></table></dd><dt><code>ArcSin</code></dt><dd><p>The <code>ArcSin</code> function generates the inverse curve of a Sinusoid,and can be used to generate cylindrical distortion and displacement maps.The curve can be adjusted relative to both the input values and output rangeof values.</p><p style="text-align: center">   -function <code>ArcSin</code> <em class="arg">width</em>,[<em class="arg">center</em>,[<em class="arg">range</em>,[<em class="arg">bias</em>]]]</p><p>with all values given in terms of normalized color values (0.0 for black,1.0 for white). Defaulting to values covering the full range from 0.0 to 1.0for bout input (<em class="arg">width</em>), and output (<emclass="arg">width</em>) values. '<code>1.0,0.5,1.0,0.5</code>' </p><p style="text-align: center"><em class="arg">range</em>/π * asin( 2/<em class="arg">width</em> * ( <b><em>u</em></b> - <em class="arg">center</em> ) ) + <em class="arg">bias</em></p></dd><dt><code>ArcTan</code></dt><dd><p>The <code>ArcTan</code> function generates a curve that smooth crosses fromlimit values at infinities, though a center using the given slope value.All these values can be adjusted via the arguments.</p><p style="text-align: center">   -function <code>ArcTan</code> <em class="arg">slope</em>,[<em class="arg">center</em>,[<em class="arg">range</em>,[<em class="arg">bias</em>]]]</p><p>Defaulting to '<code>1.0,0.5,1.0,0.5</code>'.</p><p style="text-align: center"><em class="arg">range</em>/π * atan( <em class="arg">slope</em>*π * ( <b><em>u</em></b> - <em class="arg">center</em> ) ) + <em class="arg">bias</em></p></dd></dl><div style="margin: auto;">  <h4><a id="fuzz"></a>-fuzz <em class="arg">distance</em>{<em class="arg">%</em>}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Colors within this <em class="arg">distance</em> are considered equal.</td><td style='text-align:right;'></td></tr></table>
-<p>A number of algorithms search for a target color. By default the color mustbe exact. Use this option to match colors that are close to the target colorin RGB space. For example, if you want to automagically trim the edges of animage with <a href="command-line-options.html#trim">-trim</a> but the image was scanned and the targetbackground color may differ by a small amount. This option can account forthese differences.</p><p>The <em class="arg">distance</em> can be in absolute intensity units or, byappending <code>%</code> as a percentage of the maximum possible intensity (255,65535, or 4294967295).</p><div style="margin: auto;">  <h4><a id="fx"></a>-fx <em class="arg">expression</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>apply a mathematical expression to an image or image channels.</td><td style='text-align:right;'></td></tr></table>
-<p>If the first character of <em class="arg">expression</em> is <code>@</code>,the expression is read from a file titled by the remaining characters in thestring.</p><p>See <a href="fx.html">FX,The Special Effects Image Operator</a> for a detailed discussion of thisoption.</p><div style="margin: auto;">  <h4><a id="gamma"></a>-gamma <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>level of gamma correction.</td><td style='text-align:right;'></td></tr></table>
-<p>The same color image displayed on two different workstations may lookdifferent due to differences in the display monitor. Use gamma correction toadjust for this color difference.  Reasonable values extend from<code>0.8</code> to <code>2.3</code>. Gamma less than 1.0 darkens the image andgamma greater than 1.0 lightens it. Large adjustments to image gamma mayresult in the loss of some image information if the pixel quantum size is onlyeight bits (quantum range 0 to 255).</p><p>Gamma adjusts the image's channel values pixel-by-pixel according toa power law, namely, pow(pixel,1/gamma) or pixel^(1/gamma), where pixel is thenormalized or 0 to 1 color value. For example, using a value of gamma=2 is thesame as taking the square root of the image.</p><p>You can apply separate gamma values to the red, green, and blue channels ofthe image with a gamma value list delimited with commas (e.g.,<code>1.7,2.3,1.2</code>).</p><p>Use <a href="command-line-options.html#gamma">+gamma <em class="arg">value</em></a> to set theimage gamma level without actually adjusting the image pixels. This optionis useful if the image is of a known gamma but not set as an image attribute(e.g. PNG images).  Write the "file gamma" which is the reciprocal of thedisplay gamma; e.g., if your image is sRGB and you want to write a PNG gAMAchunk, use</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert input.png +gamma .45455 output.png</span></p><p>(0.45455 is 1/2.2)</p><p>Note that gamma adjustments are also available via the <a href="command-line-options.html#level">-level</a> operator.</p><div style="margin: auto;">  <h4><a id="gaussian-blur"></a>-gaussian-blur <em class="arg">radius</em><br />-gaussian-blur <em class="arg">radius</em>x<em class="arg">sigma</em>+<em class="arg">bias</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Blur the image with a Gaussian operator.</td><td style='text-align:right;'></td></tr></table>
-<p>Convolve the image with a Gaussian or normal distribution using the given<em class="arg" >Sigma</em> value.  The formula is:</p><div class="eqn"><img alt="gaussian distribution" width="243px" height="42px" src="../images/gaussian-blur.png"/></div><p>The <em class="arg" >Sigma</em> value is the important argument, anddetermines the actual amount of blurring that will take place. </p><p>The <em class="arg" >Radius</em> is only used to determine the size of thearray which will hold the calculated Gaussian distribution. It should be aninteger.  If not given, or set to zero, IM will calculate the largest possibleradius that will provide meaningful results for the Gaussian distribution.</p><p>The larger the <em class="arg" >Radius</em> the radius the slower theoperation is. However too small a <em class="arg" >Radius</em>, and severaliasing effects may result.  As a guideline, <em class="arg" >Radius</em>should be at least twice the <em class="arg" >Sigma</em> value, though threetimes will produce a more accurate result. </p><p>This differs from the faster <a href="command-line-options.html#blur">-blur</a> operator in that afull 2-dimensional convolution is used to generate the weighted average of theneighboring pixels. </p><p>The <a href="command-line-options.html#virtual-pixel">-virtual-pixel</a> setting will determine howpixels which are outside the image proper are blurred into the final result.</p><div style="margin: auto;">  <h4><a id="geometry"></a>-geometry <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the preferred size and location of the image.</td><td style='text-align:right;'></td></tr></table>
-<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p><div style="margin: auto;">  <h4><a id="gravity"></a>-gravity <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Sets the current gravity suggestion for various other settings and options.</td><td style='text-align:right;'></td></tr></table>
-<p>Choices include: <code>NorthWest</code>, <code>North</code>,<code>NorthEast</code>, <code>West</code>, <code>Center</code>, <code>East</code>,<code>SouthWest</code>, <code>South</code>, <code>SouthEast</code>.  Use <ahref="command-line-options.html#list">-list gravity</a> to get a complete list of <ahref="command-line-options.html#gravity">-gravity</a> settings available in your ImageMagickinstallation.</p><p>The direction you choose specifies where to position text or subimages. Forexample, a gravity of <code>Center</code> forces the text to be centered withinthe image. By default, the image gravity is <code>NorthWest</code>. See <ahref="command-line-options.html#draw">-draw</a> for more details about graphic primitives.  Only thetext primitive of <a href="command-line-options.html#draw">-draw</a> is affected by the <ahref="command-line-options.html#gravity">-gravity</a> option.</p><p>The <a href="command-line-options.html#gravity">-gravity</a> option is also used in concert with the<a href="command-line-options.html#geometry">-geometry</a> setting and other settings or options thattake <em class="arg">geometry</em> as an argument, such as the <ahref="command-line-options.html#crop">-crop</a> option. </p><p>If a <a href="command-line-options.html#gravity">-gravity</a> setting occurs before another optionor setting having a <em class="arg">geometry</em> argument that specifies anoffset, the offset is usually applied to the point within the image suggestedby the <a href="command-line-options.html#gravity">-gravity</a> argument.  Thus, in the followingcommand, for example, suppose the file <code>image.png</code> has dimensions200x100. The offset specified by the argument to <a href="command-line-options.html#region">-region</a>is (−40,+20). The argument to <a href="command-line-options.html#gravity">-gravity</a> is<code>Center</code>, which suggests the midpoint of the image, at the point(100,50). The offset (−40,20) is applied to that point, giving(100−40,50+20)=(60,70), so the specified 10x10 region is located atthat point. (In addition, the <a href="command-line-options.html#gravity">-gravity</a> affects theregion itself, which is <em>centered</em> at the pixelcoordinate (60,70). (See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.)</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png -gravity Center -region 10x10-40+20 \ <br/> -negate output.png</span></p><p>When used as an option to <a href="composite.html">composite</a>, <ahref="command-line-options.html#gravity">-gravity</a> gives the direction that the image gravitateswithin the composite.</p><p>When used as an option to <a href="montage.html">montage</a>, <ahref="command-line-options.html#gravity">-gravity</a> gives the direction that an image gravitateswithin a tile. The default gravity is <code>Center</code> for this purpose.</p><div style="margin: auto;">  <h4><a id="grayscale"></a>-grayscale <em class="arg">method</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>convert image to grayscale.</td><td style='text-align:right;'></td></tr></table>
-<p>This will use one of the <a href="command-line-options.html#intensity" >-intensity</a> methods toconvert the given image into a linear-grayscale image. </p><p>For example, to convert an image to (linear) Rec709Luminance grayscale,  type:</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -grayscale Rec709Luminance out.png</span></p><p>which is equivalent to:</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -colorspace gray out.png</span></p><p>Similarly, to convert an image to (non-linear) Rec709Luma grayscale,  type:</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -grayscale Rec709Luma out.png</span></p><p>which is equivalent to:</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -set colorspace RGB -colorspace gray out.png</span></p><p>Note that a 'colorspace' intensity method will produce the same resultregardless of the current colorpsace of the image. But a 'mathematical'intensity method will depend on the current colorspace the image is currentlyusing. </p><p>While this operation uses an <a href="command-line-options.html#intensity" >-intensity</a> method, it does not use or set the <a href="command-line-options.html#intensity" >-intensity</a> setting, sowill not effect other operations that may use that setting.</p><div style="margin: auto;">  <h4><a id="green-primary"></a>-green-primary <em class="arg">x,y</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>green chromaticity primary point.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="hald-clut"></a>-hald-clut</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>apply a Hald color lookup table to the image.</td><td style='text-align:right;'></td></tr></table>
-<p>A Hald color lookup table is a 3-dimensional color cube mapped to 2dimensions.  Create it with the <code>HALD:</code> prefix (e.g. HALD:8).  Youcan apply any color transformation to the Hald image and then use this optionto apply the transform to the image. </p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png hald.png -hald-clut transform.png</span></p><p>This option provides a convenient method for you to use Gimp or Photoshopto make color corrections to the Hald CLUT image and subsequently apply themto multiple images using an ImageMagick script. </p><p>Note that the representation is only of the normal RGB color space and thatthe whole color value triplet is used for the interpolated lookup of therepresented Hald color cube image.  Because of this the operation is not <ahref="command-line-options.html#channel" >-channel</a> setting effected, nor can it adjust or modify animages transparency or alpha/matte channel.</p><p>See also <a href="command-line-options.html#clut" >-clut</a> which provides color value replacementof the individual color channels, usually involving a simpler gray-scaleimage. E.g:  gray-scale to color replacement, or modification by a histogrammapping. </p><div style="margin: auto;">  <h4><a id="help"></a>-help</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>print usage instructions.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="highlight-color"></a>-highlight-color <em class="arg">color</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>when comparing images, emphasize pixel differences with this color.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="iconGeometry"></a>-iconGeometry <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>specify the icon geometry.</td><td style='text-align:right;'></td></tr></table>
-<p>Offsets, if present in the geometry specification, are handled in the samemanner as the <a href="command-line-options.html#geometry">-geometry</a> option, using X11 style tohandle negative offsets.</p><p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p><div style="margin: auto;">  <h4><a id="iconic"></a>-iconic</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>start in icon mode in X Windows</td><td style='text-align:right;'>[<a href="animate.html">animate</a>, <a href="display.html">display</a>]</td></tr></table>
-<div style="margin: auto;">  <h4><a id="identify"></a>-identify</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>identify the format and characteristics of the image.</td><td style='text-align:right;'></td></tr></table>
-<p>This information is printed: image scene number; image name; image size;the image class (<em class="arg">DirectClass</em> or <emclass="arg">PseudoClass</em>); the total number of unique colors; and thenumber of seconds to read and transform the image. Refer to <a href="miff.html">MIFF</a> fora description of the image class.</p><p>If <a href="command-line-options.html#colors">-colors</a> is also specified, the total unique colorsin the image and color reduction error values are printed. Refer to <ahref="quantize.html">colorreduction algorithm</a> for a description of these values.</p><p>If <a href="command-line-options.html#verbose">-verbose</a> precedes this option, copiousamounts of image properties are displayed including image statistics, profiles,image histogram, and others.</p><div style="margin: auto;">  <h4><a id="ift"></a>-ift</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>implements the inverse discrete Fourier transform (DFT).</td><td style='text-align:right;'></td></tr></table>
-<p>This option is new as of ImageMagick 6.5.4-3 (and now working for Windowsusers in ImageMagick 6.6.0-9). It transforms a pair of magnitude and phaseimages from the frequency domain to a single image in the normal or spatialdomain. See for example, <ahref="http://en.wikipedia.org/wiki/Fourier_transform">Fourier Transform</a>,<a href="http://en.wikipedia.org/wiki/DFT">Discrete Fourier Transform</a> and<a href="http://en.wikipedia.org/wiki/FFT">Fast Fourier Transform</a>.</p><p>For example, depending upon the image format used to store the result ofthe <a href="command-line-options.html#fft">-fft</a>, one would use either</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert fft_image.miff -ift fft_image_ift.png</span></p><p>or</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert fft_image-0.png fft_image-1.png -ift fft_image_ift.png</span></p><p>The resulting image may need to be cropped due to padding introduced whenthe original image, prior to the <a href="command-line-options.html#fft">-fft</a> or <ahref="command-line-options.html#fft">+fft</a>, was not square or even dimensioned. Any padding is atthe right and/or bottom sides of the image.</p><p>The <a href="http://www.fftw.org/">FFTW</a> delegate library is required touse <a href="command-line-options.html#ift">-ift</a>.</p><p>Use <a href="command-line-options.html#ift">+ift</a> (with HDRI enabled) to transform a pair of realand imaginary images from the frequency domain to a single image in the normal(spatial) domain.</p><p>By default the IFT is not normalized (and the FFT is). Use "<code><a href="command-line-options.html#define" >-define</a> fourier:normalize=inverse</code> to explictly normalize the IFT and unnormalize the FFT.</p><div style="margin: auto;">  <h4><a id="immutable"></a>-immutable</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>make image immutable.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="implode"></a>-implode <em class="arg">factor</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>implode image pixels about the center.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="insert"></a>-insert <em class="arg">index</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>insert the last image into the image sequence.</td><td style='text-align:right;'></td></tr></table>
-<p>This option takes last image in the current image sequence and inserts itat the given index. If a negative index is used, the insert position iscalculated before the last image is removed from the sequence. As such<code>-insert -1</code> will result in no change to the image sequence.</p><p>The <code>+insert</code> option is equivalent to <code>-insert -1</code>. Inother words, insert the last image, at the end of the current image sequence.Consequently this has no effect on the image sequence order.</p><div style="margin: auto;">  <h4><a id="intensity"></a>-intensity <em class="arg">method</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>method to generate intensity value from pixel.</td><td style='text-align:right;'></td></tr></table>
-<p>ImageMagick provides a number of methods used in situations where anoperatory needs to determine a single grayscale value for some purpose, froman image with red, green, and blue pixel components. Typically the linear<code>Rec709Luminance</code> formula is used, which is the same formula used when converting images to <code>-colorspace gray</code>. </p><p>The following formulas are currently provided, and will first convertthe pixel values to linear-RGB or non-linear sRGB colorspace beforebeing applied to calulate the final greyscale value. </p><pre class="text">   Rec601Luma        0.298839R' + 0.586811G'+ 0.114350B'   Rec601Luminance   0.298839R + 0.586811G + 0.114350B   Rec709Luma        0.212656R' + 0.715158G' + 0.072186B'   Rec709Luminance   0.212656R + 0.715158G + 0.072186B   Brightness        max(R', G', B')   Lightness         (min(R', G', B') + max(R', G', B')) / 2.0</pre><p>Note that the above R,G,B values is the image's linear-RGB values, whileR',G',B' are sRGB non-linear values. </p><p>These intensity methods are mathematical in nature and will use thecurrent value in the images respective R,G,B channel regardless ofwhat that is, or what colorspace the image is currently using.</p><pre class="text">   Average           (R + G + B) / 3.0   MS                (R^2 + G^2 + B^2) / 3.0   RMS               sqrt( (R^2 + G^2 + B^2) / 3.0 )</pre><p>These methods are often used for other purposes, such as generating agrayscale difference image between two color images (using <a href="command-line-options.html#compose">-compose</a> '<code>Difference</code>' composition. </p><p> For example The 'MS' (Mean Squared) setting is good for minimizing colorerror comparisions.  While...  The method 'RMS' (Root Mean Squared) forexample is appropriate for calculating color vector distance, from a colordifference image.  This is equivalent to the color only component of the <ahref="command-line-options.html#fuzz" >-fuzz</a> factor color compare setting.  </p><p>See also <a href="command-line-options.html#grayscale" >-grayscale</a> which applies one of the abovegrayscaling formula directly to an image without setting the <ahref="command-line-options.html#intensity" >-intensity</a> setting.</p><p>The <a href="command-line-options.html#colorspace" >-colorspace gray</a> image conversion also usesthe current intensity setting, but will always convert the image to theappropriate sRGB or linear-RGB colorspace before appling the abovefunction.</p><p>To print a complete list of posible pixel intensity setting methods, use <a href="command-line-options.html#list">-list intensity</a>.</p><p>Operators affected by the <a href="command-line-options.html#intensity" >-intensity</a> setting include:</p><pre class="text">-adaptive-blur-adaptive-sharpen-black-threshold-clut (when mapping greyscale CLUT image to alpha channel if set by -channels)-colors for gray colorspace-compose {LightenIntensity, DarkenIntensity, CopyOpacity, CopyBlack}-contrast-stretch-distort {ErodeIntensity, DilateIntensity}-normalize-random-threshold-selective-blur-shade-threshold-tint-white-threshold</pre><div style="margin: auto;">  <h4><a id="intent"></a>-intent <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>use this type of rendering intent when managing the image color.</td><td style='text-align:right;'></td></tr></table>
-<p>Use this option to affect the color management operation of an image (see<a href="command-line-options.html#profile">-profile</a>).  Choose from these intents: <code>Absolute,Perceptual, Relative, Saturation</code>.</p><p>The default intent is Perceptual for the sRGB colorspace and undefined for the RGB and gray colorspaces.</p><p>To print a complete list of rendering intents, use <a href="command-line-options.html#list">-list intent</a>.</p><div style="margin: auto;">  <h4><a id="interlace"></a>-interlace <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>the type of interlacing scheme.</td><td style='text-align:right;'></td></tr></table>
-<p>Choose from:</p><pre class="text">   none   line   plane   partition   JPEG   GIF   PNG</pre><p>This option is used to specify the type of interlacing scheme for raw imageformats such as <code>RGB</code> or <code>YUV</code>.</p><p><code>None</code> means do not interlace (RGBRGBRGBRGBRGBRGB...),</p><p><code>Line</code> uses scanline interlacing (RRR...GGG...BBB...RRR...GGG...BBB...), and.</p><p><code>Plane</code> uses plane interlacing (RRRRRR...GGGGGG...BBBBBB...).</p><p><code>Partition</code> is like plane except the different planes are saved toindividual files (e.g. image.R, image.G, and image.B).</p><p>Use <code>Line</code> or <code>Plane</code> to create an <code>interlacedPNG</code> or <code>GIF</code> or <code>progressive JPEG</code> image.</p><p>To print a complete list of interlacing schemes, use <a href="command-line-options.html#list">-listinterlace</a>.</p><div style="margin: auto;">  <h4><a id="interpolate"></a>-interpolate <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the pixel color interpolation method to use when looking up a color based on a floating point or real value.</td><td style='text-align:right;'></td></tr></table>
-<p>When looking up the color of a pixel using a non-integer floating pointvalue, you typically fall in between the pixel colors defined by the sourceimage. This setting determines how the color is determined from the colors ofthe pixels surrounding that point.  That is how to determine the color of apoint that falls between two, or even four different colored pixels. </p><pre class="text">   integer           The color of the top-left pixel (floor function)   nearest-neighbor  The nearest pixel to the lookup point (rounded function)   average           The average color of the surrounding four pixels   bilinear          A double linear interpolation of pixels (the default)   mesh              Divide area into two flat triangular interpolations   bicubic           Fitted bicubic-spines of surrounding 16 pixels   spline            Direct spline curves (colors are blurred)   filter            Use resize <a href="command-line-options.html#filter">-filter</a> settings</pre><p>This most important for distortion operators such as <a href="command-line-options.html#distort">-distort</a>, <a href="command-line-options.html#implode" >-implode</a>, <a href="command-line-options.html#transform">-transform</a> and <a href="command-line-options.html#fx" >-fx</a>. </p><p>To print a complete list of interpolation methods, use <a href="command-line-options.html#list">-list interpolate</a>.</p><p>See also <a href="command-line-options.html#virtual-pixel" >-virtual-pixel</a>, for control of thelookup for positions outside the boundaries of the image. </p><div style="margin: auto;">  <h4><a id="interline-spacing"></a>-interline-spacing <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>the space between two text lines.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="interword-spacing"></a>-interword-spacing <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>the space between two words.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="kerning"></a>-kerning <em class="arg">value</em></h4></div><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="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%'>assign a label to an image.</td><td style='text-align:right;'></td></tr></table>
-<p>Use this option to assign a specific label to the image, as it is read inor created.  You can use the <a href="command-line-options.html#set" >-set</a> operation to re-assigna the labels of images already read in.  Image formats such as TIFF, PNG,MIFF, supports saving the label information with the image.</p><p>When saving an image to a <em class="arg">PostScript</em> file, any labelassigned to an image is used as a header string to print above the postscriptimage. </p><p>You can include the image filename, type, width, height, or other imageattribute by embedding special format character.  See <a href="escape.html">Format and Print ImageProperties</a> for details of the percent escape codes.</p><p>For example,</p><p class="crtsnip">  -label "%m:%f %wx%h"  bird.miff</p><p>assigns an image label of <code>MIFF:bird.miff 512x480</code> to the"<code>bird.miff</code>" image and whose width is 512 and height is 480, as itis read in.  If a  <a href="command-line-options.html#label">+label</a> option was used instead, anyexisting label present in the image would be used.  You can remove all labelsfrom an image by assigning the empty string. </p><p>A label is not drawn on the image, but is embedded in the image datastreamvia <em>Label</em> tag or similar mechanism. If you want the label to bevisible on the image itself, use the <a href="command-line-options.html#draw">-draw</a> option, orduring the final processing in the creation of an image montage.</p><p>If the first character of <em class="arg">string</em> is <emclass="arg">@</em>, the image label is read from a file titled by theremaining characters in the string. Labels in a file are literal, no embeddedformatting characters are recognized.</p><div style="margin: auto;">  <h4><a id="lat"></a>-lat <em class="arg">width</em><br />-lat <em class="arg">width</em>x<em class="arg">height</em>{<em class="arg">+-</em>}<em class="arg">offset</em>{<em class="arg">%</em>}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>perform local adaptive threshold.</td><td style='text-align:right;'></td></tr></table>
-<p>Adaptively threshold each pixel based on the value of pixels in asurrounding window.  If the current pixel is lighter than this average plusthe optional <code>offset</code>, then it is made white, otherwise it is madeblack.  Small variations in pixel values such as found in scanned documentscan be ignored if offset is positive. A negative offset will make it moresensitive to those small variations. </p><p>This is commonly used to threshold images with an uneven background.  It isbased on the assumption that average color of the small window is thethe local background color, from which to separate the foreground color. </p><div style="margin: auto;">  <h4><a id="layers"></a>-layers <em class="arg">method</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>handle multiple images forming a set of image layers or animation frames.</td><td style='text-align:right;'></td></tr></table>
-<p>Perform various image operation methods to a ordered sequence of imageswhich may represent either a set of overlaid 'image layers', a GIF disposalanimation, or a fully-'coalesced' animation sequence. </p><table class="doc">  <tbody>  <tr valign="top">    <th align="left" style="width: 8%">Method</th>    <th align="left">Description</th>  </tr>  <tr valign="top">    <td valign="top">compare-any</td>    <td valign="top">Crop the second and later frames to the smallest rectangle        that contains all the differences between the two images.  No GIF <a        href="command-line-options.html#dispose" >-dispose</a> methods are taken into account. </td>  </tr>  <tr><td></td><td>This exactly the same as the <a href="command-line-options.html#deconstruct"        >-deconstruct</a> operator, and does not preserve animations normal        working, especially when animation used layer disposal methods such as        '<code>Previous</code>' or '<code>Background</code>'. </td>  </tr>  <tr valign="top">    <td valign="top">compare-clear</td>    <td valign="top">As '<code>compare-any</code>' but crop to the bounds of any       opaque pixels which become transparent in the second frame. That is the       smallest image needed to mask or erase pixels for the next frame. </td>  </tr>  <tr valign="top">    <td valign="top">compare-overlay</td>    <td valign="top">As '<code>compare-any</code>' but crop to pixels that add       extra color to the next image, as a result of overlaying color pixels.       That is the smallest single overlaid image to add or change colors. </td>   </tr>   <tr><td></td><td>This can be used with the <a href="command-line-options.html#compose" >-compose</a> alpha       composition method '<code>change-mask</code>', to reduce the image to       just the pixels that need to be overlaid. </td>   </tr>  <tr valign="top">    <td valign="top">coalesce</td>    <td valign="top">Equivalent to a call to the <a href="command-line-options.html#coalesce"        >-coalesce</a> operator.  Apply the layer disposal methods set in the        current image sequence to form a fully defined animation sequence, as        it should be displayed.  Effectively converting a GIF animation into a        'film strip'-like animation.  </td>  </tr>  <tr valign="top">    <td valign="top">composite</td>    <td valign="top">Alpha Composition of two image lists, separated by a        "<code>null:</code>" image, with the destination image list first, and        the source images last.  An image from each list are composited        together until one list is finished. The separator image and source        image lists are removed. </td>  </tr>  <tr><td></td>    <td>The <a href="command-line-options.html#geometry" >-geometry</a> offset is adjusted according        to <a href="command-line-options.html#gravity" >-gravity</a> in accordance of the virtual        canvas size of the first image in each list. Unlike a normal <a        href="command-line-options.html#composite" >-composite</a> operation, the canvas offset is also        added to the final composite positioning of each image. </td> </tr>  <tr><td></td>    <td>If one of the image lists only contains one image, that image is        applied to all the images in the other image list, regardless of which        list it is. In this case it is the image meta-data of the list which        preserved.  </td>  </tr>  <tr valign="top">    <td valign="top">dispose</td>    <td valign="top">This like '<code>coalesce</code>' but shows the look of        the animation after the layer disposal method has been applied, before        the next sub-frame image is overlaid. That is the 'dispose' image that        results from the application of the GIF <a href="command-line-options.html#dispose"        >-dispose</a> method.  This allows you to check what        is going wrong with a particular animation you may be developing.        </td>  </tr>  <tr valign="top">    <td valign="top">flatten</td>    <td valign="top">Create a canvas the size of the first images virtual        canvas using the current <a href="command-line-options.html#background" >-background</a> color,        and <a href="command-line-options.html#compose" >-compose</a> each image in turn onto that        canvas.  Images falling outside that canvas is clipped. Final        image will have a zero virtual canvas offset. </td>  </tr>  <tr><td></td>    <td>This usually used as one of the final 'image layering' operations        overlaying all the prepared image layers into a final image. </td>  </tr>  <tr><td></td>    <td>For a single image this method can also be used to fillout a virtual        canvas with real pixels, or to underlay an opaque color to remove        transparency from an image.</td>  </tr>  <tr valign="top">    <td valign="top">merge</td>    <td valign="top">As 'flatten' method but merging all the given image        layers to create a new layer image just large enough to hold all the        image without clipping or extra space. The new images virtual offset        will preserve the position of the new layer, even if this offset is        negative.  The virtual canvas size of the first image is preserved.        </td>  </tr>  <tr><td></td><td>Caution is advised when handling image layers with        negative offsets as few image file formats handle them correctly.        Following this operation method with <a href="command-line-options.html#repage" >+repage</a>        will remove the layer offset, and create an image in which all the        overlaid image positions relative to each other is preserved, though        not necessarily exactly where you specified them.        </td>  </tr>  <tr><td></td><td>See also 'trim-bounds' below which is closely related but        without  doing the'flatten' to merge the images together. </td>  </tr>  <tr valign="top">    <td valign="top">mosaic</td>    <td valign="top">As 'flatten' method but expanding the initial canvas size        of the first image in a positive direction only so as to hold all the        image layers.  However as a virtual canvas is 'locked' to the origin,        by its own definition, image layers with a negative offsets will still        become clipped by the top and left edges. See 'merge' or 'trim-bounds'        if this could be a problem. </td>  </tr>  <tr><td></td><td>This method is commonly used to layout individual image        using various offset but without knowing the final canvas size. The        resulting image will, like 'flatten' not have any virtual offset, so        can be saved to any image file format. </td>  </tr>  <tr valign="top">    <td valign="top">optimize</td>    <td valign="top">Optimize a coalesced animation, into GIF animation using        a number of general techniques.  This currently a short cut to        apply both the '<code>optimize-frame</code>', and        '<code>optimize-transparency</code>' methods but may be expanded to        include other optimization methods as they are developed. </td>  </tr>  <tr valign="top">    <td valign="top">optimize-frame</td>    <td valign="top">Optimize a coalesced animation, into GIF animation by        reducing the number of pixels per frame as much as possible by        attempting to pick the best layer disposal method to use, while ensuring        the result will continue to animate properly. </td>  </tr>  <tr><td></td><td> There is no guarantee that the best optimization is found.        But then no reasonably fast GIF optimization algorithm can do this.        However this does seem to do better than most other GIF frame        optimizers seen. </td>  </tr>  <tr valign="top">    <td valign="top">optimize-plus</td>    <td valign="top">As '<code>optimize-frame</code>' but attempt to improve the        overall optimization by adding extra frames to the animation, without        changing the final look or timing of the animation.  The frames are        added to attempt to separate the clearing of pixels from the        overlaying of new additional pixels from one animation frame to the        next.  If this does not improve the optimization (for the next frame        only), it will fall back to the results of the previous normal        '<code>optimize-frame</code>' technique. </td>  </tr>  <tr><td></td><td>There is the possibility that the change in the disposal        style will result in a worsening in the optimization of later frames,        though this is unlikely. In other words there no guarantee that it is        better than the normal '<code>optimize-frame</code>' technique. For some        animations however you can get a vast improvement in the final        animation size. </td>  </tr>  <tr valign="top">    <td valign="top">optimize-transparency</td>    <td valign="top">Given a GIF animation, replace any pixel in the sub-frame        overlay images with transparency, if it does not change the resulting        animation by more than the current <a href="command-line-options.html#fuzz" >-fuzz</a> factor.        </td>  </tr>  <tr><td></td><td>This should allow a existing frame optimized GIF animation        to compress into a smaller file size due to larger areas of one        (transparent) color rather than a pattern of multiple colors repeating        the current disposed image of the last frame. </td>  </tr>  <tr valign="top">    <td valign="top">remove-dups</td>    <td valign="top">Remove (and merge time delays) of duplicate consecutive        images, so as to simplify layer overlays of coalesced animations.        </td>  </tr>   <tr><td></td><td>Usually this a result of using a constant time delay        across the whole animation, or after a larger animation was split into        smaller sub-animations.  The duplicate frames could also have been        used as part of some frame optimization methods. </td>  </tr>  <tr valign="top">    <td valign="top">remove-zero</td>    <td valign="top">Remove any image with a zero time delay, unless ALL the        images have a zero time delay (and is not a proper timed animation, a        warning is then issued). </td>  </tr>  <tr><td></td><td>In a GIF animation, such images are usually frames which        provide partial intermediary updates between the frames that are        actually displayed to users.  These frames are usually added for        improved frame optimization in GIF animations. </td>  </tr>  <tr valign="top">    <td valign="top">trim-bounds</td>    <td valign="top">Find the bounds of all the images in the current        image sequence, then adjust the offsets so all images are contained on        a minimal positive canvas. None of the image data is modified or        merged, only the individual image virtual canvas size and offset.        All the images is given the same canvas size, and and will have        a positive offset, but will remain in the same position relative to        each other. As a result of the minimal canvas size at least one image        will touch every edge of that canvas.  The image data touching those        edges however may be transparent.  </td>  </tr>  <tr><td></td><td>The result is much like if you used 'merge' followed by a        <a href="command-line-options.html#repage" >+repage</a> option, except that all the images        have been kept separate.  If 'flatten' is used after using        'trim-bounds' you will get the same result.  </td>  </tr>  </tbody></table><p>To print a complete list of layer types, use <a href="command-line-options.html#list">-list layers</a>.</p><p>The operators <a href="command-line-options.html#coalesce" >-coalesce</a>, <a href="command-line-options.html#deconstruct">-deconstruct</a>, <a href="command-line-options.html#flatten" >-flatten</a>, and <a href="command-line-options.html#mosaic">-mosaic</a> are only aliases for the above methods and may be depreciated inthe future.  Also see  <a href="command-line-options.html#page" >-page</a>,  <a href="command-line-options.html#repage">-repage</a> operators, the <a href="command-line-options.html#compose" >-compose</a> setting, and theGIF <a href="command-line-options.html#dispose" >-dispose</a> and  <a href="command-line-options.html#delay" >-delay</a>settings. </p><div style="margin: auto;">  <h4><a id="level"></a>-level <em class="arg">black_point</em>{,<em class="arg">white_point</em>}{<em class="arg">%</em>}{,<em class="arg">gamma</em>}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>adjust the level of image channels.</td><td style='text-align:right;'></td></tr></table>
-<p>Given one, two or three values delimited with commas: black-point,white-point, gamma (for example: 10,250,1.0 or 2%,98%,0.5). The black andwhite points range from 0 to <em class="QR">QuantumRange</em>, or from 0 to100%; if the white point is omitted it is set to (<emclass="QR">QuantumRange</em> - black_point), so as to center contrast changes.If a <code>%</code> sign is present anywhere in the string, both black and whitepoints are percentages of the full color range.  Gamma will do a <ahref="command-line-options.html#gamma">-gamma</a> adjustment of the values.  If it is omitted, thedefault of 1.0 (no gamma correction) is assumed.</p><p>In normal usage (<code>-level</code>) the image values are stretched so thatthe given '<code>black_point</code>' value in the original image is set to zero(or black), while the given '<code>white_point</code>' value is set to <emclass="QR">QuantumRange</em> (or white).  This provides you with directcontrast adjustments to the image.  The '<code>gamma</code>' of the resultingimage will then be adjusted. </p><p>From ImageMagick v6.4.1-9 using the plus form of the operator(<code>+level</code>) or adding the special '!' flag anywhere in the argumentlist, will cause the operator to do the reverse of the level adjustment.  Thatis a zero, or <em class="QR">QuantumRange</em> value (black, and white, resp.)in the original image, is adjusted to the given level values, allowing you tode-contrast, or compress the channel values within the image. The'<code>gamma</code>' is adjusted before the level adjustment to de-contrast theimage is made. </p><p>Only the channels defined by the current <a href="command-line-options.html#channel">-channel</a>setting are adjusted (defaults to RGB color channels only), allowing you tolimit the effect of this operator. </p><p>Please note that the transparency channel is treated as 'matte'values (0 is opaque) and not as 'alpha' values (0 is transparent).</p><div style="margin: auto;">  <h4><a id="level-colors"></a>-level-colors {<em  class="arg">black_color</em>}{,}{<em class="arg">white_color</em>}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>adjust the level of an image using the provided dash separated colors.</td><td style='text-align:right;'></td></tr></table>
-<p>This function is exactly like <a href="command-line-options.html#level">-level</a>, except that thevalue value for each color channel is determined by the'<code>black_color</code>' and '<code>white_color</code>' colors given (asdescribed under the <a href="command-line-options.html#fill">-fill</a> option). </p><p>This effectually means the colors provided to <code>-level-colors</code>is mapped to become 'black' and 'white' respectively, with all the othercolors linearly adjusted (or clipped) to match that change. Each channel isadjusted separately using the channel values of the colors specified. </p><p>On the other hand the plus form of the operator (<code>+level-colors</code>)will map the image color 'black' and 'white' to the given colorsrespectively, resulting in a gradient (de-contrasting) tint of the image tothose colors. This can also be used to convert a plain gray-scale image into aone using the gradient of colors specified. </p><p>By supplying a single color with a comma separator either before or afterthat color, will just replace the respective 'black' or 'white' pointrespectively.  But if no comma separator is provided, the given color isused for both the black and white color points, making the operator eitherthreshold the images around that color (- form) or set all colors to thatcolor (+ form). </p><div style="margin: auto;">  <h4><a id="limit"></a>-limit <em class="arg">type value</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><p>The value for <code>file</code> is in number of files. The other limits arein bytes. Define arguments for the memory, map, area, and disk resource limitswith SI prefixes (.e.g 100MB).</p><p>By default the limits are 768 files, 3GB of image area, 1.5GiB memory, 3GiBmemory map, and 18.45EB of disk.  These limits are adjusted relative to theavailable resources on your computer if this information is available.   Whenany limit is reached, ImageMagick fails in some fashion but attempts to takecompensating actions, if possible. For example, the following limitsmemory:</p><p class="crtsnip">  -limit memory 32MiB -limit map 64MiB</p><p>Use <a href="command-line-options.html#list">-list resource</a> to list the current limits. For example, our system shows these limits:</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -list resource</span><span class='crtout'></span></p><pre class="text">  File         Area       Memory          Map         Disk   Thread         Time  ------------------------------------------------------------------------------   768     12.404GB    8.6642GiB    23.104GiB  18.446744EB        8    unlimited</pre><p>Requests for pixel storage to keep intermediate images are satisfied by oneof three resource categories: in-memory pool, memory-mapped files pool, anddisk pool (in that order) depending on the <a href="command-line-options.html#limit">&#x2011;limit</a> settingsand whether the system honors a resource request. If the total size ofallocated pixel storage in the given pool reaches the corresponding limit, therequest is passed to the next pool. Additionally, requests that exceed the<code>area</code> limit automagically are allocated on disk.</p><p>To illustrate how ImageMagick utilizes resource limits, consider a typicalimage resource request.  First, ImageMagick tries to allocate the pixels inmemory.  The request might be denied if the resource request exceeds the<code>memory</code> limit or if the system does not honor the request.  Ifa memory request is not honored, the pixels are allocated to disk and the fileis memory-mapped. However, if the allocation request exceeds the<code>map</code> limit, the resource allocation goes to disk. In all cases, ifthe resource request exceeds the <code>area</code> limit, the pixels areautomagically cached to disk. If the disk has a hard limit, the programfails.</p><p>In most cases you simply do not need to concern yourself with resourcelimits.  ImageMagick chooses reasonable defaults and most images do not taxyour computer resources.  Where limits do come in handy is when you processimages that are large or on shared systems where ImageMagick can consume allor most of the available memory. In this case, the ImageMagick workflow slowsother processes or, in extreme cases, brings the system to a halt.  Underthese circumstances, setting limits give some assurances that the ImageMagickworkflow will not interfere with other concurrent uses of the computer.  Forexample, assume you have a web interface that processes images uploaded fromthe Internet.  To assure ImageMagick does not exceed 10MiB of memory you cansimply set the area limit to 10MiB:</p><p class="crtsnip">-limit area 10MB</p><p>Now whenever a large image is processed, the pixels are automagicallycached to disk instead of memory.  This of course implies that large imagestypically process very slowly, simply because pixel processing in memory canbe an order of magnitude faster than on disk.  Because your web site usersmight inadvertently upload a huge image to process, you should set a disklimit as well:</p><p class="crtsnip">-limit area 10MB -limit disk 500MB</p><p>Here ImageMagick stops processing if an image requires more than 500MB of disk storage.</p><p>In addition to command-line resource limit option, resources can be setwith <a href="resources.html#environment" >environment variables</a>. Set theenvironment variables <code>MAGICK_AREA_LIMIT</code>,<code>MAGICK_DISK_LIMIT</code>, <code>MAGICK_FILE_LIMIT</code>,<code>MAGICK_MEMORY_LIMIT</code>, <code>MAGICK_MAP_LIMIT</code>,<code>MAGICK_THREAD_LIMIT</code>, <code>MAGICK_TIME_LIMIT</code> for limits ofimage area, disk space, open files, heap memory, memory map, number of threadsof execution, and maximum elapsed time in seconds respectively.</p><p> Inquisitive users can try adding <a href="command-line-options.html#debug">-debug cache</a> totheir commands and then scouring the generated output for references to thepixel cache, in order to determine how the pixel cache was allocated and howresources were consumed. Advanced Unix/Linux users can pipe that outputthrough <code>grep memory|open|destroy|disk</code> for more readable sifting.</p><p>For more about ImageMagick's use of resources, see the section <b>CacheStorage and Resource Requirements</b> on the <a href="architecture.html#cache">Architecture</a> page.  </p><div style="margin: auto;">  <h4><a id="linear-stretch"></a>-linear-stretch <em class="arg">black-point</em><br />-linear-stretch <em class="arg">black-point</em>{x<em class="arg">white-point</em>}{<em class="arg">%</em>}}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Linear with saturation stretch.</td><td style='text-align:right;'></td></tr></table>
-<p>This is very similar to <a href="command-line-options.html#contrast-stretch" >-contrast-stretch</a>,and uses a 'histogram bin' to determine the range of color values that needs tobe stretched.  However it then stretches those colors using the <ahref="command-line-options.html#level" >-level</a> operator.</p><p>As such while the initial determination may have 'binning' round offeffects, the image colors are stretched mathematically, rather than using thehistogram bins.  This makes the operator more accurate. </p><p>note however that a <a href="command-line-options.html#linear-stretch" >-linear-stretch</a> of'<code>0</code>' does nothing, while a value of '<code>1</code>' does a nearperfect stretch of the color range. </p><p>See also <a href="command-line-options.html#auto-level" >-auto-level</a> for a 'perfect'normalization of mathematical images. </p><p>This operator is under review for re-development. </p><div style="margin: auto;">  <h4><a id="linewidth"></a>-linewidth</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>the line width for subsequent draw operations.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="liquid-rescale"></a>-liquid-rescale <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>rescale image with seam-carving.</td><td style='text-align:right;'></td></tr></table>
-<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p><div style="margin: auto;">  <h4><a id="list"></a>-list <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Print a list of supported arguments for various options or settings.  Choose from these list types:</td><td style='text-align:right;'></td></tr></table>
-<pre class="text">   Align          Alpha          Boolean        Channel   Class          ClipPath       Coder          Color   Colorspace     Command        Compose        Compress   Configure      DataType       Debug          Decoration   Delegate       Direction      Dispose        Distort   Dither         Endian         Evaluate       FillRule   Filter         Font           Format         Function   Gravity        ImageList      Intent         Interlace   Interpolate    Kernel         Layers         LineCap   LineJoin       List           Locale         LogEvent   Log            Magic          Method         Metric   Mime           Mode           Morphology     Module   Noise          Orientation    Policy         PolicyDomain   PolicyRights   Preview        Primitive      QuantumFormat   Resource       SparseColor    Storage        Stretch   Style          Threshold      Type           Units   Validate       VirtualPixel</pre><p>These lists vary depending on your version of ImageMagick. Use "<code>-listlist</code>" to get a complete listing of all the "<code>-list</code>" argumentsavailable:</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -list list</span></p><div style="margin: auto;">  <h4><a id="log"></a>-log <em class="arg">string</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Specify format for debug log.</td><td style='text-align:right;'></td></tr></table>
-<p>This option specifies the format for the log printed when the <ahref="command-line-options.html#debug">-debug</a> option is active.</p><p>You can display the following components by embedding special formatcharacters:</p><pre class="text">   %d  domain   %e  event   %f  function   %l  line   %m  module   %p  process ID   %r  real CPU time   %t  wall clock time   %u  user CPU time   %%  percent sign   \n  newline   \r  carriage return</pre><p>For example:</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -debug coders -log "%u %m:%l %e" in.gif out.png</span></p><p>The default behavior is to print all of the components.</p><div style="margin: auto;">  <h4><a id="loop"></a>-loop <em class="arg">iterations</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>add Netscape loop extension to your GIF animation.</td><td style='text-align:right;'></td></tr></table>
-<p>Set iterations to zero to repeat the animation an infinite number of times,otherwise the animation repeats itself up to <em class="arg">iterations</em>times.</p><div style="margin: auto;">  <h4><a id="lowlight-color"></a>-lowlight-color <em class="arg">color</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>when comparing images, de-emphasize pixel differences with this color.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="magnify"></a>-magnify</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>double the size of the image with pixel art scaling.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="map"></a>-map <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Display image using this <em class="arg">type</em>.</td><td style='text-align:right;'>[<a href="animate.html">animate</a>, <a href="display.html">display</a>]</td></tr></table>
-<p>Choose from these <em class="arg">Standard Colormap</em> types:</p><pre class="text">   best   default   gray   red   green   blue</pre><p>The <em class="arg">X server</em> must support the <em class="arg">StandardColormap</em> you choose, otherwise an error occurs.  Use <code>list</code> asthe type and <code>display</code> searches the list of colormap types in<code>top-to-bottom</code> order until one is located. See <emclass="arg">xstdcmap(1)</em> for one way of creating Standard Colormaps.</p><div style="margin: auto;">  <h4><a id="map_stream_"></a>-map <em class="arg">components</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>pixel map.</td><td style='text-align:right;'>[<a href="stream.html">stream</a>]</td></tr></table>
-<p>Here are the valid components of a map:</p><pre class="text">   r  red pixel component   g  green pixel component   b  blue pixel component   a  alpha pixel component (0 is transparent)   o  opacity pixel component (0 is opaque)   i  grayscale intensity pixel component   c  cyan pixel component   m  magenta pixel component   y  yellow pixel component   k  black pixel component   p  pad component (always 0)</pre><p>You can specify as many of these components as needed in any order (e.g.bgr).  The components can repeat as well (e.g. rgbr).</p><div style="margin: auto;">  <h4><a id="mask"></a>-mask<em class="arg">filename</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Prevent updates to image pixels specified by the mask.</td><td style='text-align:right;'></td></tr></table>
-<p>This the same as using a mask used for composite masking operations, withgrayscale values causing blended updates of the image the mask is attached to.</p><p>Use <a href="command-line-options.html#mask">+mask</a> to remove the mask from images.</p><p>Also see <a href="command-line-options.html#clip-mask">-clip-mask</a> which work in the same way,but with strict boolean masking. </p><div style="margin: auto;">  <h4><a id="mattecolor"></a>-mattecolor <em class="arg">color</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Specify the color to be used with the <a href="command-line-options.html#frame">-frame</a> option.</td><td style='text-align:right;'></td></tr></table>
-<p>The color is specified using the format described under the <a href="command-line-options.html#fill">-fill</a> option.</p><p>The default matte color is <code>#BDBDBD</code>, <spanstyle="background-color: #bdbdbd;">this shade of gray</span>.</p><div style="margin: auto;">  <h4><a id="maximum"></a>-maximum</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>return the maximum intensity of an image sequence.</td><td style='text-align:right;'></td></tr></table>
-<p>Select the 'maximum' value from all the surrounding pixels. </p><p>This is legacy option from the <a href="command-line-options.html#statistic" >method</a> of the samename. </p><div style="margin: auto;">  <h4><a id="median"></a>-median <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>apply a median filter to the image.</td><td style='text-align:right;'></td></tr></table>
-<p>Select the 'middle' value from all the surrounding pixels. </p><p>This is legacy option from the <a href="command-line-options.html#statistic" >method</a> of the samename. </p><div style="margin: auto;">  <h4><a id="metric"></a>-metric <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Output to STDERR a measure of the differences between images according to the <em class="arg">type</em> given metric.</td><td style='text-align:right;'></td></tr></table>
-<p>Choose from:</p><pre class="text">  AE     absolute error count, number of different pixels (-fuzz effected)  FUZZ   mean color distance  MAE    mean absolute error (normalized), average channel error distance  MEPP   mean error per pixel (normalized mean error, normalized peak error)  MSE    mean error squared, average of the channel error squared  NCC    normalized cross correlation  PAE    peak absolute (normalize peak absolute)  PSNR   peak signal to noise ratio  RMSE   root mean squared (normalized root mean squared)</pre><p>Control the '<code>AE</code>', or absolute count of pixels that are different,with the <a href="command-line-options.html#fuzz" >-fuzz</a> factor (ignore pixels whichonly changed by a small amount).  Use '<code>PAE</code>' to find thesize of the <a href="command-line-options.html#fuzz" >-fuzz</a> factor needed to make all pixels'similar', while '<code>MAE</code>' determines the factor neededfor about half the pixels to be similar. </p><p>The '<code>MEPP</code>' metric returns three different metrics('<code>MAE</code>', '<code>MAE</code>' normalized, and '<code>PAE</code>'normalized) from a single comparison run. </p><p>To print a complete list of metrics, use the <a href="command-line-options.html#list">-listmetric</a> option.</p><div style="margin: auto;">  <h4><a id="minimum"></a>-minimum</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>return the minimum intensity of an image sequence.</td><td style='text-align:right;'></td></tr></table>
-<p>Select the 'minimal' value from all the surrounding pixels. </p><p>This is legacy option from the <a href="command-line-options.html#statistic" >method</a> of the samename. </p><div style="margin: auto;">  <h4><a id="mode"></a>-mode <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>make each pixel the 'predominant color' of the neighborhood.</td><td style='text-align:right;'>[<a href="convert.html">convert</a>, <a href="mogrify.html">mogrify</a>]</td></tr></table>
-<div style="margin: auto;">  <h4>-mode <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Mode of operation.</td><td style='text-align:right;'>[<a href="montage.html">montage</a>]</td></tr></table>
-<p>Choose the <em class="arg">value</em> from these styles: <code>Frame,Unframe, or Concatenate</code></p><p>Use the <a href="command-line-options.html#list" >-list</a> option with a '<code>Mode</code>' argumentfor a list of <a href="command-line-options.html#mode" >-mode</a> arguments available in yourImageMagick installation.</p><div style="margin: auto;">  <h4><a id="modulate"></a>-modulate <em class="arg">brightness</em>[,<em class="arg">saturation</em>,<em class="arg">hue</em>]</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Vary the <em class="arg">brightness</em>, <emclass="arg">saturation</em>, and <em class="arg">hue</em> of an image.</td><td style='text-align:right;'></td></tr></table>
-<p>The arguments are given as a percentages of variation. A value of 100 meansno change, and any missing values are taken to mean 100.</p><p>The <em class="arg">brightness</em> is a multiplier of the overallbrightness of the image, so 0 means pure black, 50 is half as bright, 200 istwice as bright. To invert its meaning <a href="command-line-options.html#negate">-negate</a> the imagebefore and after. </p><p>The <em class="arg">saturation</em> controls the amount of color in animage. For example, 0 produce a grayscale image, while a large value such as200 produce a very colorful, 'cartoonish' color.</p><p>The <em class="arg">hue</em> argument causes a "rotation" of the colorswithin the image by the amount specified. For example, 50 results ina counter-clockwise rotation of 90, mapping red shades to purple, and so on.A value of either 0 or 200 results in a complete 180 degree rotation of theimage. Using a value of 300 is a 360 degree rotation resulting in no change tothe original image. </p><p>For example, to increase the color brightness by 20% and decrease the colorsaturation by 10% and leave the hue unchanged, use <ahref="command-line-options.html#modulate">-modulate 120,90</a>.</p><p>Use <a href="command-line-options.html#set">-set</a> attribute of '<codeclass="arg">option:modulate:colorspace</code>' to specify which colorspace tomodulate.  Choose from <code>HCL</code>, <code>HCLp</code>, <code>HSB</code>, <code>HSI</code>, <code>HSL</code> (the default), <code>HSV</code>, <code>HWB</code>, or <code>LCH</code> (LCHuv).  For example,</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png -set option:modulate:colorspace hsb -modulate 120,90 modulate.png</span></p><div style="margin: auto;">  <h4><a id="moments"></a>-moments</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>report image moments.</td><td style='text-align:right;'>[<a href="identify.html">identify</a>]</td></tr></table>
-<div style="margin: auto;">  <h4><a id="monitor"></a>-monitor</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>monitor progress.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="monochrome"></a>-monochrome</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>transform the image to black and white.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="morph"></a>-morph <em class="arg">frames</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>morphs an image sequence.</td><td style='text-align:right;'></td></tr></table>
-<p>Both the image pixels and size are linearly interpolated to give theappearance of a metamorphosis from one image to the next, over all the imagesin the current image list. The added images are the equivalent of a <ahref="command-line-options.html#blend">-blend</a> composition. The <em class="arg">frames</em>argument determine how many images to interpolate between each image. </p><div style="margin: auto;">  <h4><a id="morphology"></a>-morphology</h4>  <h4>-morphology <em class="arg">method</em>  <em class="arg">kernel</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>apply a morphology method to the image.</td><td style='text-align:right;'></td></tr></table>
-<p>Until I get around to writing an option summary for this, see <ahref="http://www.imagemagick.org/Usage/morphology/" >IM Usage Examples,Morphology</a>. </p><div style="margin: auto;">  <h4><a id="mosaic"></a>-mosaic</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>an simple alias for the <a href="command-line-options.html#layers" >-layers</a> method "mosaic"</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="motion-blur"></a>-motion-blur <em class="arg">radius</em><br />-motion-blur <em class="arg">radius</em>x<em class="arg">sigma</em>+<em class="arg">angle</em>+<em class="arg">bias</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>simulate motion blur.</td><td style='text-align:right;'></td></tr></table>
-<p>Blur with the given radius, standard deviation (sigma), and angle.   Theangle given is the angle toward which the image is blurred.  That is thedirection people would consider the object is coming from. </p><p>Note that the blur is not uniform distribution, giving the motion adefinite sense of direction of movement. </p><p>The <a href="command-line-options.html#virtual-pixel">-virtual-pixel</a> setting will determine howpixels which are outside the image proper are blurred into the final result.</p><div style="margin: auto;">  <h4><a id="name"></a>-name</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>name an image.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="negate"></a>-negate</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>replace each pixel with its complementary color.</td><td style='text-align:right;'></td></tr></table>
-<p>The red, green, and blue intensities of an image are negated. White becomesblack, yellow becomes blue, etc.  Use <a href="command-line-options.html#negate">+negate</a> to onlynegate the grayscale pixels of the image.</p><div style="margin: auto;">  <h4><a id="noise"></a>-noise <em class="arg">geometry</em><br/>  +noise <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Add or reduce noise in an image.</td><td style='text-align:right;'></td></tr></table>
-<p>The principal function of noise peak elimination filter is to smooth theobjects within an image without losing edge information and without creatingundesired structures.  The central idea of the algorithm is to replace a pixelwith its next neighbor in value within a pixel window, if this pixel has beenfound to be noise. A pixel is defined as noise if and only if this pixel isa maximum or minimum within the pixel window.</p><p>Use <code><a href="command-line-options.html#noise">-noise</a> <em class="arg">radius</em></code> tospecify the width of the neighborhood when reducing noise.  This is equivalentto using a <code><a href="command-line-options.html#statistic" >-statistic</a> NonPeak</code> operation,which should be used in preference.</p><p>Use <a href="command-line-options.html#noise">+noise</a> followed by a noise <emclass="arg">type</em> to add noise to an image. Choose from these noisetypes:</p><pre class="text">   Gaussian   Impulse   Laplacian   Multiplicative   Poisson   Random   Uniform</pre><p>The amount of noise added can be controled by the <code><ahref="command-line-options.html#attunuuate" >-attenuate</a></code> setting. If unset the value isequivalent to 1.0, or a maximum noise addition.</p><p>Note that Random will replace the image with noise rather than add noise to the image. Use Uniform, if you wish to add random noise to the image.</p><p>To print a complete list of noises, use the <a href="command-line-options.html#list">-list noise</a> option.</p><p>Also see the <a href="command-line-options.html#evaluate">-evaluate</a> noise functions that allowsthe use of a controlling value to specify the amount of noise that should beadded to an image. </p><div style="margin: auto;">  <h4><a id="normalize"></a>-normalize</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Increase the contrast in an image by <em>stretching</em> the range of intensity values.</td><td style='text-align:right;'></td></tr></table>
-<p>The intensity values are stretched to cover the entire range of possiblevalues. While doing so, black-out at most <em>2%</em> of the pixels andwhite-out at most <em>1%</em> of the pixels.</p><p>Note that as of ImageMagick 6.4.7-0, <a href="command-line-options.html#normalize" >-normalize</a>is equivalent to <a href="command-line-options.html#contrast-stretch" >-contrast-stretch 2%x1%</a>.(Before this version, it was equivalent to <a href="command-line-options.html#contrast-stretch">-contrast-stretch 2%x99%</a>).</p><p>All the channels are normalized in concert by the came amount so as topreserve color integrity, when the default <a href="command-line-options.html#channel" >+channel</a>setting is in use.  Specifying any other <a href="command-line-options.html#channel" >-channel</a>setting will normalize the RGB channels independently.</p><p>See  <a href="command-line-options.html#contrast-stretch" >-contrast-stretch</a> for more details.Also see <a href="command-line-options.html#auto-level" >-auto-level</a> for a 'perfect' normalizationthat is better suited to mathematically generated images. </p><p>This operator is under review for re-development. </p><div style="margin: auto;">  <h4><a id="ordered-dither"></a>-ordered-dither <em class="arg">threshold_map</em>{,<em class="arg">level</em>...}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>dither the image using a pre-defined  ordered dither <emclass="arg">threshold map</em> specified, and a uniform color map with thegiven number of <em class="arg">levels</em> per color channel .  </td><td style='text-align:right;'></td></tr></table>
-<p>You can choose from these standard threshold maps:</p><pre class="text">   threshold   1x1   Threshold 1x1 (non-dither)   checks      2x1   Checkerboard 2x1 (dither)   o2x2        2x2   Ordered 2x2 (dispersed)   o3x3        3x3   Ordered 3x3 (dispersed)   o4x4        4x4   Ordered 4x4 (dispersed)   o8x8        8x8   Ordered 8x8 (dispersed)   h4x4a       4x1   Halftone 4x4 (angled)   h6x6a       6x1   Halftone 6x6 (angled)   h8x8a       8x1   Halftone 8x8 (angled)   h4x4o             Halftone 4x4 (orthogonal)   h6x6o             Halftone 6x6 (orthogonal)   h8x8o             Halftone 8x8 (orthogonal)   h16x16o           Halftone 16x16 (orthogonal)   c5x5b       c5x5  Circles 5x5 (black)   c5x5w             Circles 5x5 (white)   c6x6b       c6x6  Circles 6x6 (black)   c6x6w             Circles 6x6 (white)   c7x7b       c7x7  Circles 7x7 (black)   c7x7w             Circles 7x7 (white)</pre><p> The <code>threshold</code> generated a simple 50% threshold of the image.This could be used with <em class="arg" >level</em> to do the equivalent of <ahref="command-line-options.html#posterize" >-posterize</a> to reduce an image to basic primary colors.</p><p>The <code>checks</code> pattern produces a 3 level checkerboard  ditherpattern. That is a grayscale will become a pattern of solid black, solidwhite, and  mid-tone colors into a checkerboard pattern of black and white.</p><p>You can define your own <em class="arg" >threshold map</em> for ordereddithering and halftoning your images, in either personal or system<code>thresholds.xml</code> XML file. See <a href="resources.html" >Resources</a>for more details of configuration files. </p><p>To print a complete list of the thresholds that have been defined, use the<a href="command-line-options.html#list" >-list threshold</a> option.</p><p>Note that at this time the same threshold dithering map is used for allcolor channels, no attempt is made to offset or rotate the map for differentchannels is made, to create an offset printing effect. Also as the maps aresimple threshold levels, the halftone and circle maps will create incompletecircles along the edges of a colored area. Also all the effects are purelyon/off boolean effects, without anti-aliasing to make the circles smoothlooking. Large dots can be made to look better with a small amount of blurringafter being created. </p><div style="margin: auto;">  <h4><a id="opaque"></a>-opaque <em class="arg">color</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>change this color to the fill color within the image.</td><td style='text-align:right;'></td></tr></table>
-<p>The <em class="arg">color</em> argument is defined using the formatdescribed under the <a href="command-line-options.html#fill" >-fill</a> option.  The <a href="command-line-options.html#fuzz">-fuzz</a> setting can be used to match and replace colors similar to the onegiven.</p><p>Use <a href="command-line-options.html#opaque">+opaque</a> to paint any pixel that does not matchthe target color. </p><p>The <a href="command-line-options.html#transparent">-transparent</a>  operator is exactly the sameas <a href="command-line-options.html#opaque" >-opaque</a> but replaces the matching color withtransparency rather than the current <a href="command-line-options.html#fill">-fill</a> color setting.To ensure that it can do this it also ensures that the image has an alphachannel enabled, as per "<code><a href="command-line-options.html#alpha" >-alpha</a> set</code>", forthe new transparent colors, and does not require you to modify the <ahref="command-line-options.html#channel">-channel</a> to enable alpha channel handling. </p><div style="margin: auto;">  <h4><a id="orient"></a>-orient <em class="arg">image orientation</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>specify orientation of a digital camera image.</td><td style='text-align:right;'></td></tr></table>
-<p>Choose from these orientations:</p><pre class="text">   bottom-left   bottom-right   left-bottom   left-top   right-bottom   right-top   top-left   top-right   undefined</pre><p>To print a complete list of orientations, use the <a href="command-line-options.html#list" >-listorientation</a> option.</p><div style="margin: auto;">  <h4><a id="page"></a>-page <em class="arg">geometry</em><br/>  -page <em class="arg">media</em>[<em class="arg">offset</em>][{<em class="arg">^!&lt;&gt;</em>}]<br/>  +page  </h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the size and location of an image on the larger virtual canvas.</td><td style='text-align:right;'></td></tr></table>
-<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p><p>For convenience you can specify the page size using <emclass="arg">media</em> (see below). Offsets can then be added as with other<em class="arg">geometry</em> arguments (e.g. <ahref="command-line-options.html#page">-page</a> <code>Letter+43+43</code>).</p><p>Use <em class="arg">media</em> as shorthand to specify the dimensions (<emclass="arg">width</em>x<em class="arg">height</em>) of the <emclass="arg">PostScript</em> page in dots per inch or a TEXT page in pixels.The choices for a PostScript page are:</p><table id="geometryTable" cellpadding="2" cellspacing="0" border="1"width="50%" style="margin-left: auto; margin-right: auto;"><thead>        <tr valign="top">    <th align="center"><em class="arg">media</em></th>    <th align="center"><em class="arg">width</em></th>    <th align="center"><em class="arg">height</em></th>        </tr></thead><tbody><tr><td align="left"> 11x17      </td> <td align="right">  792</td> <td align="right"> 1224</td> </tr><tr><td align="left"> Ledger     </td> <td align="right"> 1224</td> <td align="right">  792</td> </tr><tr><td align="left"> Legal      </td> <td align="right">  612</td> <td align="right"> 1008</td> </tr><tr><td align="left"> Letter     </td> <td align="right">  612</td> <td align="right">  792</td> </tr><tr><td align="left"> LetterSmall</td> <td align="right">  612</td> <td align="right">  792</td> </tr><tr><td align="left"> ArchE      </td> <td align="right"> 2592</td> <td align="right"> 3456</td> </tr><tr><td align="left"> ArchD      </td> <td align="right"> 1728</td> <td align="right"> 2592</td> </tr><tr><td align="left"> ArchC      </td> <td align="right"> 1296</td> <td align="right"> 1728</td> </tr><tr><td align="left"> ArchB      </td> <td align="right">  864</td> <td align="right"> 1296</td> </tr><tr><td align="left"> ArchA      </td> <td align="right">  648</td> <td align="right">  864</td> </tr><tr><td align="left"> A0         </td> <td align="right"> 2380</td> <td align="right"> 3368</td> </tr><tr><td align="left"> A1         </td> <td align="right"> 1684</td> <td align="right"> 2380</td> </tr><tr><td align="left"> A2         </td> <td align="right"> 1190</td> <td align="right"> 1684</td> </tr><tr><td align="left"> A3         </td> <td align="right">  842</td> <td align="right"> 1190</td> </tr><tr><td align="left"> A4         </td> <td align="right">  595</td> <td align="right">  842</td> </tr><tr><td align="left"> A4Small    </td> <td align="right">  595</td> <td align="right">  842</td> </tr><tr><td align="left"> A5         </td> <td align="right">  421</td> <td align="right">  595</td> </tr><tr><td align="left"> A6         </td> <td align="right">  297</td> <td align="right">  421</td> </tr><tr><td align="left"> A7         </td> <td align="right">  210</td> <td align="right">  297</td> </tr><tr><td align="left"> A8         </td> <td align="right">  148</td> <td align="right">  210</td> </tr><tr><td align="left"> A9         </td> <td align="right">  105</td> <td align="right">  148</td> </tr><tr><td align="left"> A10        </td> <td align="right">   74</td> <td align="right">  105</td> </tr><tr><td align="left"> B0         </td> <td align="right"> 2836</td> <td align="right"> 4008</td> </tr><tr><td align="left"> B1         </td> <td align="right"> 2004</td> <td align="right"> 2836</td> </tr><tr><td align="left"> B2         </td> <td align="right"> 1418</td> <td align="right"> 2004</td> </tr><tr><td align="left"> B3         </td> <td align="right"> 1002</td> <td align="right"> 1418</td> </tr><tr><td align="left"> B4         </td> <td align="right">  709</td> <td align="right"> 1002</td> </tr><tr><td align="left"> B5         </td> <td align="right">  501</td> <td align="right">  709</td> </tr><tr><td align="left"> C0         </td> <td align="right"> 2600</td> <td align="right"> 3677</td> </tr><tr><td align="left"> C1         </td> <td align="right"> 1837</td> <td align="right"> 2600</td> </tr><tr><td align="left"> C2         </td> <td align="right"> 1298</td> <td align="right"> 1837</td> </tr><tr><td align="left"> C3         </td> <td align="right">  918</td> <td align="right"> 1298</td> </tr><tr><td align="left"> C4         </td> <td align="right">  649</td> <td align="right">  918</td> </tr><tr><td align="left"> C5         </td> <td align="right">  459</td> <td align="right">  649</td> </tr><tr><td align="left"> C6         </td> <td align="right">  323</td> <td align="right">  459</td> </tr><tr><td align="left"> Flsa       </td> <td align="right">  612</td> <td align="right">  936</td> </tr><tr><td align="left"> Flse       </td> <td align="right">  612</td> <td align="right">  936</td> </tr><tr><td align="left"> HalfLetter </td> <td align="right">  396</td> <td align="right">  612</td> </tr></tbody></table><p>This option is also used to place subimages when writing to a multi-imageformat that supports offsets, such as GIF89 and MNG. When used for thispurpose the offsets are always measured from the top left corner of the canvasand are not affected by the <a href="command-line-options.html#gravity">-gravity</a> option. Toposition a GIF or MNG image, use <a href="command-line-options.html#page">-page</a><emclass="arg">{+-}x{+-}y</em> (e.g.  -page +100+200). When writing to a MNGfile, a <a href="command-line-options.html#page">-page</a> option appearing ahead of the first image inthe sequence with nonzero width and height defines the width and height valuesthat are written in the <code>MHDR</code> chunk.  Otherwise, the MNG width andheight are computed from the bounding box that contains all images in thesequence. When writing a GIF89 file, only the bounding box method is used todetermine its dimensions.</p><p>For a PostScript page, the image is sized as in <ahref="command-line-options.html#geometry">-geometry</a> but positioned relative to the <em>lowerleft-hand corner</em> of the page by {+-}<code>x</code><emclass="arg">offset</em>{+-}<code>y</code> <em class="arg">offset</em>. Use <ahref="command-line-options.html#page">-page 612x792</a>, for example, to center the image within thepage. If the image size exceeds the PostScript page, it is reduced to fit thepage. The default gravity for the <a href="command-line-options.html#page">-page</a> option is <emclass="arg">NorthWest</em>, i.e., positive <code>x</code> and <code>y</code> <emclass="arg">offset</em> are measured rightward and downward from the top leftcorner of the page, unless the <a href="command-line-options.html#gravity">-gravity</a> option ispresent with a value other than <em class="arg">NorthWest</em>.</p><p>The default page dimensions for a TEXT image is 612x792.</p><p>This option is used in concert with <a href="command-line-options.html#density">-density</a>.</p><p>Use <a href="command-line-options.html#page">+page</a> to remove the page settings for an image.</p><div style="margin: auto;">  <h4><a id="paint"></a>-paint <em class="arg">radius</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>simulate an oil painting.</td><td style='text-align:right;'></td></tr></table>
-<p>Each pixel is replaced by the most frequent color in a circularneighborhood whose width is specified with <em class="arg">radius</em>.</p><div style="margin: auto;">  <h4><a id="path"></a>-path <em class="arg">path</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>write images to this path on disk.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="pause_animate_"></a>-pause <em class="arg">seconds</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Pause between animation loops.</td><td style='text-align:right;'>[<a href="animate.html">animate</a>]</td></tr></table>
-<p>Pause for the specified number of seconds before repeating the animation.</p><div style="margin: auto;">  <h4><a id="pause_import_"></a>-pause <em class="arg">seconds</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Pause between snapshots.</td><td style='text-align:right;'>[<a href="import.html">import</a>]</td></tr></table>
-<p>Pause for the specified number of seconds before taking the next snapshot.</p><div style="margin: auto;">  <h4><a id="perceptible"></a>-perceptible <em class="arg">epsilon</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>set each pixel whose value is less than |<em>epsilon</em>| to <em>-epsilon</em> or <em>epsilon</em> (whichever is closer) otherwise the pixel value remains unchanged.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="ping"></a>-ping</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>efficiently determine image characteristics.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="pointsize"></a>-pointsize <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>pointsize of the PostScript, OPTION1, or TrueType font.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="polaroid"></a>-polaroid <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%'>simulate a Polaroid picture.</td><td style='text-align:right;'></td></tr></table>
-<p>Use <code>+polaroid</code> to rotate the image at a random angle between -15 and +15 degrees.</p><div style="margin: auto;">  <h4><a id="poly"></a>-poly <em class="arg">"wt,exp ..."</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>combines multiple images according to a weighted sum of polynomials; one floating point weight (coefficient) and one floating point polynomial exponent (power) for each image expressed as comma separated pairs.</td><td style='text-align:right;'></td></tr></table>
-<p> The weights should typically be fractions between -1 and 1. But the sum of weights should be 1 or at least between 0 and 1 to avoid clamping in non-hdri mode at black and white.</p><p>The exponents may be positive, negative or zero. A negative exponent is equivalent to 1 divided by the image raised to the corresponding positive exponent. A zero exponent always produces 1 scaled by quantumrange to white, i.e. wt*white, no matter what the image.</p><p>The format is: output = wt1*image1^exp1 + wt2*image2^exp2 ...</p><p>Some simple uses are:</p><ul><li>A weighted sum of each image provided all weights add to unity and all exponents=1. If the the weights are all equal to 1/(number of images), then this is equivalent to <a href="command-line-options.html#profile">-evaluate-sequence</a> <em class="arg">mean</em>.</li><li>The sum of squares of two or more images, provided the weights are equal (and sum to 1 to avoid clamping) and the exponents equal 2.</li></ul><p>Note that one may add a constant color to the expression simply by using xc:somecolor for one of the images and specifying the desired weight and exponent equal to 0.</p><p>Similarly one may add white to the expression by simply using null: (or xc:white) for one of the images with the appropriate weight and exponent equal to 0.</p><div style="margin: auto;">  <h4><a id="posterize"></a>-posterize <em class="arg">levels</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>reduce the image to a limited number of color levels per channel.</td><td style='text-align:right;'></td></tr></table>
-<p>Very low values of <em class="arg">levels</em>, e.g., 2, 3, 4, have the mostvisible effect.</p><div style="margin: auto;">  <h4><a id="precision"></a>-precision <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>set the maximum number of significant digits to be printed.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="preview"></a>-preview <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>image preview type.</td><td style='text-align:right;'></td></tr></table>
-<p>Use this option to affect the preview operation of an image (e.g.<code>convert file.png -preview Gamma Preview:gamma.png</code>). Choose fromthese previews:</p><pre class="text">   Rotate           Shear            Roll             Hue   Saturation       Brightness       Gamma            Spiff   Dull             Grayscale        Quantize         Despeckle   ReduceNoise      Add Noise        Sharpen          Blur   Threshold        EdgeDetect       Spread           Shade   Raise            Segment          Solarize         Swirl   Implode          Wave             OilPaint         CharcoalDrawing   JPEG</pre><p>To print a complete list of previews, use the <a href="command-line-options.html#list">-list preview</a> option.</p><p>The default preview is <code>JPEG</code>.</p><div style="margin: auto;">  <h4><a id="print"></a>-print <em class="arg">string</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>interpret string and print to console.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="process"></a>-process <em class="arg">command</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>process the image with a custom image filter.</td><td style='text-align:right;'></td></tr></table>
-<p>The command arguments has the form <code>"module arg1 arg2 arg3 ...argN"</code> where <code>module</code> is the name of the module to invoke (e.g."Analyze") and arg1 arg2 arg3 ... argN are an arbitrary number of arguments topass to the process module.</p><div style="margin: auto;">  <h4><a id="profile"></a>-profile <em class="arg">filename</em><br/>  +profile <em class="arg">profile_name</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Manage ICM, IPTC, or generic profiles in an image.</td><td style='text-align:right;'></td></tr></table>
-<p>Using <a href="command-line-options.html#profile">-profile</a> <em class="arg">filename</em> adds anICM (ICC color management), IPTC (newswire information), or a generic profileto the image.</p><p>Use <a href="command-line-options.html#profile">+profile <em class="arg">profile_name</em></a> toremove the indicated profile. ImageMagick uses standard filename globbing, sowildcard expressions may be used to remove more than one profile.  Here weremove all profiles from the image except for the XMP profile:  <code>+profile"!xmp,*"</code>. </p><p>Use <code>identify -verbose</code> to find out which profiles are in theimage file. Use <a href="command-line-options.html#strip">-strip</a> to remove all profiles (andcomments).</p><p>To extract a profile, the <a href="command-line-options.html#profile">-profile</a> option is notused. Instead, simply write the file to an image format such as <emclass="arg">APP1, 8BIM, ICM,</em> or <em class="arg">IPTC</em>.</p><p>For example, to extract the Exif data (which is stored in JPEG files in the<em class="arg">APP1</em> profile), use.</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert cockatoo.jpg profile.exif</span></p><p>It is important to note that results may depend on whether or not theoriginal image already has an included profile. Also, keep in mind that <ahref="command-line-options.html#profile">-profile</a> is an "operator" (as opposed to a "setting") andtherefore a conversion is made each time it is encountered, in order, in thecommand-line. For instance, in the following example, if the original image isCMYK with profile, a CMYK-CMYK-RGB conversion results.</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert CMYK.tif -profile "CMYK.icc" -profile "RGB.icc" RGB.tiff</span></p><p>Furthermore, since ICC profiles are not necessarily symmetric, extraconversion steps can yield unwanted results.  CMYK profiles are often veryasymmetric since they involve 3−&gt;4 and 4−&gt;3 channel mapping.</p><div style="margin: auto;">  <h4><a id="quality"></a>-quality <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>JPEG/MIFF/PNG compression level.</td><td style='text-align:right;'></td></tr></table>
-<p>For the JPEG and MPEG image formats, quality is 1 (lowest image quality andhighest compression) to 100 (best quality but least effective compression).The default is to use the estimated quality of your input image if it canbe determined, otherwise 92. When the quality is greater than 90, then thechroma channels are not downsampled.Use the <a href="command-line-options.html#sampling-factor">-sampling-factor</a> option to specify thefactors for chroma downsampling.</p><p>For the MIFF image format, quality/10 is the zlib compression level, whichis 0 (worst but fastest compression) to 9 (best but slowest). It has no effecton the image appearance, since the compression is always lossless.</p><p>For the JPEG-2000 image format, quality is mapped using a non-linearequation to the compression ratio required by the Jasper library. Thisnon-linear equation is intended to loosely approximate the quality provided bythe JPEG v1 format. The default quality value 100, a request for non-lossycompression.  A quality of 75 results in a request for 16:1 compression.</p><p>For the MNG and PNG image formats, the quality value sets the zlibcompression level (quality / 10) and filter-type (quality % 10).  The defaultPNG "quality" is 75, which means compression level 7 with adaptive PNGfiltering, unless the image has a color map, in which case it meanscompression level 7 with no PNG filtering.</p><p>For compression level 0 (quality value less than 10), the Huffman-onlystrategy is used, which is fastest but not necessarily the worstcompression.</p><p>If filter-type is 4 or less, the specified PNG filter-type is used forall scanlines:</p><pre class="text">   0: none   1: sub   2: up   3: average   4: Paeth</pre><p>If filter-type is 5, adaptive filtering is used when quality is greaterthan 50 and the image does not have a color map, otherwise no filtering isused.</p><p>If filter-type is 6, adaptive filteringwith <em class="arg">minimum-sum-of-absolute-values</em> is used.</p><p>Only if the output is MNG, if filter-type is 7, the LOCO colortransformation (intrapixel differencing) and adaptive filteringwith <em class="arg">minimum-sum-of-absolute-values</em> are used.</p><p>If the filter-type is 8 the zlib Z_RLE compression strategy (or theZ_HUFFMAN_ONLY strategy, when compression level is 0) is used withadaptive PNG filtering.</p><p>If the filter-type is 9 the zlib Z_RLE compression strategy (or theZ_HUFFMAN_ONLY strategy, when compression level is 0) is used withno PNG filtering.</p><p>The quality setting has no effect on the appearance or signature of PNGand MNG images, since the compression is always lossless.</p><p>Not all combinations of compression level, strategy, and PNG filter typecan be obtained using the -quality option.  For more precise control,you can use the PNG:compression-level=N, PNG:compression-strategy=N, andPNG:compression-filter=N defines, respectively, instead.See <a href="command-line-options.html#define">-define</a>. Values from the defines take precedenceover values from the -quality option.</p><p>For further information, seethe <a href="http://www.w3.org/pub/WWW/TR">PNG</a> specification.</p><div style="margin: auto;">  <h4><a id="quantize"></a>-quantize <em class="arg">colorspace</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>reduce colors using this colorspace.</td><td style='text-align:right;'></td></tr></table>
-<p>This setting defines the colorspace used to sort out and reduce the numberof colors needed by an image (for later dithering) by operators such as <ahref="command-line-options.html#colors" >-colors</a>, Note that color reduction also happensautomatically when saving images to color-limited image file formats, such asGIF, and PNG8.</p><div style="margin: auto;">  <h4><a id="quiet"></a>-quiet</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>suppress all warning messages. Error messages are still reported.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="radial-blur"></a>-radial-blur  <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%'>Blur around the center of the image.</td><td style='text-align:right;'></td></tr></table>
-<p>Note that this is actually a rotational blur rather than a radial and assuch actually mis-named. </p><p>The <a href="command-line-options.html#virtual-pixel">-virtual-pixel</a> setting will determine howpixels which are outside the image proper are blurred into the final result.</p><div style="margin: auto;">  <h4><a id="raise"></a>-raise <em class="arg">thickness</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Lighten or darken image edges.</td><td style='text-align:right;'></td></tr></table>
-<p>This will create a 3-D effect. Use <a href="command-line-options.html#raise">-raise</a> to createa raised effect, otherwise use <a href="command-line-options.html#raise">+raise</a>.  </p><p>Unlike the similar <a href="command-line-options.html#frame">-frame</a> option, <ahref="command-line-options.html#raise">-raise</a> does not alter the dimensions of the image.</p><div style="margin: auto;">  <h4><a id="random-threshold"></a>-random-threshold <em class="arg">low</em>x<em class="arg">high</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Apply a random threshold to the image.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="red-primary"></a>-red-primary <em class="arg">x,y</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the red chromaticity primary point.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="regard-warnings"></a>-regard-warnings</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Pay attention to warning messages.</td><td style='text-align:right;'></td></tr></table>
-<p>This option causes some warnings in some image formats to be treatedas errors. </p><div style="margin: auto;">  <h4><a id="remap"></a>-remap <em class="arg">filename</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Reduce the number of colors in an image to the colors used by this image.</td><td style='text-align:right;'></td></tr></table>
-<p>If the <a href="command-line-options.html#dither">-dither</a> setting is enabled (the default) thenthe given colors are dithered over the image as necessary, otherwise the closestcolor (in RGB colorspace) is selected to replace that pixel in the image. </p><p>As a side effect of applying a <a href="command-line-options.html#remap">-remap</a> of colors across allimages in the current image sequence, all the images will have the same colortable.  That means that when saved to a file format such as GIF, it will usethat color table as a single common or global color table, for all the images,without requiring extra local color tables. </p><p>Use <a href="command-line-options.html#remap">+remap</a> to reduce all images in the current imagesequence to use a common color map over all the images. This equivalent toappending all the images together (without extra background colors) and colorreducing those images using <a href="command-line-options.html#colors">-colors</a> with a 256 colorlimit, then <a href="command-line-options.html#remap">-remap</a> those colors over the original list ofimages. This ensures all the images follow a single color map. </p><p>If the number of colors over all the images is less than 256, then <ahref="command-line-options.html#remap">+remap</a> should not perform any color reduction or dithering, asno color changes are needed. In that case, its only effect is to force the useof a global color table.  This recommended after using either <ahref="command-line-options.html#colors">-colors</a> or <a href="command-line-options.html#ordered-dither">-ordered-dither</a> toreduce the number of colors in an animated image sequence. </p><p>Note, the remap image colormap has at most 8-bits of precision. Deeper color maps are automagically coalesced with other colors to meet this requirement.</p><div style="margin: auto;">  <h4><a id="region"></a>-region <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set a region in which subsequent operations apply.</td><td style='text-align:right;'></td></tr></table>
-<p>The <em class="arg">x</em> and <em class="arg">y</em> offsets are treatedin the same manner as in <a href="command-line-options.html#crop">-crop</a>.</p><p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p><div style="margin: auto;">  <h4><a id="remote"></a>-remote</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>perform a remote operation.</td><td style='text-align:right;'></td></tr></table>
-<p>The only command recognized is the name of an image file to load.</p><p>If you have more than one <a href="display.html">display</a> applicationrunning simultaneously, use the <a href="command-line-options.html#window"> window</a> option tospecify which application to control.</p><div style="margin: auto;">  <h4><a id="render"></a>-render</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>render vector operations.</td><td style='text-align:right;'></td></tr></table>
-<p>Use <a href="command-line-options.html#render">+render</a> to turn off rendering vector operations.This useful when saving the result to vector formats such as MVG or SVG.</p><div style="margin: auto;"><h4><a id="repage"></a>-repage <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Adjust the canvas and offset information of the image.</td><td style='text-align:right;'></td></tr></table>
-<p>This option is like <a href="command-line-options.html#page">-page</a> but acts as an image operatorrather than a setting.  You can separately set the canvas size or the offsetof the image on that canvas by only providing those components. </p><p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p><p>If a <code>!</code> flag is given the offset given is added to the existingoffset to move the image relative to its previous position. This useful foranimation sequences. </p><p>A given a canvas size of zero such as '<code>0x0</code>' forces it torecalculate the canvas size so the image (at its current offset) will appearcompletely on that canvas (unless it has a negative offset).</p><p>Use <a href="command-line-options.html#repage">+repage</a> to completely remove/reset the virtualcanvas meta-data from the images. </p><p>The <a href="command-line-options.html#set">-set</a> '<code>page</code>' option can be used todirectly assign virtual canvas meta-data. </p><div style="margin: auto;">  <h4><a id="resample"></a>-resample <em class="arg">horizontal</em>x<em class="arg">vertical</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Resample image to specified horizontal and vertical resolution.</td><td style='text-align:right;'></td></tr></table>
-<p>Resize the image so that its rendered size remains the same as the originalat the specified target resolution. For example, if a 300 DPI image renders at3 inches by 2 inches on a 300 DPI device, when the image has been resampled to72 DPI, it will render at 3 inches by 2 inches on a 72 DPI device.  Note thatonly a small number of image formats (e.g. JPEG, PNG, and TIFF) are capable ofstoring the image resolution. For formats which do not support an imageresolution, the original resolution of the image must be specified via <ahref="command-line-options.html#density">-density</a> on the command line prior to specifying theresample resolution.</p><p>Note that Photoshop stores and obtains image resolution from a proprietaryembedded profile. If this profile exists in the image, then Photoshop willcontinue to treat the image using its former resolution, ignoring the imageresolution specified in the standard file header.</p><div style="margin: auto;">  <h4><a id="resize"></a>-resize <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Resize an image.</td><td style='text-align:right;'></td></tr></table>
-<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. Offsets, if present in the geometry string, areignored, and the <a href="command-line-options.html#gravity">-gravity</a> option has no effect.</p><p>If the <a href="command-line-options.html#filter">-filter</a> optionor <code>-define filter:option=value</code> precedes the <ahref="command-line-options.html#resize">-resize</a> option, the image is resized with the specifiedfilter.</p><p>Many image processing algorithms assume your image is in a linear-lightcoding.  If your image is gamma-corrected, you can remove the nonlinear gammacorrection, apply the transform, then restore it like this:</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert portrait.jpg -gamma .45455 -resize 25% -gamma 2.2  \ <br/> -quality 92 passport.jpg</span></p><div style="margin: auto;">  <h4><a id="respect-parentheses"></a>-respect-parentheses</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>settings remain in effect until parenthesis boundary.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="reverse"></a>-reverse</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Reverse the order of images in the current image list.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="roll"></a>-roll {<em class="arg">+-</em>}<em class="arg">x</em>{<em class="arg">+-</em>}<em class="arg">y</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>roll an image vertically or horizontally by the amount given.</td><td style='text-align:right;'></td></tr></table>
-<p>A negative <em class="arg">x</em> offset rolls the image right-to-left.A negative <em class="arg">y</em> offset rolls the image bottom-to-top.</p><div style="margin: auto;">  <h4><a id="rotate"></a>-rotate <em class="arg">degrees</em>{<em class="arg">&lt;</em>}{<em class="arg">&gt;</em>}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Apply Paeth image rotation (using shear operations) to the image.</td><td style='text-align:right;'></td></tr></table>
-<p>Use <code>&gt;</code> to rotate the image only if its width exceeds theheight. <code>&lt;</code> rotates the image <em>only</em> if its width is lessthan the height. For example, if you specify <code>-rotate "-90&gt;"</code> andthe image size is 480x640, the image is not rotated. However, if the image is640x480, it is rotated by -90 degrees. If you use <code>&gt;</code> or<code>&lt;</code>, enclose it in quotation marks to prevent it from beingmisinterpreted as a file redirection.</p><p>Empty triangles in the corners, left over from rotating the image, arefilled with the <code>background</code> color. </p><p>See also the <a href="command-line-options.html#distort">-distort</a> operator and specifically the'<code>ScaleRotateTranslate</code>' distort method. </p><div style="margin: auto;">  <h4><a id="sample"></a>-sample <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>minify / magnify the image with pixel subsampling and pixel replication, respectively.</td><td style='text-align:right;'></td></tr></table>
-<p>Change the image size simply by directly sampling the pixels originalfrom the image.  When magnifying, pixels are replicated in blocks.  Whenminifying, pixels are sub-sampled (i.e., some rows and columns are skippedover). </p><p>The results are thus equivalent to using <a href="command-line-options.html#resize">-resize</a> witha <a href="command-line-options.html#filter">-filter</a> setting of <code>point</code> (nearestneighbour), though <a href="command-line-options.html#sample">-sample</a> is a lot faster, as itavoids all the filter processing of the image. As such it completely ignoresthe current <a href="command-line-options.html#filter">-filter</a> setting. </p><p>The key feature of the <a href="command-line-options.html#sample">-sample</a> is that no new colorswill be added to the resulting image, though some colors may disappear. </p><p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. Offsets, if present in the geometry string, areignored, unlike <a href="command-line-options.html#resize">-resize</a>. </p><p>The actual sampling point is the middle of the sub-region being sampled.As such a single pixel sampling of an image will take the middle pixel, (ortop-left-middle if image has even dimensions).  However the <ahref="command-line-options.html#define">-define</a> '<code>sample:offset</code>' can be set to modifythis position some other location within each sub-region being sampled, asa percentage offset.</p><p>By default this value is '<code>50</code>' for the midpoint, but could be setto '<code>0</code>' for top-left, '<code>100</code>' for bottom-right, or withseparate X and Y offsets such as '<code>0x50</code>' for left-middle edge ofsampling sub-region.</p><div style="margin: auto;">  <h4><a id="sampling-factor"></a>-sampling-factor <em class="arg">horizontal-factor</em>x<em class="arg">vertical-factor</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>sampling factors used by JPEG or MPEG-2 encoder and YUV decoder/encoder.</td><td style='text-align:right;'></td></tr></table>
-<p>This option specifies the sampling factors to be used by the JPEG encoderfor chroma downsampling. If this option is omitted, the JPEG library will useits own default values. When reading or writing the YUV format and whenwriting the M2V (MPEG-2) format, use <ahref="command-line-options.html#sampling-factor">-sampling-factor 2x1</a> or <ahref="command-line-options.html#sampling-factor">-sampling-factor 4:2:2</a> to specify the 4:2:2downsampling method.</p><div style="margin: auto;">  <h4><a id="scale"></a>-scale <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>minify / magnify the image with pixel block averaging and pixel replication, respectively.</td><td style='text-align:right;'></td></tr></table>
-<p>Change the image size simply by replacing pixels by averaging pixelstogether when minifying, or replacing pixels when magnifying.  </p><p>The results are thus equivalent to using <a href="command-line-options.html#resize">-resize</a> witha <a href="command-line-options.html#filter">-filter</a> setting of <code>box</code>.  Though it is a lotfaster, as it avoids all the filter processing of the image. As such itcompletely ignores the current <a href="command-line-options.html#filter">-filter</a> setting. </p><p>If when shrinking (minifying) images the original image is some integermultiple of the new image size, the number of pixels averaged together toproduce the new pixel color is the same across the whole image. This isa special case known as 'binning' and is often used as a method of reducingnoise in image such as those generated by digital cameras, especially in lowlight conditions. </p><div style="margin: auto;">  <h4><a id="scene"></a>-scene <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>set scene number.</td><td style='text-align:right;'></td></tr></table>
-<p>This option sets the scene number of an image or the first image in an image sequence.</p><div style="margin: auto;">  <h4><a id="screen"></a>-screen</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>specify the screen to capture.</td><td style='text-align:right;'></td></tr></table>
-<p>This option indicates that the GetImage request used to obtain the imageshould be done on the root window, rather than directly on the specifiedwindow. In this way, you can obtain pieces of other windows that overlap thespecified window, and more importantly, you can capture menus or other popupsthat are independent windows but appear over the specified window.</p><div style="margin: auto;">  <h4><a id="seed"></a>-seed</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>seed a new sequence of pseudo-random numbers</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="segment"></a>-segment <em class="arg">cluster-threshold</em>x<em class="arg">smoothing-threshold</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>segment the colors of an image.</td><td style='text-align:right;'></td></tr></table>
-<p>Segment an image by analyzing the histograms of the color components andidentifying units that are homogeneous with the fuzzy c-means technique. Thisis part of the ImageMagick color quantization routines. </p><p>Specify <em class="arg">cluster threshold</em> as the number of pixels ineach cluster that must exceed the cluster threshold to be considered valid.<em class="arg">Smoothing threshold</em> eliminates noise in the secondderivative of the histogram. As the value is increased, you can expecta smoother second derivative.  The default is 1.5.</p><p>If the <a href="command-line-options.html#verbose">-verbose</a> setting is defined, a detailed reportof the color clusters is returned.</p><div style="margin: auto;">  <h4><a id="selective-blur"></a>-selective-blur <em class="arg">radius</em><br />-selective-blur <em class="arg">radius</em>x<em class="arg">sigma</em>{<em class="arg">+threshold</em>}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Selectively blur pixels within a contrast threshold.</td><td style='text-align:right;'></td></tr></table>
-<p>Blurs those pixels that are less than or equal to the threshold incontrast. The threshold may be expressed as a fraction of <emclass="QR">QuantumRange</em> or as a percentage.</p><div style="margin: auto;">  <h4><a id="separate"></a>-separate</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>separate an image channel into a grayscale image.  Specify the channel with <a href="command-line-options.html#channel">-channel</a>.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="sepia-tone"></a>-sepia-tone <em class="arg">threshold</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>simulate a sepia-toned photo.</td><td style='text-align:right;'></td></tr></table>
-<p>Specify <em class="arg">threshold</em> as the percent threshold of the intensity (0 - 99.9%).</p><p>This option applies a special effect to the image, similar to the effectachieved in a photo darkroom by sepia toning.  Threshold ranges from 0 to <emclass="QR">QuantumRange</em> and is a measure of the extent of the sepiatoning.  A threshold of 80% is a good starting point for a reasonabletone.</p><div style="margin: auto;">  <h4><a id="set"></a>-set <em class="arg">key value</em></h4>  <h4>+set <em class="arg">key</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>sets image attributes and properties for images in the currentimage sequence.</td><td style='text-align:right;'></td></tr></table>
-<p>This will assign (or modify) specific settings attached to all the imagesin the current image sequence.  Using the <a href="command-line-options.html#set">+set</a> form of theoption will either remove, or reset that setting to a default state, asappropriate.  </p><p>For example, it will modify specific well known image meta-data'attributes' such as those normally overridden by: the options <ahref="command-line-options.html#delay" >-delay</a>, <a href="command-line-options.html#dispose" >-dispose</a>, and <ahref="command-line-options.html#page" >-page</a>, <a href="command-line-options.html#colorspace" >-colorspace</a>; generallyassigned before the image is read in, by using a <em class="arg">key</em> ofthe same name. </p><p>If the given <em class="arg">key</em> does not match a specific known'attribute ', such as shown above, the setting is stored as a a free form'property' string.  Such settings are listed in <a href="command-line-options.html#verbose">-verbose</a> information ("<code>info:</code>" output format) as "Properties".</p><p>This includes string 'properties' that are set by and assigned to imagesusing the options <a href="command-line-options.html#comment" >-comment</a>, <a href="command-line-options.html#label">-label</a>, <a href="command-line-options.html#caption" >-caption</a>. These options actually assigna global 'artifact' which are automatically assigned (and any <a href="escape.html" >Format PercentEscapes</a> expanded) to images as they are read in.  For example:</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose: -set comment 'Rose is a rose is a rose is a rose' rose.png</span><span class='crtout'>identify -format %c rose.png</span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>Rose is a rose is a rose is a rose</span></p><p>The set value can also make use of <a href="escape.html" >Format and Print ImageProperties</a> in the defined value.  For example:</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose: -set origsize '%wx%h' -resize 50% \</span><span class='crtout'>        -format 'Old size = %[origsize]  New size = %wx%h' info:</span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>Old size = 70x46  New size = 35x23</span></p><p>Other well known 'properties' that are availible include:'<code>date:create</code>' and '<code>date:modify</code>' and'<code>signature</code>'. </p><p>The <a href="command-line-options.html#repage">-repage</a> operator will also allow you to modifythe '<code>page</code>' attribute of an image for images already in memory (alsosee <a href="command-line-options.html#repage">-page</a>).  However it is designed to provide a finercontrol of the sub-parts of this 'attribute'. The <a href="command-line-options.html#set">-set page</a>option will only provide a direct, unmodified assignment of  '<code>page</code>'attribute. </p><p>This option can also associate a colorspace or profile with your image.For example,</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.psd -set profile ISOcoated_v2_eci.icc image-icc.psd</span></p><p>Some 'properties' must be defined in a specific way to be used. Forexample only 'properties' prefixed with "<code>filename:</code>" can be used tomodify the output filename of an image. For example</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose: -set filename:mysize '%wx%h' 'rose_%[filename:mysize].png'</span></p><p>If the setting value is prefixed with "<code>option:</code>" the setting willbe saved as a global "Artifact" exactly as if it was set using the <ahref="command-line-options.html#define" >-define</a> option. As such settings are global in scope, theycan be used to pass 'attributes' and 'properties' of one specific image,in a way that allows you to use them in a completely different image, even ifthe original image has long since been modified or destroyed. For example: </p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose:  -set option:rosesize '%wx%h' -delete 0 \</span><span class='crtout'>        label:'%[rosesize]'   label_size_of_rose.gif</span></p><p>Note that <a href="escape.html" >Format Percent Escapes</a> will only matcha 'artifact' if the given <em class="arg">key</em> does not match an existing'attribute' or 'property'.  </p><p>You can set the attributes of the image registry by prefixing the valuewith <code>registry:</code>.</p><p>The <a href="command-line-options.html#set">-set profile</a> option can also be used to injectpreviously-formatted ancillary chunks into the output PNG file, usingthe commandline option as shown below or by setting the profile via aprogramming interface:</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -set profile PNG-chunk-x:&lt;filename&gt; out.png</span></p><p>where <em>x</em> is a location flag and<em class="arg">filename</em> is a file containing the chunkname in the first 4 bytes, then a colon (":"), followed by the chunk data.This encoder will compute the chunk length and CRC, so those must notbe included in the file.</p><p>"x" can be "b" (before PLTE), "m" (middle, i.e., between PLTE and IDAT),or "e" (end, i.e., after IDAT).  If you want to write multiple chunksof the same type, then add a short unique string after the "x" to preventsubsequent profiles from overwriting the preceding ones, e.g.,</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -set profile PNG-chunk-b01:file01 / <br/>            -profile PNG-chunk-b02:file02 out.png</span></p><div style="margin: auto;">  <h4><a id="shade"></a>-shade <em class="arg">azimuth</em>x<em class="arg">elevation</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>shade the image using a distant light source.</td><td style='text-align:right;'></td></tr></table>
-<p>Specify <em class="arg">azimuth</em> and <em class="arg">elevation</em> asthe position of the light source. Use <a href="command-line-options.html#shade">+shade</a> to returnthe shading results as a grayscale image.</p><div style="margin: auto;">  <h4><a id="shadow"></a>-shadow <em class="arg">percent-opacity</em>{x<em class="arg">sigma</em>}{<em class="arg">+-</em>}<em class="arg">x</em>{<em class="arg">+-</em>}<em class="arg">y</em>{<em class="arg">%</em>}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>simulate an image shadow.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><aid="shared-memory"></a>-shared-memory</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>use shared memory.</td><td style='text-align:right;'></td></tr></table>
-<p>This option specifies whether the utility should attempt to use sharedmemory for pixmaps. ImageMagick must be compiled with shared memory support,and the display must support the <em class="arg">MIT-SHM</em> extension.Otherwise, this option is ignored. The default is <code>True</code>.</p><div style="margin: auto;">  <h4><a id="sharpen"></a>-sharpen <em class="arg">radius</em><br />-sharpen <em class="arg">radius</em>x<em class="arg">sigma</em>+<em class="arg">bias</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>sharpen the image.</td><td style='text-align:right;'></td></tr></table>
-<p>Use a Gaussian operator of the given radius and standard deviation (sigma).</p><div style="margin: auto;">  <h4><a id="shave"></a>-shave <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Shave pixels from the image edges.</td><td style='text-align:right;'></td></tr></table>
-<p>The <em class="arg">size</em> portion of the <em class="arg">geometry</em>argument specifies the width of the region to be removed from both sides ofthe image and the height of the regions to be removed from top and bottom.Offsets are ignored.</p><p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p><div style="margin: auto;">  <h4><a id="shear"></a>-shear <em class="arg">Xdegrees</em>[x<em class="arg">Ydegrees</em>]</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Shear the image along the x-axis and/or y-axis.</td><td style='text-align:right;'></td></tr></table>
-<p>The shear angles may be positive, negative, or zero. When <emclass="arg">Ydegrees</em> is omitted it defaults to 0. When both angles aregiven, the horizontal component of the shear is performed before the verticalcomponent.</p><p>Shearing slides one edge of an image along the x-axis or y-axis (i.e.,horizontally or vertically, respectively),creating a parallelogram. The amountof each is controlled by the respective shear angle. For horizontal shears,<em class="arg">Xdegrees</em> is measured clockwise relative to "up" (thenegative y-axis), sliding the top edge to the right when 0°&lt;<emclass="arg">Xdegrees</em>&lt;90° and to the left when 90°&lt;<emclass="arg">Xdegrees</em>&lt;180°.  For vertical shears <emclass="arg">Ydegrees</em> is measured clockwise relative to "right" (thepositive x-axis), sliding the right edge down when 0°&lt;<emclass="arg">Ydegrees</em>&lt;90° and up when 90°&lt;<emclass="arg">Ydegrees</em>&lt;180°.</p><p>Empty triangles left over from shearing the image are filled with the colordefined by the <a href="command-line-options.html#fill">-background</a> option. The color is specifiedusing the format described under the <a href="command-line-options.html#fill">-fill</a> option.</p><p>The horizontal shear is performed before the vertical part. This isimportant to note, since horizontal and vertical shears do not<em>commute</em>, i.e., the order matters in a sequence of shears. Forexample, the following two commands are not equivalent.</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -shear 20x0 -shear 0x60 logo-sheared.png</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -shear 0x60 -shear 20x0 logo-sheared.png</span></p><p>The first of the two commands above is equivalent to the following, exceptfor the amount of empty space created; the command that follows generatesa smaller image, and so is a better choice in terms of time and space.</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -shear 20x60 logo-sheared.png</span></p><div style="margin: auto;">  <h4><a id="sigmoidal-contrast"></a>-sigmoidal-contrast <em class="arg">contrast</em>x<em class="arg">mid-point</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>increase the contrast without saturating highlights or shadows.</td><td style='text-align:right;'></td></tr></table>
-<p>Increase the contrast of the image using a sigmoidal transfer functionwithout saturating highlights or shadows. <em class="arg">Contrast</em>indicates how much to increase the contrast. For example, 0 is none, 3 istypical and 20 is a lot.</p><p>The <em class="arg">mid-point</em> indicates where the maximum change'slope' in contrast should fall in the resultant image (0 is white; 50% ismiddle-gray; 100% is black). </p><p>By default the image contrast is increased, use <emclass="arg">+sigmoidal-contrast</em> to decrease the contrast.</p><p>To achieve the equivalent of a sigmoidal brightness change (similar to a gamma adjustment), you would use <em class="arg">-sigmoidal-contrast{brightness}x0%</em> to increase brightness and <emclass="arg">+sigmoidal-contrast {brightness}x0%</em> to decrease brightness.Note the use of '0' fo rthe mid-point of the sigmoidal curve. </p><p>Using a very high <em class="arg">contrast</em> will produce a sort of'smoothed thresholding' of the image.  Not as sharp (with high aliasingeffects) of a true threshold, but with tapered gray-levels around the threshold<em class="arg">mid-point</em>. </p><div style="margin: auto;">  <h4><a id="silent"></a>-silent</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>operate silently.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="similarity-threshold"></a>-similarity-threshold <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>minimum RMSE for subimage match.</td><td style='text-align:right;'>[<a href="compare.html">compare</a>]</td></tr></table>
-<p>If this setting is used, then the search will stop as soon as it finds a match whose metric is less than or equal to the value. A partially filled second output image will result. Using a value of zero, will cause the search to stop at the first perfect match it finds. If this setting is left off, then the search will proceed to completion or as limited by <em class="arg">-dissimilarity-threshold</em>.</p><div style="margin: auto;">  <h4><a id="size"></a>-size <em class="arg">width</em>[x<em class="arg">height</em>][<em class="arg">+offset</em>]</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>set the width and height of the image.</td><td style='text-align:right;'></td></tr></table>
-<p>Use this option to specify the width and height of raw images whosedimensions are unknown such as <code>GRAY</code>, <code>RGB</code>, or<code>CMYK</code>. In addition to width and height, use <ahref="command-line-options.html#size">-size</a> with an offset to skip any header information in theimage or tell the number of colors in a <code>MAP</code> image file, (e.g. -size640x512+256).</p><p>For Photo CD images, choose from these sizes:</p><pre class="text">   192x128   384x256   768x512   1536x1024   3072x2048</pre><div style="margin: auto;">  <h4><a id="sketch"></a>-sketch <em class="arg">radius</em><br />-sketch <em class="arg">radius</em>x<em class="arg">sigma</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%'>simulate a pencil sketch.</td><td style='text-align:right;'></td></tr></table>
-<p>Sketch with the given radius, standard deviation (sigma), and angle.   Theangle given is the angle toward which the image is sketched.  That is thedirection people would consider the object is coming from.  </p><div style="margin: auto;">  <h4><a id="smush"></a>-smush <em class="arg">offset</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>smush an image sequence together.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="snaps"></a>-snaps <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the number of screen snapshots.</td><td style='text-align:right;'>[<a href="import.html">import</a>]</td></tr></table>
-<p>Use this option to grab more than one image from the X server screen, to create an animation sequence.</p><div style="margin: auto;">  <h4><a id="solarize"></a>-solarize <em class="arg">threshold</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>negate all pixels above the threshold level.</td><td style='text-align:right;'></td></tr></table>
-<p>Specify <em class="arg">factor</em> as the percent threshold of the intensity (0 - 99.9%).</p><p>This option produces a <em class="arg">solarization</em> effect seen whenexposing a photographic film to light during the development process.</p><div style="margin: auto;">  <h4><a id="sparse-color"></a>-sparse-color <em  class="arg">method</em>  '<em class="arg">x</em>,<em class="arg">y</em> <em class="arg">color</em>  ...'</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'> color the given image using the specified points of color, and filling the other intervening colors using the given methods. </td><td style='text-align:right;'></td></tr></table>
-<table class="doc">  <tbody>  <tr valign="top">    <th align="left" style="width: 8%">Method</th>    <th align="left">Description</th>  </tr>  <tr valign="top">    <td valign="top">barycentric</td>    <td valign="top">three point triangle of color given 3 points.        Giving only 2 points will form a linear gradient between those points.        The gradient generated extends beyond the triangle created by those        3 points. </td>  </tr>  <tr valign="top">    <td valign="top">bilinear</td>    <td valign="top">Like barycentric but for 4 points. Less than 4 points        fall back to barycentric. </td>  </tr>  <tr valign="top">    <td valign="top">voronoi</td>    <td valign="top">Simply map each pixel to the to nearest color point        given. The result are polygonal 'cells' of solid color. </td>  </tr>  <tr valign="top">    <td valign="top">shepards</td>    <td valign="top">Colors points biased on the ratio of inverse distance        squared. Generating spots of color in a sea of the average of        colors. </td>  </tr>  <tr valign="top">    <td valign="top">inverse</td>    <td valign="top">Colors points biased on the ratio of inverse distance.        This generates sharper points of color rather than rounded spots of        '<code>shepards</code>'  Generating spots of color in a sea of the        average of colors. </td>  </tr>  </tbody></table><p>The points are placed according to the images location on the virtualcanvas (<a href="command-line-options.html#page" >-page</a> or <a href="command-line-options.html#repage" >-repage</a>offset), and do not actually have to exist on the given image, but may besome point beyond the edge of the image. All points are floating point values.</p><p>Only the color channels defined by the <a href="command-line-options.html#channel" >-channel</a> aremodified, which means that by default matte/alpha transparency channel is noteffected. Typically transparency channel is turned off either before or afterthe operation. </p><p>Of course if some color points are transparent to generate a transparentgradient, then the image also requires transparency enabled to store thevalues. </p><p>All the above methods when given a single point of color will replace allthe colors in the image with the color given, regardless of the point. This islogical, and provides an alternative technique to recolor an image to somedefault value. </p><div style="margin: auto;">  <h4><a id="splice"></a>-splice <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Splice the current background color into the image.</td><td style='text-align:right;'></td></tr></table>
-<p>This will add rows and columns of the current <ahref="command-line-options.html#background">-background</a> color into the given image according to thegiven  <a href="command-line-options.html#gravity">-gravity</a> geometry setting.  >See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. Essentially <a href="command-line-options.html#splice">-splice</a> will divide theimage into four quadrants, separating them by the inserted rows and columns.</p><p>If a dimension of geometry is zero no rows or columns will be added for thatdimension.  Similarly using a zero offset with the appropriate <ahref="command-line-options.html#gravity">-gravity</a> setting will add rows and columns to the edges ofthe image, padding the image only along that one edge. Edge padding is what <ahref="command-line-options.html#splice">-splice</a> is most commonly used for. </p><p>If the exact same  <em class="arg">geometry</em> and <ahref="command-line-options.html#gravity">-gravity</a> is later used with <a href="command-line-options.html#chop">-chop</a> theadded added all splices removed. </p><div style="margin: auto;">  <h4><a id="spread"></a>-spread <em class="arg">amount</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>displace image pixels by a random amount.</td><td style='text-align:right;'></td></tr></table>
-<p>The argument <em class="arg">amount</em> defines the size of theneighborhood around each pixel from which to choose a candidate pixel toswap.</p><div style="margin: auto;">  <h4><a id="statistic"></a>-statistic <em class="arg">type</em> <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>replace each pixel with corresponding statistic from the neighborhood.</td><td style='text-align:right;'>[<a href="convert.html">convert</a>, <a href="mogrify.html">mogrify</a>]</td></tr></table>
-<p>Choose from these statistic types:</p><pre class="text">   Gradient   maximum difference in area   Maximum    maximum value per channel in neighborhood   Minimum    minimum value per channel in neighborhood   Mean       average value per channel in neighborhood   Median     median value per channel in neighborhood   Mode       mode (most frequent) value per channel in neighborhood   Nonpeak    value just before or after the median value per channel in neighborhood</pre><div style="margin: auto;">  <h4><a id="stegano"></a>-stegano <em class="arg">offset</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>hide watermark within an image.</td><td style='text-align:right;'></td></tr></table>
-<p>Use an offset to start the image hiding some number of pixels from thebeginning of the image. Note this offset and the image size. You will needthis information to recover the steganographic image (e.g. display -size320x256+35 stegano:image.png).</p><div style="margin: auto;">  <h4><a id="stereo"></a>-stereo <em class="arg">+x</em>{<em class="arg">+y</em>}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>composite two images to create a red / cyan stereo anaglyph.</td><td style='text-align:right;'>[<a href="composite.html">composite</a>]</td></tr></table>
-<p>The left side of the stereo pair (second image) is saved as the red channel of the output image. The right side (first image) is saved as the green and blue channels. Red-green stereo glasses are required to properly view the stereo image.</p><div style="margin: auto;">  <h4><a id="storage-type"></a>-storage-type <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>pixel storage type.  Here are the valid types:</td><td style='text-align:right;'></td></tr></table>
-<pre class="text">   char     unsigned characters   double   doubles   float    floats   integer  integers   long     longs   quantum  pixels in the native depth of your ImageMagick distribution   short    unsigned shorts</pre><p>Float and double types are normalized from 0.0 to 1.0 otherwise the pixelsvalues range from 0 to the maximum value the storage type can support.</p><div style="margin: auto;">  <h4><a id="stretch"></a>-stretch <em class="arg">fontStretch</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set a type of stretch style for fonts.</td><td style='text-align:right;'></td></tr></table>
-<p>This setting suggests a type of stretch that ImageMagick should try toapply to the currently selected font family. Select <emclass="arg">fontStretch</em> from the following.</p><pre class="text">   Any   Condensed   Expanded   ExtraCondensed   ExtraExpanded   Normal   SemiCondensed   SemiExpanded   UltraCondensed   UltraExpanded</pre><p>To print a complete list of stretch types, use <a href="command-line-options.html#list">-liststretch</a>.</p><p>For other settings that affect fonts, see the options <ahref="command-line-options.html#font">-font</a>, <a href="command-line-options.html#family">-family</a>, <ahref="command-line-options.html#style">-style</a>, and <a href="command-line-options.html#weight">-weight</a>. </p><div style="margin: auto;">  <h4><a id="strip"></a>-strip</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>strip the image of any profiles or comments.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="stroke"></a>-stroke <em class="arg">color</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>color to use when stroking a graphic primitive.</td><td style='text-align:right;'></td></tr></table>
-<p>The color is specified using the format described under the <a href="command-line-options.html#fill">-fill</a> option.</p><p>See <a href="command-line-options.html#draw">-draw</a> for further details.</p><div style="margin: auto;">  <h4><a id="strokewidth"></a>-strokewidth <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>set the stroke width.</td><td style='text-align:right;'></td></tr></table>
-<p>See <a href="command-line-options.html#draw">-draw</a> for further details.</p><div style="margin: auto;">  <h4><a id="style"></a>-style <em class="arg">fontStyle</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set a font style for text.</td><td style='text-align:right;'></td></tr></table>
-<p>This setting suggests a font style that ImageMagick should try to apply tothe currently selected font family. Select <em class="arg">fontStyle</em> fromthe following.</p><pre class="text">   Any   Italic   Normal   Oblique</pre><p>For other settings that affect fonts, see the options <ahref="command-line-options.html#font">-font</a>, <a href="command-line-options.html#family">-family</a>, <ahref="command-line-options.html#stretch">-stretch</a>, and <a href="command-line-options.html#weight">-weight</a>. </p><div style="margin: auto;">  <h4><a id="subimage-search"></a>-subimage-search</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>search for subimage.</td><td style='text-align:right;'>[<a href="compare.html">compare</a>]</td></tr></table>
-<p>This option is required to have compare search for the best match locationof a small image within a larger image. This search will produce two images(or two frames). The first is the "difference" image and the second willbe the "match score" image.</p><p>The "match-score" image is smaller containing a pixel for ever possibleposition of the top-left corner of the given sub-image. that is its size willbe the size of the larger_image - sub_image + 1.  The brightest location inthis image is the location s the locate on the best match that is alsoreported. Note that this may or may not be a perfect match, and the actualbrightness will reflect this. Other bright 'peaks' can be used to locate otherpossible matching locations. </p><p>Note that the search will try to compare the sub-image at every possiblelocation in the larger image, as such it can be very slow.  The smaller thesub-image the faster this search is. </p><div style="margin: auto;">  <h4><a id="swap"></a>-swap <em class="arg">index,index</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Swap the positions of two images in the image sequence.</td><td style='text-align:right;'></td></tr></table>
-<p>For example, <a href="command-line-options.html#swap">-swap 0,2</a> swaps the first and the thirdimages in the current image sequence. Use <a href="command-line-options.html#swap">+swap</a> to switchthe last two images in the sequence.</p><div style="margin: auto;">  <h4><a id="swirl"></a>-swirl <em class="arg">degrees</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>swirl image pixels about the center.</td><td style='text-align:right;'></td></tr></table>
-<p><em class="arg">Degrees</em> defines the tightness of the swirl.</p><div style="margin: auto;">  <h4><a id="synchronize"></a>-synchronize</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>synchronize image to storage device.</td><td style='text-align:right;'></td></tr></table>
-<p>Set to "true" to ensure all image data is fully flushed and synchronizedto disk. There is a performance penalty, but the benefits include ensuring avalid image file in the event of a system crash and early reporting if thereis not enough disk space for the image pixel cache.</p><div style="margin: auto;">  <h4><a id="taint"></a>-taint</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Mark the image as modified.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="text-font"></a>-text-font <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%'>font for writing fixed-width text.</td><td style='text-align:right;'></td></tr></table>
-<p>Specifies the name of the preferred font to use in fixed (typewriter style)formatted text. The default is 14 point <em class="arg">Courier</em>.</p><p>You can tag a font to specify whether it is a PostScript, TrueType, orOPTION1 font. For example, <code>Courier.ttf</code> is a TrueType font and<code>x:fixed</code> is OPTION1.</p><div style="margin: auto;">  <h4><a id="texture"></a>-texture <em class="arg">filename</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>name of texture to tile onto the image background.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="threshold"></a>-threshold <em class="arg">value</em>{<em class="arg">%</em>}</h4></div><!-- {<em class="arg">green,blue,opacity</em>}<p>If the green or blue value is omitted, these channels use the same value asthe first one provided. If all three color values are the same, the result isa bi-level image. If the opacity threshold is omitted, OpaqueOpacity is usedand any partially transparent pixel becomes fully transparent.</p>--><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Apply simultaneous black/white threshold to the image.</td><td style='text-align:right;'></td></tr></table>
-<p>Any pixel values (more specifically, those channels set using <a href="command-line-options.html#channel">&#x2011;channel</a>) that exceed the specified threshold are reassigned themaximum channel value, while all other values are assigned the minimum.</p><p> The threshold value can be given as a percentage or as an absolute integervalue corresponding to the desired channel value. When given as an integer,the minimum attainable value is 0 (corresponding to black when all channelsare affected), but the maximum value (corresponding to white) is that of the<code>quantum depth</code> of the particular build of ImageMagick, and istherefore dependent on the installation. For that reason, a reasonablerecommendation for most applications is to specify the threshold values asa percentage.  </p><p> The following would force pixels with red values above 50% to have 100%red values, while those at or below 50% red would be set to 0 in the redchannel. The green, blue, and alpha channels (if present) would be unchanged.</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -channel red -threshold 50% out.png</span></p><p>As (possibly) impractical but instructive examples, the following wouldgenerate an all-black and an all-white image with the same dimensions as theinput image.</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -threshold 100% black.png</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -threshold -1 white.png</span></p><p>Note that the values of the transparency channel is treated as 'matte'values (0 is opaque) and not as 'alpha' values (0 is transparent).</p><p> See also <a href="command-line-options.html#black-threshold">&#x2011;black&#x2011;threshold</a> and <a href="command-line-options.html#white-threshold">&#x2011;white&#x2011;threshold</a>.</p><div style="margin: auto;">  <h4><a id="thumbnail"></a>-thumbnail <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Create a thumbnail of the image.</td><td style='text-align:right;'></td></tr></table>
-<p>This is similar to <a href="command-line-options.html#resize">-resize</a>, except it is optimizedfor speed and any image profile, other than a color profile, is removed toreduce the thumbnail size.  To strip the color profiles as well, add <ahref="command-line-options.html#strip">-strip</a> just before of after this option.</p><p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p><div style="margin: auto;">  <h4><a id="tile"></a>-tile <em class="arg">filename</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the tile image used for filling a subsequent graphic primitive.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4>-tile <em class="arg">geometry</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Specify the layout of images .</td><td style='text-align:right;'>[<a href="montage.html">montage</a>]</td></tr></table>
-<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p><div style="margin: auto;">  <h4>-tile</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Specifies that a subsequent composite operation is repeated across and down image.</td><td style='text-align:right;'>[<a href="composite.html">composite</a>]</td></tr></table>
-<div style="margin: auto;">  <h4><a id="tile-offset"></a>-tile-offset {<em class="arg">+-</em>}<em class="arg">x</em>{<em class="arg">+-</em>}<em class="arg">y</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Specify the offset for tile images, relative to the background image it is tiled on.</td><td style='text-align:right;'></td></tr></table>
-<p>This should be set before the tiling image is set by <a href="command-line-options.html#tile">-tile</a> or <a href="command-line-options.html#texture" >-texture</a>, or directly applied forcreating a tiled canvas using <code>TILE:</code> or <code>PATTERN:</code> inputformats. </p><p>Internally ImageMagick does a <a href="command-line-options.html#roll" >-roll</a> of the tile imageby the arguments given when the tile image is set. </p><div style="margin: auto;">  <h4><a id="tint"></a>-tint <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Tint the image with the fill color.</td><td style='text-align:right;'></td></tr></table>
-<p>Tint the image with the fill color.</p><p>Specify the amount of tinting as a percentage.  Pure colors like black,white red, yellow, will not be affected by -tint. Only mid-range colors suchas the various shades of grey.</p><div style="margin: auto;">  <h4><a id="title"></a>-title <em class="arg">string</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Assign a title to displayed image.</td><td style='text-align:right;'>[<a href="animate.html">animate</a>, <a href="display.html">display</a>, <a href="montage.html">montage</a>]</td></tr></table>
-<p>Use this option to assign a specific title to the image. This assigned tothe image window and is typically displayed in the window title bar.Optionally you can include the image filename, type, width, height, Exif data,or other image attribute by embedding special format characters describedunder the <a href="command-line-options.html#format">-format</a> option.</p><p>For example,</p><p class="crtsnip">  -title "%m:%f %wx%h"</p><p>produces an image title of <code>MIFF:bird.miff 512x480</code> for an imagetitled <code>bird.miff</code> and whose width is 512 and height is 480.</p><div style="margin: auto;">  <h4><a id="transform"></a>-transform</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>transform the image.</td><td style='text-align:right;'></td></tr></table>
-<p>This option applies the transformation matrix from a previous <a href="command-line-options.html#affine">-affine</a> option.</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -affine 2,2,-2,2,0,0 -transform bird.ppm bird.jpg</span></p><p>This operator has been now been superseded by the  <ahref="command-line-options.html#distort">-distort</a> '<code>AffineProjection</code>' method. </p><div style="margin: auto;">  <h4><a id="transparent"></a>-transparent <em class="arg">color</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Make this color transparent within the image.</td><td style='text-align:right;'></td></tr></table>
-<p>The <em class="arg">color</em> argument is defined using the formatdescribed under the <a href="command-line-options.html#fill">-fill</a> option. The <a href="command-line-options.html#fuzz">-fuzz</a> setting can be used to match and replace colors similar to the onegiven. </p><p>Use  <a href="command-line-options.html#transparent" >+transparent</a> to invert the pixels matched.that is make all non-matching colors transparent. </p><p>The <a href="command-line-options.html#opaque">-opaque</a>  operator is exactly the same as <ahref="command-line-options.html#transparent" >-transparent</a> but replaces the matching color with thecurrent <a href="command-line-options.html#fill">-fill</a> color setting, rather than transparent.However the <a href="command-line-options.html#transparent" >-transparent</a> operator also ensuresthat the image has an alpha channel enabled, as per "<code><a href="command-line-options.html#alpha">-alpha</a> set</code>", and does not require you to modify the <ahref="command-line-options.html#channel">-channel</a> to enable alpha channel handling. </p><p>Note that this does not define the color as being the 'transparency color'used for color-mapped image formats, such as GIF.  For that use <ahref="command-line-options.html#transparent-color" >-transparent-color</a> </p><div style="margin: auto;">  <h4><a id="transparent-color"></a>-transparent-color <em class="arg">color</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the transparent color.</td><td style='text-align:right;'></td></tr></table>
-<p>Sometimes this is used for saving to image formats such asGIF and PNG8 which uses this color to represent boolean transparency.  Thisdoes not make a color transparent, it only defines what color the transparentcolor is in the color palette of the saved image. Use <ahref="command-line-options.html#transparent">-transparent</a> to make an opaque color transparent.</p><p>This option allows you to have both an opaque visible color, as well as atransparent color of the same color value without conflict.  That is, you canuse the same color for both the transparent and opaque color areas within animage.  This, in turn, frees to you to select a transparent color that isappropriate when an image is displayed by an application that does not handle atransparent color index, while allowing ImageMagick to correctly handle images of thistype. </p><p>The default transparent color is <code>#00000000</code>, which is fully transparent black.</p><div style="margin: auto;">  <h4><a id="transpose"></a>-transpose</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Mirror the image along the top-left to bottom-right diagonal.</td><td style='text-align:right;'></td></tr></table>
-<p> This option mathematically transposes the pixel array.  It is equivalent to the sequence <code>-flip -rotate 90</code>.</p><div style="margin: auto;">  <h4><a id="transverse"></a>-transverse</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Mirror the image along the images bottom-left top-right diagonal.  Equivalent to the operations <code>-flop -rotate 90</code>.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="treedepth"></a>-treedepth <em class="arg">value</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>tree depth for the color reduction algorithm.</td><td style='text-align:right;'></td></tr></table>
-<p>Normally, this integer value is zero or one. A value of zero or one causesthe use of an optimal tree depth for the color reduction algorithm.</p><p>An optimal depth generally allows the best representation of the sourceimage with the fastest computational speed and the least amount of memory.However, the default depth is inappropriate for some images. To assure thebest representation, try values between 2 and 8 for this parameter.  Refer tothe <a href="quantize.html">color reduction algorithm</a> for more details.</p><p>The <a href="command-line-options.html#colors">-colors</a> or <a href="command-line-options.html#monochrome">-monochrome</a>option, or writing to an image format which requires color reduction, isrequired for this option to take effect.</p><div style="margin: auto;">  <h4><a id="trim"></a>-trim</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>trim an image.</td><td style='text-align:right;'></td></tr></table>
-<p>This option removes any edges that are exactly the same color as the cornerpixels. Use <a href="command-line-options.html#fuzz">-fuzz</a> to make <a href="command-line-options.html#trim">-trim</a> removeedges that are nearly the same color as the corner pixels.</p><p>The page or virtual canvas information of the image is preserved allowingyou to extract the result of the <a href="command-line-options.html#trim">-trim</a> operation from theimage.  Use a <a href="command-line-options.html#repage">+repage</a> to remove the virtual canvas pageinformation if it is unwanted.</p><p>If the trimmed image 'disappears' an warning is produced, and a specialsingle pixel transparent 'missed' image is returned, in the same way as when a<a href="command-line-options.html#crop">-crop</a> operation 'misses' the image proper. </p><div style="margin: auto;">  <h4><a id="type"></a>-type <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>the image type.</td><td style='text-align:right;'></td></tr></table>
- <p>Choose from: <code>Bilevel</code>,<code>Grayscale</code>, <code>GrayscaleMatte</code>, <code>Palette</code>,<code>PaletteMatte</code>, <code>TrueColor</code>, <code>TrueColorMatte</code>,<code>ColorSeparation</code>, or <code>ColorSeparationMatte</code>.</p><p>Normally, when a format supports different subformats such as grayscale andtruecolor, the encoder will try to choose an efficient subformat. The <ahref="command-line-options.html#type">-type</a> option can be used to override this behavior. Forexample, to prevent a JPEG from being written in grayscale format even thoughonly gray pixels are present, use.</p><p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert bird.png -type TrueColor bird.jpg</span></p><p>Similarly, use <a href="command-line-options.html#type">-type TrueColorMatte</a> to force theencoder to write an alpha channel even though the image is opaque, if theoutput format supports transparency.</p><p>Use <a href="command-line-options.html#type">-type optimize</a> to ensure the image is written in the smallest possible file size.</p><div style="margin: auto;">  <h4><a id="undercolor"></a>-undercolor <em class="arg">color</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>set the color of the annotation bounding box.</td><td style='text-align:right;'></td></tr></table>
-<p>The color is specified using the format described under the <a href="command-line-options.html#fill">-fill</a> option.</p><p>See <a href="command-line-options.html#draw">-draw</a> for further details.</p><div style="margin: auto;">  <h4><a id="update"></a>-update <em class="arg">seconds</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>detect when image file is modified and redisplay.</td><td style='text-align:right;'></td></tr></table>
-<p>Suppose that while you are displaying an image the file that is currentlydisplayed is over-written.  <code>display</code> will automagically detect thatthe input file has been changed and update the displayed imageaccordingly.</p><div style="margin: auto;">  <h4><a id="unique-colors"></a>-unique-colors</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>discard all but one of any pixel color.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="units"></a>-units <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>the units of image resolution.</td><td style='text-align:right;'></td></tr></table>
-<p>Choose from: <code>Undefined</code>, <code>PixelsPerInch</code>, or<code>PixelsPerCentimeter</code>. This option is normally used in conjunctionwith the <a href="command-line-options.html#density">-density</a> option.</p><div style="margin: auto;">  <h4><a id="unsharp"></a>-unsharp <em class="arg">radius</em><br />-unsharp <em class="arg">radius</em>x<em class="arg">sigma</em>{<em class="arg">+gain</em>}{<em class="arg">+threshold</em>}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>sharpen the image with an unsharp mask operator.</td><td style='text-align:right;'></td></tr></table>
-<p>The <a href="command-line-options.html#unsharp">-unsharp</a> option sharpens an image. The image isconvolved with a Gaussian operator of the given radius and standard deviation(sigma). For reasonable results, radius should be larger than sigma. Usea radius of 0 to have the method select a suitable radius.</p><p>The parameters are:</p><pre class="text">   radius     The radius of the Gaussian, in pixels,  not counting the center              pixel (default 0).   sigma      The standard deviation of the Gaussian, in pixels (default 1.0).   gain       The fraction of the difference between the original and the blur              image that is added back into the original (default 1.0).   threshold  The threshold, as a fraction of <em class="QR">QuantumRange</em>, needed to apply the              difference amount (default 0.05).</pre><div style="margin: auto;">  <h4><a id="verbose"></a>-verbose</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>print detailed information about the image when this optionprecedes the <a href="command-line-options.html#identify">-identify</a> option or<code>info:</code>.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="version"></a>-version</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>print ImageMagick version string and exit.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="view"></a>-view <em class="arg">string</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>FlashPix viewing parameters.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="vignette"></a>-vignette <em class="arg">radius</em>{x<em class="arg">sigma</em>}{<em class="arg">+-</em>}<em class="arg">x</em>{<em class="arg">+-</em>}<em class="arg">y</em>{<em class="arg">%</em>}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>soften the edges of the image in vignette style.</td><td style='text-align:right;'></td></tr></table>
-<p>The vignette effect rolloff is controlled by radiusxsigma. For nominal rolloff, this would be set to 0xsigma. A value of 0x0 will produce a circle/ellipse with no rolloff. The arguments x and y control the size of the circle. Larger values decrease the radii and smaller values increase the radii. Values of +0+0 will generate a circle/ellipse the same size as the image. The default values for x and y are 10% of the corresponding image dimension. Thus, the radii will be decreased by 10%, i.e., the diameters of the circle/ellipse will be 80% of the corresponding image dimension.</p><div style="margin: auto;">  <h4><a id="virtual-pixel"></a>-virtual-pixel <em class="arg">method</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Specify contents of <em>virtual pixels</em>.</td><td style='text-align:right;'></td></tr></table>
-<p>This option defines what color source should be used if and when a colorlookup completely 'misses' the source image. The color(s) that appear tosurround the source image.  Generally this color is derived from the sourceimage, but could also be set to a specify background color. </p><p>Choose from these methods:</p><pre class="text">   background            the area surrounding the image is the background color   black                 the area surrounding the image is black   checker-tile          alternate squares with image and background color   dither                non-random 32x32 dithered pattern   edge                  extend the edge pixel toward infinity   gray                  the area surrounding the image is gray   horizontal-tile       horizontally tile the image, background color above/below   horizontal-tile-edge  horizontally tile the image and replicate the side edge pixels   mirror                mirror tile the image   random                choose a random pixel from the image   tile                  tile the image (default)   transparent           the area surrounding the image is transparent blackness   vertical-tile         vertically tile the image, sides are background color   vertical-tile-edge    vertically tile the image and replicate the side edge pixels   white                 the area surrounding the image is white</pre><p>The default value is "edge".</p><p>This most important for distortion operators such as <a href="command-line-options.html#distort">-distort</a>, <a href="command-line-options.html#implode" >-implode</a>, and <a href="command-line-options.html#fx" >-fx</a>.However it also effects operations that may access pixels just outside theimage proper, such as <a href="command-line-options.html#convolve">-convolve</a>, <ahref="command-line-options.html#blur">-blur</a>, and <a href="command-line-options.html#sharpen">-sharpen</a>. </p><p>To print a complete list of virtual pixel types, use the <ahref="command-line-options.html#list">-list virtual-pixel</a> option.</p><div style="margin: auto;">  <h4><a id="visual"></a>-visual <em class="arg">type</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Animate images using this X visual type.</td><td style='text-align:right;'>[<a href="animate.html">animate</a>, <a href="display.html">display</a>]</td></tr></table>
-<p>Choose from these visual classes:</p><pre class="text">   StaticGray   GrayScale   StaticColor   PseudoColor   TrueColor   DirectColor   default   visual id</pre><p>The X server must support the visual you choose, otherwise an error occurs.If a visual is not specified, the visual class that can display the mostsimultaneous colors on the default screen is chosen.</p><div style="margin: auto;">  <h4><a id="watermark"></a>-watermark <em  class="arg">brightness</em>x<em class="arg">saturation</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Watermark an image using the given percentages of brightness andsaturation.</td><td style='text-align:right;'>[<a href="composite.html">composite</a>]</td></tr></table>
-<p>Take a grayscale image (with alpha mask) and modify the destination image'sbrightness according to watermark image's grayscale value and the <emclass="arg">brightness</em> percentage.  The destinations color saturationattribute is just direct modified by the <em class="arg">saturation</em>percentage, which defaults to 100 percent (no color change). </p><div style="margin: auto;">  <h4><a id="wave"></a>-wave <em class="arg">amplitude</em><br />-wave <em class="arg">amplitude</em>x<em class="arg">wavelength</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Shear the columns of an image into a sine wave.</td><td style='text-align:right;'></td></tr></table>
-<p>Specify <em class="arg">amplitude</em> and <em class="arg">wavelength</em>of the wave.</p><div style="margin: auto;">  <h4><a id="weight"></a>-weight <em class="arg">fontWeight</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set a font weight for text.</td><td style='text-align:right;'></td></tr></table>
-<p>This setting suggests a font weight that ImageMagick should try to apply tothe currently selected font family. Use a positive integer for <emclass="arg">fontWeight</em> or select from the following.</p><table class="doc">  <col width="25%" />  <col width="75%" />  <thead>  <tr>  <th><em class="arg">fontWeight</em></th>  <th>Description</th>  </tr>  </thead>  <tbody>    <tr><td>All </td>        <td>No effect. </td></tr>    <tr><td>Bold </td>        <td>Same as <em class="arg">fontWeight</em> = 700.</td></tr>    <tr><td>Bolder </td>        <td>Add 100 to font weight if currently ≤ 800.</td></tr>    <tr><td>Lighter </td>        <td>Subtract 100 to font weight if currently ≤ 100.</td></tr>    <tr><td>Normal </td>        <td>Same as <em class="arg">fontWeight</em> = 400.</td></tr> </tbody> </table><p>To print a complete list of weight types, use <a href="command-line-options.html#list">-listweight</a>.</p><p>For other settings that affect fonts, see the options <ahref="command-line-options.html#font">-font</a>, <a href="command-line-options.html#family">-family</a>, <ahref="command-line-options.html#stretch">-stretch</a>, and <a href="command-line-options.html#style">-style</a>. </p><div style="margin: auto;">  <h4><a id="white-point"></a>-white-point <em class="arg">x,y</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>chromaticity white point.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="white-threshold"></a>-white-threshold <em class="arg">value</em>{<em class="arg">%</em>}</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Force to white all pixels above the threshold while leaving allpixels at or below the threshold unchanged.</td><td style='text-align:right;'></td></tr></table>
-<p> The threshold value can be given as a percentage or as an absolute integervalue within [0, <em class="QR">QuantumRange</em>] corresponding to thedesired <a href="command-line-options.html#channel">&#x2011;channel</a> value. See <a href="command-line-options.html#threshold">&#x2011;threshold</a>for more details on thresholds and resulting values.  </p><div style="margin: auto;">  <h4><a id="window"></a>-window <em class="arg">id</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Make the image the background of a window.</td><td style='text-align:right;'>[<a href="animate.html">animate</a>, <a href="display.html">display</a>]</td></tr></table>
-<p><em class="arg">id</em> can be a window id or name. Specify <code>root</code>to select X's root window as the target window.</p><p>By default the image is tiled onto the background of the target window. If<code>backdrop</code> or <a href="command-line-options.html#geometry">-resize</a> are specified, theimage is surrounded by the background color. Refer to <code>X RESOURCES</code>for details.</p><p>The image will not display on the root window if the image has more uniquecolors than the target window colormap allows. Use <ahref="command-line-options.html#colors">-colors</a> to reduce the number of colors.</p><div style="margin: auto;">  <h4><a id="window-group"></a>-window-group</h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>specify the window group.</td><td style='text-align:right;'></td></tr></table>
-<div style="margin: auto;">  <h4><a id="write"></a>-write <em class="arg">filename</em></h4></div><table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>write an image sequence.</td><td style='text-align:right;'></td></tr></table>
- <p>The image sequence preceding the <a href="command-line-options.html#write">-write</a> <em class="arg">filename</em> option is written out, and processing continues with the same image in its current state if there are additional options. To restore the image to its original state after writing it, use the <a href="command-line-options.html#write">+write</a> <em class="arg">filename</em> option.</p><p>Use <a href="command-line-options.html#compress">-compress</a> to specify the type of image compression.</p></div>
+<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>
+
+<div class="doc-section">
+
+<p>Below is list of command-line options recognized by the ImageMagick <a
+href="command-line-tools.html">command-line
+tools</a>. If you want a description of a particular option, click on the
+option name in the navigation bar above and you will go right to it. Unless
+otherwise noted, each option is recognized by the commands <a href="convert.html">convert</a>, <a href="mogrify.html">mogrify</a>.</p>
+
+<div style="margin: auto;">
+  <h4><a id="adaptive-blur"></a>-adaptive-blur <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%'>Adaptively blur pixels, with decreasing effect near edges.</td><td style='text-align:right;'></td></tr></table>
+
+<p>A Gaussian operator of the given radius and standard deviation (<em
+class="arg">sigma</em>) is used. If <em class="arg">sigma</em> is not given it
+defaults to 1.</p>
+
+<div style="margin: auto;">
+  <h4><a id="adaptive-resize"></a>-adaptive-resize <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Resize the image using data-dependent triangulation.</td><td style='text-align:right;'></td></tr></table>
+
+<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. The <a href="command-line-options.html#adaptive-resize">-adaptive-resize</a>
+option defaults to data-dependent triangulation.  Use the <a
+href="command-line-options.html#filter">-filter</a> to choose a different resampling algorithm.
+Offsets, if present in the geometry string, are ignored, and the <a
+href="command-line-options.html#gravity">-gravity</a> option has no effect.</p>
+
+<div style="margin: auto;">
+  <h4><a id="adaptive-sharpen"></a>-adaptive-sharpen <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%'>Adaptively sharpen pixels, with increasing effect near edges.</td><td style='text-align:right;'></td></tr></table>
+
+<p>A Gaussian operator of the given radius and standard deviation (<em
+class="arg">sigma</em>) is used. If <em class="arg">sigma</em> is not given it
+defaults to 1.</p>
+
+<div style="margin: auto;">
+  <h4><a id="adjoin"></a>-adjoin</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Join images into a single multi-image file.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option is enabled by default. An attempt is made to save all images of
+an image sequence into the given output file.  However, some formats, such as
+JPEG and PNG, do not support more than one image per file, and in that case
+ImageMagick is forced to write each image as a separate file.  As such, if
+more than one image needs to be written, the filename given is modified by
+adding a <a href="command-line-options.html#scene">-scene</a> number before the suffix, in order to
+make distinct names for each image. </p>
+
+<p>Use <a href="command-line-options.html#adjoin">+adjoin</a> to force each image to be written to
+separate files, whether or not the file format allows multiple images per file
+(for example, GIF, MIFF, and TIFF). </p>
+
+<p>Including a C-style integer format string in the output filename will
+automagically enable <a href="command-line-options.html#adjoin">+adjoin</a> and are used to specify
+where the <a href="command-line-options.html#scene">-scene</a> number is placed in the filenames. These
+strings, such as '<code>%d</code>' or '<code>%03d</code>', are familiar to those
+who have used the standard <code>printf()</code>' C-library function. As an
+example, the command</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: rose: -morph 15 my%02dmorph.jpg</span></p>
+<p>will create a sequence of 17 images (the two given plus 15 more created by
+<a href="command-line-options.html#morph">-morph</a>), named: my00morph.jpg, my01morph.jpg,
+my02morph.jpg, ..., my16morph.jpg.  </p>
+
+<p>In summary, ImageMagick tries to write all images to one file, but will
+save to multiple files, if any of the following conditions exist...</p>
+<ol>
+<li>the output image's file format does not allow multi-image files,</li>
+<li>the <a href="command-line-options.html#adjoin">+adjoin</a> option is given, or</li>
+<li>a printf() integer format string (eg: "%d") is present in the output
+ filename.</li>
+</ol>
+
+
+<div style="margin: auto;">
+  <h4><a id="affine"></a>-affine
+  <em class="arg">s<sub>x</sub></em>,<em class="arg">r<sub>x</sub></em>,<em
+  class="arg">r<sub>y</sub></em>,<em class="arg">s<sub>y</sub></em>[,<em
+  class="arg">t<sub>x</sub></em>,<em class="arg">t<sub>y</sub></em>]</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the drawing transformation matrix for combined rotating and scaling.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option sets a transformation matrix, for use by subsequent <a
+href="command-line-options.html#draw">-draw</a> or <a href="command-line-options.html#transform">-transform</a> options. </p>
+
+<p>The matrix entries are entered as comma-separated numeric values either in
+quotes or without spaces. </p>
+
+<p>Internally, the transformation matrix has 3x3 elements, but three of them
+are omitted from the input because they are constant. The new (transformed)
+coordinates (<em class="arg">x'</em>, <em class="arg">y'</em>) of a pixel at
+position (<em class="arg">x</em>, <em class="arg">y</em>) in the original
+image are calculated using the following matrix equation.</p>
+
+<div class="eqn">
+<img alt="affine transformation"  src="../images/affine.png"/>
+</div>
+
+<p> The size of the resulting image is that of the smallest rectangle that
+contains the transformed source image.  The parameters <em
+class="arg">t<sub>x</sub></em> and <em class="arg">t<sub>y</sub></em>
+subsequently shift the image pixels so that those that are moved out of the
+image area are cut off.</p>
+
+<p>The transformation matrix complies with the left-handed pixel coordinate
+system: positive <em class="arg">x</em> and <em class="arg">y</em> directions
+are rightward and downward, resp.; positive rotation is clockwise.</p>
+
+<p> If the translation coefficients <em class="arg">t<sub>x</sub></em> and <em
+class="arg">t<sub>y</sub></em> are omitted they default to 0,0. Therefore,
+four parameters suffice for rotation and scaling without translation.</p>
+
+<p>Scaling by the factors <em class="arg">s<sub>x</sub></em> and <em
+class="arg">s<sub>y</sub></em> in the <em>x</em> and <em>y</em> directions,
+respectively, is accomplished with the following.</p>
+
+<p>See <a href="command-line-options.html#transform">-transform</a>, and the <a
+href="command-line-options.html#distort">-distort</a> method '<code>Affineprojection</code> for more
+information </p>
+
+
+<p class="crtsnip"> -affine <em class="arg">s<sub>x</sub></em>,0,0,<em
+class="arg">s<sub>y</sub></em> </p>
+
+<p>Translation by a displacement (<em class="arg">t<sub>x</sub></em>, <em
+class="arg">t<sub>y</sub></em>) is accomplished like so:</p>
+
+<p class="crtsnip">
+  -affine 1,0,0,1,<em class="arg">t<sub>x</sub></em>,<em class="arg">t<sub>y</sub></em>
+</p>
+
+<p>Rotate clockwise about the origin (the upper left-hand corner) by an angle
+<em>a</em> by letting <em>c</em> = cos(<em>a</em>), <em>s</em>
+= sin(<em>a</em>), and using the following.</p>
+
+<p class="crtsnip">
+  -affine <em>c</em>,<em>s</em>,-<em>s</em>,<em>c</em>
+</p>
+
+<p>The cumulative effect of a sequence of <a href="command-line-options.html#affine" >-affine</a>
+transformations can be accomplished by instead by a single <a href="command-line-options.html#affine"
+>-affine</a> operation using the matrix equal to the product of the matrices
+of the individual transformations.</p>
+
+<p>An attempt is made to detect near-singular transformation matrices. If the
+matrix determinant has a sufficiently small absolute value it is rejected.</p>
+
+<div style="margin: auto;">
+  <h4><a id="alpha"></a>-alpha <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Gives control of the alpha/matte channel of an image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Used to set a flag on an image indicating whether or not to use existing alpha
+channel data, to create an alpha channel, or to perform other operations on the alpha channel.  Choose the argument <em class="arg">type</em> from the list below.</p>
+
+
+<table class="doc">
+  <tbody>
+  <tr valign="top">
+    <th align="left" style="width: 8%">type</th>
+    <th align="left">Description</th>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top"><code>Activate</code> or <code>On</code></td>
+    <td valign="top">
+       Enable the image's transparency channel. Note normally <code>Set</code>
+       should be used instead of this, unless you specifically need to
+       preserve existing (but specifically turned <code>Off</code>) transparency
+       channel. </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>Set</code></td>
+    <td valign="top">
+       Activates the alpha/matte channel. If it was previously turned off
+       then it also resets the channel to opaque.  If the image already had
+       the alpha channel turned on, it will have no effect.</td></tr>
+
+  <tr valign="top">
+    <td valign="top"><code>Opaque</code></td>
+    <td valign="top">
+       Enables the alpha/matte channel and forces it to be fully opaque.
+       </td></tr>
+
+  <tr valign="top">
+    <td valign="top"><code>Transparent</code></td>
+    <td valign="top">
+       Activates the alpha/matte channel and forces it to be fully
+       transparent. This effectively creates a fully transparent image the
+       same size as the original and with all its original RGB data still
+       intact, but fully transparent. </td></tr>
+
+  <tr valign="top">
+    <td valign="top"><code>Extract</code></td>
+    <td valign="top">
+       Copies the alpha channel values into all the color channels and turns
+       '<code>Off</code>' the the image's transparency, so as to generate
+       a gray-scale mask of the image's shape. The alpha channel data is left
+       intact just deactivated.  This is the inverse of '<code>Copy</code>'.
+       </td></tr>
+
+  <tr valign="top">
+    <td valign="top"><code>Copy</code></td>
+    <td valign="top">
+       Turns '<code>On</code>' the alpha/matte channel, then copies the
+       gray-scale intensity of the image, into the alpha channel, converting
+       a gray-scale mask into a transparent shaped mask ready to be colored
+       appropriately. The color channels are not modified.  </td></tr>
+
+  <tr valign="top">
+    <td valign="top"><code>Shape</code></td>
+    <td valign="top">
+       As per '<code>Copy</code>' but also colors the resulting shape mask with
+       the current background color.  That is the RGB color channels is
+       replaced, with appropriate alpha shape.
+       </td></tr>
+
+  <tr valign="top">
+    <td valign="top"><code>Remove</code></td>
+    <td valign="top">
+       Composite the image over the background color.
+       </td></tr>
+
+  <tr valign="top">
+    <td valign="top"><code>Background</code></td>
+    <td valign="top">
+       Set any fully-transparent pixel to the background color, while leaving
+       it fully-transparent.  This can make some image file formats, such as
+       PNG, smaller as the RGB values of transparent pixels are more uniform,
+       and thus can compress better.
+       </td></tr>
+  </tbody>
+</table>
+
+<p>Note that while the obsolete <code>+matte</code> operation was the
+same as "<code><a href="command-line-options.html#alpha" >-alpha</a> Off</code>", the <code>
+>-matte</code> operation was the same as "<code><a href="command-line-options.html#alpha" >-alpha</a>
+Set</code>" and not "<code><a href="command-line-options.html#alpha" >-alpha</a> On</code>".  </p>
+
+
+<div style="margin: auto;">
+ <h4><a id="annotate"></a>
+ -annotate <em class="arg">degrees</em> <em class="arg">text</em><br />
+ -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>
+</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>This is a convenience for annotating an image with text. For more precise
+control over text annotations, use <a href="command-line-options.html#draw">-draw</a>.</p>
+
+
+<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>
+
+<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
+class="arg">degrees</em> produces an unsheared rotation of the text. The
+direction of the rotation is positive, which means a clockwise rotation if <em
+class="arg">degrees</em> is positive. (This conforms to the usual mathematical
+convention once it is realized that the positive <em>y</em>–direction is
+conventionally considered to be <em>downward</em> for images.)</p>
+
+<p>The new (transformed) coordinates (<em class="arg">x'</em>, <em
+class="arg">y'</em>) of a pixel at position (<em class="arg">x</em>, <em
+class="arg">y</em>) in the image are calculated using the following matrix
+equation.</p> <div class="eqn"><img alt="annotate transformation"  src="../images/annotate.png"/></div>
+
+<p>If <em class="arg">t<sub>x</sub></em> and <em
+class="arg">t<sub>y</sub></em> are omitted, they default to 0. This makes the
+bottom-left of the text becomes the upper-left corner of the image, which is
+probably undesirable. Adding a <a href="command-line-options.html#gravity" >-gravity</a> option in this
+case leads to nice results.</p>
+
+<p>Text is any UTF-8 encoded character sequence.  If <em class="arg">text</em>
+is of the form '@mytext.txt', the text is read from the file
+<code>mytext.txt</code>.  Text  in a file is taken literally; no embedded
+formatting characters are recognized.</p>
+
+<div style="margin: auto;">
+  <h4><a id="antialias"></a>-antialias</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Enable/Disable of the rendering of anti-aliasing pixels when
+drawing fonts and lines.</td><td style='text-align:right;'></td></tr></table>
+
+<p>By default, objects (e.g. text, lines, polygons, etc.) are antialiased when
+drawn.  Use <a href="command-line-options.html#antialias">+antialias</a> to disable the addition of
+antialiasing edge pixels.  This will then reduce the number of colors added to
+an image to just the colors being directly drawn.  That is, no mixed colors
+are added when drawing such objects. </p>
+
+<div style="margin: auto;">
+  <h4><a id="append"></a>-append</h4>
+</div>
+
+<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
+images in sequence top-to-bottom. Use <a href="command-line-options.html#append">+append</a> to
+stack images left-to-right. </p>
+
+<p>If they are not of the same width, narrower images are padded with the
+current <a href="command-line-options.html#background">-background</a> color setting, and their
+position relative to each other can be controlled by the current <a
+href="command-line-options.html#gravity">-gravity</a> setting. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="attenuate"></a>-attenuate <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Lessen (or intensify) when adding noise to an image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>If unset the value is equivalent to 1.0, or a maximum noise addition</p>
+
+<div style="margin: auto;">
+  <h4><a id="authenticate"></a>-authenticate <em class="arg">password</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Decrypt a PDF with a password.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Use this option to supply a <em class="arg">password</em> for decrypting
+a PDF that has been encrypted using Microsoft Crypto API (MSC API). The
+encrypting using the MSC API is not supported.</p>
+
+<p>For a different encryption method, see <a href="command-line-options.html#encipher">-encipher</a>
+and <a href="command-line-options.html#decipher">-decipher</a>. </p>
+
+
+
+<div style="margin: auto;">
+  <h4><a id="auto-gamma"></a>-auto-gamma</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Automagically adjust gamma level of image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This calculates the mean values of an image, then applies a calculated  <a
+href="command-line-options.html#gamma" >-gamma</a> adjustment so that is the mean color exists in the
+image it will get a have a value of 50%. </p>
+
+<p>This means that any solid 'gray' image becomes 50% gray. </p>
+
+<p>This works well for real-life images with little or no extreme dark and
+light areas, but tend to fail for images with large amounts of bright sky or
+dark shadows. It also does not work well for diagrams or cartoon like images.
+</p>
+
+<p>It uses the <a href="command-line-options.html#channel" >-channel</a> setting, (including the
+'<em>sync</em>' flag for channel synchronization), to determine which color
+values is used and modified. As the default <a href="command-line-options.html#channel"
+>-channel</a> setting is '<em>RGB,sync</em>', channels are modified
+together by the same gamma value, preserving colors. </p>
+
+
+
+<div style="margin: auto;">
+  <h4><a id="auto-level"></a>-auto-level</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Automagically adjust color levels of image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This is a 'perfect' image normalization operator.  It finds the exact
+minimum and maximum color values in the image and then applies a <a
+href="command-line-options.html#level" >-level</a> operator to stretch the values to the full range of
+values. </p>
+
+<p>The operator is not typically used for real-life images, image scans, or
+JPEG format images, as a single 'out-rider' pixel can set a bad min/max values
+for the <a href="command-line-options.html#level" >-level</a> operation.  On the other hand it is the
+right operator to use for color stretching gradient images being used to
+generate Color lookup tables, distortion maps, or other 'mathematically'
+defined images.  </p>
+
+<p>The operator is very similar to the <a href="command-line-options.html#normalize">-normalize</a>, <a
+href="command-line-options.html#contrast-stretch" >-contrast-stretch</a>, and <a href="command-line-options.html#linear-stretch"
+>-linear-stretch</a> operators, but without 'histogram binning' or 'clipping'
+problems that these operators may have. That is <a href="command-line-options.html#auto-level"
+>-auto-level</a> is the perfect or ideal version these operators. </p>
+
+<p>It uses the <a href="command-line-options.html#channel" >-channel</a> setting, (including the
+special '<em>sync</em>' flag for channel synchronization), to determine
+which color values are used and modified. As the default <a
+href="command-line-options.html#channel" >+channel</a> setting is '<em>RGB,sync</em>', the
+'<em>sync</em>' ensures that the color channels will are modified
+together by the same gamma value, preserving colors, and ignoring
+transparency. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="auto-orient"></a>-auto-orient</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>adjusts an image so that its orientation is suitable for viewing (i.e. top-left orientation).</td><td style='text-align:right;'></td></tr></table>
+
+<p>This operator reads and resets the EXIF image profile setting 'Orientation'
+and then performs the appropriate 90 degree rotation on the image to orient
+the image, for correct viewing. </p>
+
+<p>This EXIF profile setting is usually set using a gravity sensor in digital
+camera, however photos taken directly downward or upward may not have an
+appropriate value.  Also images that have been orientation 'corrected' without
+reseting this setting, may be 'corrected' again resulting in a incorrect
+result.  If the EXIF profile was previously stripped, the  <a
+href="command-line-options.html#auto-orient" >-auto-orient</a> operator will do nothing. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="average"></a>-average</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Average a set of images.</td><td style='text-align:right;'></td></tr></table>
+
+<p>An error results if the images are not identically sized.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="backdrop"></a>-backdrop</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Display the image centered on a backdrop.</td><td style='text-align:right;'>[<a href="animate.html">animate</a>, <a href="display.html">display</a>]</td></tr></table>
+
+<p>This backdrop covers the entire workstation screen and is useful for hiding
+other X window activity while viewing the image. The color of the backdrop is
+specified as the background color. The color is specified using the format
+described under the <a href="command-line-options.html#fill">-fill</a> option.</p>
+
+<div style="margin: auto;">
+  <h4><a id="background"></a>-background <em class="arg">color</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the background color.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The color is specified using the format described under the <a
+href="command-line-options.html#fill">-fill</a> option. The default background color (if none is
+specified or found in the image) is white.</p>
+
+<div style="margin: auto;">
+  <h4><a id="bench"></a>-bench <em class="arg">iterations</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Measure performance.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Repeat the entire command for the given number of <em class="arg"
+>iterations</em> and report the user-time and elapsed time. For instance,
+consider the following command and its output.  Modify the benchmark with the
+-duration to run the benchmark for a fixed number of seconds and -concurrent
+to run the benchmark in parallel (requires the OpenMP feature).</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize 1000% -bench 5 logo.png</span><span class='crtout'>Performance[4]: 5i 0.875657ips 6.880u 0:05.710</span></p>
+<p>In this example, 5 iterations were completed at 0.875657 iterations per
+second, using 4 threads and 6.88 seconds of the user's allotted time, for
+a total elapsed time of 5.71 seconds.</p>
+
+<div style="margin: auto;">
+  <h4><a id="bias"></a>-bias <em class="arg">value</em>{<em class="arg">%</em>}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Add bias when convolving an image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option shifts the output of <a href="command-line-options.html#convolve">&#x2011;convolve</a>  so that
+positive and negative results are relative to the specified bias value. </p>
+
+<p>This is important for non-HDRI compilations of ImageMagick when dealing
+with convolutions that contain negative as well as positive values. This is
+especially the case with convolutions involving high pass filters or edge
+detection. Without an output bias, the negative values are clipped at
+zero.</p>
+
+<p>When using an ImageMagick with the HDRI compile-time setting, <a href="command-line-options.html#bias">&#x2011;bias</a> is not needed, as ImageMagick is able to store/handle any
+negative results without clipping to the color value range
+(0..QuantumRange).</p>
+
+<p>See the discussion on HDRI implementations of ImageMagick on the page <a
+href="high-dynamic-range.html" >High Dynamic-Range Images</a>. For more
+about HDRI go the ImageMagick <a
+href="http://www.imagemagick.org/Usage/basics/#hdri" >Usage</a> pages or this
+<a
+href="http://en.wikipedia.org/wiki/High_dynamic_range_imaging">Wikipedia</a>
+entry.  </p>
+
+<div style="margin: auto;">
+  <h4><a id="black-point-compensation"></a>-black-point-compensation</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Use black point compensation.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="black-threshold"></a>-black-threshold <em class="arg">value</em>{<em class="arg">%</em>}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Force to black all pixels below the threshold while leaving all pixels at or above the threshold unchanged.</td><td style='text-align:right;'></td></tr></table>
+
+<p> The threshold value can be given as a percentage or as an absolute integer
+value within [0, <em class="QR">QuantumRange</em>] corresponding to the
+desired <a href="command-line-options.html#channel">&#x2011;channel</a> value. See <a href="command-line-options.html#threshold">&#x2011;threshold</a>for more details on thresholds and resulting values.  </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="blend"></a>-blend <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>blend an image into another by the given absolute value or percent.</td><td style='text-align:right;'>[<a href="composite.html">composite</a>]</td></tr></table>
+
+<p>Blend will average the images together ('plus') according to the
+percentages given and each pixels transparency.  If only a single percentage
+value is given it sets the weight of the composite or 'source' image, while
+the background image is weighted by the exact opposite amount. That is a
+<code>-blend 30%</code> merges 30% of the 'source' image with 70% of the
+'destination' image.  Thus it is equivalent to <code>-blend 30x70%</code>.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="blue-primary"></a>-blue-primary <em class="arg">x</em>,<em class="arg">y</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the blue chromaticity primary point.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="blue-shift"></a>-blue-shift <em class="arg">factor</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>simulate a scene at nighttime in the moonlight.  Start with a factor of 1.5</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+
+<div style="margin: auto;">
+  <h4><a id="blur"></a>-blur <em class="arg">radius</em><br />-blur <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%'>Reduce image noise and reduce detail levels.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Convolve the image with a Gaussian or normal distribution using the given
+<em class="arg" >Sigma</em> value.  The formula is:</p>
+
+<div class="eqn"><img alt="gaussian distribution" width="243px" height="42px" src="../images/gaussian-blur.png"/>
+</div>
+
+<p>The <em class="arg" >Sigma</em> value is the important argument, and
+determines the actual amount of blurring that will take place. </p>
+
+<p>The <em class="arg" >Radius</em> is only used to determine the size of the
+array which will hold the calculated Gaussian distribution. It should be an
+integer.  If not given, or set to zero, IM will calculate the largest possible
+radius that will provide meaningful results for the Gaussian distribution.
+</p>
+
+<p>The larger the <em class="arg" >Radius</em> the slower the
+operation is. However too small a <em class="arg" >Radius</em>, and sever
+aliasing effects may result.  As a guideline, <em class="arg" >Radius</em>
+should be at least twice the <em class="arg" >Sigma</em> value, though three
+times will produce a more accurate result. </p>
+
+<p>This option differs from <a href="command-line-options.html#gaussian-blur">-gaussian-blur</a> simply
+by taking advantage of the separability properties of the distribution.  Here
+we apply a single-dimensional Gaussian matrix in the horizontal direction,
+then repeat the process in the vertical direction.</p>
+
+<p>The <a href="command-line-options.html#virtual-pixel">-virtual-pixel</a> setting will determine how
+pixels which are outside the image proper are blurred into the final result.
+</p>
+
+
+<div style="margin: auto;">
+  <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>
+
+<p>Each pixel in the overlaid region is replaced with an Elliptical Weighted
+Average (EWA) of the source image, scaled according to the grayscale
+mapping. </p>
+
+<p>The ellipse is weighted with sigma set to the given <em class="arg"
+>Width</em> and <em class="arg" >Height</em>. The <em class="arg" >Height</em>
+defaults to the <em class="arg" >Width</em> for a normal circular Gaussian
+weighting.  The <em class="arg" >Angle</em> will rotate the ellipse from
+horizontal clock-wise.  </p>
+
+<p>The <a href="command-line-options.html#virtual-pixel">-virtual-pixel</a> setting will determine how
+pixels which are outside the image proper are blurred into the final result.
+</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="border"></a>-border <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Surround the image with a border of color. </td><td style='text-align:right;'></td></tr></table>
+
+<p>Set the width and height using the <em class="arg">size</em> portion of the
+<em class="arg">geometry</em> argument.  See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. Offsets are
+ignored. </p>
+
+<p>As of IM 6.7.8-8, the <em class="arg">geometry</em> arguments behave as follows:</p>
+
+<table id="borderTable" class="doc">
+  <col width="20%"/> <col width="80%"/>
+  <thead>
+  <tr valign="top">
+    <th style="text-align:center"><em class="arg">size</em></th>
+    <th>General description</th>
+  </tr>
+  </thead>
+  <tbody>
+  <tr valign="top">
+    <td><em class="arg">value</em></td>
+    <td>value is added to both left/right and top/bottom</td>
+  </tr>
+  <tr valign="top">
+    <td><em class="arg">value-x</em>x</td>
+    <td>value-x is added only to left/right and top/bottom are unchanged</td>
+  </tr>
+  <tr valign="top">
+    <td>x<em class="arg">value-y</em></td>
+    <td>value-y is added only to top/bottom and left/right are unchanged</td>
+  </tr>
+  <tr valign="top">
+    <td><em class="arg">value-x</em>x<em class="arg">value-y</em></td>
+    <td>value-x is added to left/right and value-y added to top/bottom</td>
+  </tr>
+  <tr valign="top">
+    <td><em class="arg">value-x</em>x<code>0</code></td>
+    <td>value-x is added only to left/right and top/bottom are unchanged</td>
+  </tr>
+  <tr valign="top">
+    <td><code>0</code>x<em class="arg">value-y</em></td>
+    <td>value-y is added only to top/bottom and left/right are unchanged</td>
+  </tr>
+  <tr valign="top">
+    <td> </td>
+    <td> </td>
+  </tr>
+  <tr valign="top">
+    <td><em class="arg">value</em>%</td>
+    <td>value % of width is added to left/right and value % of height is added                  to top/bottom</td>
+  </tr>
+  <tr valign="top">
+    <td><em class="arg">value-x</em>x%</td>
+    <td>value-x % of width is added to left/right and to top/bottom</td>
+  </tr>
+  <tr valign="top">
+    <td>x<em class="arg">value-y</em>%</td>
+    <td>value-y % of height is added to top/bottom and to left/right</td>
+  </tr>
+  <tr valign="top">
+    <td><em class="arg">value-x</em>%x<em class="arg">value-y</em>%</td>
+    <td>value-x % of width is added to left/right and value-y % of height is added to top/bottom</td>
+  </tr>
+  <tr valign="top">
+    <td><em class="arg">value-x</em>%x<code>0</code>%</td>
+    <td>value-x % of width is added to left/right and top/bottom are unchanged</td>
+  </tr>
+  <tr valign="top">
+    <td><code>0</code>%x<em class="arg">value-y</em>%</td>
+    <td>value-y % of height is added to top/bottom and left/right are unchanged</td>
+  </tr>
+  </tbody>
+  </table>
+
+
+<p>Set the border color by preceding with the <a
+href="command-line-options.html#bordercolor">-bordercolor</a> setting.</p>
+
+<p>The <a href="command-line-options.html#border">-border</a> operation is affected by the current <a
+href="command-line-options.html#compose">-compose</a> setting and assumes that this is using the default
+'<code>Over</code>' composition method.  It generates an image of the appropriate
+size colors by the current <a href="command-line-options.html#bordercolor">-bordercolor</a> before
+overlaying the original image in the center of this net image.  This means that
+with the default compose method of '<code>Over</code>' any transparent parts may
+be replaced by the current <a href="command-line-options.html#bordercolor">-bordercolor</a> setting.</p>
+<p>See also the <a href="command-line-options.html#frame">-frame</a> option, which has more
+functionality.</p>
+
+<div style="margin: auto;">
+  <h4><a id="bordercolor"></a>-bordercolor <em class="arg">color</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the border color.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The color is specified using the format described under the <a href="command-line-options.html#fill">-fill</a> option.</p>
+
+<p>The default border color is <code>#DFDFDF</code>, <span style="background-color: #dfdfdf;">this shade of gray</span>.</p>
+
+<div style="margin: auto;">
+  <h4><a id="borderwidth"></a>-borderwidth <em class="arg">geometry</em> </h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the border width.</td><td style='text-align:right;'>[<a href="animate.html">animate</a>, <a href="display.html">display</a>]</td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="brightness-contrast"></a>-brightness-contrast <em class="arg">brightness</em><br />-brightness-contrast <em class="arg">brightness</em>{x<em class="arg">contrast</em>}{<em class="arg">%</em>}}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Adjust the brightness and/or contrast of the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Brightness and Contrast values apply changes to the input image. They are
+not absolute settings. A brightness or contrast value of zero means no change.
+The range of values is -100 to +100 on each. Positive values increase the
+brightness or contrast and negative values decrease the brightness or contrast.
+To control only contrast, set the brightness=0. To control only brightness,
+set contrast=0 or just leave it off.</p>
+
+<p>You may also use <a href="command-line-options.html#fill">-channel</a> to control which channels to
+apply the brightness and/or contrast change. The default is to apply the same
+transformation to all channels.</p>
+
+<p>Brightness and Contrast arguments are converted to offset and slope of a
+linear transform and applied
+using <a href="command-line-options.html#fill">-function polynomial "slope,offset"</a>.</p>
+
+<p>The slope varies from 0 at contrast=-100 to almost vertical at
+contrast=+100. For brightness=0 and contrast=-100, the result are totally
+midgray. For brightness=0 and contrast=+100, the result will approach but
+not quite reach a threshold at midgray; that is the linear transformation
+is a very steep vertical line at mid gray.</p>
+
+<p>Negative slopes, i.e. negating the image, are not possible with this
+function. All achievable slopes are zero or positive.</p>
+
+<p>The offset varies from -0.5 at brightness=-100 to 0 at brightness=0 to +0.5
+at brightness=+100. Thus, when contrast=0 and brightness=100, the result is
+totally white. Similarly, when contrast=0 and brightness=-100, the result is
+totally black.</p>
+
+<p>As the range of values for the arguments are -100 to +100, adding the '%'
+symbol is no different than leaving it off.</p>
+
+<div style="margin: auto;">
+  <h4><a id="cache"></a>-cache <em class="arg">threshold</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>(This option has been replaced by the <a href='command-line-options.html#limit'>-limit</a> option.)</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="canny"></a>-canny <em class="arg">radius</em><br />-canny <em class="arg">radius</em>x<em class="arg">sigma</em>{<em class="arg">+lower-percent</em>}{<em class="arg">+upper-percent</em>}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Canny edge detector uses a multi-stage algorithm to detect a wide range of edges in the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The thresholds range from 0 to 100% (e.g. -canny 0x1+10%+30%) with {<em class="arg">+lower-percent</em>} < {<em class="arg">+upper-percent</em>}. If {<em class="arg">+upper-percent</em>} is increased but {<em class="arg">+lower-percent</em>} remains the same, lesser edge components will be detected, but their lengths will be the same. If {<em class="arg">+lower-percent</em>} is increased but {<em class="arg">+upper-percent</em>} is the same, the same number of edge components will be detected but their lengths will be shorter. The default thresholds are shown. The <em class="arg">radius</em>x<em class="arg">sigma</em> controls a gaussian blur applied to the input image to reduce noise and smooth the edges.</p>
+
+<div style="margin: auto;">
+  <h4><a id="caption"></a>-caption <em class="arg">string</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Assign a caption to an image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option sets the caption meta-data of an image read in after this
+option has been given.  To modify a caption of images already in memory use
+"<code><a href="command-line-options.html#set">-set</a> caption</code>". </p>
+
+<p>The caption can contain special format characters listed in the <a
+href="escape.html">Format and
+Print Image Properties</a>. These attributes are expanded when the caption
+is finally assigned to the individual images. </p>
+
+<p>If the first character of <em class="arg">string</em> is <em
+class="arg">@</em>, the image caption is read from a file titled by the
+remaining characters in the string.  Comments read in from a file are literal;
+no embedded formatting characters are recognized.</p>
+
+<p>Caption meta-data is not visible on the image itself. To do that use the
+<a href="command-line-options.html#annotate">-annotate</a> or <a href="command-line-options.html#draw">-draw</a> options
+instead.</p>
+
+<p>For example,</p>
+
+<p class="crtsnip">
+     -caption "%m:%f %wx%h"  bird.miff
+</p>
+
+<p>produces an image caption of <code>MIFF:bird.miff 512x480</code> (assuming
+that the image <code>bird.miff</code> has a width of 512 and a height of
+480.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="cdl"></a>-cdl <em class="arg">filename</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>color correct with a color decision list.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Here is an example color correction collection:</p>
+
+<pre class="text">
+&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+&lt;ColorCorrectionCollection xmlns="urn:ASC:CDL:v1.2"&gt;
+  &lt;ColorCorrection id="cc06668"&gt;
+    &lt;SOPNode&gt;
+      &lt;Slope&gt; 0.9 1.2 0.5 &lt;/Slope&gt;
+      &lt;Offset&gt; 0.4 -0.5 0.6 &lt;/Offset&gt;
+      &lt;Power&gt; 1.0 0.8 1.5 &lt;/Power&gt;
+    &lt;/SOPNode&gt;
+    &lt;SATNode&gt;
+      &lt;Saturation&gt; 0.85 &lt;/Saturation&gt;
+    &lt;/SATNode&gt;
+  &lt;/ColorCorrection&gt;
+&lt;/ColorCorrectionCollection&gt;
+</pre>
+
+<div style="margin: auto;">
+  <h4><a id="channel"></a>-channel <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Specify those image color channels to which subsequent operators are limited.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Choose from: <code>Red</code>, <code>Green</code>, <code>Blue</code>,
+<code>Alpha</code>, <code>Cyan</code>, <code>Magenta</code>, <code>Yellow</code>,
+<code>Black</code>, <code>Opacity</code>, <code>Index</code>, <code>RGB</code>,
+<code>RGBA</code>, <code>CMYK</code>, or <code>CMYKA</code>.</p>
+
+<p>The channels above can also be specified as a comma-separated list or can be
+abbreviated as a concatenation of the letters '<code>R</code>', '<code>G</code>',
+'<code>B</code>', '<code>A</code>', '<code>O</code>', '<code>C</code>',
+'<code>M</code>', '<code>Y</code>', '<code>K</code>'.
+
+For example, to only select the <code>Red</code> and <code>Blue</code> channels
+you can either use </p>
+<p class="crtsnip">
+    -channel Red,Blue
+</p>
+<p>or you can use the short hand form</p>
+<p class="crtsnip">
+    -channel RB
+</p>
+
+<p>All the channels that are present in an image can be specified using the
+special channel type <code>All</code>. Not all operators are 'channel capable',
+but generally any operators that are generally 'grey-scale' image operators,
+will understand this setting.  See individual operator documentation. </p>
+
+<br/>
+
+<p>On top of the normal channel selection an extra flag can be specified,
+'<code>Sync</code>'.  This is turned on by default and if set means that
+operators that understand this flag should perform: cross-channel
+synchronization of the channels. If not specified, then most grey-scale
+operators will apply their image processing operations to each individual
+channel (as specified by the rest of the <a href="command-line-options.html#channel">-channel</a>
+setting) completely independently from each other. </p>
+
+<p>For example for operators such as <a href="command-line-options.html#auto-level">-auto-level</a> and
+<a href="command-line-options.html#auto-gamma">-auto-gamma</a> the color channels are modified
+together in exactly the same way so that colors will remain in-sync. Without
+it being set, then each channel is modified separately and
+independently, which may produce color distortion. </p>
+
+<p>The <a href="command-line-options.html#morphology">-morphology</a> '<code>Convolve</code>' method
+and the <a href="command-line-options.html#compose">-compose</a> mathematical methods, also understands
+the '<code>Sync</code>' flag to modify the behaviour of pixel colors according
+to the alpha channel (if present). That is to say it will modify the image
+processing with the understanding that fully-transparent colors should not
+contribute to the final result. </p>
+
+<p>Basically, by default, operators work with color channels in synchronous, and
+treats transparency as special, unless the <a href="command-line-options.html#channel">-channel</a>
+setting is modified so as to remove the effect of the '<code>Sync</code>' flag.
+How each operator does this depends on that operators current implementation.
+Not all operators understands this flag at this time, but that is changing.
+</p>
+
+<p>To print a complete list of channel types, use <a href="command-line-options.html#list">-list
+channel</a>.</p>
+
+<br />
+
+<p>By default, ImageMagick sets <a href="command-line-options.html#channel">-channel</a> to the value
+'<code>RGBK,sync</code>', which specifies that operators act on all color
+channels except the transparency channel, and that all the color channels are
+to be modified in exactly the same way, with an understanding of transparency
+(depending on the operation being applied).  The 'plus' form <a
+href="command-line-options.html#channel" >+channel</a> will reset the value back to this default. </p>
+
+<p>Options that are affected by the <a href="command-line-options.html#channel" >-channel</a> setting
+include the following.
+
+<a href="command-line-options.html#auto-gamma">-auto-gamma</a>,
+<a href="command-line-options.html#auto-level">-auto-level</a>,
+<a href="command-line-options.html#black-threshold">-black-threshold</a>,
+<a href="command-line-options.html#blur">-blur</a>,
+<a href="command-line-options.html#clamp">-clamp</a>,
+<a href="command-line-options.html#clut">-clut</a>,
+<a href="command-line-options.html#combine">-combine</a>,
+<a href="command-line-options.html#composite">-composite</a> (Mathematical compose methods only),
+<a href="command-line-options.html#convolve">-convolve</a>,
+<a href="command-line-options.html#contrast-stretch">-contrast-stretch</a>,
+<a href="command-line-options.html#evaluate">-evaluate</a>,
+<a href="command-line-options.html#function">-function</a>,
+<a href="command-line-options.html#fx">-fx</a>,
+<a href="command-line-options.html#gaussian-blur">-gaussian-blur</a>,
+<a href="command-line-options.html#hald-clut">-hald-clut</a>,
+<a href="command-line-options.html#motion-blur">-motion-blur</a>,
+<a href="command-line-options.html#morphology">-morphology</a>,
+<a href="command-line-options.html#negate">-negate</a>,
+<a href="command-line-options.html#normalize">-normalize</a>,
+<a href="command-line-options.html#ordered-dither">-ordered-dither</a>,
+<a href="command-line-options.html#radial-blur">-radial-blur</a>,
+<a href="command-line-options.html#random-threshold">-random-threshold</a>,
+<a href="command-line-options.html#separate">-separate</a>,
+<a href="command-line-options.html#threshold">-threshold</a>, and
+<a href="command-line-options.html#white-threshold">-white-threshold</a>.
+</p>
+
+<p>Warning, some operators behave differently when the <a href="command-line-options.html#channel"
+>+channel</a> default setting is in effect, verses ANY user defined <a
+href="command-line-options.html#channel" >-channel</a> setting (including the equivalent of the
+default). These operators have yet to be made to understand the newer 'Sync'
+flag. </p>
+
+<p>For example <a href="command-line-options.html#threshold">-threshold</a> will by default gray-scale
+the image before thresholding, if no <a href="command-line-options.html#channel" >-channel</a> setting
+has been defined. This is not 'Sync flag controlled, yet. </p>
+
+<p>Also some operators such as <a href="command-line-options.html#blur">-blur</a>, <a
+href="command-line-options.html#gaussian-blur">-gaussian-blur</a>, will modify their handling of the
+color channels if the '<code>alpha</code>' channel is also enabled by <a
+href="command-line-options.html#channel" >-channel</a>.  Generally this done to ensure that
+fully-transparent colors are treated as being fully-transparent, and thus any
+underlying 'hidden' color has no effect on the final results.  Typically
+resulting in 'halo' effects. The newer <a href="command-line-options.html#morphology">-morphology</a>
+convolution equivalents however does have a understanding of the 'Sync' flag
+and will thus handle transparency correctly by default. </p>
+
+<p>As a alpha channel is optional within images, some operators will read the
+color channels of an image as a greyscale alpha mask, when the image has no
+alpha channel present, and the <a href="command-line-options.html#channel" >-channel</a> setting tells
+the operator to apply the operation using alpha channels. The <a
+href="command-line-options.html#clut">-clut</a> operator is a good example of this. </p>
+
+
+
+<div style="margin: auto;">
+  <h4><a id="charcoal"></a>-charcoal <em class="arg">factor</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Simulate a charcoal drawing.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="chop"></a>-chop <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Remove pixels from the interior of an image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. The <em class="arg">width</em>
+and <em class="arg">height</em> given in the of the <em class="arg">size</em>
+portion of the <em class="arg">geometry</em> argument give the number of
+columns and rows to remove. The <em class="arg">offset</em> portion of
+the <em class="arg">geometry</em> argument is influenced by
+a <a href="command-line-options.html#gravity">-gravity</a> setting, if present.</p>
+
+<p>The <a href="command-line-options.html#chop">-chop</a> option removes entire rows and columns,
+and moves the remaining corner blocks leftward and upward to close the gaps.</p>
+
+<p>While it can remove internal rows and columns of pixels, it is more
+typically used with as <a href="command-line-options.html#gravity">-gravity</a> setting and zero
+offsets so as to remove a single edge from an image.  Compare this to <a
+href="command-line-options.html#shave" >-shave</a> which removes equal numbers of pixels from oppisite
+sides of the image.  </p>
+
+<p>Using <a href="command-line-options.html#chop">-chop</a> effectively undoes the results of a <a
+href="command-line-options.html#splice">-splice</a> that was given the same <em
+class="arg">geometry</em> and <a href="command-line-options.html#gravity">-gravity</a> settings. </p>
+
+<div style="margin: auto;">
+  <h4><a id="clamp"></a>-clamp</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>set each pixel whose value is below zero to zero and any the pixel whose value is above the quantum range to the quantum range (e.g. 65535) otherwise the pixel value remains unchanged.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="clip"></a>-clip</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Apply the clipping path if one is present.</td><td style='text-align:right;'></td></tr></table>
+
+<p>If a clipping path is present, it is applied to subsequent operations.</p>
+
+<p>For example, in the command</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert cockatoo.tif -clip -negate negated.tif</span></p>
+<p>only the pixels within the clipping path are negated.</p>
+
+<p>The <a href="command-line-options.html#clip">-clip</a> feature requires SVG support. If the SVG
+delegate library is not present, the option is ignored.</p>
+
+<p>Use <a href="command-line-options.html#clip">+clip</a> to disable clipping for subsequent operations.</p>
+
+<div style="margin: auto;">
+  <h4><a id="clip-mask"></a>-clip-mask</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Clip the image as defined by this mask.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Use the alpha channel of the current image as a mask.  Any areas that is
+white is not modified by any of the 'image processing operators' that follow,
+until the mask is removed. Pixels in the black areas of the clip mask are
+modified per the requirements of the operator. </p>
+
+<p>In some ways this is similar to (though not the same) as defining
+a rectangular <a href="command-line-options.html#region" >-region</a>, or using the negative of the
+mask (third) image in a three image <a href="command-line-options.html#composite" >-composite</a>,
+operation. </p>
+
+<p>Use <a href="command-line-options.html#clip-mask">+clip-mask</a> to disable clipping for subsequent operations.</p>
+
+<div style="margin: auto;">
+  <h4><a id="clip-path"></a>-clip-path <em class="arg">id</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Clip along a named path from the 8BIM profile.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This is identical to <a href="command-line-options.html#clip">-clip</a> except choose a specific clip path in the event the image has more than one path available. </p>
+
+<p>Use <a href="command-line-options.html#clip-path">+clip-path</a> to disable clipping for subsequent operations.</p>
+
+<div style="margin: auto;">
+  <h4><a id="clone"></a>-clone <em class="arg">index(s)</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>make a clone of an image (or images).</td><td style='text-align:right;'></td></tr></table>
+
+<p>Inside parenthesis (where the operator is normally used) it will make a
+clone of the images from the last 'pushed' image sequence, and adds them to
+the end of the current image sequence. Outside parenthesis
+(not recommended) it clones the images from the current image sequence. </p>
+
+<p>Specify the image by its index in the sequence.  The first image is index
+0.  Negative indexes are relative to the end of the sequence; for
+example, <code>−1</code>
+represents the last image of the sequence.  Specify a range of images with a
+dash (e.g. <code>0−4</code>).  Separate multiple indexes with commas but no
+spaces (e.g. <code>0,2,5</code>).  A value of '<code>0−−1</code> will
+effectively clone all the images. </p>
+
+<p>The <a href="command-line-options.html#clone">+clone</a> will simply make a copy of the last image
+in the image sequence, and is thus equivalent to using a argument of
+'<code>−1</code>'. </p>
+
+<div style="margin: auto;">
+  <h4><a id="clut"></a>-clut</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Replace the channel values in the first image using each
+corresponding channel in the second image as a <b>c</b>olor
+<b>l</b>ook<b>u</b>p <b>t</b>able.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The second (LUT) image is ordinarily a gradient image containing the
+histogram mapping of how each channel should be modified. Typically it is a
+either a single row or column image of replacement color values. If larger
+than a single row or column, values are taken from a diagonal line from
+top-left to bottom-right corners.</p>
+
+<p>The lookup is further controlled by the <a
+href="command-line-options.html#interpolate">-interpolate</a> setting, which is especially handy for an
+LUT which is not the full length needed by the ImageMagick installed Quality
+(Q) level. Good settings for this are the '<code>bilinear</code>' and
+'<code>bicubic</code>' interpolation settings, which give smooth color
+gradients, and the '<code>integer</code>' setting for a direct, unsmoothed
+lookup of color values. </p>
+
+<p>This operator is especially suited to replacing a grayscale image with a
+specific color gradient from the CLUT image. </p>
+
+<p>Only the channel values defined by the <a href="command-line-options.html#channel">-channel</a>
+setting will have their values replaced. In particular, since the default <a
+href="command-line-options.html#channel">-channel</a> setting is <code>RGB</code>, this means that
+transparency (alpha/matte channel) is not affected, unless the <a
+href="command-line-options.html#channel">-channel</a> setting is modified. When the alpha channel is
+set, it is treated by the <a href="command-line-options.html#clut" >-clut</a> operator in the same way
+as the other channels, implying that alpha/matte values are replaced using the
+alpha/matte values of the original image. </p>
+
+<p>If either the image being modified, or the lookup image, contains no
+transparency (i.e. <a href="command-line-options.html#alpha" >-alpha</a> is turned 'off') but the <a
+href="command-line-options.html#channel">-channel</a> setting includes alpha replacement, then it is
+assumed that image represents a gray-scale gradient which is used for the
+replacement alpha values.  That is you can use a gray-scale CLUT image to
+adjust a existing images alpha channel, or you can color a gray-scale image
+using colors form CLUT containing the desired colors, including transparency.
+</p>
+
+<p>See also <a href="command-line-options.html#hald-clut" >-hald-clut</a> which replaces colors
+according to the lookup of the full color RGB value from a 2D representation
+of a 3D color cube. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="coalesce"></a>-coalesce</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Fully define the look of each frame of an GIF animation sequence, to form a 'film strip' animation.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Overlay each image in an image sequence according to
+its <a href="command-line-options.html#dispose">-dispose</a> meta-data, to reproduce the look of
+an animation at each point in the animation sequence. All images should be
+the same size, and are assigned appropriate GIF disposal settings for the
+animation to continue working as expected as a GIF animation.  Such frames
+are more easily viewed and processed than the highly optimized GIF overlay
+images.  </p>
+
+<p>The animation can be re-optimized after processing using
+the <a href="command-line-options.html#layers">-layers</a> method '<code>optimize</code>', although
+there is no guarantee that the restored GIF animation optimization is
+better than the original. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="colorize"></a>-colorize <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Colorize the image by an amount specified by <em class="arg">value</em> using the color specified by the most recent <a href="command-line-options.html#fill" >-fill</a> setting.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Specify the amount of colorization as a percentage. Separate colorization
+values can be applied to the red, green, and blue channels of the image with
+a comma-delimited list of colorization
+values (e.g., <code>-colorize 0,0,50</code>).</p>
+
+<div style="margin: auto;">
+  <h4><a id="colormap"></a>-colormap <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Define the colormap type.</td><td style='text-align:right;'>[<a href="animate.html">animate</a>, <a href="display.html">display</a>]</td></tr></table>
+
+<p>The <em class="arg">type</em> can be  <code>shared</code> or <code>private</code>.</p>
+
+<p>This option only applies when the default X server visual
+is <code>PseudoColor</code> or <code>GrayScale</code>. Refer
+to <a href="command-line-options.html#visual">-visual</a> for more details. By default,
+a shared colormap is allocated. The image shares colors with
+other X clients. Some image colors could be approximated,
+therefore your image may look very different than intended.
+If <code>private</code> is chosen, the image colors appear exactly
+as they are defined. However, other clients may go <em>technicolor</em>
+when the image colormap is installed.</p>
+
+<div style="margin: auto;">
+  <h4><a id="colors"></a>-colors <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the preferred number of colors in the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The actual number of colors in the image may be less than your request,
+but never more. Note that this a color reduction option. Images with fewer
+unique colors than specified by <em class="arg">value</em> will have any
+duplicate or unused colors removed.  The ordering of an existing color
+palette may be altered. When converting an image from color to grayscale,
+it is more efficient to convert the image to the gray colorspace before
+reducing the number of colors. Refer to
+the <a href="quantize.html">
+color reduction algorithm</a> for more details.</p>
+
+<div style="margin: auto;">
+  <h4><a id="color-matrix"></a>-color-matrix <em class="arg">matrix</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>apply color correction to the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option permits saturation changes, hue rotation, luminance to alpha,
+and various other effects.  Although variable-sized transformation matrices
+can be used, typically one uses a 5x5 matrix for an RGBA image and a 6x6
+for CMYKA (or RGBA with offsets).  The matrix is similar to those used by
+Adobe Flash except offsets are in column 6 rather than 5 (in support of
+CMYKA images) and offsets are normalized (divide Flash offset by 255).</p>
+
+<p>As an example, to add contrast to an image with offsets, try this command:</p>
+
+<pre class="text">
+   convert kittens.jpg -color-matrix \
+     " 1.5 0.0 0.0 0.0, 0.0, -0.157 \
+       0.0 1.5 0.0 0.0, 0.0, -0.157 \
+       0.0 0.0 1.5 0.0, 0.0, -0.157 \
+       0.0 0.0 0.0 1.0, 0.0,  0.0 \
+       0.0 0.0 0.0 0.0, 1.0,  0.0 \
+       0.0 0.0 0.0 0.0, 0.0,  1.0" kittens.png
+</pre>
+<div style="margin: auto;">
+  <h4><a id="colorspace"></a>-colorspace <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the image colorspace.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Choices are:</p>
+
+<pre class="text">
+   CMY          CMYK         Gray         HCL
+   HCLp         HSB          HSI          HSL
+   HSV          HWB          Lab          LCHab
+   LCHuv        LMS          Log          Luv
+   OHTA         Rec601YCbCr  Rec709YCbCr  RGB
+   scRGB        sRGB         Transparent  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>
+
+<p>For a more accurate color conversion to or from the linear RGB, CMYK, or grayscale colorspaces, use the <a href="command-line-options.html#profile">-profile</a> option.  Note, ImageMagick assumes the sRGB colorspace if the image format does not indicate otherwise.  For colorspace conversion, the gamma function is first removed to produce linear RGB.</p>
+
+<table class="doc">
+        <caption>Conversion of RGB to Other Color Spaces</caption>
+        <tr><th align="left" valign="middle">CMY</th></tr>
+        <tr><td align="left" valign="middle">C=<em class="QR">QuantumRange</em>−R</td></tr>
+        <tr><td align="left" valign="middle">M=<em class="QR">QuantumRange</em>−G</td></tr>
+        <tr><td align="left" valign="middle">Y=<em class="QR">QuantumRange</em>−B</td></tr>
+        <tr><th align="left" valign="middle">CMYK — starts with CMY from above</th></tr>
+        <tr><td align="left" valign="middle">K=min(C,Y,M)</td></tr>
+        <tr><td align="left" valign="middle">C=<em class="QR">QuantumRange</em>*(C−K)/(<em class="QR">QuantumRange</em>−K)</td></tr>
+        <tr><td align="left" valign="middle">M=<em class="QR">QuantumRange</em>*(M−K)/(<em class="QR">QuantumRange</em>−K)</td></tr>
+        <tr><td align="left" valign="middle">Y=<em class="QR">QuantumRange</em>*(Y−K)/(<em class="QR">QuantumRange</em>−K)</td></tr>
+
+        <tr><th align="left" valign="middle">Gray</th></tr>
+        <tr><td align="left" valign="middle">Gray = 0.298839*R+0.586811*G+0.114350*B</td></tr>
+
+        <tr><th align="left" valign="middle">HSB — Hue, Saturation, Brightness; like a cone peak downward</th></tr>
+        <tr><td align="left" valign="middle">H=angle around perimeter (0 to 360 deg); H=0 is red; increasing angles toward green</td></tr>
+        <tr><td align="left" valign="middle">S=distance from axis outward</td></tr>
+        <tr><td align="left" valign="middle">B=distance along axis from bottom upward; B=max(R,G,B); <em>intensity-like</em></td></tr>
+
+        <tr><th align="left" valign="middle">HSL — Hue, Saturation, Lightness; like a double cone end-to-end with peaks at very top and bottom</th></tr>
+        <tr><td align="left" valign="middle">H=angle around perimeter (0 to 360 deg); H=0 is red; increasing angles toward green</td></tr>
+        <tr><td align="left" valign="middle">S=distance from axis outward</td></tr>
+        <tr><td align="left" valign="middle">L=distance along axis from bottom upward; L=0.5*max(R,G,B) + 0.5*min(R,G,B); <em>intensity-like</em></td></tr>
+
+        <tr><th align="left" valign="middle">HWB — Hue, Whiteness, Blackness</th></tr>
+        <tr><td align="left" valign="middle">Hue (complicated equation)</td></tr>
+        <tr><td align="left" valign="middle">Whiteness (complicated equation)</td></tr>
+        <tr><td align="left" valign="middle">Blackness (complicated equation)</td></tr>
+
+        <tr><th align="left" valign="middle">LAB</th></tr>
+        <tr><td align="left" valign="middle">L (complicated equation relating X,Y,Z)</td></tr>
+        <tr><td align="left" valign="middle">A (complicated equation relating X,Y,Z)</td></tr>
+        <tr><td align="left" valign="middle">B (complicated equation relating X,Y,Z)</td></tr>
+
+        <tr><th align="left" valign="middle">LOG</th></tr>
+        <tr><td align="left" valign="middle">I1 (complicated equation involving logarithm of R)</td></tr>
+        <tr><td align="left" valign="middle">I2 (complicated equation involving logarithm of G)</td></tr>
+        <tr><td align="left" valign="middle">I3 (complicated equation involving logarithm of B)</td></tr>
+
+        <tr><th align="left" valign="middle">OHTA — approximates principal components transformation</th></tr>
+        <tr><td align="left" valign="middle">I1=0.33333*R+0.33334*G+0.33333*B; <em>intensity-like</em></td></tr>
+        <tr><td align="left" valign="middle">I2=(0.50000*R+0.00000*G−0.50000*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>
+        <tr><td align="left" valign="middle">I3=(−0.25000*R+0.50000*G−0.25000*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>
+
+        <tr><th align="left" valign="middle">Rec601Luma</th></tr>
+        <tr><td align="left" valign="middle">Gray = 0.298839*R+0.586811*G+0.114350*B</td></tr>
+
+        <tr><th align="left" valign="middle">Rec601YCbCr</th></tr>
+        <tr><td align="left" valign="middle">Y=0.2988390*R+0.5868110*G+0.1143500*B; <em>intensity-like</em></td></tr>
+        <tr><td align="left" valign="middle">Cb=(−0.168736*R-0.331264*G+0.500000*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>
+        <tr><td align="left" valign="middle">Cr=(0.500000*R−0.418688*G−0.081312*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>
+
+        <tr><th align="left" valign="middle">Rec709Luma</th></tr>
+        <tr><td align="left" valign="middle">Gray=0.212656*R+0.715158*G+0.072186*B</td></tr>
+
+        <tr><th align="left" valign="middle">Rec709YCbCr</th></tr>
+        <tr><td align="left" valign="middle">Y=0.212656*R+0.715158*G+0.072186*B; <em>intensity-like</em></td></tr>
+        <tr><td align="left" valign="middle">Cb=(−0.114572*R−0.385428*G+0.500000*B)+(<em class="QR">QuantumRange</em>+1)/2</td></tr>
+        <tr><td align="left" valign="middle">Cr=(0.500000*R−0.454153*G−0.045847*B)+(<em class="QR">QuantumRange</em>+1)/2</td></tr>
+
+        <tr><th align="left" valign="middle">sRGB</th></tr>
+        <tr><td align="left" valign="middle">if R ≤ .0.0031308 then Rs=R/12.92 else Rs=1.055 R ^ (1.0 / 2.4) ? 0.055</td></tr>
+        <tr><td align="left" valign="middle">if G ≤ .0.0031308 then Gs=B/12.92 else Gs=1.055 R ^ (1.0 / 2.4) ? 0.055</td></tr>
+        <tr><td align="left" valign="middle">if B ≤ .0.0031308 then Bs=B/12.92 else Bs=1.055 R ^ (1.0 / 2.4) ? 0.055</td></tr>
+
+        <tr><th align="left" valign="middle">XYZ</th></tr>
+        <tr><td align="left" valign="middle">X=0.4124240*R+0.3575790*G+0.1804640*B</td></tr>
+        <tr><td align="left" valign="middle">Y=0.212656*R+0.715158*G+0.0721856*B</td></tr>
+        <tr><td align="left" valign="middle">Z=0.0193324*R+0.1191930*G+0.9504440*B</td></tr>
+
+        <tr><th align="left" valign="middle">YCC</th></tr>
+        <tr><td align="left" valign="middle">Y=(0.298839*R+0.586811*G+0.114350*B) (with complicated scaling); <em>intensity-like</em></td></tr>
+        <tr><td align="left" valign="middle">C1=(−0.298839*R−0.586811*G+0.88600*B) (with complicated scaling)</td></tr>
+        <tr><td align="left" valign="middle">C2=(0.70100*R−0.586811*G−0.114350*B) (with complicated scaling)</td></tr>
+
+        <tr><th align="left" valign="middle">YCbCr</th></tr>
+        <tr><td align="left" valign="middle">Y=0.2988390*R+0.5868110*G+0.1143500*B; <em>intensity-like</em></td></tr>
+        <tr><td align="left" valign="middle">Cb=(−0.168736*R−0.331264*G+0.500000*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>
+        <tr><td align="left" valign="middle">Cr=(0.500000*R−0.418688*G−0.081312*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>
+
+        <tr><th align="left" valign="middle">YIQ</th></tr>
+        <tr><td align="left" valign="middle">Y=0.298839*R+0.586811*G+0.114350*B; <em>intensity-like</em></td></tr>
+        <tr><td align="left" valign="middle">I=(0.59600*R−0.27400*G−0.32200*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>
+        <tr><td align="left" valign="middle">Q=(0.21100*R−0.52300*G+0.31200*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>
+
+        <tr><th align="left" valign="middle">YPbPr</th></tr>
+        <tr><td align="left" valign="middle">Y=0.2988390*R+0.5868110*G+0.1143500*B; <em>intensity-like</em></td></tr>
+        <tr><td align="left" valign="middle">Pb=(−0.168736*R−0.331264*G+0.500000*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>
+        <tr><td align="left" valign="middle">Pr=(0.500000*R−0.418688*G−0.081312*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>
+
+        <tr><th align="left" valign="middle">YUV</th></tr>
+        <tr><td align="left" valign="middle">Y=0.298839*R+0.586811*G+0.114350*B; <em>intensity-like</em></td></tr>
+        <tr><td align="left" valign="middle">U=(−0.14740*R−0.28950*G+0.43690*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>
+        <tr><td align="left" valign="middle">V=(0.61500*R−0.51500*G−0.10000*B)*(<em class="QR">QuantumRange</em>+1)/2</td></tr>
+</table>
+
+<p>Note the scRGB colorspace requires HDRI support otherwise it behaves just like linear RGB.</p>
+
+<div style="margin: auto;">
+  <h4><a id="combine"></a>-combine</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Combine one or more images into a single image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The channels (previously set by <a href="command-line-options.html#channel">-channel</a>) of the
+combined image are taken from the grayscale values of each image in the
+sequence, in order. For the default -channel setting of <code>RGB</code>, this
+means the first image  is assigned to the <code>Red</code> channel, the second
+to the <code>Green</code> channel, the third to the <code>Blue</code>.</p>
+
+<p>This option can be thought of as the inverse to <a
+href="command-line-options.html#separate">-separate</a>, so long as the channel settings are the same.
+Thus, in the following example, the final image should be a copy of the
+original.  </p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert original.png -channel RGB -separate sepimage.png</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert sepimage-0.png sepimage-1.png sepimage-2.png -channel RGB \ <br/> -combine imagecopy.png</span></p>
+<div style="margin: auto;">
+  <h4><a id="comment"></a>-comment <em class="arg">string</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Embed a comment in an image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option sets the comment meta-data of an image read in after this
+option has been given.  To modify a comment of images already in memory use
+"<code><a href="command-line-options.html#set">-set</a> comment</code>". </p>
+
+<p>The comment can contain special format characters listed in the <a
+href="escape.html">Format and
+Print Image Properties</a>. These attributes are expanded when the comment
+is finally assigned to the individual images. </p>
+
+<p>If the first character of <em class="arg">string</em> is <em
+class="arg">@</em>, the image comment is read from a file titled by the
+remaining characters in the string.  Comments read in from a file are literal;
+no embedded formatting characters are recognized.</p>
+
+<p>Comment meta-data are not visible on the image itself. To do that use the
+<a href="command-line-options.html#annotate">-annotate</a> or <a href="command-line-options.html#draw">-draw</a> options
+instead.</p>
+
+<p>For example,</p>
+
+<p class="crtsnip">
+     -comment "%m:%f %wx%h"  bird.miff
+</p>
+
+<p>produces an image comment of <code>MIFF:bird.miff 512x480</code> (assuming
+that the image <code>bird.miff</code> has a width of 512 and a height of
+480.</p>
+
+<div style="margin: auto;">
+  <h4><a id="compare"></a>-compare</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>mathematically and visually annotate the difference between an image and its reconstruction</td><td style='text-align:right;'></td></tr></table>
+
+<p>This is a convert version of "<code>compare</code>" for two same sized images. The syntax is as follows, but other metrics are allowed.</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png reference.png -metric RMSE -compare \ <br/> difference.png</span></p>
+<p>To get the metric value use the string format "%[distortion]".</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png reference.png -metric RMSE -compare -format \ <br/> "%[distortion]" info:</span></p>
+<div style="margin: auto;">
+  <h4><a id="complex"></a>-complex <em class="arg">operator</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>perform complex mathematics on an image sequence</td><td style='text-align:right;'></td></tr></table>
+
+Choose from these operators:
+
+<pre class="text">
+  add
+  conjugate
+  divide
+  magnuitude-phase
+  multiply
+  real-imaginary
+  subtract
+</pre>
+
+<p>Optionally specify the <code>divide</code> operator SNR with <code><a href="command-line-options.html#define">-define</a> complex:snr=float</code>.</p>
+
+<div style="margin: auto;">
+  <h4><a id="compose"></a>-compose <em class="arg">operator</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the type of image composition.</td><td style='text-align:right;'></td></tr></table>
+
+<p>See <a href="compose.html">Alpha Compositing</a> for
+a detailed discussion of alpha compositing.</p>
+
+<p>This setting effects image processing operators that merge two (or more)
+images together in some way.  This includes the operators,
+<a href="command-line-options.html#composite">-compare</a>,
+<a href="command-line-options.html#composite">-composite</a>,
+<a href="command-line-options.html#layers">-layers</a> composite,
+<a href="command-line-options.html#flatten">-flatten</a>,
+<a href="command-line-options.html#mosaic">-mosaic</a>,
+<a href="command-line-options.html#layers">-layers</a> merge,
+<a href="command-line-options.html#border">-border</a>,
+<a href="command-line-options.html#frame">-frame</a>,
+and <a href="command-line-options.html#extent">-extent</a>. </p>
+
+<p>It is also one of the primary options for the "<code>composite</code>"
+command.  </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="composite"></a>-composite</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Perform alpha composition on two images and an optional mask</td><td style='text-align:right;'></td></tr></table>
+
+<p>Take the first image 'destination' and overlay the second 'source' image
+according to the current <a href="command-line-options.html#compose">-compose</a> setting. The location
+of the 'source' or 'overlay' image is controlled according to <a
+href="command-line-options.html#geometry" >-geometry</a>, and <a href="command-line-options.html#geometry" >-geometry</a>
+settings. </p>
+
+<p>If a third image is given this is treated as a gray-scale 'mask' image
+relative to the first 'destination' image. This mask will limit what parts of
+the destination can be modified by the image composition.  However for the
+'<code>displace</code>' compose method, the mask is used to provide a separate
+Y-displacement image instead. </p>
+
+<p>If a <a href="command-line-options.html#compose">-compose</a> method requires extra numerical
+arguments or flags these can be provided by setting the  <a
+href="command-line-options.html#set">-set</a> '<code class="arg">option:compose:args</code>'
+appropriately for the compose method. </p>
+
+<p>Some <a href="command-line-options.html#compose">-compose</a> methods can modify the 'destination'
+image outside the overlay area. You can disable this by setting the special <a
+href="command-line-options.html#set">-set</a> '<code class="arg">option:compose:outside-overlay</code>'
+to '<code>false</code>'.  </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="compress"></a>-compress <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Use pixel compression specified by <em class="arg">type</em> when writing the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Choices are: <code class="arg">None</code>, <code class="arg">BZip</code>, <code
+class="arg">Fax</code>, <code class="arg">Group4</code>, <code
+class="arg">JPEG</code>,  <code class="arg">JPEG2000</code>, <code
+class="arg">Lossless</code>, <code class="arg">LZW</code>, <code
+class="arg">RLE</code> or <code class="arg">Zip</code>.</p>
+
+<p>To print a complete list of compression types, use <a href="command-line-options.html#list">-list
+compress</a>.</p>
+
+<p>Specify <a href="command-line-options.html#compress">+compress</a> to store the binary image in an
+uncompressed format. The default is the compression type of the specified
+image file.</p>
+
+<p>If <code>LZW</code> compression is specified but LZW compression has not been
+enabled, the image data is written in an uncompressed LZW format that can be
+read by LZW decoders. This may result in larger-than-expected GIF files.</p>
+
+<p><code>Lossless</code> refers to lossless JPEG, which is only available if the
+JPEG library has been patched to support it. Use of lossless JPEG is generally
+not recommended.</p>
+
+<p>
+When writing an ICO file, you may request that the images be encoded in
+PNG format, by specifying <code>Zip</code> compression.</p>
+
+<p>
+When writing a JNG file, specify <code>Zip</code> compression to request that
+the alpha channel be encoded in PNG "IDAT" format, or <code>JPEG</code>
+to request that it be encoded in JPG "JDAA" format.</p>
+
+<p>Use the <a href="command-line-options.html#quality">-quality</a> option to set the compression level
+to be used by JPEG, PNG, MIFF, and MPEG encoders.
+Use the <a href="command-line-options.html#sampling-factor">-sampling-factor</a> option to set the
+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="contrast"></a>-contrast</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Enhance or reduce the image contrast.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option enhances the intensity differences between the lighter and
+darker elements of the image. Use <a href="command-line-options.html#contrast">-contrast</a> to enhance
+the image or <a href="command-line-options.html#contrast">+contrast</a> to reduce the image
+contrast.</p>
+
+<p>For a more pronounced effect you can repeat the option:</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose: -contrast -contrast rose_c2.png</span></p>
+<div style="margin: auto;">
+  <h4><a id="contrast-stretch"></a>-contrast-stretch <em class="arg">black-point</em><br />-contrast-stretch <em class="arg">black-point</em>{x<em class="arg">white-point</em>}{<em class="arg">%</em>}}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Increase the contrast in an image by <em>stretching</em> the range of intensity values.</td><td style='text-align:right;'></td></tr></table>
+
+<p>While performing the stretch, black-out at most <em
+class="arg" >black-point</em> pixels and white-out at most <em
+class="arg" >white-point</em> pixels. Or, if percent is used, black-out at most
+<em class="arg" >black-point %</em> pixels and white-out at most <em
+class="arg" >white-point %</em> pixels.</p>
+
+<p>Prior to ImageMagick 6.4.7-0, <a href="command-line-options.html#contrast-stretch"
+>-contrast-stretch</a> will black-out at most <em class="arg"
+>black-point</em> pixels and white-out at most <em class="arg" >total pixels
+minus white-point</em> pixels. Or, if percent is used, black-out at most <em
+class="arg">black-point %</em> pixels and white-out at most <em class="arg"
+>100% minus white-point %</em> pixels.</p>
+
+<p>Note that <code>-contrast-stretch 0</code> will modify the image such that
+the image's min and max values are stretched to 0 and <em class="QR"
+>QuantumRange</em>, respectively, without any loss of data due to burn-out or
+clipping at either end. This is not the same as <a href="command-line-options.html#normalize"
+>-normalize</a>, which is equivalent to <code>-contrast-stretch 0.15x0.05%</code> (or
+prior to ImageMagick 6.4.7-0, <code>-contrast-stretch 2%x99%</code>).</p>
+
+<p>Internally operator works by creating a histogram bin, and then uses that
+bin to modify the image. As such some colors may be merged together when they
+originally fell into the same 'bin'. </p>
+
+<p>All the channels are normalized in concert by the came amount so as to
+preserve color integrity, when the default <a href="command-line-options.html#channel" >+channel</a>
+setting is in use.  Specifying any other <a href="command-line-options.html#channel" >-channel</a>
+setting will normalize the RGB channels independently.</p>
+
+<p>See also  <a href="command-line-options.html#auto-level" >-auto-level</a> for a 'perfect'
+normalization of mathematical images. </p>
+
+<p>This operator is under review for re-development. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="convolve"></a>-convolve <em class="arg">kernel</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Convolve an image with a user-supplied convolution kernel.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The <em class="arg">kernel</em> is a matrix specified as
+a comma-separated list of integers (with no spaces), ordered left-to right,
+starting with the top row. Presently, only odd-dimensioned kernels are
+supported, and therefore the number of entries in the specified <em
+class="arg">kernel</em> must be 3<sup>2</sup>=9, 5<sup>2</sup>=25,
+7<sup>2</sup>=49, etc. </p>
+
+<p>Note that the <a href="command-line-options.html#convolve">&#x2011;convolve</a> operator supports the <a href="command-line-options.html#bias">&#x2011;bias</a> setting. This option shifts the convolution so that
+positive and negative results are relative to a user-specified bias value.
+This is important for non-HDRI compilations of ImageMagick when dealing with
+convolutions that contain negative as well as positive values. This is
+especially the case with convolutions involving high pass filters or edge
+detection. Without an output bias, the negative values is clipped at zero.
+</p>
+
+<p>When using an ImageMagick with the HDRI compile-time setting, <a href="command-line-options.html#bias">&#x2011;bias</a> is not needed, as ImageMagick is able to store/handle any
+negative results without clipping to the color value range (0..QuantumRange).
+See the discussion on HDRI implementations of ImageMagick on the page <a
+href="high-dynamic-range.html">High
+Dynamic-Range Images</a>. For more about HDRI go the ImageMagick <a
+href="http://www.imagemagick.org/Usage/basics/#hdri">Usage</a> pages or this
+<a href="http://en.wikipedia.org/wiki/High_dynamic_range_imaging">Wikipedia</a>
+entry.  </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="crop"></a>-crop <em class="arg">geometry</em>{<em class="arg">@</em>}{<em class="arg">!</em>}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Cut out one or more rectangular regions of the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p>
+
+<p>The <em class="arg">width</em> and <em class="arg">height</em> of the <em
+class="arg">geometry</em> argument give the size of the image that remains
+after cropping, and <em class="arg">x</em> and <em class="arg">y</em> in the
+<em class="arg">offset</em> (if present) gives the location of the top left
+corner of the cropped image with respect to the original image. To specify the
+amount to be removed, use <a href="command-line-options.html#shave">-shave</a> instead.</p>
+
+<p>If the <em class="arg">x</em> and <em class="arg">y</em> offsets are
+present, a single image is generated, consisting of the pixels from the
+cropping region. The offsets specify the location of the upper left corner of
+the cropping region measured downward and rightward with respect to the upper
+left corner of the image. If the <a href="command-line-options.html#gravity">-gravity</a> option is
+present with <code>NorthEast</code>, <code>East</code>, or <code>SouthEast</code>
+gravity, it gives the distance leftward from the right edge of the image to
+the right edge of the cropping region. Similarly, if the <a
+href="command-line-options.html#gravity">-gravity</a> option is present with <code>SouthWest</code>,
+<code>South</code>, or <code>SouthEast</code> gravity, the distance is measured
+upward between the bottom edges.</p>
+
+<p>If the <em class="arg">x</em> and <em class="arg">y</em> offsets are
+omitted, a set of tiles of the specified geometry, covering the entire input
+image, is generated. The rightmost tiles and the bottom tiles are smaller if
+the specified geometry extends beyond the dimensions of the input image.</p>
+
+<p>You can add the <em class="arg">@</em> to the geometry argument to equally divide the image into the number of tiles generated.</p>
+
+<p>By adding a exclamation character flag to the geometry argument, the
+cropped images virtual canvas page size and offset is set as if the
+geometry argument was a viewport or window. This means the canvas page size
+is set to exactly the same size you specified, the image offset set
+relative top left corner of the region cropped. </p>
+
+<p>If the cropped image 'missed' the actual image on its virtual canvas, a
+special single pixel transparent 'missed' image is returned, and a 'crop
+missed' warning given. </p>
+
+<p>It might be necessary to <a href="command-line-options.html#repage" >+repage</a> the image prior to
+cropping the image to ensure the crop coordinate frame is relocated to the
+upper-left corner of the visible image.
+
+Similarly you may want to use <a href="command-line-options.html#repage" >+repage</a> after cropping to
+remove the page offset that will be left behind. This is especially true when
+you are going to write to an image format such as PNG that supports an image
+offset.</p>
+
+<div style="margin: auto;">
+  <h4><a id="cycle"></a>-cycle <em class="arg">amount</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>displace image colormap by amount.</td><td style='text-align:right;'></td></tr></table>
+
+<p><em class="arg">Amount</em> defines the number of positions each
+colormap entry is shifted.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="debug"></a>-debug <em class="arg">events</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>enable debug printout.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The <code>events</code> parameter specifies which events are to be logged. It
+can be either <code>None</code>, <code>All</code>, <code>Trace</code>, or
+a comma-separated list consisting of one or more of the following domains:
+<code>Accelerate</code>, <code>Annotate</code>, <code>Blob</code>, <code>Cache</code>,
+<code>Coder</code>, <code>Configure</code>, <code>Deprecate</code>,
+<code>Exception</code>, <code>Locale</code>, <code>Render</code>,
+<code>Resource</code>, <code>Security</code>, <code>TemporaryFile</code>,
+<code>Transform</code>, <code>X11</code>, or <code>User</code>. </p>
+
+
+<p>For example, to log cache and blob events, use.</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -debug "Cache,Blob" rose: rose.png</span></p>
+<p>The <code>User</code> domain is normally empty, but developers can log user
+events in their private copy of ImageMagick.</p>
+
+<p>To print the complete list of debug methods, use <a href="command-line-options.html#list">-list
+debug</a>.</p>
+
+<p>Use the <a href="command-line-options.html#log">-log</a> option to specify the format for debugging
+output.</p>
+
+<p>Use <a href="command-line-options.html#debug">+debug</a> to turn off all logging.</p>
+
+<p>Debugging may also be set using the <code>MAGICK_DEBUG</code> <a href="resources.html#environment"
+>environment variable</a>.  The allowed values for the <code>MAGICK_DEBUG</code>
+environment variable are the same as for the <a href="command-line-options.html#debug">-debug</a>
+option.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="decipher"></a>-decipher <em class="arg">filename</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Decipher and restore pixels that were previously transformed by
+<a href="command-line-options.html#encipher">-encipher</a>.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Get the passphrase from the file specified by <em
+class="arg">filename</em>.</p>
+
+<p>For more information, see the webpage, <a
+href="http://www.imagemagick.org/www/cipher.html">ImageMagick: Encipher or
+Decipher an Image</a>.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="deconstruct"></a>-deconstruct</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>find areas that has changed between images </td><td style='text-align:right;'></td></tr></table>
+
+<p>Given a sequence of images all the same size, such as produced by <a
+href="command-line-options.html#coalesce">-coalesce</a>, replace the second and later images, with
+a smaller image of just the area that changed relative to the previous image.
+</p>
+
+<p>The resulting sequence of images can be used to optimize an animation
+sequence, though will not work correctly for GIF animations when parts of the
+animation can go from opaque to transparent. </p>
+
+<p>This option is actually equivalent to the  <a href="command-line-options.html#layers">-layers</a>
+method '<code>compare-any</code>'. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="define"></a>-define <em class="arg">key</em>{<em class="arg">=value</em>}<em class="arg">...</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>add specific global settings generally used to control
+coders and image processing operations.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option creates one or more definitions for coders and decoders to use
+while reading and writing image data.  Definitions are generally used to
+control image file format coder modules, and image processing operations,
+beyond what is provided by normal means.  Defined settings are listed in <a
+href="command-line-options.html#verbose" >-verbose</a> information ("<code>info:</code>" output format)
+as "Artifacts". </p>
+
+<p>If <em class="arg">value</em> is missing for a definition, an empty-valued
+definition of a flag is created with that name. This used to control on/off
+options.  Use <a href="command-line-options.html#define">+define key</a> to remove definitions
+previously created.  Use <a href="command-line-options.html#define">+define "*"</a> to remove all
+existing definitions.</p>
+
+<p>The same 'artifact' settings can also be defined using the <a
+href="command-line-options.html#set" >-set "option:<em class="arg">key</em>" "<em class="arg"
+>value</em>"</a> option, which also allows the use of <a href="escape.html" >Format and Print Image
+Properties</a> in the defined value. </p>
+
+<p>The <em>option</em> and <em>key</em> are case-independent (they are
+converted to lowercase for use within the decoders) while the <em>value</em>
+is case-dependent.</p>
+
+<p>Such settings are global in scope, and affect all images and operations. </p>
+
+<p>The following definitions are just some of the artifacts that are
+available:</p>
+
+<dl>
+
+<dt>bmp:format=<em class="arg">value</em></dt>
+   <dd> valid values are <em class="arg">bmp2</em>, <em class="arg">bmp3</em>,
+   and <em class="arg">bmp4</em>.  This option can be useful when the
+   method of prepending "BMP2:" to the output filename is inconvenient or
+   is not available, such as when using the <a href="mogrify.html">mogrify</a>   utility.</dd>
+
+<dt>complex:snr=<em class="arg">value</em></dt>
+   <dd>Set the divide SNR constant<a href="command-line-options.html#complex"
+   >-complex</a></dd>
+
+<dt>compose:args=<em class="arg">arguments</em></dt>
+    <dd>Sets certain compose argument values when using convert ... -compose ...
+    -composite. See <a href="../compose.html"
+    >Image Composition</a></dd>
+
+<dt>convolve:scale=<em class="arg">{kernel_scale}[!^] [,{origin_addition}] [%]</em></dt>
+    <dd>Defines the kernel scaling. The special flag ! automatically scales to 
+    full dynamic range. The ! flag can be used in combination with a factor or 
+    percent. The factor or percent is then applied after the automatic scaling. 
+    An example is 50%!. This produces a result 50% darker than full dynamic 
+    range scaling. The ^ flag assures the kernel is 'zero-summing', for 
+    example when some values are positive and some are negative as in edge 
+    detection kernels. The origin addition adds that value to the center 
+    pixel of the kernel. This produces and effect that is like adding the image 	
+    that many times to the result of the filtered image. The typical value 
+    is 1 so that the original image is added to the result of the convolution. 
+    The default is 0.</dd>
+
+<dt>convolve:showkernel=<em class="arg">1</em></dt>
+    <dd>Outputs (to 'standard error') all the information about a specified <a
+    href="command-line-options.html#morphology" >-morphology convolve</a> kernel.</dd>
+
+<dt>dcm:display-range=<em class="arg">reset</em></dt>
+    <dd>Sets the display range to the minimum and maximum pixel values for the
+    DCM image format.</dd>
+
+<dt>dds:cluster-fit=<em class="arg">true|false</em></dt>
+    <dd>Enables the dds cluster-fit.</dd>
+
+<dt>dds:compression=<em class="arg">dxt1|dxt5|none</em></dt>
+    <dd>Sets the dds compression.</dd>
+
+<dt>dds:mipmaps=<em class="arg">value</em></dt>
+    <dd>Sets the dds number of mipmaps.</dd>
+
+<dt>dds:weight-by-alpha=<em class="arg">true|false</em></dt>
+    <dd>Enables the dds alpha weighting.</dd>
+
+<dt>delegate:bimodel=<em class="arg">true</em></dt>
+    <dd>Specifies direct conversion from Postscript to PDF.</dd>
+
+<dt>distort:scale=<em class="arg">value</em></dt>
+   <dd>Sets the output scaling factor for use with <a href="command-line-options.html#distort"
+   >-distort</a></dd>
+
+<dt>distort:viewport=<em class="arg">WxH+X+Y</em></dt>
+   <dd>Sets the viewport for use with <a href="command-line-options.html#distort">-distort</a></dd>
+
+<dt>dot:layout-engine=<em class="arg">value</em></dt>
+    <dd>Specifies the layout engine for the DOT image format (e.g.
+    <code>neato</code>).</dd>
+
+<dt>filter:option=<em class="arg">value</em></dt>
+    <dd>Set a filter option for use with <a href="command-line-options.html#resize">-resize</a>.
+    See <a href="command-line-options.html#filter">-filter</a> for details.</dd>
+
+<dt>fourier:normalize=<em class="arg">inverse</em></dt>
+   <dd>Sets the location for the FFT/IFT normalization as use by 
+    <a href="command-line-options.html#fft">+-fft</a> and <a href="command-line-options.html#ift">+-ift</a>. The default is 
+    forward.</dd>
+
+<dt>icon:auto-resize</dt>
+    <dd>Automatically stores multiple sizes when writing an ico image
+    (requires a 256x256 input image).</dd>
+
+<dt>jp2:layer-number=<em class="arg">value</em></dt>
+    <dd>Sets the maximum number of quality layers to decode. Same for JPT, JC2,
+    and J2K</dd>
+
+<dt>jp2:number-resolutions=<em class="arg">value</em></dt>
+    <dd>Sets the number of resolutions to encode.Same for JPT, JC2, and J2K</dd>
+
+<dt>jp2:progression-order=<em class="arg">value</em></dt>
+    <dd>choose from LRCP, RLCP, RPCL, PCRL or CPRL. Same for JPT, JC2, and 
+    J2K</dd></dd>
+
+<dt>jp2:quality=<em class="arg">value,value...</em></dt>
+    <dd>Sets the quality layer PSNR, given in dB. The order is from left to 
+    right in ascending order. The default is a single lossless quality layer.  
+    Same for JPT, JC2, and J2K</dd></dd>
+
+<dt>jp2:rate=<em class="arg">value</em></dt>
+    <dd>Specify the compression factor to use while writing JPEG-2000 files. The
+    compression factor is the reciprocal of the compression ratio. The valid
+    range is 0.0 to 1.0, with 1.0 indicating lossless compression. If defined,
+    this value overrides the -quality setting.  A quality setting of 75
+    results in a rate value of 0.06641. Same for JPT, JC2, and J2K</dd></dd>
+
+<dt>jp2:reduce-factor=<em class="arg">value</em></dt>
+    <dd>Sets the number of highest resolution levels to be discarded.Same for 
+    JPT, JC2, and J2K</dd></dd>
+
+<dt>jpeg:block-smoothing=<em class="arg">on|off</em></dt>
+
+<dt>jpeg:colors=<em class="arg">value</em></dt>
+    <dd>Set the desired number of colors and let the JPEG encoder do the
+    quantizing.</dd>
+
+<dt>jpeg:dct-method=<em class="arg">value</em></dt>
+    <dd>Choose from <code>default</code>, <code>fastest</code>, 
+    <code>float</code>, <code>ifast</code>, and <code>islow</code>.</dd>
+
+<dt>jpeg:extent=<em class="arg">value</em></dt>
+    <dd>Restrict the maximum JPEG file size, for example <code>-define
+    jpeg:extent=400KB</code>.  The JPEG encoder will search for the highest
+    compression quality level that results in an output file that does not
+    exceed the value. The <code>-quality</code> option is ignored if it
+    is also present.</dd>
+
+<dt>jpeg:fancy-upsampling=<em class="arg">on|off</em></dt>
+
+<dt>jpeg:optimize-coding=<em class="arg">on|off</em></dt>
+
+<dt>jpeg:q-table=<em class="arg">table</em></dt>
+
+<dt>jpeg:sampling-factor=<em class="arg">sampling-factor-string</em></dt>
+
+<dt>jpeg:size=<em class="arg">geometry</em></dt>
+    <dd>Set the size hint of a JPEG image, for
+    example, <code>-define jpeg:size=128x128</code>.
+    It is most useful for increasing performance and reducing the memory
+    requirements when reducing the size of a large JPEG image.</dd>
+
+<dt>json:features</dt>
+  <dd>includes features in verbose information</dd>
+
+<dt>json:limit</dt>
+
+<dt>json:locate</dt>
+
+<dt>json:moments</dt>
+  <dd>includes image moments in verbose information</dd>
+
+<dt>mng:need-cacheoff</dt>
+  <dd>turn playback caching off for streaming MNG.</dd>
+
+<dt>morphology:compose=<em class="arg">compose-method</em></dt>
+    <dd>Specifies how to merge results generated by multiple<a
+    href="command-line-options.html#morphology" >-morphology</a> kernel. The default is none. One 
+    typical value is 'lighten' as used, for example, with the sobel edge 
+    kernels. </dd>
+
+<dt>morphology:showkernel=<em class="arg">1</em></dt>
+    <dd>Outputs (to 'standard error') all the information about a generated <a
+    href="command-line-options.html#morphology" >-morphology</a> kernel.</dd>
+
+<dt>pcl:fit-to-page=<em class="arg">true</em></dt>
+
+<dt>pdf:fit-page=<em class="arg">geometry</em></dt>
+    <dd> geometry specifies the scaling dimensions for resizing when the PDF is
+    being read. The geometry is either WxH{%} or page size. No offsets are
+    allowed. (introduced in IM 6.8.8-8)</dd>
+
+<dt>pdf:fit-to-page=<em class="arg">true</em></dt>
+
+<dt>pdf:use-cropbox=<em class="arg">true</em></dt>
+
+<dt>pdf:use-trimbox=<em class="arg">true</em></dt>
+
+<dt>png:bit-depth=<em class="arg">value</em></dt>
+<dt>png:color-type=<em class="arg">value</em></dt>
+    <dd>desired bit-depth and color-type for PNG output.  You can force the PNG
+    encoder to use a different bit-depth and color-type than it would have
+    normally selected, but only if this does not cause any loss of image
+    quality. Any attempt to reduce image quality is treated as an error and no
+    PNG file is written.  E.g., if you have a 1-bit black-and-white image, you
+    can use these "defines" to cause it to be written as an 8-bit grayscale,
+    indexed, or even a 64-bit RGBA.  But if you have a 16-million color image,
+    you cannot force it to be written as a grayscale or indexed PNG.  If you
+    wish to do this, you must use the appropriate <a href="command-line-options.html#depth">-depth</a>,
+    <a href="command-line-options.html#colors">-colors</a>, or <a href="command-line-options.html#type">-type</a> directives to
+    reduce the image quality prior to using the PNG encoder. Note that in
+    indexed PNG files, "bit-depth" refers to the number of bits per index,
+    which can be 1, 2, 4, or 8.  In such files, the color samples always have
+    8-bit depth.</dd>
+
+<dt>png:compression-filter=<em class="arg">value</em></dt>
+   <dd> valid values are 0 through 9. 0-4 are the corresponding PNG filters,
+   5 means adaptive filtering except for images with a colormap, 6 means
+   adaptive filtering for all images, 7 means MNG "loco" compression, 8 means 
+   Z_RLE strategy with adaptive filtering, and 9 means Z_RLE strategy with no 
+   filtering.</dd>
+
+<dt>png:compression-level=<em class="arg">value</em></dt>
+   <dd> valid values are 0 through 9, with 0 providing the least but fastest
+       compression and 9 usually providing the best and always the slowest.</dd>
+
+<dt>png:compression-strategy=<em class="arg">value</em></dt>
+   <dd> valid values are 0 through 4, meaning default, filtered, huffman_only,
+   rle, and fixed ZLIB compression strategy. If you are using an old zlib
+   that does not support Z_RLE (before 1.2.0) or Z_FIXED (before 1.2.2.2),
+   values 3 and 4, respectively, will use the zlib default strategy
+   instead.</dd>
+
+<dt>png:format=<em class="arg">value</em></dt>
+   <dd> valid values are <em class="arg">png8</em>, <em class="arg">png24</em>,
+   <em class="arg">png32</em>, <em class="arg">png48</em>,
+   <em class="arg">png64</em>, and <em class="arg">png00</em>.
+   This property can be useful for specifying
+   the specific PNG format to be used, when the usual method of prepending the
+   format name to the output filename is inconvenient, such as when writing
+   a PNG-encoded ICO file or when using <a href="mogrify.html">mogrify</a>.
+   Value = <em class="arg">png8</em> reduces the number of colors to 256,
+   only one of which may be fully transparent, if necessary.  The other
+   values do not force any reduction of quality; it is an error to request
+   a format that cannot represent the image data without loss (except that
+   it is allowed to reduce the bit-depth from 16 to 8 for all formats).
+   Value = <em class="arg">png24</em> and <em class="arg">png48</em>
+   allow transparency, only if a single color is fully transparent and that
+   color does not also appear in an opaque pixel; such transparency is
+   written in a PNG <code>tRNS</code> chunk.
+   Value = <em class="arg">png00</em> causes the image to inherit its
+   color-type and bit-depth from the input image, if the input was also
+   a PNG.</dd>
+
+<dt>png:exclude-chunk=<em class="arg">value</em></dt>
+
+<dt>png:include-chunk=<em class="arg">value</em></dt>
+    <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>
+
+    <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 excluded and
+    the <code>gAMA</code> chunk is included, the <code>gAMA</code> chunk will
+    only be written if gamma is not 1/2.2, since most decoders assume
+    sRGB and gamma=1/2.2 when no colorspace information is included in
+    the PNG file.  Because the list is processed from left to right, you
+    can achieve this with a single define:</p>
+
+<pre class="text">
+   -define png:include-chunk=none,gAMA
+</pre>
+
+    <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
+    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>
+
+    <p>The critical PNG chunks <code>IHDR</code>, <code>PLTE</code>,
+    <code>IDAT</code>, and <code>IEND</code> cannot be excluded.  Any such
+    entries appearing in the list will be ignored.</p>
+
+    <p>If the ancillary PNG <code>tRNS</code> chunk is excluded and the
+    image has transparency, the PNG colortype is forced to be 4 or 6
+    (GRAY_ALPHA or RGBA).  If the image is not transparent, then the
+    <code>tRNS</code> chunk isn't written anyhow, and there is no effect
+    on the PNG colortype of the output image.</p>
+
+    <p>The <a href="command-line-options.html#strip">-strip</a> option does the equivalent of the
+    following for PNG output:</p>
+
+<pre class="text">
+   -define png:exclude-chunk=EXIF,iCCP,iTXt,sRGB,tEXt,zCCP,zTXt,date
+</pre>
+
+    <p>The default behavior is to include all known PNG ancillary chunks
+    plus ImageMagick's private <code>vpAg</code> ("virtual page") chunk,
+    and to exclude all PNG chunks that are unknown to ImageMagick,
+    regardless of their PNG "copy-safe" status as described in the
+    PNG specification.</p>
+
+    <p>Any chunk names that are not known to ImageMagick are ignored
+    if they appear in either the "include-chunk" or "exclude-chunk" list.
+    The ancillary chunks currently known to ImageMagick are
+    <code>bKGD</code>, <code>cHRM</code>, <code>gAMA</code>, <code>iCCP</code>,
+    <code>oFFs</code>, <code>pHYs</code>, <code>sRGB</code>, <code>tEXt</code>,
+    <code>tRNS</code>, <code>vpAg</code>, and <code>zTXt</code>.</p>
+
+    <p>You can also put <code>date</code> in the list to include or exclude
+    the "Date:create" and "Date:modify" text chunks that ImageMagick normally
+    inserts in the output PNG.</p></dd>
+
+<dt>png:preserve-colormap[=<em class="arg">true</em>]</dt>
+    <dd>Use the existing image->colormap. Normally the PNG encoder will
+    try to optimize the palette, eliminating unused entries and putting
+    the transparent colors first.  If this flag is set, that behavior
+    is suppressed.</dd>
+
+<dt>png:preserve-iCCP[=<em class="arg">true</em>]</dt>
+    <dd>By default, the PNG decoder and encoder examine any ICC profile
+    that is present, either from an <code>iCCP</code> chunk in the PNG
+    input or supplied via an option, and if the profile is recognized
+    to be the sRGB profile, converts it to the <code>sRGB</code> chunk.
+    You can use <code>-define png:preserve-iCCP</code> to prevent
+    this from happening; in such cases the <code>iCCP</code> chunk
+    will be read or written and no <code>sRGB</code> chunk will be
+    written.  There are some ICC profiles that claim to be sRGB but
+    have various errors that cause them to be rejected by libpng16; such
+    profiles are recognized anyhow and converted to the <code>sRGB</code>
+    chunk, but are rejected if the <code>-define png:preserve-iCCP</code>
+    is present. Note that not all "sRGB" ICC profiles are recognized
+    yet; we will add them to the list as we encounter them.</dd>
+
+<dt>png:swap-bytes[=<em class="arg">true</em>]</dt>
+    <dd>The PNG specification requires that any multi-byte integers be stored in
+    network byte order (MSB-LSB endian).  This option allows you to
+    fix any invalid PNG files that have 16-bit samples stored incorrectly
+    in little-endian order (LSB-MSB).  The "-define png:swap-bytes" option
+    must appear before the input filename on the commandline.  The swapping
+    is done during the libpng decoding operation.</dd>
+
+<dt>profile:skip=<em class="arg">name1,name2,...</em></dt>
+    <dd>Skip the named profile[s] when reading the image. Use skip="*" to
+    skip all named profiles in the image. Many named profiles exist,
+    including ICC, EXIF, APP1, IPTC, XMP, and others.</dd>
+
+<dt>ps:imagemask</dt>
+    <dd>If the ps:imagemask flag is defined, the PS3 and EPS3 coders will create
+    Postscript files that render bilevel images with the Postscript imagemask
+    operator instead of the image operator.</dd>
+
+<dt>quantum:format=<em class="arg">type</em></dt>
+    <dd>Set the type to <code>floating-point</code> to specify a floating-point
+    format for raw files (e.g. GRAY:) or for MIFF and TIFF images in HDRI mode
+    to preserve negative values. If <a href="command-line-options.html#depth">-depth</a> 16 is
+    included, the result is a single precision floating point format.
+    If <a href="command-line-options.html#depth">-depth</a> 32 is included, the result is
+    double precision floating point format.</dd>
+
+<dt>quantum:polarity=<em class="arg">photometric-interpretation</em></dt>
+    <dd>Set the photometric-interpretation of an image (typically for TIFF image
+    file format) to either <code>min-is-black</code> (default) or
+    <code>min-is-white</code>.</dd>
+
+<dt>sample:offset=<em class="arg">geometry</em></dt>
+    <dd>Location of the sampling point within the sub-region being sampled,
+    expressed as percentages (see <a href="command-line-options.html#sample" >-sample</a>).</dd>
+
+<dt>showkernel=<em class="arg">1</em></dt>
+    <dd>Outputs (to 'standard error') all the information about a generated <a
+    href="command-line-options.html#morphology" >-morphology</a> kernel.</dd>
+
+
+<dt>tiff:alpha=<em class="arg">unassociated</em></dt>
+   <dd>Specify the extra samples as associated or unassociated alpha</dd>
+
+<dt>tiff:endian=<em class="arg">msb|lsb</em></dt>
+
+<dt>tiff:exif-properties=<em class="arg">false</em></dt>
+	<dd>Skips reading the EXIF properties.</dd>
+
+<dt>tiff:fill-order=<em class="arg">msb|lsb</em></dt>
+
+<dt>tiff:ignore-tags=<em class="arg">comma-separate-list-of-tag-IDs</em></dt>
+   <dd>Allows one or more tag ID values to be ignored.</dd>
+
+<dt>tiff:rows-per-strip=<em class="arg">value</em></dt>
+   <dd>Sets the number of rows per strip</dd>
+
+<dt>tiff:tile-geometry=<em class="arg">WxH</em></dt>
+	<dd>Sets the tile size for pyramid tiffs. Requires the suffix
+        PTIF: before the outputname</dd>
+</dl>
+
+<p>For example, to create a postscript file that will render only the black
+pixels of a bilevel image, use:</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert bilevel.tif -define ps:imagemask eps3:stencil.ps</span></p>
+<p>Set attributes of the image registry by prefixing the value with
+<code>registry:</code>.  For example, to set a temporary path to put work files,
+use:</p>
+
+<p class="crtsnip">
+-define registry:temporary-path=/data/tmp
+</p>
+
+<div style="margin: auto;">
+  <h4><a id="delay"></a>-delay <em class="arg">ticks</em> <br />-delay <em class="arg">ticks</em>x<em class="arg">ticks-per-second</em> {<em class="arg">&lt;</em>} {<em class="arg">&gt;</em>}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>display the next image after pausing.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option is useful for regulating the animation of image sequences
+<em>ticks/ticks-per-second</em> seconds must expire before the display of the
+next image. The default is no delay between each showing of the image
+sequence.  The default ticks-per-second is 100.</p>
+
+<p>Use <code>&gt;</code> to change the image delay <em>only</em> if its current
+value exceeds the given delay. <code>&lt;</code> changes the image delay
+<em>only</em> if current value is less than the given delay.  For example, if
+you specify <code>30&gt;</code> and the image delay is 20, the image delay does
+not change. However, if the image delay is 40 or 50, the delay it is changed
+to 30. Enclose the given delay in quotation marks to prevent the
+<code>&lt;</code> or <code>&gt;</code> from being interpreted by your shell as
+a file redirection.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="delete"></a>-delete <em class="arg">indexes</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>delete the images specified by index, from the image sequence.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Specify the image by its index in the sequence.  The first image is index
+0.  Negative indexes are relative to the end of the sequence, for example, -1
+represents the last image of the sequence.  Specify a range of images with
+a dash (e.g. 0-4).  Separate indexes with a comma (e.g. 0,2).  Use
+<code>+delete</code> to delete the last image in the current image sequence.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="density"></a>-density <em class="arg">width</em><br />-density <em class="arg">width</em>x<em class="arg">height</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the horizontal and vertical resolution of an image for
+rendering to devices.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option specifies the image resolution to store while encoding a raster
+image or the canvas resolution while rendering (reading) vector formats such
+as Postscript, PDF, WMF, and SVG into a raster image. Image resolution
+provides the unit of measure to apply when rendering to an output device or
+raster image. The default unit of measure is in dots per inch (DPI). The <a
+href="command-line-options.html#units">-units</a> option may be used to select dots per centimeter
+instead.</p>
+
+<p>The default resolution is 72 dots per inch, which is equivalent to one
+point per pixel (Macintosh and Postscript standard). Computer screens are
+normally 72 or 96 dots per inch, while printers typically support 150, 300,
+600, or 1200 dots per inch. To determine the resolution of your display, use
+a ruler to measure the width of your screen in inches, and divide by the
+number of horizontal pixels (1024 on a 1024x768 display).</p>
+
+<p>If the file format supports it, this option may be used to update the
+stored image resolution. Note that Photoshop stores and obtains image
+resolution from a proprietary embedded profile. If this profile is not
+stripped from the image, then Photoshop will continue to treat the image using
+its former resolution, ignoring the image resolution specified in the standard
+file header.</p>
+
+<p>The <a href="command-line-options.html#density">-density</a> option sets an <em>attribute</em> and
+does not alter the underlying raster image. It may be used to adjust the
+rendered size for desktop publishing purposes by adjusting the scale applied
+to the pixels. To resize the image so that it is the same size at a different
+resolution, use the <a href="command-line-options.html#resample">-resample</a> option.</p>
+
+<div style="margin: auto;">
+  <h4><a id="depth"></a>-depth <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>depth of the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This the number of bits in a color sample within a pixel.  Use this option
+to specify the depth of raw images whose depth is unknown such as GRAY, RGB,
+or CMYK, or to change the depth of any image after it has been read.</p>
+
+<div style="margin: auto;">
+  <h4><a id="descend"></a>-descend</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>obtain image by descending window hierarchy.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="deskew"></a>-deskew <em class="arg">threshold</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>straighten an image.  A threshold of 40% works for most images.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Use <a href="command-line-options.html#set">-set</a> <code>option:deskew:auto-crop
+<em>width</em></code> to auto crop the image.  The set argument is the pixel
+width of the image background (e.g 40).</p>
+
+<div style="margin: auto;">
+  <h4><a id="despeckle"></a>-despeckle</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>reduce the speckles within an image.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="direction"></a>-direction <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>render text right-to-left or left-to-right.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="displace"></a>-displace <em class="arg">horizontal-scale</em><br />-displace <em class="arg">horizontal-scale</em>x<em class="arg">vertical-scale</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>shift image pixels as defined by a displacement map.</td><td style='text-align:right;'>[<a href="composite.html">composite</a>]</td></tr></table>
+
+<p>With this option, the 'overlay' image, and optionally the 'mask' image,
+is used as a displacement map, which is used to displace the lookup of
+what part of the 'background' image is seen at each point of the overlaid
+area.  Much like the displacement map is a 'lens' that redirects light shining
+through it so as to present a distorted view the original 'background' image
+behind it. </p>
+
+<p>Any perfect grey areas of the displacement map produce a zero
+displacement of the image. Black areas produce the given maximum negative
+displacement of the lookup point, while white produce a maximum positive
+displacement of the lookup. </p>
+
+<p>Note that it is the lookup of the 'background' that is displaced, not a
+displacement of the image itself. As such an area of the displacement map
+containing 'white' will have the lookup point 'shifted' by a positive amount,
+and thus generating a copy of the destination image to the right/downward from
+the correct position.  That is the image will look like it may have been
+'shifted' in a negative left/upward direction.  Understanding this is a very
+important in understanding how displacement maps work.  </p>
+
+<p>The given arguments define the maximum amount of displacement in pixels
+that a particular map can produce. If the displacement scale is large enough
+it is also possible to lookup parts of the 'background' image that lie well
+outside the bounds of the displacement map itself.  That is you could very
+easily copy a section of the original image from outside the overlay area
+into the overlay area. </p>
+
+<p>The '%' flag makes the displacement scale relative to the size of the
+overlay image (100% = half width/height of image). Using '!' switches
+percentage arguments to refer to the destination image size instead.
+these flags were added as of IM v6.5.3-5.</p>
+
+<p>Normally a single grayscale displacement map is provided, which with the
+given scaling values will determine a single direction (vector) in which
+displacements can occur (positively or negatively).  However, if you also
+specify a third image which is normally used as a <em class="arg">mask</em>,
+the <em class="arg">composite image</em> is used for horizontal X
+displacement, while the <em class="arg">mask image</em> is used for vertical Y
+displacement.  This allows you to define completely different displacement
+values for the X and Y directions, and allowing you to lookup any point within
+the  <em class="arg">scale</em> bounds.  In other words each pixel can lookup
+any other nearby pixel, producing complex 2 dimensional displacements, rather
+than a simple 1 dimensional vector displacements. </p>
+
+<p>Alternatively rather than supplying two separate images, as of IM v6.4.4-0,
+you can use the 'red' channel of the overlay image to specify the horizontal
+or X displacement, and the 'green' channel for the vertical or Y displacement.
+</p>
+
+<p>As of IM v6.5.3-5 any alpha channel in the overlay image is used as a
+mask the transparency of the destination image. However areas outside the
+overlaid areas will not be effected. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="display"></a>-display <em class="arg">host:display[.screen]</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Specifies the X server to contact.</td><td style='text-align:right;'>[<a href="animate.html">animate</a>, <a href="display.html">display</a>]</td></tr></table>
+
+<p>This option is used with convert for obtaining image or font from this
+X server. See <em class="arg">X(1)</em>.</p>
+
+<div style="margin: auto;">
+  <h4><a id="dispose"></a>-dispose <em class="arg">method</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>define the GIF disposal image setting for images that are being created or read in. </td><td style='text-align:right;'></td></tr></table>
+
+<p>The layer disposal method defines the way each the displayed image is to be
+modified after the current 'frame' of an animation has finished being
+displayed (after its 'delay' period), but before the next frame on an
+animation is to be overlaid onto the display. </p>
+
+<p>Here are the valid methods:</p>
+
+<pre class="text">
+   Undefined   0  No disposal specified (equivalent to '<code>none</code>').
+   None        1  Do not dispose, just overlay next frame image.
+   Background  2  Clear the frame area with the background color.
+   Previous    3  Clear to the image prior to this frames overlay.
+</pre>
+
+<p>You can also use the numbers given above, which is what the GIF format
+uses internally to represent the above settings. </p>
+
+<p>To print a complete list of dispose methods, use <a href="command-line-options.html#list">-list dispose</a>.</p>
+
+<p>Use <a href="command-line-options.html#dispose" >+dispose</a>, turn off the setting and prevent
+resetting the layer disposal methods of images being read in. </p>
+
+<p>Use <a href="command-line-options.html#set">-set</a> '<code>dispose</code>' method to set the image
+disposal method for images already in memory.</p>
+
+<div style="margin: auto;">
+  <h4><a id="dissimilarity-threshold"></a>-dissimilarity-threshold <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>maximum RMSE for subimage match (default 0.2).</td><td style='text-align:right;'>[<a href="compare.html">compare</a>]</td></tr></table>
+
+
+<div style="margin: auto;">
+  <h4><a id="dissolve"></a>-dissolve <em class="arg">src_percent</em>[x<em class="arg">dst_percent</em>]</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>dissolve an image into another by the given percent.</td><td style='text-align:right;'>[<a href="composite.html">composite</a>]</td></tr></table>
+
+<p>The opacity of the composite image is multiplied by the given percent, then
+it is composited 'over' the main image.  If <em class="arg">src_percent</em>
+is greater than 100, start dissolving the main image so it becomes
+transparent at a value of '<code class="arg">200</code>'.  If both percentages
+are given, each image are dissolved to the percentages given. </p>
+
+<p>Note that dissolve percentages do not add, two opaque images dissolved
+'50,50', produce a 75% transparency. For a 50% + 50% blending of the two
+images, you would need to use dissolve values of '50,100'.  </p>
+
+<div style="margin: auto;">
+  <h4><a id="distort"></a>-distort <em class="arg">method arguments</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>distort an image, using the given <em class="arg">method</em> and its required <em class="arg">arguments</em>.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The <em class="arg">arguments</em> is a single string containing a list
+of floating point numbers separated by commas or spaces.  The number of
+and meaning of the floating point values depends on the distortion <em
+class="arg">method</em> being used. </p>
+
+<p>Choose from these distortion types:</p>
+
+<table class="doc">
+  <tr valign="top">
+    <th align="left" style="width: 8%">Method</th>
+    <th align="left">Description</th>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top"><code>ScaleRotateTranslate</code>  
+    <br/>or   <code>SRT</code></td>
+    <td valign="top">
+       Distort image by first scaling and rotating about a given 'center',
+       before translating that 'center' to the new location, in that order. It
+       is an alternative method of specifying a '<code>Affine</code>' type of
+       distortion, but without shearing effects.  It also provides a good way
+       of rotating and displacing a smaller image for tiling onto a larger
+       background (IE 2-dimensional animations). <br/>
+
+       The number of arguments determine the specific meaning of each
+       argument for the scales, rotation, and translation operations. <br/>
+
+       <table style="margin-left:auto; margin-right:auto;">
+       <tr><td>#  </td><td>arguments meaning</td></tr>
+       <tr><td>1:</td><td><em>Angle_of_Rotation</em></td></tr>
+       <tr><td>2:</td><td><em>Scale   Angle</em></td></tr>
+       <tr><td>3:</td><td><em>X,Y     Angle</em></td></tr>
+       <tr><td>4:</td><td><em>X,Y   Scale   Angle</em></td></tr>
+       <tr><td>5:</td>
+           <td><em>X,Y   ScaleX,ScaleY   Angle</em></td></tr>
+       <tr><td>6:</td>
+           <td><em>X,Y   Scale   Angle   NewX,NewY</em></td></tr>
+       <tr><td>7:</td>
+           <td><em>X,Y   ScaleX,ScaleY   Angle
+                     NewX,NewY</em></td></tr>
+       </table>
+
+       This is actually an alternative way of specifying a 2 dimensional linear
+       '<code>Affine</code>' or '<code>AffineProjection</code>' distortion.  </td> </tr>
+
+  <tr valign="top">
+    <td valign="top"><code>Affine</code></td>
+    <td valign="top">
+       Distort the image linearly by moving a list of at least 3 or more sets
+       of control points (as defined below).  Ideally 3 sets or 12 floating
+       point values are given allowing the image to be linearly scaled,
+       rotated, sheared, and translated, according to those three points. See
+       also the related '<code>AffineProjection</code>' and '<code>SRT</code>'
+       distortions. <br/>
+
+       More than 3 sets given control point pairs (12 numbers) is least
+       squares fitted to best match a linear affine distortion. If only 2
+       control point pairs (8 numbers) are given a two point image translation
+       rotation and scaling is performed, without any possible  shearing,
+       flipping or changes in aspect ratio to the resulting image. If only one
+       control point pair is provides the image is only translated, (which may
+       be a floating point non-integer translation). <br/>
+
+       This distortion does not include any form of perspective distortion.
+       </td>
+
+  </tr>
+
+  <tr valign="top">
+    <td valign="top"><code>AffineProjection</code></td>
+    <td valign="top">
+       Linearly distort an image using the given Affine Matrix of 6
+       pre-calculated coefficients forming a set of Affine Equations to map
+       the source image to the destination image.
+
+       <div style="text-align: center"><em>
+       s<sub>x</sub>, r<sub>x</sub>,
+       r<sub>y</sub>, s<sub>y</sub>,
+       t<sub>x</sub>, t<sub>y</sub>
+       </em></div>
+
+       See <a href="command-line-options.html#affine" >-affine</a> setting for more detail, and
+       meanings of these coefficients. <br/>
+
+       The distortions '<code>Affine</code>' and '<code>SRT</code>' provide
+       alternative methods of defining this distortion, with ImageMagick doing
+       the calculations needed to generate the required coefficients. You can
+       see the internally generated coefficients, by using a <a
+       href="command-line-options.html#verbose" >-verbose</a> setting with those other variants.  </td>
+
+  </tr>
+
+  <tr valign="top">
+    <td valign="top"><code>BilinearForward</code><br/>
+    <code>BilinearReverse</code></td>
+    <td valign="top">
+       Bilinear Distortion, given a minimum of 4 sets of coordinate pairs, or
+       16 values (see below). Not that lines may not appear straight after
+       distortion, though the distance between coordinates will remain
+       consistent. <br/>
+
+       The '<code>BilinearForward</code>' is used to map rectangles to any
+       quadrilateral, while the '<code>BilinearReverse</code>' form maps any
+       quadrilateral to a rectangle, while preserving the straight line edges
+       in each case.  <br/>
+
+       Note that '<code>BilinearForward</code>' can generate invalid pixels
+       which will be colored using the <a href="command-line-options.html#mattecolor" >-mattecolor</a>
+       color setting.  Also if the quadrilateral becomes 'flipped' the image
+       may disappear. <br/>
+
+       There are future plans to produce a true Bilinear distortion that will
+       attempt to map any quadrilateral to any other quadrilateral, while
+       preserving edges (and edge distance ratios).
+
+       </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top"><code>Perspective</code></td>
+    <td valign="top">
+       Perspective distort the images, using a list of 4 or more sets of
+       control points (as defined below).  More that 4 sets (16 numbers) of
+       control points provide least squares fitting for more accurate
+       distortions (for the purposes of image registration and panorama
+       effects).  Less than 4 sets will fall back to a '<code>Affine</code>'
+       linear distortion.  <br/>
+
+       Perspective Distorted images ensures that straight lines remain
+       straight, but the scale of the distorted image will vary. The horizon
+       is anti-aliased, and the 'sky' color may be set using the
+       <a href="command-line-options.html#mattecolor" >-mattecolor</a> setting. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top"><code>PerspectiveProjection</code>  </td>
+    <td valign="top">
+       Do a '<code>Perspective</code>' distortion biased on a set of 8
+       pre-calculated coefficients. You can get these coefficients by looking
+       at the <a href="command-line-options.html#verbose" >-verbose</a> output of a
+       '<code>Perspective</code>' distortion, or by calculating them yourself.
+       If the last two perspective scaling coefficients are zero, the
+       remaining 6 represents a transposed 'Affine Matrix'. </td>
+
+  </tr>
+
+  <tr valign="top">
+    <td valign="top"><code>Arc</code></td>
+    <td valign="top">
+       Arc the image (variation of polar mapping) over the angle given around
+       a circle. <br/>
+       <table width="90%" style = "margin-left: auto; margin-right: auto;">
+       <tr valign="top"><td>Argument</td>
+           <td>Meaning</td></tr>
+       <tr valign="top"><td><em>arc_angle</em></td>
+           <td>The angle over which to arc the image side-to-side</td></tr>
+       <tr valign="top"><td><em>rotate_angle</em></td>
+           <td>Angle to rotate resulting image from vertical center</td></tr>
+       <tr valign="top"><td><em>top_radius</em></td>
+           <td>Set top edge of source image at this radius</td></tr>
+       <tr valign="top"><td><em>bottom_radius</em> </td>
+           <td>Set bottom edge to this radius (radial scaling)</td></tr>
+       </table>
+
+       The resulting image is always resized to best fit the resulting image,
+       (as if using <a href="command-line-options.html#distort" >+distort</a>) while attempting to
+       preserve scale and aspect ratio of the original image as much as
+       possible with the arguments given by the user. All four arguments will
+       be needed to change the overall aspect ratio of an 'Arc'ed image. <br/>
+
+       This a variation of a polar distortion designed to try to preserve the
+       aspect ratio of the image rather than direct Cartesian to Polar
+       conversion. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top"><code>Polar</code></td>
+    <td valign="top">
+       Like '<code>Arc</code>' but do a complete Cartesian to Polar mapping of
+       the image. that is the height of the input image is mapped to the
+       radius limits, while the width is wrapped around between the
+       angle limits. <br/>
+
+       Arguments: <em>Rmax,Rmin CenterX,CenterY, start,end_angle</em> <br/>
+
+       All arguments are optional. With <em>Rmin</em> defaulting to zero, the
+       center to the center of the image, and the angles going from -180 (top)
+       to +180 (top).  If <em>Rmax</em> is given the special value of
+       '<code>0</code>', the the distance from the center to the nearest edge
+       is used for the radius of the output image, which will ensure the whole
+       image is visible (though scaled smaller).  However a special value of
+       '<code>-1</code>' will use the distance from the center to the furthest
+       corner,  This may 'clip' the corners from the input rectangular image,
+       but will generate the exact reverse of a '<code>DePolar</code>' with
+       the same arguments. <br/>
+
+       If the plus form of distort (<a href="command-line-options.html#distort" >+distort</a>) is used
+       output image center will default to <code>0,0</code> of the virtual
+       canvas, and the image size adjusted to ensure the whole input image is
+       made visible in the output image on the virtual canvas. </td>
+
+  </tr>
+
+  <tr valign="top">
+    <td valign="top"><code>DePolar</code></td>
+    <td valign="top">
+       Uses the same arguments and meanings as a '<code>Polar</code>' distortion
+       but generates the reverse Polar to Cartesian distortion. <br/>
+
+       The special <em>Rmax</em> setting of '<code>0</code>' may however clip
+       the corners of the input image.  However using the special
+       <em>Rmax</em> setting of '<code>-1</code>' (maximum center to corner
+       distance) will ensure the whole distorted image is preserved in the
+       generated result, so that the same argument to '<code>Polar</code>' will
+       reverse the distortion re-producing the original.
+
+       Note that as this distortion requires the area resampling of a circular
+       arc, which can not be handled by the builtin EWA resampling function.
+       As such the normal EWA filters are turned off. It is recommended some
+       form of 'super-sampling' image processing technique be used to produce
+       a high quality result. </td>
+
+  </tr>
+
+  <tr valign="top">
+    <td valign="top"><code>Barrel</code></td>
+    <td valign="top">
+       Given the four coefficients (A,B,C,D) as defined by <a
+       href="http://wiki.panotools.org/Lens_correction_model" >Helmut
+       Dersch</a>, perform a barrel or pin-cushion distortion appropriate to
+       correct radial lens distortions.  That is in photographs, make straight
+       lines straight again. <br/>
+
+       Arguments: <em>A   B   C</em>   [ <em>D</em>   [
+       <em>X</em> , <em>Y</em> ] ] <br/>
+       or <em>A<sub>x</sub> B<sub>x</sub> C<sub>x</sub> D<sub>x</sub>  
+       A<sub>y</sub> B<sub>y</sub> C<sub>y</sub> D<sub>y</sub></em>  
+       [ <em>X</em> , <em>Y</em> ] <br/>
+       So that it forms the function <br/>
+          Rsrc = r * ( <em>A</em>*r<sup>3</sup> + <em>B</em>*r<sup>2</sup> +
+                               <em>C</em>*r + <em>D</em> )<br/>
+
+       Where <em>X</em>,<em>Y</em> is the optional center of the distortion
+       (defaulting to the center of the image). <br/>
+       The second form is typically used to distort images, rather than
+       correct lens distortions. <br/>
+       </td>
+
+  </tr>
+
+  <tr valign="top">
+    <td valign="top"><code>BarrelInverse</code></td>
+    <td valign="top">
+       This is very similar to '<code>Barrel</code>' with the same set of
+       arguments, and argument handling.  However it uses the inverse
+       of the radial polynomial,
+       so that it forms the function <br/>
+          Rsrc = r / ( <em>A</em>*r<sup>3</sup> + <em>B</em>*r<sup>2</sup> +
+                               <em>C</em>*r + <em>D</em> )<br/>
+       Note that this is not the reverse of the '<code>Barrel</code>'
+       distortion, just a different barrel-like radial distortion method.
+
+       </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top"><code>Shepards</code></td>
+    <td valign="top">
+       Distort the given list control points (any number) using an Inverse
+       Squared Distance Interpolation Method (<a
+       href="http://en.wikipedia.org/wiki/Shepard%27s_method" >Shepards
+       Method</a>). The control points in effect do 'localized' displacement
+       of the image around the given control point (preserving the look and
+       the rotation of the area near the control points.  For best results
+       extra control points should be added to 'lock' the positions of the
+       corners, edges and other unchanging parts of the image, to prevent
+       their movement. <br/>
+
+       The distortion has been likened to 'taffy pulling' using nails, or
+       pins' stuck in a block of 'jelly' which is then moved to the new
+       position, distorting the surface of the jelly. <br/>
+
+       Internally it is equivalent to generating a displacement map (see <a
+       href="command-line-options.html#displace" >-displace</a>) for source image color look-up using
+       the <a href="command-line-options.html#sparse-color" >-sparse-color</a> method of the same name.
+
+       </td>
+  </tr>
+
+</table>
+
+<p>To print a complete list of distortion methods, use <a href="command-line-options.html#list">-list
+distort</a>.</p>
+
+<p>Many of the above distortion methods such as '<code>Affine</code>',
+'<code>Perspective</code>', and '<code>Shepards</code>' use a list control points
+defining how these points in the given image should be distorted in the
+destination image. Each set of four floating point values represent a source
+image coordinate, followed immediately by the destination image coordinate.
+This produces a list of values such as...</p>
+<div style="text-align: center"><em>
+      U<sub>1</sub>,V<sub>1</sub> X<sub>1</sub>,Y<sub>1</sub>  
+      U<sub>2</sub>,V<sub>2</sub> X<sub>2</sub>,Y<sub>2</sub>  
+      U<sub>3</sub>,V<sub>3</sub> X<sub>3</sub>,Y<sub>3</sub>  
+      ...  
+      U<sub>n</sub>,V<sub>n</sub> X<sub>n</sub>,Y<sub>n</sub>  
+</em></div>
+<p>where <em>U,V</em> on the source image is mapped to <em>X,Y</em> on the
+destination image. </p>
+
+<p>For example, to warp an image using '<code>perspective</code>' distortion,
+needs a list of at least 4 sets of coordinates, or 16 numbers.  Here is the
+perspective distortion of the built-in "rose:" image. Note how spaces were
+used to group the 4 sets of coordinate pairs, to make it easier to read and
+understand.</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>
+convert rose:  -virtual-pixel black \<br/>
+     -distort Perspective '0,0,0,0  0,45,0,45  69,0,60,10  69,45,60,35' \<br/>
+     rose_3d_rotated.gif</span></p>
+<p>If more that the required number of coordinate pairs are given for
+a distortion, the distortion method is 'least squares' fitted to produce the
+best result for all the coordinate pairs given. If less than the ideal number
+of points are given, the distort will generally fall back to a simpler form of
+distortion that can handles the smaller number of coordinates (usually a linear
+'<code>Affine</code>' distortion). </p>
+
+<p>By using more coordinates you can make use of image registration tool to
+find matching coordinate pairs in overlapping images, so as to improve the
+'fit' of the distortion. Of course a bad coordinate pair can also make the
+'fit' worse. Caution is always advised. </p>
+
+<p>Colors are acquired from the source image according to a cylindrical
+resampling <a href="command-line-options.html#filter" >-filter</a>, using a special technique known as
+EWA resampling. This produces very high quality results, especially when
+images become smaller (minified) in the output, which is very common when
+using '<code>perspective</code>' distortion. For example here we view
+a infinitely tiled 'plane' all the way to the horizon. </p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>
+convert -size 90x90 pattern:checkerboard -normalize -virtual-pixel tile \<br/>
+     -distort perspective  '0,0,5,45  89,0,45,46  0,89,0,89  89,89,89,89' \<br/>
+     checks_tiled.jpg</span></p>
+<p>Note that a infinitely tiled perspective images involving the horizon can
+be very slow, because of the number of pixels that are compressed to generate
+each individual pixel close to the 'horizon'.  You can turn off EWA
+resampling, by specifing the special <a href="command-line-options.html#filter" >-filter</a> setting of
+'<code>point</code>' (recommended if you plan to use super-sampling instead).
+</p>
+
+<p>If an image generates <i>invalid pixels</i>, such as the 'sky' in the last
+example, <a href="command-line-options.html#distort" >-distort</a> will use the current <a
+href="command-line-options.html#mattecolor" >-mattecolor</a> setting for these pixels. If you do not
+what these pixels to be visible, set the color to match the rest of the
+ground. </p>
+
+<p>The output image size will by default be the same as the input image.  This
+means that if the part of the distorted image falls outside the viewed area of
+the 'distorted space', those parts is clipped and lost.  However if you use
+the plus form of the operator (<a href="command-line-options.html#distort" >+distort</a>) the operator
+will attempt (if possible) to show the whole of the distorted image, while
+retaining a correct 'virtual canvas' offset, for image layering. This offset
+may need to be removed using <a href="command-line-options.html#repage" >+repage</a>, to remove if it
+is unwanted. </p>
+
+<p>Setting <a href="command-line-options.html#verbose" >-verbose</a> setting, will cause <a
+href="command-line-options.html#distort" >-distort</a> to attempt to output the internal coefficients,
+and the <a href="command-line-options.html#fx" >-fx</a> equivalent to the distortion, for expert study,
+and debugging purposes. This many not be available for all distorts. </p>
+
+<p>You can alternatively specify a special "<code><a href="command-line-options.html#define"
+>-define</a> distort:viewport={geometry_string}</code>" setting which will
+specify the size and the offset of the generated 'viewport' image of the
+distorted image space.</p>
+
+<p>Setting a "<code><a href="command-line-options.html#define" >-define</a>
+distort:scale={scale_factor}</code>" will scale the output image (viewport or
+otherwise) by that factor without changing the viewed contents of the
+distorted image. This can be used either for 'super-sampling' the image for
+a higher quality result, or for panning and zooming around the image (with
+appropriate viewport changes, or post-distort cropping and resizing). </p>
+
+<p>Setting "<code><a href="command-line-options.html#define" >-define</a> resample:verbose=1</code>"
+will output the cylindrical filter lookup table created by the EWA (Elliptical
+Weighted Average) resampling algorithm. Note this table uses a squared radius
+lookup value. This is typically only used for debugging EWA resampling. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="distribute-cache"></a>-distribute-cache <em class="arg">port</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>launch a distributed pixel cache server. </td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="dither"></a>-dither <em class="arg">method</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Apply a Riemersma or Floyd-Steinberg error diffusion dither to
+images when general color reduction is applied via an option, or automagically
+when saving to specific formats. This enabled by default. </td><td style='text-align:right;'></td></tr></table>
+
+<p>Dithering places two or more colors in neighboring pixels so that to the
+eye a closer approximation of the images original color is reproduced. This
+reduces the number of colors needed to reproduce the image but at the cost of
+a lower level pattern of colors. Error diffusion dithers can use any set of
+colors (generated or user defined) to an image.  </p>
+
+<p>Dithering is turned on by default, to turn it off use the plus form of the
+setting, <a href="command-line-options.html#dither">+dither</a>. This will also also render PostScript
+without text or graphic aliasing. Disabling dithering often (but not always)
+leads to faster process, a smaller number of colors, but more cartoon like
+image coloring.  Generally resulting in 'color banding' effects in areas with
+color gradients. </p>
+
+<p>The color reduction operators <a href="command-line-options.html#colors">-colors</a>, <a
+href="command-line-options.html#monochrome">-monochrome</a>, <a href="command-line-options.html#remap ">-remap</a>, and <a
+href="command-line-options.html#posterize">-posterize</a>, apply dithering to images using the reduced
+color set they created. These operators are also used as part of automatic
+color reduction when saving images to formats with limited color support, such
+as <code>GIF:</code>, <code>XBM:</code>, and others, so dithering may also be used
+in these cases. </p>
+
+<p>Alternatively you can use <a href="command-line-options.html#random-threshold">-random-threshold</a>
+to generate purely random dither. Or use <a
+href="command-line-options.html#ordered-dither">-ordered-dither</a> to apply threshold mapped dither
+patterns, using uniform color maps, rather than specific color maps. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="draw"></a>-draw <em class="arg">string</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 one or more graphic primitives.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Use this option to annotate or decorate an image with one or more graphic
+primitives. The primitives include shapes, text, transformations, and pixel
+operations.</p>
+
+<p>The shape primitives:</p>
+
+<pre class="text">
+   point           x,y
+   line            x0,y0 x1,y1
+   rectangle       x0,y0 x1,y1
+   roundRectangle  x0,y0 x1,y1 wc,hc
+   arc             x0,y0 x1,y1 a0,a1
+   ellipse         x0,y0 rx,ry a0,a1
+   circle          x0,y0 x1,y1
+   polyline        x0,y0  ...  xn,yn
+   polygon         x0,y0  ...  xn,yn
+   bezier          x0,y0  ...  xn,yn
+   path            path specification
+   image           operator x0,y0 w,h filename
+</pre>
+
+<p>The text primitive:</p>
+
+<pre class="text">
+   text            x0,y0 string
+</pre>
+<p>The text gravity primitive:</p>
+
+<pre class="text">
+   gravity         NorthWest, North, NorthEast, West, Center,
+                   East, SouthWest, South, or SouthEast
+</pre>
+
+<p>The text gravity primitive only affects the placement of text and does not
+interact with the other primitives.  It is equivalent to using the <a
+href="command-line-options.html#gravity">-gravity</a> command-line option, except that it is limited in
+scope to the <a href="command-line-options.html#draw">-draw</a> option in which it appears.</p>
+
+<p>The transformation primitives:</p>
+
+<pre class="text">
+   rotate     degrees
+   translate  dx,dy
+   scale      sx,sy
+   skewX      degrees
+   skewY      degrees
+</pre>
+
+<p>The pixel operation primitives:</p>
+
+<pre class="text">
+   color  x0,y0 method
+   matte  x0,y0 method
+</pre>
+
+<p>The shape primitives are drawn in the color specified by the preceding <a
+href="command-line-options.html#fill">-fill</a> setting.  For unfilled shapes, use <a
+href="command-line-options.html#fill">-fill none</a>.  You can optionally control the stroke (the
+"outline" of a shape) with the <a href="command-line-options.html#stroke">-stroke</a> and <a
+href="command-line-options.html#strokewidth">-strokewidth</a> settings.</p>
+
+<p>A <code>point</code> primitive is specified by a single <em>point</em> in the
+pixel plane, that is, by an ordered pair of integer coordinates,
+<em>x</em>,<em>y</em>. (As it involves only a single pixel, a <code>point</code>
+primitive is not affected by <a href="command-line-options.html#stroke">-stroke</a> or <a
+href="command-line-options.html#strokewidth">-strokewidth</a>.)</p>
+
+<p>A <code>line</code> primitive requires a start point and end point.</p>
+
+<p>A <code>rectangle</code> primitive is specified by the pair of points at the
+upper left and lower right corners.</p>
+
+<p>A <code>roundRectangle</code> primitive takes the same corner points as
+a <code>rectangle</code> followed by the width and height of the rounded corners
+to be removed.</p>
+
+<p>The <code>circle</code> primitive makes a disk (filled) or circle (unfilled).
+Give the center and any point on the perimeter (boundary).</p>
+
+<p>The <code>arc</code> primitive is used to inscribe an elliptical segment in
+to a given rectangle. An <code>arc</code> requires the two corners used for
+<code>rectangle</code> (see above) followed by the start and end angles of the
+arc of the segment segment (e.g. 130,30 200,100 45,90). The start and end
+points produced are then joined with a line segment and the resulting segment
+of an ellipse is filled.</p>
+
+<p>Use <code>ellipse</code> to draw a partial (or whole) ellipse. Give the
+center point, the horizontal and vertical "radii" (the <em>semi-axes</em> of
+the ellipse) and start and end angles in degrees (e.g. 100,100 100,150
+0,360).</p>
+
+<p>The <code>polyline</code> and <code>polygon</code> primitives require three or
+more points to define their perimeters. A <code>polyline</code> is simply
+a <code>polygon</code> in which the final point is not stroked to the start
+point. When unfilled, this is a <em>polygonal line</em>. If the <a
+href="command-line-options.html#stroke">-stroke</a> setting is <code>none</code> (the default), then
+a <code>polyline</code> is identical to a <code>polygon</code>.  </p>
+
+<p>A <em>coordinate</em> is a pair of integers separated by a space or
+optional comma. </p>
+
+<p>As an example, to define a circle centered at 100,100 that extends to
+150,150 use:</p>
+
+<p class="crtsnip">
+   -draw 'circle 100,100 150,150'
+</p>
+
+<p>The <code>Bezier</code> primitive creates a spline curve and requires three
+or points to define its shape. The first and last points are the
+<em>knots</em> and these points are attained by the curve, while any
+intermediate coordinates are <em>control points</em>. If two control points
+are specified, the line between each end knot and its sequentially respective
+control point determines the tangent direction of the curve at that end. If
+one control point is specified, the lines from the end knots to the one
+control point determines the tangent directions of the curve at each end. If
+more than two control points are specified, then the additional control points
+act in combination to determine the intermediate shape of the curve. In order
+to draw complex curves, it is highly recommended either to use the
+<code>path</code> primitive or to draw multiple four-point bezier segments with
+the start and end knots of each successive segment repeated. For example:</p>
+
+<p class="crtsnip">
+   -draw 'bezier 20,50 45,100 45,0 70,50'
+</p>
+<p class="crtsnip">
+   -draw 'bezier 70,50 95,100 95,0 120,50'
+</p>
+
+
+<p>A <code>path</code> represents an outline of an object, defined in terms of
+moveto (set a new current point), lineto (draw a straight line), curveto (draw
+a Bezier curve), arc (elliptical or circular arc) and closepath (close the
+current shape by drawing a line to the last moveto) elements. Compound paths
+(i.e., a path with subpaths, each consisting of a single moveto followed by
+one or more line or curve operations) are possible to allow effects such as
+<em>donut holes</em> in objects. (See <a
+href="http://www.w3.org/TR/SVG/paths.html">Paths</a>.)</p>
+
+<p>Use <code>image</code> to composite an image with another image. Follow the
+image keyword with the composite operator, image location, image size, and
+filename:</p>
+
+<p class="crtsnip">
+   -draw 'image SrcOver 100,100 225,225 image.jpg'
+</p>
+
+<p>You can use 0,0 for the image size, which means to use the actual
+dimensions found in the image header. Otherwise, it is scaled to the given
+dimensions. See <a href="compose.html">Alpha Compositing</a> for
+a detailed discussion of alpha composition methods that are available. </p>
+
+<p>The "special augmented compose operators" such as "dissolve" that require
+arguments cannot be used at present with the <code>-draw image</code> option.
+ </p>
+
+<p>Use <code>text</code> to annotate an image with text. Follow the text
+coordinates with a string. If the string has embedded spaces, enclose it in
+single or double quotes.</p>
+
+<p>For example, the following annotates the image with <code>Works like
+magick!</code> for an image titled <code>bird.miff</code>. </p>
+
+<p class="crtsnip">
+   -draw "text 100,100 'Works like magick!' "
+</p>
+
+<p>See the <a href="command-line-options.html#annotate">-annotate</a> option for another convenient way
+to annotate an image with text.</p>
+
+<p>The <code>rotate</code> primitive rotates subsequent shape primitives and
+text primitives about the origin of the main image. If the <a
+href="command-line-options.html#region">-region</a> option precedes the <a href="command-line-options.html#draw">-draw</a>
+option, the origin for transformations is the upper left corner of the
+region.</p>
+
+<p>The <code>translate</code> primitive translates subsequent shape and text
+primitives.</p>
+
+<p>The <code>scale</code> primitive scales them.</p>
+
+<p>The <code>skewX</code> and <code>skewY</code> primitives skew them with respect
+to the origin of the main image or the region.</p>
+
+<p>The transformations modify the current affine matrix, which is initialized
+from the initial affine matrix defined by the <a href="command-line-options.html#affine">-affine</a>
+option. Transformations are cumulative within the <a href="command-line-options.html#draw">-draw</a>
+option. The initial affine matrix is not affected; that matrix is only changed
+by the appearance of another <a href="command-line-options.html#affine">-affine</a> option. If another
+<a href="command-line-options.html#draw">-draw</a> option appears, the current affine matrix is
+reinitialized from the initial affine matrix.</p>
+
+<p>Use the <code>color</code> primitive to change the color of a pixel to the
+fill color (see <a href="command-line-options.html#fill">-fill</a>). Follow the pixel coordinate with
+a method:</p>
+
+<pre class="text">
+   point
+   replace
+   floodfill
+   filltoborder
+   reset
+</pre>
+
+<p>Consider the target pixel as that specified by your coordinate. The
+<code>point</code> method recolors the target pixel. The <code>replace</code>
+method recolors any pixel that matches the color of the target pixel.
+<code>Floodfill</code> recolors any pixel that matches the color of the target
+pixel and is a neighbor, whereas <code>filltoborder</code> recolors any neighbor
+pixel that is not the border color. Finally, <code>reset</code> recolors all
+pixels.</p>
+
+<p>Use <code>matte</code> to the change the pixel matte value to transparent.
+Follow the pixel coordinate with a method (see the <code>color</code> primitive
+for a description of methods). The <code>point</code> method changes the matte
+value of the target pixel. The <code>replace</code> method changes the matte
+value of any pixel that matches the color of the target pixel.
+<code>Floodfill</code> changes the matte value of any pixel that matches the
+color of the target pixel and is a neighbor, whereas <code>filltoborder</code>
+changes the matte value of any neighbor pixel that is not the border color (<a
+href="command-line-options.html#bordercolor">-bordercolor</a>). Finally <code>reset</code> changes the
+matte value of all pixels.</p>
+
+<p>You can set the primitive color, font, and font bounding box color with <a
+href="command-line-options.html#fill">-fill</a>, <a href="command-line-options.html#font">-font</a>, and <a href="command-line-options.html#box">-box</a>
+respectively.  Options are processed in command line order so be sure to use
+these options <em>before</em> the <a href="command-line-options.html#draw">-draw</a> option.</p>
+
+<p>Strings that begin with a number must be quoted (e.g. use '1.png' rather
+than 1.png).</p>
+
+<p>Drawing primitives conform to the <a href="magick-vector-graphics.html" >Magick
+Vector Graphics</a> format.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="duplicate"></a>-duplicate <em class="arg">count,indexes</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>duplicate an image one or more times.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Specify the count and the image to duplicate by its index in the sequence.
+The first image is index 0.  Negative indexes are relative to the end of the
+sequence, for example, -1 represents the last image of the sequence.  Specify
+a range of images with a dash (e.g. 0-4).  Separate indexes with a comma (e.g.
+0,2).  Use <code>+duplicate</code> to duplicate the last image in the current
+image sequence.</p>
+
+<div style="margin: auto;">
+  <h4><a id="edge"></a>-edge <em class="arg">radius</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>detect edges within an image.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="emboss"></a>-emboss <em class="arg">radius</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>emboss an image.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="encipher"></a>-encipher <em class="arg">filename</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Encipher pixels for later deciphering by <a href="command-line-options.html#decipher">-decipher</a>.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Get the passphrase from the file specified by <em class="arg"
+>filename</em>.</p>
+
+<p>For more information, see the webpage, <a
+href="http://www.imagemagick.org/www/cipher.html">ImageMagick: Encipher or
+Decipher an Image</a>.</p>
+
+
+
+<div style="margin: auto;">
+  <h4><a id="encoding"></a>-encoding <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>specify the text encoding.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Choose from <code>AdobeCustom</code>, <code>AdobeExpert</code>,
+<code>AdobeStandard</code>, <code>AppleRoman</code>, <code>BIG5</code>,
+<code>GB2312</code>, <code>Latin 2</code>, <code>None</code>, <code>SJIScode</code>,
+<code>Symbol</code>, <code>Unicode</code>, <code>Wansung</code>.</p>
+
+<div style="margin: auto;">
+  <h4><a id="endian"></a>-endian <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Specify endianness (<code>MSB</code> or <code>LSB</code>) of the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>To print a complete list of endian types, use the <a href="command-line-options.html#list">-list endian</a> option.</p>
+
+<p>Use <a href="command-line-options.html#endian">+endian</a> to revert to unspecified endianness.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="enhance"></a>-enhance</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Apply a digital filter to enhance a noisy image.</td><td style='text-align:right;'></td></tr></table>
+
+
+<div style="margin: auto;">
+  <h4><a id="equalize"></a>-equalize</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>perform histogram equalization on the image channel-by-channel.</td><td style='text-align:right;'></td></tr></table>
+
+<p>To perform histogram equalization on all channels in concert, transform the
+image into some other color space, such as HSL, OHTA, YIQ or YUV, then
+equalize the appropriate intensity-like channel, then convert back to RGB.</p>
+
+<p>For example using HSL, we have: ... <code>-colorspace HSL -channel lightness
+-equalize -colorspace RGB</code> ...</p>
+
+<p>For YIQ, YUV and OHTA use the red channel. For example, OHTA is a principal
+components transformation that puts most of the information in the first
+channel. Here we have ... <code>-colorspace OHTA -channel red -equalize
+-colorspace RGB</code> ...</p>
+
+<div style="margin: auto;">
+  <h4><a id="evaluate"></a>-evaluate <em class="arg">operator value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Alter channel pixels by evaluating an arithmetic, relational, or logical expression.</td><td style='text-align:right;'></td></tr></table>
+
+<p>(See the <a href="command-line-options.html#function" >-function</a> operator for some
+multi-parameter functions. See the <a href="command-line-options.html#fx" >-fx</a> operator if more
+elaborate calculations are needed.)</p>
+
+<p>The behaviors of each <em class="arg">operator</em> are summarized in the
+following list. For brevity, the numerical value of a "pixel" referred to
+below is the value of the corresponding channel of that pixel, while
+a "normalized pixel" is that number divided by the maximum
+(installation-dependent) value <em class="QR">QuantumRange</em>. (If
+normalized pixels are used, they are restored, following the other
+calculations, to the full range by multiplying by <em
+class="QR">QuantumRange</em>.)</p>
+
+<table class="doc">
+  <col width="25%" />
+  <col width="75%" />
+  <thead>
+  <tr>
+  <th><em class="arg">operator</em></th>
+  <th>Summary (see further below for details)</th>
+  </tr>
+  </thead>
+  <tbody>
+
+    <tr><td>Abs </td>             <td>Add <em class="arg">value</em> to pixels and return absolute value. </td></tr>
+    <tr><td>Add </td>             <td>Add <em class="arg">value</em> to pixels. </td></tr>
+    <tr><td>AddModulus </td>      <td>Add <em class="arg">value</em> to pixels modulo <em class="QR">QuantumRange</em>.</td></tr>
+    <tr><td>And  </td>            <td>Binary AND of pixels with <em class="arg">value</em>.</td></tr>
+    <tr><td>Cos, Cosine </td>             <td>Apply cosine to pixels with frequency <em class="arg">value</em> with 50% bias added.</td></tr>
+    <tr><td>Divide  </td>         <td>Divide pixels by <em class="arg">value</em>.</td></tr>
+    <tr><td>Exp  </td>            <td>base-e exponential function</td></tr>
+    <tr><td>Exponential  </td>            <td>base-e exponential function</td></tr>
+    <tr><td>LeftShift </td>       <td>Shift the pixel values left by <em class="arg">value</em> bits (i.e., multiply pixels by 2<sup><em class="arg">value</em></sup>).</td></tr>
+    <tr><td>Log  </td>            <td>Apply scaled logarithm to normalized pixels.</td></tr>
+    <tr><td>Max  </td>            <td>Clip pixels at lower bound <em class="arg">value</em>.</td></tr>
+    <tr><td>Mean  </td>            <td>Add the <em class="arg">value</em> and divide by 2.</td></tr>
+    <tr><td>Median  </td>          <td>Choose the median value from an image sequence.</td></tr>
+    <tr><td>Min  </td>            <td>Clip pixels at upper bound <em class="arg">value</em>.</td></tr>
+    <tr><td>Multiply </td>        <td>Multiply pixels by <em class="arg">value</em>.</td></tr>
+    <tr><td>Or  </td>             <td>Binary OR of pixels with <em class="arg">value</em>.</td></tr>
+    <tr><td>Pow </td>             <td>Raise normalized pixels to the power <em class="arg">value</em>.</td></tr>
+    <tr><td>RightShift </td>      <td>Shift the pixel values right by <em class="arg">value</em> bits (i.e., divide pixels by 2<sup><em class="arg">value</em></sup>).</td></tr>
+    <tr><td>RMS</td>            <td>Square the pixel and add the <em class="arg">value</em>.</td></tr>
+    <tr><td>RootMeanSquare</td>            <td>Square the pixel and add the <em class="arg">value</em>.</td></tr>
+    <tr><td>Set </td>             <td>Set pixel equal to <em class="arg">value</em>.</td></tr>
+    <tr><td>Sin, Sine </td>             <td>Apply sine to pixels with frequency <em class="arg">value</em> with 50% bias added.</td></tr>
+    <tr><td>Subtract </td>        <td>Subtract <em class="arg">value</em> from pixels.</td></tr>
+    <tr><td>Xor </td>             <td>Binary XOR of pixels with <em class="arg">value.</em></td></tr>
+
+    <tr><td> </td></tr>
+
+   <tr><td>Gaussian-noise</td></tr>
+   <tr><td>Impulse-noise</td></tr>
+   <tr><td>Laplacian-noise</td></tr>
+   <tr><td>Multiplicative-noise</td>      <td>(These are equivalent to the corresponding <a href="command-line-options.html#noise" >-noise</a> operators.)</td></tr>
+   <tr><td>PoissonNoise</td></tr>
+   <tr><td>Uniform-noise</td></tr>
+
+   <tr><td> </td></tr>
+
+   <tr><td>Threshold </td>       <td>Threshold pixels larger than <em class="arg">value</em>.</td></tr>
+   <tr><td>ThresholdBlack </td>  <td>Threshold pixels to zero values equal to or below <em class="arg">value</em>.</td></tr>
+   <tr><td>ThresholdWhite </td>  <td>Threshold pixels to maximum values above <em class="arg">value</em>.  </td></tr>
+ </tbody>
+ </table>
+
+<p>The specified functions are applied only to each previously set <a
+href="command-line-options.html#channel" >-channel</a> in the image. If necessary, the results of the
+calculations are truncated (clipped) to fit in the interval [0, <em
+class="QR">QuantumRange</em>].  The transparency channel of the image is
+represented as a 'alpha' values (0 = fully transparent), so, for example, a
+<code>Divide</code> by 2 of the alpha channel will make the image
+semi-transparent.  Append the percent symbol '<code>%</code>' to specify a value
+as a percentage of the <em class="QR">QuantumRange</em>.</p>
+
+<p>To print a complete list of <a href="command-line-options.html#evaluate">-evaluate</a> operators, use
+<a href="command-line-options.html#list">-list evaluate</a>.</p>
+
+<p>The results of the <code>Add</code>, <code>Subtract</code> and
+<code>Multiply</code> methods can also be achieved using either the <a
+href="command-line-options.html#level" >-level</a> or the <a href="command-line-options.html#level" >+level</a> operator, with
+appropriate argument, to linearly modify the overall range of color values.
+Please note, however, that <a href="command-line-options.html#level" >-level</a> treats transparency as
+'matte' values (0 = opaque), while <a href="command-line-options.html#level" >-evaluate</a> works with
+'alpha' values.</p>
+
+<p><code>AddModulus</code> has been added as of ImageMagick 6.4.8-4 and provides
+addition modulo the <em class="QR">QuantumRange</em>. It is therefore
+equivalent to <code>Add</code> unless the resulting pixel value is outside the
+interval [0, <em class="QR">QuantumRange</em>]. </p>
+
+<p><code>Exp or Exponential</code> has been added as of ImageMagick 6.6.5-1 and
+works on normalized pixel values. The <em class="arg">value</em> used with
+<code>Exp</code> should be negative so as to produce a decaying exponential
+function. Non-negative values will always produce results larger unity and
+thus outside the interval [0, <em class="QR">QuantumRange</em>]. The
+formula is expressed below. </p>
+
+        <div style="text-align:center;">
+        exp(<em class="arg">value</em> × <b><em>u</em></b>)
+        </div>
+
+<p> If the input image is squared, for example, using <a href="command-line-options.html#-function"
+>-function polynomial "2 0 0"</a>, then a decaying Gaussian function will be
+the result.</p>
+
+<p><code>Log</code> has been added as of ImageMagick 6.4.2-1 and works on
+normalized pixel values. This a <em>scaled</em> log function. The <em
+class="arg">value</em> used with <code>Log</code> provides a <em>scaling
+factor</em> that adjusts the curvature in the graph of the log function. The
+formula applied to a normalized value <b><em>u</em></b> is below. </p>
+
+        <div style="text-align:center;">
+        log(<em class="arg">value</em> × <b><em>u</em></b> + 1) / log(<em class="arg">value</em> + 1)
+        </div>
+
+<p><code>Pow</code> has been added as of ImageMagick 6.4.1-9, and works on
+normalized pixel values. Note that <code>Pow</code> is related to the <a
+href="command-line-options.html#gamma" >-gamma</a> operator. For example, <b>-gamma 2</b> is equivalent
+to <b>-evaluate pow 0.5</b>, i.e., a 'square root' function. The value used
+with <a href="command-line-options.html#gamma" >-gamma</a> is simply the reciprocal of the value used
+with <code>Pow</code>.</p>
+
+<p><code>Cosine</code> and <code>Sine</code> was added as of IM v6.4.8-8 and
+converts the image values into a value according to a (co)sine wave function.
+The  synonyms <code>Cos</code> and <code>Sin</code> may also be used.  The output
+is biased 50% and normalized by 50% so as to fit in the respective color value
+range.  The <em class="arg">value</em> scaling of the <em>period</em> of the
+function (its frequency), and thus determines the number of 'waves' that will
+be generated over the input color range.  For example, if the <em
+class="arg">value</em> is 1, the effective period is simply the <em
+class="QR">QuantumRange</em>; but if the <em class="arg">value</em> is 2,
+then the effective period is the <em>half</em> the <em
+class="QR">QuantumRange</em>.</p>
+
+        <div style="text-align:center;">
+        0.5 + 0.5 × cos(2 π <b><em>u</em></b> × <em class="arg">value</em>).
+        </div>
+
+<p>See also the <a href="command-line-options.html#function" >-function</a> operator, which is a
+multi-value version of evaluate. </p>
+
+<div style="margin: auto;">
+  <h4><a id="evaluate-sequence"></a>-evaluate-sequence <em class="arg">operator</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Alter channel pixels by evaluating an arithmetic, relational, or
+logical expression over a sequence of images.</td><td style='text-align:right;'></td></tr></table>
+
+<p>To print a complete list of <a
+href="command-line-options.html#evaluate-sequence">-evaluate-sequence</a> operators, use <a
+href="command-line-options.html#list">-list evaluate</a>.</p>
+
+<div style="margin: auto;">
+  <h4><a id="extent"></a>-extent <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the image size and offset.</td><td style='text-align:right;'></td></tr></table>
+
+<p>If the image is enlarged, unfilled areas are set to the background color.
+To position the image, use offsets in the <em class="arg">geometry</em>
+specification or precede with a <a href="command-line-options.html#gravity">-gravity</a> setting.  To
+specify how to compose the image with the background, use <a href="command-line-options.html#compose"
+>-compose</a>.</p>
+
+<p>This command reduces or expands a JPEG image to fit on an 800x600
+display.  If the aspect ratio of the input image isn't exactly 4:3, then the
+image is centered on an 800x600 black canvas: </p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert input.jpg -resize 800x600 -background black -compose Copy \ <br />  -gravity center -extent 800x600 -quality 92 output.jpg</span></p>
+
+
+<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p>
+
+<div style="margin: auto;">
+  <h4><a id="extract"></a>-extract <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Extract the specified area from image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option is most useful for extracting a subregion of a very large raw
+image.  Note that these two commands are equivalent:</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 16000x16000 -depth 8 -extract 640x480+1280+960 \ <br/> image.rgb image.png</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 16000x16000 -depth 8 'image.rgb[640x480+1280+960]' \ <br/> image.rgb image.png</span></p><p>If you omit the offsets, as in</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 16000x16000 -depth 8 -extract 640x480 \ <br/> image.rgb image.png</span></p>
+<p>the image is <em>resized</em> to the specified dimensions instead,
+equivalent to:</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 16000x16000 -depth 8 -resize 640x480 image.rgb image.png</span></p>
+<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p>
+
+<div style="margin: auto;">
+  <h4><a id="family"></a>-family <em class="arg">fontFamily</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set a font family for text.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This setting suggests a font family that ImageMagick should try to use for
+rendering text. If the family can be found it is used; if not, a default font
+(e.g., "Arial") or a family known to be similar is substituted (e.g.,
+"Courier" might be used if "System" is requested but not found).  </p>
+
+<p>For other settings that affect fonts, see the options <a
+href="command-line-options.html#font">-font</a>, <a href="command-line-options.html#stretch">-stretch</a>, <a
+href="command-line-options.html#style">-style</a>, and <a href="command-line-options.html#weight">-weight</a>.  </p>
+
+<div style="margin: auto;">
+  <h4><a id="features"></a>-features <em class="arg">distance</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>display (cooccurrence matrix) texture measure features for each channel in the image in each of four directions (horizontal, vertical, left and right diagonals) for the specified distance.</td><td style='text-align:right;'>[<a href="identify.html">identify</a>]</td></tr></table>
+
+<pre class="text">
+      Angular Second Moment
+      Contrast
+      Correlation
+      Sum of Squares Variance
+      Inverse Difference Moment
+      Sum Average
+      Sum Variance
+      Sum Entropy
+      Entropy
+      Difference Variance
+      Difference Entropy
+      Information Measure of Correlation 1
+      Information Measure of Correlation 2
+      Maximum Correlation Coefficient
+</pre>
+
+
+<div style="margin: auto;">
+  <h4><a id="fft"></a>-fft</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>implements the forward discrete Fourier transform (DFT).</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option is new as of ImageMagick 6.5.4-3 (and now working for Windows
+users in ImageMagick 6.6.0-9). It transforms an image from the normal
+(spatial) domain to the frequency domain. In the frequency domain, an image is
+represented as a superposition of complex sinusoidal waves of varying
+amplitudes. The image x and y coordinates are the possible frequencies along
+the x and y directions, respectively, and the pixel intensity values are
+complex numbers that correspond to the sinusoidal wave amplitudes. See for
+example, <a href="http://en.wikipedia.org/wiki/Fourier_transform">Fourier
+Transform</a>, <a href="http://en.wikipedia.org/wiki/DFT">Discrete Fourier
+Transform</a> and <a href="http://en.wikipedia.org/wiki/FFT">Fast Fourier
+Transform</a>.</p>
+
+<p>A single image name is provided as output for this option. However, the
+output result will have two components. It is either a two-frame image or two
+separate images, depending upon whether the image format specified supports
+multi-frame images. The reason that we get a dual output result is because the
+frequency domain represents an image using complex numbers, which cannot be
+visualized directly. Therefore, the complex values are automagically separated
+into a two-component image representation. The first component is the
+magnitude of the complex number and the second is the phase of the complex
+number. See for example, <a
+href="http://en.wikipedia.org/wiki/Complex_numbers">Complex Numbers</a>.</p>
+
+<p>The magnitude and phase component images must be specified using image
+formats that do not limit the color or compress the image. Thus, MIFF, TIF,
+PFM, EXR and PNG are the recommended image formats to use. All of these
+formats, except PNG support multi-frame images. So for example,</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png -fft fft_image.miff</span></p>
+<p>generates a magnitude image as <code>fft_image.miff[0]</code> and a phase
+image as <code>fft_image.miff[1]</code>. Similarly,</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png -fft fft_image.png</span></p>
+<p>generates a magnitude image as <code>fft_image-0.png</code> and a phase image
+as <code>fft_image-1.png</code>. If you prefer this representation, then you can
+force any of the other formats to produce two output images by including <a
+href="command-line-options.html#adjoin">+adjoin</a> following -fft in the command line.</p>
+
+<p>The input image can be any size, but if not square and even-dimensioned, it
+is padded automagically to the larger of the width or height of the input
+image and to an even number of pixels. The padding will occur at the bottom
+and/or right sides of the input image. The resulting output magnitude and
+phase images is square at this size. The kind of padding relies on the <a
+href="command-line-options.html#virtual-pixel">-virtual-pixel</a> setting.</p>
+
+<p>Both output components will have dynamic ranges that fit within
+[0, <em class="QR">QuantumRange</em>], so that HDRI need not be enabled.
+Phase values nominally range from 0 to 2*π, but is scaled to span the full
+dynamic range.  (The first few releases had non-HDRI scaled but HDRI not
+scaled). The magnitude image is not scaled and thus generally will contain
+very small values. As such, the image normally will appear totally black. In
+order to view any detail, the magnitude image typically is enhanced with a log
+function into what is usually called the spectrum. A log function is used to
+enhance the darker values more in comparison to the lighter values. This can
+be done, for example, as follows:</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert fft_image.miff[0] -contrast-stretch 0 \ <br />
+                -evaluate log 1000 fft_image_spectrum.png</span></p>
+<p>where either <a href="command-line-options.html#contrast-stretch">-contrast-stretch</a> 0 or <a
+href="command-line-options.html#auto-level">-auto-level</a> is used to scale the image to full dynamic
+range, first. The argument to the <a href="command-line-options.html#evaluate">-evaluate</a> log
+typically is specified between 100 and 10,000, depending upon the amount of
+detail that one wants to bring out in the spectrum. Larger values produce more
+visible detail. Too much detail, however, may hide the important features.</p>
+
+<p>The <a href="http://www.fftw.org/">FFTW</a> delegate library is required to
+use <a href="command-line-options.html#fft">-fft</a>.</p>
+
+<p>Use <a href="command-line-options.html#fft">+fft</a> to produce two output images that are the real
+and imaginary components of the complex valued Fourier transform.</p>
+
+<p>However, as the real and imaginary components can contain negative values,
+this requires that IM be configured with HDRI enabled. In this case, you must
+use either MIFF, TIF, PFM or MPC formats for the real and imaginary component
+results, since they are formats that preserve both negative and fractional
+values without clipping them or truncating the fractional part. With either
+MIFF or TIF, one should add -define quantum:format=32, to allow those image
+types to work properly in HDRI mode without clipping.</p>
+
+<p>The real and imaginary component images resulting from <a
+href="command-line-options.html#fft">+fft</a> are also square, even dimensioned images due to the same
+padding that was discussed above for the magnitude and phase component
+images.</p>
+
+<p>See the discussion on HDRI implementations of ImageMagick on the page <a
+href="high-dynamic-range.html" >High Dynamic-Range Images</a>. For more
+about HDRI go the ImageMagick <a
+href="http://www.imagemagick.org/Usage/basics/#hdri" >Usage</a> pages, <a
+href="http://www.fmwconcepts.com/imagemagick/fourier_transforms/fourier.html"
+>Fred's Fourier Processing With ImageMagick page</a> or this <a
+ href="http://en.wikipedia.org/wiki/High_dynamic_range_imaging" >Wikipedia</a>
+ entry.  </p>
+
+<p>
+
+<p>By default the FFT is normalized (and the IFT is not). Use "<code><a href="command-line-options.html#define" >-define</a> fourier:normalize=forward</code> to explicityly normalize the FFT and unnormalize the IFT.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="fill"></a>-fill <em class="arg">color</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>color to use when filling a graphic primitive.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option accepts a color name, a hex color, or a numerical RGB, RGBA,
+HSL, HSLA, CMYK, or CMYKA specification.  See <a href="color.html" >Color Names</a> for
+a description of how to properly specify the color argument.</p>
+
+<p>Enclose the color specification in quotation marks to prevent the "#" or
+the parentheses from being interpreted by your shell.</p>
+
+<p>For example,</p>
+
+<p class="crtsnip">
+  -fill blue
+</p>
+<p class="crtsnip">
+  -fill "#ddddff"
+</p>
+<p class="crtsnip">
+  -fill "rgb(255,255,255)"
+</p>
+
+<p>See <a href="command-line-options.html#draw">-draw</a> for further details.</p>
+
+<p>To print a complete list of color names, use the <a href="command-line-options.html#list">-list color</a> option.</p>
+
+<div style="margin: auto;">
+  <h4><a id="filter"></a>-filter <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Use this <em class="arg">type</em> of filter when resizing or
+distorting an image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Use this option to affect the resizing operation of an image during
+operations such as <a href="command-line-options.html#resize">-resize</a> and <a href="command-line-options.html#distort"
+>-distort</a>. For example you can use a simple resize filter such as:</p>
+
+<pre class="text">
+   Point       Hermite       Cubic
+   Box         Gaussian      Catrom
+   Triangle    Quadratic     Mitchell
+</pre>
+
+<p>The <code>Bessel</code> and <code>Sinc</code> filter is also provided (as well
+as a faster <code>SincFast</code> equivalent form).  However these filters are
+generally useless on their own as they are infinite filters that are being
+clipped to the filters support size. Their direct use is not recommended
+except via expert settings (see below). </p>
+
+<p>Instead these special filter functions are typically windowed by a windowing
+function that the <a href="command-line-options.html#filter" >-filter</a> setting defines.   That is
+using these functions will define a 'Windowed' filter, appropriate to the
+operator involved.  Windowed filters include: </p>
+
+<pre class="text">
+   Lanczos       Hamming       Parzen
+   Blackman      Kaiser        Welsh
+   Hanning       Bartlett      Bohman
+</pre>
+
+<p>Also one special self-windowing filter is also provided
+<code>Lagrange</code>, which will automagically re-adjust its function depending
+on the current 'support' or 'lobes' expert settings (see below).</p>
+
+<p>If you do not select a filter with this option, the filter defaults to
+<code>Mitchell</code> for a colormapped image, an image with a matte channel, or
+if the image is enlarged.  Otherwise the filter default to
+<code>Lanczos</code>.</p>
+
+<p>To print a complete list of resize filters, use the <a href="command-line-options.html#list">-list
+filter</a> option.</p>
+
+<p>You can modify how the filter behaves as it scales your image through the
+use of these expert settings (see also <a href="command-line-options.html#define" >-define</a> and <a
+href="command-line-options.html#set" >-set</a>):-</p>
+
+<dl class="doc">
+<dt>-define filter:blur=<em>factor</em></dt>
+<dd>Scale the X axis of the filter (and its window). Use &gt; 1.0 for
+    blurry or &lt; 1.0 for sharp. This should only be used with Gaussian and
+    Gaussian-like filters simple filters, or you may not get the expected
+    results. </dd>
+
+<dt>-define filter:support=<em>radius</em></dt>
+<dd>Set the filter support radius. Defines how large the filter should be and
+    thus directly defines how slow the filtered resampling process is. All
+    filters have a default 'prefered' support size. Some filters like
+    <code>Lagrange</code> and windowed filters adjust themselves depending on
+    this value.  With simple filters this value either does nothing (but slow
+    the resampling), or will clip the filter function in a detrimental way.
+    </dd>
+
+<dt>-define filter:lobes=<em>count</em></dt>
+<dd>Set the number of lobes to use for the Sinc/Bessel filter. This an
+    alternative way of specifying the 'support' range of the filter, that is
+    designed to be more suited to windowed filters, especially when used for
+    image distorts.</dd>
+
+<dt>-define filter:sigma=<em>value</em></dt>
+<dd>The 'sigma' value used to define the <code>Gaussian</code> filter.  Default
+    sigma value is '<code>0.5</code>'.  It only effects <code>Gaussian</code> but
+    does not shrink (but may enlarge) the filter's 'support'.  It can be used
+    to generate very small blurs but without the filter 'missing' pixels due
+    to using a small support setting. A larger value of '<code>0.707</code>'
+    (a value of '1/sqrt(2)') is another common setting. </dd>
+
+<dt>-define filter:b=<em>b-spline_factor</em></dt>
+<dt>-define filter:c=<em>keys_alpha_factor</em></dt>
+<dd>Redefine the values used for cubic filters such as <code>Cubic</code>,
+    <code>Catrom</code>, <code>Mitchel</code>, and <code>Hermite</code>, as well as
+    the <code>Parzen</code> cubic windowing function. If only one of the values
+    are defined, the other is set so as to generate a 'Cubic-Keys' filter.
+    The values meaning was defined by a research paper by
+    Mitchell-Netravali.</dd>
+
+<dt>-define filter:kaiser-beta=<em>value</em></dt>
+<dd>The 'alpha' value used to as part of the Kaiser Windowing function.
+    Default value is '6.5'.  It only effects Kaiser windowing function, and
+    does not effect any other attributes.</dd>
+
+<dd>Before IM v6.7.6-10, this option was known as "filter:alpha", (an
+    inheritance from the very old "zoom" program). It was changed to bring the
+    function in line with more modern academic research usage, and better
+    assign it be more definitive.  </dd>
+
+<dt>-define filter:kaiser-alpha=<em>value</em></dt>
+<dd>This value when multiplied by 'PI' is equivalent to "kaiser-beta", and
+    will override that setting.  It only effects Kaiser windowing function,
+    and does not effect any other attributes. </dd>
+
+<dt>-define filter:filter=<em>filter_function</em></dt>
+<dd>Use this function directly as the weighting filter.  This will allow
+    you to directly use a windowing function such as <code>Blackman</code>,
+    as a resampling filter, rather than as its normal usage as a windowing
+    function. </dd>
+
+<dd>If defined, no windowing function also defined, the window function is set
+    to <code>Box</code>). Directly specifying <code>Sinc</code> or <code>Jinc</code>
+    as a filter will also do this. </dd>
+
+<dt>-define filter:window=<em>filter_function</em></dt>
+<dd>The IIR (infinite impulse response) filters <code>Sinc</code> and
+    <code>Jinc</code> are windowed (brought down to zero over the defined
+    support range) with the given filter. This allows you to specify a filter
+    function to be used as a windowing function for these IIR filters. </dd>
+
+<dd>Many of the defined filters are actually windowing functions for these IIR
+    filters.  A typical choices is <code>Box</code>, (which effectively turns
+    off the windowing function).  </dd>
+
+<dt>-define filter:win-support=<em>radius</em></dt>
+<dd>Scale windowing function to this size instead.  This causes the windowing
+    (or self-windowing Lagrange filter) to act is if the support window is
+    larger than what is actually supplied to the calling operator.  The filter
+    however is still clipped to the real support size given.  If unset this
+    will equal the normal filter support size. </dd>
+
+<dt>-define filter:verbose=<em>1</em></dt>
+<dd>This causes IM to print information on the final internal filter
+    selection to standard output.  This includes a commented header on the
+    filter settings being used, and data allowing the filter weights to be
+    easily graphed. </dd>
+
+<dd>Note however that some filters are internally defined in terms of other
+    filters.  The <code>Lanczos</code> filter for example is defined in terms of
+    a <code>SincFast</code> windowed <code>SincFast</code> filter, while
+    <code>Mitchell</code> is defined as a general <code>Cubic</code> family filter
+    with specific 'B' and 'C' settings. </dd>
+
+</dl>
+
+<p>For example, to get a 8 lobe jinc windowed sinc filter (Genseng filter?):</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png \<br/>
+          -filter sinc \<br/>
+          -set filter:window=jinc \<br/>
+          -set filter:lobes=8 \<br/>
+          -resize 150%   image.jpg</span></p>
+<p>Or a raw un-windowed Sinc filter with 4 lobes:</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png \<br/>
+          -set filter:filter=sinc \<br/>
+          -set filter:lobes=4 \<br/>
+          -resize 150%   image.jpg</span></p>
+<p>To extract the data for a raw windowing function, combine it with
+a '<code>Box</code>' filter.  For example the '<code>Welch</code> parabolic
+windowing function. </p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert null: -define filter:filter=Box \<br/>
+                 -define filter:window=Welch \<br/>
+                 -define filter:support=1.0 \<br/>
+                 -define filter:verbose=1 \<br/>
+                 -resize 2 null:  > window_welch.dat<br/>
+  gnuplot<br/>
+     set grid<br/>
+     plot "window_welch.dat" with lines</span></p>
+<p>Note that the use of expert options is provided for image processing experts
+who have studied and understand how resize filters work. Without this
+knowledge, and an understanding of the definition of the actual filters
+involved, using expert settings are more likely to be detrimental to your image
+resizing.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="flatten"></a>-flatten</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>This is a simple alias for the <a href="command-line-options.html#layers" >-layers</a> method "flatten".</td><td style='text-align:right;'></td></tr></table>
+
+
+<div style="margin: auto;">
+  <h4><a id="flip"></a>-flip</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>create a <em>mirror image</em>.</td><td style='text-align:right;'></td></tr></table>
+
+<p>reflect the scanlines in the vertical direction. The image will be mirrored
+upside-down. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="floodfill"></a>-floodfill {<em class="arg">+-</em>}<em class="arg">x</em>{<em class="arg">+-</em>}<em class="arg">y</em> <em class="arg">color</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>floodfill the image with color at the specified offset.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Flood fill starts from the given 'seed point' which is not gravity effected.
+Any color that matches within <a href="command-line-options.html#fuzz" >-fuzz</a> color distance of the
+given <em class="arg">color</em>  argument, connected to that 'seed point'
+will be replaced with the current <a href="command-line-options.html#fill" >-fill</a> color. </p>
+
+<p>Note that if the pixel at the 'seed point' does not itself match the given
+<em class="arg">color</em> (according to <a href="command-line-options.html#fuzz" >-fuzz</a>), then no
+action will be taken. </p>
+
+<p>This operator works more like the <a href="command-line-options.html#opaque" >-opaque</a> option, than
+a more general flood fill that reads the matching color directly at the 'seed
+point'. For this form of flood fill, look at <a href="command-line-options.html#draw" >-draw</a>  and
+its 'color floodfill' drawing method.  </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="flop"></a>-flop</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>create a <em>mirror image</em>.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Reflect the scanlines in the horizontal direction, just like the image in
+a vertical mirror. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="font"></a>-font <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 font to use when annotating images with text, or creating labels.</td><td style='text-align:right;'></td></tr></table>
+
+<p>To print a complete list of fonts, use the <a href="command-line-options.html#list">-list font</a>
+option (for versions prior to 6.3.6, use 'type' instead of 'font').</p>
+
+<p>In addition to the fonts specified by the above pre-defined list, you can
+also specify a font from a specific source.  For example <code>Arial.ttf</code>
+is a TrueType font file, <code>ps:helvetica</code> is PostScript font, and
+<code>x:fixed</code> is X11 font.</p>
+
+<p>For other settings that affect fonts, see the options <a
+href="command-line-options.html#family">-family</a>, <a href="command-line-options.html#stretch">-stretch</a>, <a
+href="command-line-options.html#style">-style</a>, and <a href="command-line-options.html#weight">-weight</a>. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="foreground"></a>-foreground <em class="arg">color</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Define the foreground color for menus.</td><td style='text-align:right;'>[<a href="display.html">display</a>]</td></tr></table>
+
+<p>The color is specified using the format described under the <a
+href="command-line-options.html#fill">-fill</a> option.</p>
+
+<p>The default foreground color is black.</p>
+
+<div style="margin: auto;">
+  <h4><a id="format"></a>-format <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>the image format type.</td><td style='text-align:right;'></td></tr></table>
+
+<p>When used with the <code>mogrify</code> utility, this option converts any
+image to the image <a href="formats.html">format</a> you specify.
+For a list of image format types supported by ImageMagick, use <a
+href="command-line-options.html#list">-list format</a>.</p>
+
+<p>By default the file is written to its original name. However, if the
+filename extension matches a supported format, the extension is replaced with
+the image format type specified with <a href="command-line-options.html#format">-format</a>. For
+example, if you specify <em class="arg">tiff</em> as the format type and the
+input image filename is <em class="arg">image.gif</em>, the output image
+filename becomes <em class="arg">image.tiff</em>.</p>
+
+<div style="margin: auto;">
+  <h4><a id="format_identify_"></a>-format <em class="arg">string</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>output formatted image characteristics.</td><td style='text-align:right;'>[<a href="identify.html">identify</a>]</td></tr></table>
+
+<p>See <a href="escape.html">Format and Print Image
+Properties</a> for an explanation on how to specify the argument to this
+option.</p>
+
+<div style="margin: auto;">
+  <h4><a id="frame"></a>-frame <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Surround the image with a border or beveled frame.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The color of the border is specified with the <a href="command-line-options.html#mattecolor"
+>-mattecolor</a> command line option. </p>
+
+<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. The <em class="arg">size</em> portion of the <em
+class="arg">geometry</em> argument indicates the amount of extra width and
+height that is added to the dimensions of the image. If no offsets are given
+in the <em class="arg">geometry</em> argument, then the border added is
+a solid color.  Offsets <em>x</em> and <em>y</em>, if present, specify that
+the width and height of the border is partitioned to form an outer bevel of
+thickness <em>x</em> pixels and an inner bevel of thickness
+<em>y</em> pixels. Negative offsets make no sense as frame arguments.
+</p>
+
+<p>The <a href="command-line-options.html#frame">-frame</a> option is affected by the current <a
+href="command-line-options.html#compose">-compose</a> setting and assumes that this is using the default
+'<code>Over</code>' composition method.  It generates an image of the appropriate
+size with the current <a href="command-line-options.html#bordercolor">-bordercolor</a> setting, and then
+draws the frame of four distinct colors close to the current <a
+href="command-line-options.html#mattecolor">-mattecolor</a>.  The original image is then overlaid onto
+center of this image.  This means that with the default compose method of
+'<code>Over</code>' any transparent parts may be replaced by the current <a
+href="command-line-options.html#bordercolor">-bordercolor</a> setting.</p>
+
+<p>The image composition is not
+affected by the <a href="command-line-options.html#gravity">-gravity</a> option.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="frame_import_"></a>-frame</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>include the X window frame in the imported image.</td><td style='text-align:right;'>[<a href="import.html">import</a>]</td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="function"></a>-function <em class="arg">function</em> <em class="arg">parameters</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Apply a function to channel values.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This operator performs calculations based on the given arguments to modify
+each of the color values for each previously set <a
+href="command-line-options.html#channel">-channel</a> in the image. See <a
+href="command-line-options.html#evaluate">-evaluate</a> for details concerning how the results of the
+calculations are handled.</p>
+
+<p>This is can be considered a multi-argument version of the <a
+href="command-line-options.html#evaluate">-evaluate</a> operator. (Added in
+ImageMagick 6.4.8−8.)</p>
+
+<p>Here,  <em class="arg">parameters</em> is a comma-separated list of
+numerical values. The number of values varies depending on which <em
+class="arg">function</em> is selected. Choose the <em
+class="arg">function</em> from:</p>
+
+<pre class="text">
+   Polynomial
+   Sinusoid
+   Arcsin
+   Arctan
+</pre>
+
+<p>To print a complete list of <a href="command-line-options.html#function">-function</a> operators,
+use <a href="command-line-options.html#list">-list function</a>. Descriptions follow.</p>
+
+<dl class="doc">
+<dt><code>Polynomial</code></dt>
+<dd>
+
+<p>The <code>Polynomial</code> function takes an arbitrary number of parameters,
+these being the coefficients of a polynomial, in decreasing order of degree.
+That is, entering</p>
+
+<div style="text-align: center">
+   -function Polynomial <em>a</em><sub><em>n</em></sub>,<em>a</em><sub><em>n</em>-1</sub>,...<em>a</em><sub>1</sub>,<em>a</em><sub>0</sub>
+</div>
+
+<p>will invoke a polynomial function given by</p>
+
+<div style="text-align: center">
+   <em>a</em><sub><em>n</em></sub> <b><em>u</em></b><sup><em>n</em></sup> +
+   <em>a</em><sub><em>n</em>-1</sub> <b><em>u</em></b><sup><em>n</em>-1</sup> +
+   ··· <em>a</em><sub>1</sub> <b><em>u</em></b> + <em>a</em><sub>0</sub>,
+</div>
+
+<p>where <b><em>u</em></b> is pixel's original normalized channel value.</p>
+
+<p>The <code>Polynomial</code> function can be used in place of <code>Set</code>
+(the <em>constant</em> polynomial) and <code>Add</code>, <code>Divide</code>,
+<code>Multiply</code>, and <code>Subtract</code> (some <em>linear</em>
+polynomials) of the <a href="command-line-options.html#evaluate">-evaluate</a> operator. The <a
+href="command-line-options.html#level">-level</a> operator also affects channels linearly. Some
+correspondences follow.</p>
+
+<table class="doc">
+  <col width="35%" />
+  <col width="35%" />
+  <col width="30%" />
+  <tr>
+        <td>-evaluate Set <em class="arg">value</em> </td>
+        <td>-function Polynomial <em class="arg">value</em></td>
+        <td>(Constant functions; set <em class="arg">value</em>×100% gray when channels are RGB.)</td>
+  </tr>
+  <tr>
+        <td>-evaluate Add <em class="arg">value</em> </td>
+        <td>-function Polynomial 1,<em class="arg">value</em></td>
+  </tr>
+  <tr>
+        <td>-evaluate Subtract <em class="arg">value</em> </td>
+        <td>-function Polynomial 1,−<em class="arg">value</em></td>
+  </tr>
+  <tr>
+        <td>-evaluate Multiply <em class="arg">value</em> </td>
+        <td>-function Polynomial <em class="arg">value</em>,0</td>
+  </tr>
+  <tr>
+        <td>+level  black% x white%</td>
+        <td>-function Polynomial  A,B</td>
+        <td>(Reduce contrast. Here, A=(white-black)/100 and  B=black/100.)</td>
+  </tr>
+</table>
+
+<p>The <code>Polynomial</code> function gives great versatility, since
+polynomials can be used to fit any continuous curve to any degree of accuracy
+desired.</p>
+
+</dd>
+
+<dt><code>Sinusoid</code></dt>
+<dd>
+<p>The <code>Sinusoid</code> function can be used to vary the channel values
+sinusoidally by setting frequency, phase shift, amplitude, and a bias. These
+values are given as one to four parameters, as follows,</p>
+
+<div style="text-align: center">
+   -function <code>Sinusoid</code> <em class="arg">freq</em>,[<em class="arg">phase</em>,[<em class="arg">amp</em>,[<em class="arg">bias</em>]]]
+</div>
+
+<p>where <em>phase</em> is in degrees. (The domain [0,1] of the function
+corresponds to 0 through <em class="arg">freq</em>×360 degrees.)
+The result is that if a pixel's normalized channel value is originally
+<b><em>u</em></b>, its resulting normalized value is given by </p>
+
+<div style="text-align: center">
+<em class="arg">amp</em> * sin(2*π* (<em class="arg">freq</em> * <b><em>u</em></b> + <em class="arg">phase</em> / 360)) + <em class="arg">bias</em>
+</div>
+
+<p> For example, the following generates a curve that starts and ends at 0.9
+(when <b><em>u</em></b>=0 and 1, resp.), oscillating three times between
+.7−.2=.5 and .7+.2=.9. </p>
+
+<p class="crtsnip">
+   -function Sinusoid 3,-90,.2,.7
+</p>
+
+<p>The default values of <em class="arg">amp</em> and <em
+class="arg">bias</em> are both .5. The default for <em class="arg">phase</em>
+is 0.</p>
+
+<p>The <code>Sinusoid</code> function generalizes <code>Sin</code> and
+<code>Cos</code> of the <a href="command-line-options.html#evaluate">-evaluate</a> operator by allowing
+varying amplitude, phase and bias. The correspondence is as follows.</p>
+
+<table class="doc">
+  <tr>
+        <td>-evaluate Sin <em class="arg">freq</em> </td>
+        <td>-function Sinusoid <em class="arg">freq</em>,0 </td>
+  </tr>
+  <tr>
+        <td>-evaluate Cos <em class="arg">freq</em> </td>
+        <td>-function Sinusoid <em class="arg">freq</em>,90 </td>
+  </tr>
+</table>
+</dd>
+
+<dt><code>ArcSin</code></dt>
+<dd>
+<p>The <code>ArcSin</code> function generates the inverse curve of a Sinusoid,
+and can be used to generate cylindrical distortion and displacement maps.
+The curve can be adjusted relative to both the input values and output range
+of values.</p>
+
+<p style="text-align: center">
+   -function <code>ArcSin</code> <em class="arg">width</em>,[<em class="arg">center</em>,[<em class="arg">range</em>,[<em class="arg">bias</em>]]]
+</p>
+
+<p>with all values given in terms of normalized color values (0.0 for black,
+1.0 for white). Defaulting to values covering the full range from 0.0 to 1.0
+for bout input (<em class="arg">width</em>), and output (<em
+class="arg">width</em>) values. '<code>1.0,0.5,1.0,0.5</code>' </p>
+
+<p style="text-align: center">
+<em class="arg">range</em>/π * asin( 2/<em class="arg">width</em> * ( <b><em>u</em></b> - <em class="arg">center</em> ) ) + <em class="arg">bias</em>
+</p>
+
+</dd>
+
+<dt><code>ArcTan</code></dt>
+<dd>
+<p>The <code>ArcTan</code> function generates a curve that smooth crosses from
+limit values at infinities, though a center using the given slope value.
+All these values can be adjusted via the arguments.</p>
+
+<p style="text-align: center">
+   -function <code>ArcTan</code> <em class="arg">slope</em>,[<em class="arg">center</em>,[<em class="arg">range</em>,[<em class="arg">bias</em>]]]
+</p>
+
+<p>Defaulting to '<code>1.0,0.5,1.0,0.5</code>'.
+</p>
+
+<p style="text-align: center">
+<em class="arg">range</em>/π * atan( <em class="arg">slope</em>*π * ( <b><em>u</em></b> - <em class="arg">center</em> ) ) + <em class="arg">bias</em>
+</p>
+
+</dd>
+
+</dl>
+
+
+<div style="margin: auto;">
+  <h4><a id="fuzz"></a>-fuzz <em class="arg">distance</em>{<em class="arg">%</em>}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Colors within this <em class="arg">distance</em> are considered equal.</td><td style='text-align:right;'></td></tr></table>
+
+<p>A number of algorithms search for a target color. By default the color must
+be exact. Use this option to match colors that are close to the target color
+in RGB space. For example, if you want to automagically trim the edges of an
+image with <a href="command-line-options.html#trim">-trim</a> but the image was scanned and the target
+background color may differ by a small amount. This option can account for
+these differences.</p>
+
+<p>The <em class="arg">distance</em> can be in absolute intensity units or, by
+appending <code>%</code> as a percentage of the maximum possible intensity (255,
+65535, or 4294967295).</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="fx"></a>-fx <em class="arg">expression</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>apply a mathematical expression to an image or image channels.</td><td style='text-align:right;'></td></tr></table>
+
+<p>If the first character of <em class="arg">expression</em> is <code>@</code>,
+the expression is read from a file titled by the remaining characters in the
+string.</p>
+
+<p>See <a href="fx.html">FX,
+The Special Effects Image Operator</a> for a detailed discussion of this
+option.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="gamma"></a>-gamma <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>level of gamma correction.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The same color image displayed on two different workstations may look
+different due to differences in the display monitor. Use gamma correction to
+adjust for this color difference.  Reasonable values extend from
+<code>0.8</code> to <code>2.3</code>. Gamma less than 1.0 darkens the image and
+gamma greater than 1.0 lightens it. Large adjustments to image gamma may
+result in the loss of some image information if the pixel quantum size is only
+eight bits (quantum range 0 to 255).</p>
+
+<p>Gamma adjusts the image's channel values pixel-by-pixel according to
+a power law, namely, pow(pixel,1/gamma) or pixel^(1/gamma), where pixel is the
+normalized or 0 to 1 color value. For example, using a value of gamma=2 is the
+same as taking the square root of the image.</p>
+
+<p>You can apply separate gamma values to the red, green, and blue channels of
+the image with a gamma value list delimited with commas (e.g.,
+<code>1.7,2.3,1.2</code>).</p>
+
+<p>Use <a href="command-line-options.html#gamma">+gamma <em class="arg">value</em></a> to set the
+image gamma level without actually adjusting the image pixels. This option
+is useful if the image is of a known gamma but not set as an image attribute
+(e.g. PNG images).  Write the "file gamma" which is the reciprocal of the
+display gamma; e.g., if your image is sRGB and you want to write a PNG gAMA
+chunk, use</p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert input.png +gamma .45455 output.png</span></p><p>(0.45455 is 1/2.2)</p>
+
+<p>Note that gamma adjustments are also available via the <a href="command-line-options.html#level">-level</a> operator.</p>
+
+<div style="margin: auto;">
+  <h4><a id="gaussian-blur"></a>-gaussian-blur <em class="arg">radius</em><br />-gaussian-blur <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%'>Blur the image with a Gaussian operator.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Convolve the image with a Gaussian or normal distribution using the given
+<em class="arg" >Sigma</em> value.  The formula is:</p>
+
+<div class="eqn"><img alt="gaussian distribution" width="243px" height="42px" src="../images/gaussian-blur.png"/>
+</div>
+
+<p>The <em class="arg" >Sigma</em> value is the important argument, and
+determines the actual amount of blurring that will take place. </p>
+
+<p>The <em class="arg" >Radius</em> is only used to determine the size of the
+array which will hold the calculated Gaussian distribution. It should be an
+integer.  If not given, or set to zero, IM will calculate the largest possible
+radius that will provide meaningful results for the Gaussian distribution.
+</p>
+
+<p>The larger the <em class="arg" >Radius</em> the radius the slower the
+operation is. However too small a <em class="arg" >Radius</em>, and sever
+aliasing effects may result.  As a guideline, <em class="arg" >Radius</em>
+should be at least twice the <em class="arg" >Sigma</em> value, though three
+times will produce a more accurate result. </p>
+
+<p>This differs from the faster <a href="command-line-options.html#blur">-blur</a> operator in that a
+full 2-dimensional convolution is used to generate the weighted average of the
+neighboring pixels. </p>
+
+<p>The <a href="command-line-options.html#virtual-pixel">-virtual-pixel</a> setting will determine how
+pixels which are outside the image proper are blurred into the final result.
+</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="geometry"></a>-geometry <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the preferred size and location of the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p>
+
+<div style="margin: auto;">
+  <h4><a id="gravity"></a>-gravity <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Sets the current gravity suggestion for various other settings and options.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Choices include: <code>NorthWest</code>, <code>North</code>,
+<code>NorthEast</code>, <code>West</code>, <code>Center</code>, <code>East</code>,
+<code>SouthWest</code>, <code>South</code>, <code>SouthEast</code>.  Use <a
+href="command-line-options.html#list">-list gravity</a> to get a complete list of <a
+href="command-line-options.html#gravity">-gravity</a> settings available in your ImageMagick
+installation.</p>
+
+<p>The direction you choose specifies where to position text or subimages. For
+example, a gravity of <code>Center</code> forces the text to be centered within
+the image. By default, the image gravity is <code>NorthWest</code>. See <a
+href="command-line-options.html#draw">-draw</a> for more details about graphic primitives.  Only the
+text primitive of <a href="command-line-options.html#draw">-draw</a> is affected by the <a
+href="command-line-options.html#gravity">-gravity</a> option.</p>
+
+<p>The <a href="command-line-options.html#gravity">-gravity</a> option is also used in concert with the
+<a href="command-line-options.html#geometry">-geometry</a> setting and other settings or options that
+take <em class="arg">geometry</em> as an argument, such as the <a
+href="command-line-options.html#crop">-crop</a> option. </p>
+
+<p>If a <a href="command-line-options.html#gravity">-gravity</a> setting occurs before another option
+or setting having a <em class="arg">geometry</em> argument that specifies an
+offset, the offset is usually applied to the point within the image suggested
+by the <a href="command-line-options.html#gravity">-gravity</a> argument.  Thus, in the following
+command, for example, suppose the file <code>image.png</code> has dimensions
+200x100. The offset specified by the argument to <a href="command-line-options.html#region">-region</a>
+is (−40,+20). The argument to <a href="command-line-options.html#gravity">-gravity</a> is
+<code>Center</code>, which suggests the midpoint of the image, at the point
+(100,50). The offset (−40,20) is applied to that point, giving
+(100−40,50+20)=(60,70), so the specified 10x10 region is located at
+that point. (In addition, the <a href="command-line-options.html#gravity">-gravity</a> affects the
+region itself, which is <em>centered</em> at the pixel
+coordinate (60,70). (See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.)</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png -gravity Center -region 10x10-40+20 \ <br/> -negate output.png</span></p>
+<p>When used as an option to <a href="composite.html">composite</a>, <a
+href="command-line-options.html#gravity">-gravity</a> gives the direction that the image gravitates
+within the composite.</p>
+
+<p>When used as an option to <a href="montage.html">montage</a>, <a
+href="command-line-options.html#gravity">-gravity</a> gives the direction that an image gravitates
+within a tile. The default gravity is <code>Center</code> for this purpose.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="grayscale"></a>-grayscale <em class="arg">method</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>convert image to grayscale.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This will use one of the <a href="command-line-options.html#intensity" >-intensity</a> methods to
+convert the given image into a linear-grayscale image. </p>
+
+<p>For example, to convert an image to (linear) Rec709Luminance grayscale,  type:</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -grayscale Rec709Luminance out.png</span></p>
+<p>which is equivalent to:</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -colorspace gray out.png</span></p>
+<p>Similarly, to convert an image to (non-linear) Rec709Luma grayscale,  type:</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -grayscale Rec709Luma out.png</span></p>
+<p>which is equivalent to:</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -set colorspace RGB -colorspace gray out.png</span></p>
+<p>Note that a 'colorspace' intensity method will produce the same result
+regardless of the current colorpsace of the image. But a 'mathematical'
+intensity method will depend on the current colorspace the image is currently
+using. </p>
+
+<p>While this operation uses an <a href="command-line-options.html#intensity" >-intensity</a> method, 
+it does not use or set the <a href="command-line-options.html#intensity" >-intensity</a> setting, so
+will not effect other operations that may use that setting.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="green-primary"></a>-green-primary <em class="arg">x,y</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>green chromaticity primary point.</td><td style='text-align:right;'></td></tr></table>
+
+
+<div style="margin: auto;">
+  <h4><a id="hald-clut"></a>-hald-clut</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>apply a Hald color lookup table to the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>A Hald color lookup table is a 3-dimensional color cube mapped to 2
+dimensions.  Create it with the <code>HALD:</code> prefix (e.g. HALD:8).  You
+can apply any color transformation to the Hald image and then use this option
+to apply the transform to the image. </p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png hald.png -hald-clut transform.png</span></p>
+<p>This option provides a convenient method for you to use Gimp or Photoshop
+to make color corrections to the Hald CLUT image and subsequently apply them
+to multiple images using an ImageMagick script. </p>
+
+<p>Note that the representation is only of the normal RGB color space and that
+the whole color value triplet is used for the interpolated lookup of the
+represented Hald color cube image.  Because of this the operation is not <a
+href="command-line-options.html#channel" >-channel</a> setting effected, nor can it adjust or modify an
+images transparency or alpha/matte channel.</p>
+
+<p>See also <a href="command-line-options.html#clut" >-clut</a> which provides color value replacement
+of the individual color channels, usually involving a simpler gray-scale
+image. E.g:  gray-scale to color replacement, or modification by a histogram
+mapping. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="help"></a>-help</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>print usage instructions.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="highlight-color"></a>-highlight-color <em class="arg">color</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>when comparing images, emphasize pixel differences with this color.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="hough-lines"></a>-hough-lines <em class="arg">width</em>x<em class="arg">height</em>{<em class="arg">+threshold</em>}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>identify straight lines in the image (e.g. -hough-lines 9x9+195).</td><td style='text-align:right;'></td></tr></table>
+
+<p>Use the Hough line detector with any binary edge extracted image to locate and draw any straight lines that it finds.</p>
+
+<p>The process accumulates counts for every white pixel in the binary edge image for every possible orientation (for angles from 0 to 179 in 1 deg increments) and distance from the center of the image to the corners (in 1 px increments). It stores the counts in an accumulator matrix of angle vs distance. The size of the accumulator will be 180x(diagonal/2). Next it searches the accumulator for peaks in counts and converts the locations of the peaks to slope and intercept in the normal x,y input image space. The algorithm uses slope/intercepts to find the endpoints clipped to the bounds of the image. The lines are drawn from the given endpoints. The counts are a measure of the length of the lines.</p.
+
+<p>The WxH arguments specify the filter size for locating the peaks in the Hough accumulator. The threshold excludes lines whose counts are less than the threshold value.<p>
+
+<p>Use <code><a href="command-line-options.html#background" >-background</a></code> to specify the color of the background onto which the lines will be drawn. The default is black.</p>
+
+<p>Use <code><a href="command-line-options.html#fill" >-fill</a></code> to specify the color of the lines. The default is black.</p>
+
+<p>Use <code><a href="command-line-options.html#stroke" >-stroke</a></code> and <code><a href="command-line-options.html#strokewidth" >-strokewidth</a></code> to specify the thickness of the lines. The default is black and no strokewidth.</p>
+
+<p>A text file listing the endpoints and counts may be created by using the suffix, .mvg, for the output image.</p>
+
+<p>Use <code><a href="command-line-options.html#define" >-define</a> hough-lines:accumulator=true</code> to return the accumulator image in addition to the lines image.</p>
+
+<div style="margin: auto;">
+  <h4><a id="iconGeometry"></a>-iconGeometry <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>specify the icon geometry.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Offsets, if present in the geometry specification, are handled in the same
+manner as the <a href="command-line-options.html#geometry">-geometry</a> option, using X11 style to
+handle negative offsets.</p>
+
+<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p>
+
+<div style="margin: auto;">
+  <h4><a id="iconic"></a>-iconic</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>start in icon mode in X Windows</td><td style='text-align:right;'>[<a href="animate.html">animate</a>, <a href="display.html">display</a>]</td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="identify"></a>-identify</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>identify the format and characteristics of the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This information is printed: image scene number; image name; image size;
+the image class (<em class="arg">DirectClass</em> or <em
+class="arg">PseudoClass</em>); the total number of unique colors; and the
+number of seconds to read and transform the image. Refer to <a href="miff.html">MIFF</a> for
+a description of the image class.</p>
+
+<p>If <a href="command-line-options.html#colors">-colors</a> is also specified, the total unique colors
+in the image and color reduction error values are printed. Refer to <a
+href="quantize.html">color
+reduction algorithm</a> for a description of these values.</p>
+
+<p>If <a href="command-line-options.html#verbose">-verbose</a> precedes this option, copious
+amounts of image properties are displayed including image statistics, profiles,
+image histogram, and others.</p>
+
+<div style="margin: auto;">
+  <h4><a id="ift"></a>-ift</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>implements the inverse discrete Fourier transform (DFT).</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option is new as of ImageMagick 6.5.4-3 (and now working for Windows
+users in ImageMagick 6.6.0-9). It transforms a pair of magnitude and phase
+images from the frequency domain to a single image in the normal or spatial
+domain. See for example, <a
+href="http://en.wikipedia.org/wiki/Fourier_transform">Fourier Transform</a>,
+<a href="http://en.wikipedia.org/wiki/DFT">Discrete Fourier Transform</a> and
+<a href="http://en.wikipedia.org/wiki/FFT">Fast Fourier Transform</a>.</p>
+
+<p>For example, depending upon the image format used to store the result of
+the <a href="command-line-options.html#fft">-fft</a>, one would use either</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert fft_image.miff -ift fft_image_ift.png</span></p>
+<p>or</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert fft_image-0.png fft_image-1.png -ift fft_image_ift.png</span></p>
+
+<p>The resulting image may need to be cropped due to padding introduced when
+the original image, prior to the <a href="command-line-options.html#fft">-fft</a> or <a
+href="command-line-options.html#fft">+fft</a>, was not square or even dimensioned. Any padding is at
+the right and/or bottom sides of the image.</p>
+
+<p>The <a href="http://www.fftw.org/">FFTW</a> delegate library is required to
+use <a href="command-line-options.html#ift">-ift</a>.</p>
+
+<p>Use <a href="command-line-options.html#ift">+ift</a> (with HDRI enabled) to transform a pair of real
+and imaginary images from the frequency domain to a single image in the normal
+(spatial) domain.</p>
+
+<p>By default the IFT is not normalized (and the FFT is). Use "<code><a href="command-line-options.html#define" >-define</a> fourier:normalize=inverse</code> to explictly normalize the IFT and unnormalize the FFT.</p>
+
+<div style="margin: auto;">
+  <h4><a id="immutable"></a>-immutable</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>make image immutable.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="implode"></a>-implode <em class="arg">factor</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>implode image pixels about the center.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="insert"></a>-insert <em class="arg">index</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>insert the last image into the image sequence.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option takes last image in the current image sequence and inserts it
+at the given index. If a negative index is used, the insert position is
+calculated before the last image is removed from the sequence. As such
+<code>-insert -1</code> will result in no change to the image sequence.</p>
+
+<p>The <code>+insert</code> option is equivalent to <code>-insert -1</code>. In
+other words, insert the last image, at the end of the current image sequence.
+Consequently this has no effect on the image sequence order.</p>
+
+<div style="margin: auto;">
+  <h4><a id="intensity"></a>-intensity <em class="arg">method</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>method to generate intensity value from pixel.</td><td style='text-align:right;'></td></tr></table>
+
+<p>ImageMagick provides a number of methods used in situations where an
+operatory needs to determine a single grayscale value for some purpose, from
+an image with red, green, and blue pixel components. Typically the linear
+<code>Rec709Luminance</code> formula is used, which is the same formula used when 
+converting images to <code>-colorspace gray</code>. </p>
+
+<p>The following formulas are currently provided, and will first convert
+the pixel values to linear-RGB or non-linear sRGB colorspace before
+being applied to calulate the final greyscale value. </p>
+
+<pre class="text">
+   Rec601Luma        0.298839R' + 0.586811G'+ 0.114350B'
+   Rec601Luminance   0.298839R + 0.586811G + 0.114350B
+   Rec709Luma        0.212656R' + 0.715158G' + 0.072186B'
+   Rec709Luminance   0.212656R + 0.715158G + 0.072186B
+   Brightness        max(R', G', B')
+   Lightness         (min(R', G', B') + max(R', G', B')) / 2.0
+</pre>
+<p>Note that the above R,G,B values is the image's linear-RGB values, while
+R',G',B' are sRGB non-linear values. </p>
+
+<p>These intensity methods are mathematical in nature and will use the
+current value in the images respective R,G,B channel regardless of
+what that is, or what colorspace the image is currently using.</p>
+
+<pre class="text">
+   Average           (R + G + B) / 3.0
+   MS                (R^2 + G^2 + B^2) / 3.0
+   RMS               sqrt( (R^2 + G^2 + B^2) / 3.0 )
+</pre>
+
+<p>These methods are often used for other purposes, such as generating a
+grayscale difference image between two color images (using <a href="command-line-options.html#compose"
+>-compose</a> '<code>Difference</code>' composition. </p>
+
+<p> For example The 'MS' (Mean Squared) setting is good for minimizing color
+error comparisions.  While...  The method 'RMS' (Root Mean Squared) for
+example is appropriate for calculating color vector distance, from a color
+difference image.  This is equivalent to the color only component of the <a
+href="command-line-options.html#fuzz" >-fuzz</a> factor color compare setting.  </p>
+
+<p>See also <a href="command-line-options.html#grayscale" >-grayscale</a> which applies one of the above
+grayscaling formula directly to an image without setting the <a
+href="command-line-options.html#intensity" >-intensity</a> setting.</p>
+
+<p>The <a href="command-line-options.html#colorspace" >-colorspace gray</a> image conversion also uses
+the current intensity setting, but will always convert the image to the
+appropriate sRGB or linear-RGB colorspace before appling the above
+function.</p>
+
+<p>To print a complete list of posible pixel intensity setting methods, use <a href="command-line-options.html#list">-list intensity</a>.</p>
+
+<p>Operators affected by the <a href="command-line-options.html#intensity" >-intensity</a> setting include:</p>
+
+<pre class="text">
+-adaptive-blur
+-adaptive-sharpen
+-black-threshold
+-clut (when mapping greyscale CLUT image to alpha channel if set by -channels)
+-colors for gray colorspace
+-compose {LightenIntensity, DarkenIntensity, CopyOpacity, CopyBlack}
+-contrast-stretch
+-distort {ErodeIntensity, DilateIntensity}
+-normalize
+-random-threshold
+-selective-blur
+-shade
+-threshold
+-tint
+-white-threshold
+</pre>
+
+<div style="margin: auto;">
+  <h4><a id="intent"></a>-intent <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>use this type of rendering intent when managing the image color.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Use this option to affect the color management operation of an image (see
+<a href="command-line-options.html#profile">-profile</a>).  Choose from these intents: <code>Absolute,
+Perceptual, Relative, Saturation</code>.</p>
+
+<p>The default intent is Perceptual for the sRGB colorspace and undefined for the RGB and gray colorspaces.</p>
+
+<p>To print a complete list of rendering intents, use <a href="command-line-options.html#list">-list intent</a>.</p>
+
+<div style="margin: auto;">
+  <h4><a id="interlace"></a>-interlace <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>the type of interlacing scheme.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Choose from:</p>
+
+<pre class="text">
+   none
+   line
+   plane
+   partition
+   JPEG
+   GIF
+   PNG
+</pre>
+
+<p>This option is used to specify the type of interlacing scheme for raw image
+formats such as <code>RGB</code> or <code>YUV</code>.</p>
+
+<p><code>None</code> means do not interlace (RGBRGBRGBRGBRGBRGB...),</p>
+
+<p><code>Line</code> uses scanline interlacing (RRR...GGG...BBB...RRR...GGG...BBB...), and.</p>
+
+<p><code>Plane</code> uses plane interlacing (RRRRRR...GGGGGG...BBBBBB...).</p>
+
+<p><code>Partition</code> is like plane except the different planes are saved to
+individual files (e.g. image.R, image.G, and image.B).</p>
+
+<p>Use <code>Line</code> or <code>Plane</code> to create an <code>interlaced
+PNG</code> or <code>GIF</code> or <code>progressive JPEG</code> image.</p>
+
+<p>To print a complete list of interlacing schemes, use <a href="command-line-options.html#list">-list
+interlace</a>.</p>
+
+<div style="margin: auto;">
+  <h4><a id="interpolate"></a>-interpolate <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the pixel color interpolation method to use when looking up a color based on a floating point or real value.</td><td style='text-align:right;'></td></tr></table>
+
+<p>When looking up the color of a pixel using a non-integer floating point
+value, you typically fall in between the pixel colors defined by the source
+image. This setting determines how the color is determined from the colors of
+the pixels surrounding that point.  That is how to determine the color of a
+point that falls between two, or even four different colored pixels. </p>
+
+<pre class="text">
+   integer           The color of the top-left pixel (floor function)
+   nearest-neighbor  The nearest pixel to the lookup point (rounded function)
+   average           The average color of the surrounding four pixels
+   bilinear          A double linear interpolation of pixels (the default)
+   mesh              Divide area into two flat triangular interpolations
+   bicubic           Fitted bicubic-spines of surrounding 16 pixels
+   spline            Direct spline curves (colors are blurred)
+   filter            Use resize <a href="command-line-options.html#filter">-filter</a> settings
+</pre>
+
+<p>This most important for distortion operators such as <a href="command-line-options.html#distort"
+>-distort</a>, <a href="command-line-options.html#implode" >-implode</a>, <a href="command-line-options.html#transform"
+>-transform</a> and <a href="command-line-options.html#fx" >-fx</a>. </p>
+
+<p>To print a complete list of interpolation methods, use <a href="command-line-options.html#list">-list interpolate</a>.</p>
+
+<p>See also <a href="command-line-options.html#virtual-pixel" >-virtual-pixel</a>, for control of the
+lookup for positions outside the boundaries of the image. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="interline-spacing"></a>-interline-spacing <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>the space between two text lines.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="interword-spacing"></a>-interword-spacing <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>the space between two words.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="kerning"></a>-kerning <em class="arg">value</em></h4>
+</div>
+
+<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="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%'>assign a label to an image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Use this option to assign a specific label to the image, as it is read in
+or created.  You can use the <a href="command-line-options.html#set" >-set</a> operation to re-assign
+a the labels of images already read in.  Image formats such as TIFF, PNG,
+MIFF, supports saving the label information with the image.</p>
+
+<p>When saving an image to a <em class="arg">PostScript</em> file, any label
+assigned to an image is used as a header string to print above the postscript
+image. </p>
+
+<p>You can include the image filename, type, width, height, or other image
+attribute by embedding special format character.  See <a href="escape.html">Format and Print Image
+Properties</a> for details of the percent escape codes.</p>
+
+<p>For example,</p>
+
+<p class="crtsnip">
+  -label "%m:%f %wx%h"  bird.miff
+</p>
+
+<p>assigns an image label of <code>MIFF:bird.miff 512x480</code> to the
+"<code>bird.miff</code>" image and whose width is 512 and height is 480, as it
+is read in.  If a  <a href="command-line-options.html#label">+label</a> option was used instead, any
+existing label present in the image would be used.  You can remove all labels
+from an image by assigning the empty string. </p>
+
+<p>A label is not drawn on the image, but is embedded in the image datastream
+via <em>Label</em> tag or similar mechanism. If you want the label to be
+visible on the image itself, use the <a href="command-line-options.html#draw">-draw</a> option, or
+during the final processing in the creation of an image montage.</p>
+
+<p>If the first character of <em class="arg">string</em> is <em
+class="arg">@</em>, the image label is read from a file titled by the
+remaining characters in the string. Labels in a file are literal, no embedded
+formatting characters are recognized.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="lat"></a>-lat <em class="arg">width</em><br />-lat <em class="arg">width</em>x<em class="arg">height</em>{<em class="arg">+-</em>}<em class="arg">offset</em>{<em class="arg">%</em>}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>perform local adaptive threshold.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Adaptively threshold each pixel based on the value of pixels in a
+surrounding window.  If the current pixel is lighter than this average plus
+the optional <code>offset</code>, then it is made white, otherwise it is made
+black.  Small variations in pixel values such as found in scanned documents
+can be ignored if offset is positive. A negative offset will make it more
+sensitive to those small variations. </p>
+
+<p>This is commonly used to threshold images with an uneven background.  It is
+based on the assumption that average color of the small window is the
+the local background color, from which to separate the foreground color. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="layers"></a>-layers <em class="arg">method</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>handle multiple images forming a set of image layers or animation frames.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Perform various image operation methods to a ordered sequence of images
+which may represent either a set of overlaid 'image layers', a GIF disposal
+animation, or a fully-'coalesced' animation sequence. </p>
+
+<table class="doc">
+  <tbody>
+  <tr valign="top">
+    <th align="left" style="width: 8%">Method</th>
+    <th align="left">Description</th>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">compare-any</td>
+    <td valign="top">Crop the second and later frames to the smallest rectangle
+        that contains all the differences between the two images.  No GIF <a
+        href="command-line-options.html#dispose" >-dispose</a> methods are taken into account. </td>
+  </tr>
+
+  <tr><td></td><td>This exactly the same as the <a href="command-line-options.html#deconstruct"
+        >-deconstruct</a> operator, and does not preserve animations normal
+        working, especially when animation used layer disposal methods such as
+        '<code>Previous</code>' or '<code>Background</code>'. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">compare-clear</td>
+    <td valign="top">As '<code>compare-any</code>' but crop to the bounds of any
+       opaque pixels which become transparent in the second frame. That is the
+       smallest image needed to mask or erase pixels for the next frame. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">compare-overlay</td>
+    <td valign="top">As '<code>compare-any</code>' but crop to pixels that add
+       extra color to the next image, as a result of overlaying color pixels.
+       That is the smallest single overlaid image to add or change colors. </td>
+   </tr>
+
+   <tr><td></td><td>This can be used with the <a href="command-line-options.html#compose" >-compose</a> alpha
+       composition method '<code>change-mask</code>', to reduce the image to
+       just the pixels that need to be overlaid. </td>
+   </tr>
+
+  <tr valign="top">
+    <td valign="top">coalesce</td>
+    <td valign="top">Equivalent to a call to the <a href="command-line-options.html#coalesce"
+        >-coalesce</a> operator.  Apply the layer disposal methods set in the
+        current image sequence to form a fully defined animation sequence, as
+        it should be displayed.  Effectively converting a GIF animation into a
+        'film strip'-like animation.  </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">composite</td>
+    <td valign="top">Alpha Composition of two image lists, separated by a
+        "<code>null:</code>" image, with the destination image list first, and
+        the source images last.  An image from each list are composited
+        together until one list is finished. The separator image and source
+        image lists are removed. </td>
+  </tr>
+
+
+  <tr><td></td>
+    <td>The <a href="command-line-options.html#geometry" >-geometry</a> offset is adjusted according
+        to <a href="command-line-options.html#gravity" >-gravity</a> in accordance of the virtual
+        canvas size of the first image in each list. Unlike a normal <a
+        href="command-line-options.html#composite" >-composite</a> operation, the canvas offset is also
+        added to the final composite positioning of each image. </td> </tr>
+
+  <tr><td></td>
+    <td>If one of the image lists only contains one image, that image is
+        applied to all the images in the other image list, regardless of which
+        list it is. In this case it is the image meta-data of the list which
+        preserved.  </td>
+  </tr>
+
+
+  <tr valign="top">
+    <td valign="top">dispose</td>
+    <td valign="top">This like '<code>coalesce</code>' but shows the look of
+        the animation after the layer disposal method has been applied, before
+        the next sub-frame image is overlaid. That is the 'dispose' image that
+        results from the application of the GIF <a href="command-line-options.html#dispose"
+        >-dispose</a> method.  This allows you to check what
+        is going wrong with a particular animation you may be developing.
+        </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">flatten</td>
+    <td valign="top">Create a canvas the size of the first images virtual
+        canvas using the current <a href="command-line-options.html#background" >-background</a> color,
+        and <a href="command-line-options.html#compose" >-compose</a> each image in turn onto that
+        canvas.  Images falling outside that canvas is clipped. Final
+        image will have a zero virtual canvas offset. </td>
+  </tr>
+
+  <tr><td></td>
+    <td>This usually used as one of the final 'image layering' operations
+        overlaying all the prepared image layers into a final image. </td>
+  </tr>
+
+  <tr><td></td>
+    <td>For a single image this method can also be used to fillout a virtual
+        canvas with real pixels, or to underlay an opaque color to remove
+        transparency from an image.</td>
+  </tr>
+
+
+  <tr valign="top">
+    <td valign="top">merge</td>
+    <td valign="top">As 'flatten' method but merging all the given image
+        layers to create a new layer image just large enough to hold all the
+        image without clipping or extra space. The new images virtual offset
+        will preserve the position of the new layer, even if this offset is
+        negative.  The virtual canvas size of the first image is preserved.
+        </td>
+  </tr>
+
+  <tr><td></td><td>Caution is advised when handling image layers with
+        negative offsets as few image file formats handle them correctly.
+        Following this operation method with <a href="command-line-options.html#repage" >+repage</a>
+        will remove the layer offset, and create an image in which all the
+        overlaid image positions relative to each other is preserved, though
+        not necessarily exactly where you specified them.
+        </td>
+  </tr>
+
+  <tr><td></td><td>See also 'trim-bounds' below which is closely related but
+        without  doing the'flatten' to merge the images together. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">mosaic</td>
+    <td valign="top">As 'flatten' method but expanding the initial canvas size
+        of the first image in a positive direction only so as to hold all the
+        image layers.  However as a virtual canvas is 'locked' to the origin,
+        by its own definition, image layers with a negative offsets will still
+        become clipped by the top and left edges. See 'merge' or 'trim-bounds'
+        if this could be a problem. </td>
+
+  </tr>
+
+  <tr><td></td><td>This method is commonly used to layout individual image
+        using various offset but without knowing the final canvas size. The
+        resulting image will, like 'flatten' not have any virtual offset, so
+        can be saved to any image file format. </td>
+  </tr>
+
+
+  <tr valign="top">
+    <td valign="top">optimize</td>
+    <td valign="top">Optimize a coalesced animation, into GIF animation using
+        a number of general techniques.  This currently a short cut to
+        apply both the '<code>optimize-frame</code>', and
+        '<code>optimize-transparency</code>' methods but may be expanded to
+        include other optimization methods as they are developed. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">optimize-frame</td>
+    <td valign="top">Optimize a coalesced animation, into GIF animation by
+        reducing the number of pixels per frame as much as possible by
+        attempting to pick the best layer disposal method to use, while ensuring
+        the result will continue to animate properly. </td>
+  </tr>
+
+  <tr><td></td><td> There is no guarantee that the best optimization is found.
+        But then no reasonably fast GIF optimization algorithm can do this.
+        However this does seem to do better than most other GIF frame
+        optimizers seen. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">optimize-plus</td>
+    <td valign="top">As '<code>optimize-frame</code>' but attempt to improve the
+        overall optimization by adding extra frames to the animation, without
+        changing the final look or timing of the animation.  The frames are
+        added to attempt to separate the clearing of pixels from the
+        overlaying of new additional pixels from one animation frame to the
+        next.  If this does not improve the optimization (for the next frame
+        only), it will fall back to the results of the previous normal
+        '<code>optimize-frame</code>' technique. </td>
+  </tr>
+
+  <tr><td></td><td>There is the possibility that the change in the disposal
+        style will result in a worsening in the optimization of later frames,
+        though this is unlikely. In other words there no guarantee that it is
+        better than the normal '<code>optimize-frame</code>' technique. For some
+        animations however you can get a vast improvement in the final
+        animation size. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">optimize-transparency</td>
+    <td valign="top">Given a GIF animation, replace any pixel in the sub-frame
+        overlay images with transparency, if it does not change the resulting
+        animation by more than the current <a href="command-line-options.html#fuzz" >-fuzz</a> factor.
+        </td>
+  </tr>
+
+  <tr><td></td><td>This should allow a existing frame optimized GIF animation
+        to compress into a smaller file size due to larger areas of one
+        (transparent) color rather than a pattern of multiple colors repeating
+        the current disposed image of the last frame. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">remove-dups</td>
+    <td valign="top">Remove (and merge time delays) of duplicate consecutive
+        images, so as to simplify layer overlays of coalesced animations.
+        </td>
+  </tr>
+
+   <tr><td></td><td>Usually this a result of using a constant time delay
+        across the whole animation, or after a larger animation was split into
+        smaller sub-animations.  The duplicate frames could also have been
+        used as part of some frame optimization methods. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">remove-zero</td>
+    <td valign="top">Remove any image with a zero time delay, unless ALL the
+        images have a zero time delay (and is not a proper timed animation, a
+        warning is then issued). </td>
+  </tr>
+
+  <tr><td></td><td>In a GIF animation, such images are usually frames which
+        provide partial intermediary updates between the frames that are
+        actually displayed to users.  These frames are usually added for
+        improved frame optimization in GIF animations. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">trim-bounds</td>
+    <td valign="top">Find the bounds of all the images in the current
+        image sequence, then adjust the offsets so all images are contained on
+        a minimal positive canvas. None of the image data is modified or
+        merged, only the individual image virtual canvas size and offset.
+        All the images is given the same canvas size, and and will have
+        a positive offset, but will remain in the same position relative to
+        each other. As a result of the minimal canvas size at least one image
+        will touch every edge of that canvas.  The image data touching those
+        edges however may be transparent.  </td>
+  </tr>
+
+  <tr><td></td><td>The result is much like if you used 'merge' followed by a
+        <a href="command-line-options.html#repage" >+repage</a> option, except that all the images
+        have been kept separate.  If 'flatten' is used after using
+        'trim-bounds' you will get the same result.  </td>
+  </tr>
+
+  </tbody>
+</table>
+
+<p>To print a complete list of layer types, use <a href="command-line-options.html#list">-list layers</a>.</p>
+
+<p>The operators <a href="command-line-options.html#coalesce" >-coalesce</a>, <a href="command-line-options.html#deconstruct"
+>-deconstruct</a>, <a href="command-line-options.html#flatten" >-flatten</a>, and <a href="command-line-options.html#mosaic"
+>-mosaic</a> are only aliases for the above methods and may be depreciated in
+the future.  Also see  <a href="command-line-options.html#page" >-page</a>,  <a href="command-line-options.html#repage"
+>-repage</a> operators, the <a href="command-line-options.html#compose" >-compose</a> setting, and the
+GIF <a href="command-line-options.html#dispose" >-dispose</a> and  <a href="command-line-options.html#delay" >-delay</a>
+settings. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="level"></a>-level <em class="arg">black_point</em>{,<em class="arg">white_point</em>}{<em class="arg">%</em>}{,<em class="arg">gamma</em>}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>adjust the level of image channels.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Given one, two or three values delimited with commas: black-point,
+white-point, gamma (for example: 10,250,1.0 or 2%,98%,0.5). The black and
+white points range from 0 to <em class="QR">QuantumRange</em>, or from 0 to
+100%; if the white point is omitted it is set to (<em
+class="QR">QuantumRange</em> - black_point), so as to center contrast changes.
+If a <code>%</code> sign is present anywhere in the string, both black and white
+points are percentages of the full color range.  Gamma will do a <a
+href="command-line-options.html#gamma">-gamma</a> adjustment of the values.  If it is omitted, the
+default of 1.0 (no gamma correction) is assumed.</p>
+
+<p>In normal usage (<code>-level</code>) the image values are stretched so that
+the given '<code>black_point</code>' value in the original image is set to zero
+(or black), while the given '<code>white_point</code>' value is set to <em
+class="QR">QuantumRange</em> (or white).  This provides you with direct
+contrast adjustments to the image.  The '<code>gamma</code>' of the resulting
+image will then be adjusted. </p>
+
+<p>From ImageMagick v6.4.1-9 using the plus form of the operator
+(<code>+level</code>) or adding the special '!' flag anywhere in the argument
+list, will cause the operator to do the reverse of the level adjustment.  That
+is a zero, or <em class="QR">QuantumRange</em> value (black, and white, resp.)
+in the original image, is adjusted to the given level values, allowing you to
+de-contrast, or compress the channel values within the image. The
+'<code>gamma</code>' is adjusted before the level adjustment to de-contrast the
+image is made. </p>
+
+<p>Only the channels defined by the current <a href="command-line-options.html#channel">-channel</a>
+setting are adjusted (defaults to RGB color channels only), allowing you to
+limit the effect of this operator. </p>
+
+<p>Please note that the transparency channel is treated as 'matte'
+values (0 is opaque) and not as 'alpha' values (0 is transparent).</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="level-colors"></a>-level-colors {<em
+  class="arg">black_color</em>}{,}{<em class="arg">white_color</em>}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>adjust the level of an image using the provided dash separated colors.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This function is exactly like <a href="command-line-options.html#level">-level</a>, except that the
+value value for each color channel is determined by the
+'<code>black_color</code>' and '<code>white_color</code>' colors given (as
+described under the <a href="command-line-options.html#fill">-fill</a> option). </p>
+
+<p>This effectually means the colors provided to <code>-level-colors</code>
+is mapped to become 'black' and 'white' respectively, with all the other
+colors linearly adjusted (or clipped) to match that change. Each channel is
+adjusted separately using the channel values of the colors specified. </p>
+
+<p>On the other hand the plus form of the operator (<code>+level-colors</code>)
+will map the image color 'black' and 'white' to the given colors
+respectively, resulting in a gradient (de-contrasting) tint of the image to
+those colors. This can also be used to convert a plain gray-scale image into a
+one using the gradient of colors specified. </p>
+
+<p>By supplying a single color with a comma separator either before or after
+that color, will just replace the respective 'black' or 'white' point
+respectively.  But if no comma separator is provided, the given color is
+used for both the black and white color points, making the operator either
+threshold the images around that color (- form) or set all colors to that
+color (+ form). </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="limit"></a>-limit <em class="arg">type value</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>
+
+<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
+with SI prefixes (.e.g 100MB).</p>
+
+<p>By default the limits are 768 files, 3GB of image area, 1.5GiB memory, 3GiB
+memory map, and 18.45EB of disk.  These limits are adjusted relative to the
+available resources on your computer if this information is available.   When
+any limit is reached, ImageMagick fails in some fashion but attempts to take
+compensating actions, if possible. For example, the following limits
+memory:</p>
+
+<p class="crtsnip">
+  -limit memory 32MiB -limit map 64MiB
+</p>
+
+<p>Use <a href="command-line-options.html#list">-list resource</a> to list the current limits. For example, our system shows these limits:</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -list resource</span><span class='crtout'></span></p><pre class="text">
+  File         Area       Memory          Map         Disk   Thread         Time
+  ------------------------------------------------------------------------------
+   768     12.404GB    8.6642GiB    23.104GiB  18.446744EB        8    unlimited
+</pre>
+
+<p>Requests for pixel storage to keep intermediate images are satisfied by one
+of three resource categories: in-memory pool, memory-mapped files pool, and
+disk pool (in that order) depending on the <a href="command-line-options.html#limit">&#x2011;limit</a> settings
+and whether the system honors a resource request. If the total size of
+allocated pixel storage in the given pool reaches the corresponding limit, the
+request is passed to the next pool. Additionally, requests that exceed the
+<code>area</code> limit automagically are allocated on disk.</p>
+
+<p>To illustrate how ImageMagick utilizes resource limits, consider a typical
+image resource request.  First, ImageMagick tries to allocate the pixels in
+memory.  The request might be denied if the resource request exceeds the
+<code>memory</code> limit or if the system does not honor the request.  If
+a memory request is not honored, the pixels are allocated to disk and the file
+is memory-mapped. However, if the allocation request exceeds the
+<code>map</code> limit, the resource allocation goes to disk. In all cases, if
+the resource request exceeds the <code>area</code> limit, the pixels are
+automagically cached to disk. If the disk has a hard limit, the program
+fails.</p>
+
+<p>In most cases you simply do not need to concern yourself with resource
+limits.  ImageMagick chooses reasonable defaults and most images do not tax
+your computer resources.  Where limits do come in handy is when you process
+images that are large or on shared systems where ImageMagick can consume all
+or most of the available memory. In this case, the ImageMagick workflow slows
+other processes or, in extreme cases, brings the system to a halt.  Under
+these circumstances, setting limits give some assurances that the ImageMagick
+workflow will not interfere with other concurrent uses of the computer.  For
+example, assume you have a web interface that processes images uploaded from
+the Internet.  To assure ImageMagick does not exceed 10MiB of memory you can
+simply set the area limit to 10MiB:</p>
+
+<p class="crtsnip">
+-limit area 10MB
+</p>
+
+<p>Now whenever a large image is processed, the pixels are automagically
+cached to disk instead of memory.  This of course implies that large images
+typically process very slowly, simply because pixel processing in memory can
+be an order of magnitude faster than on disk.  Because your web site users
+might inadvertently upload a huge image to process, you should set a disk
+limit as well:</p>
+
+<p class="crtsnip">
+-limit area 10MB -limit disk 500MB
+</p>
+
+<p>Here ImageMagick stops processing if an image requires more than 500MB of disk storage.</p>
+
+<p>In addition to command-line resource limit option, resources can be set
+with <a href="resources.html#environment" >environment variables</a>. Set the
+environment variables <code>MAGICK_AREA_LIMIT</code>,
+<code>MAGICK_DISK_LIMIT</code>, <code>MAGICK_FILE_LIMIT</code>,
+<code>MAGICK_MEMORY_LIMIT</code>, <code>MAGICK_MAP_LIMIT</code>,
+<code>MAGICK_THREAD_LIMIT</code>, <code>MAGICK_TIME_LIMIT</code> for limits of
+image area, disk space, open files, heap memory, memory map, number of threads
+of execution, and maximum elapsed time in seconds respectively.</p>
+
+<p> Inquisitive users can try adding <a href="command-line-options.html#debug">-debug cache</a> to
+their commands and then scouring the generated output for references to the
+pixel cache, in order to determine how the pixel cache was allocated and how
+resources were consumed. Advanced Unix/Linux users can pipe that output
+through <code>grep memory|open|destroy|disk</code> for more readable sifting.
+</p>
+
+<p>For more about ImageMagick's use of resources, see the section <b>Cache
+Storage and Resource Requirements</b> on the <a href="architecture.html#cache
+">Architecture</a> page.  </p>
+
+<div style="margin: auto;">
+  <h4><a id="linear-stretch"></a>-linear-stretch <em class="arg">black-point</em><br />-linear-stretch <em class="arg">black-point</em>{x<em class="arg">white-point</em>}{<em class="arg">%</em>}}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Linear with saturation stretch.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This is very similar to <a href="command-line-options.html#contrast-stretch" >-contrast-stretch</a>,
+and uses a 'histogram bin' to determine the range of color values that needs to
+be stretched.  However it then stretches those colors using the <a
+href="command-line-options.html#level" >-level</a> operator.</p>
+
+<p>As such while the initial determination may have 'binning' round off
+effects, the image colors are stretched mathematically, rather than using the
+histogram bins.  This makes the operator more accurate. </p>
+
+<p>note however that a <a href="command-line-options.html#linear-stretch" >-linear-stretch</a> of
+'<code>0</code>' does nothing, while a value of '<code>1</code>' does a near
+perfect stretch of the color range. </p>
+
+<p>See also <a href="command-line-options.html#auto-level" >-auto-level</a> for a 'perfect'
+normalization of mathematical images. </p>
+
+<p>This operator is under review for re-development. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="linewidth"></a>-linewidth</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>the line width for subsequent draw operations.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="liquid-rescale"></a>-liquid-rescale <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>rescale image with seam-carving.</td><td style='text-align:right;'></td></tr></table>
+
+<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p>
+
+<div style="margin: auto;">
+  <h4><a id="list"></a>-list <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Print a list of supported arguments for various options or settings.  Choose from these list types:</td><td style='text-align:right;'></td></tr></table>
+
+<pre class="text">
+   Align          Alpha          Boolean        Channel
+   Class          ClipPath       Coder          Color
+   Colorspace     Command        Compose        Compress
+   Configure      DataType       Debug          Decoration
+   Delegate       Direction      Dispose        Distort
+   Dither         Endian         Evaluate       FillRule
+   Filter         Font           Format         Function
+   Gravity        ImageList      Intent         Interlace
+   Interpolate    Kernel         Layers         LineCap
+   LineJoin       List           Locale         LogEvent
+   Log            Magic          Method         Metric
+   Mime           Mode           Morphology     Module
+   Noise          Orientation    Policy         PolicyDomain
+   PolicyRights   Preview        Primitive      QuantumFormat
+   Resource       SparseColor    Storage        Stretch
+   Style          Threshold      Type           Units
+   Validate       VirtualPixel
+</pre>
+
+<p>These lists vary depending on your version of ImageMagick. Use "<code>-list
+list</code>" to get a complete listing of all the "<code>-list</code>" arguments
+available:</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -list list</span></p>
+<div style="margin: auto;">
+  <h4><a id="log"></a>-log <em class="arg">string</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Specify format for debug log.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option specifies the format for the log printed when the <a
+href="command-line-options.html#debug">-debug</a> option is active.</p>
+
+<p>You can display the following components by embedding special format
+characters:</p>
+
+<pre class="text">
+   %d  domain
+   %e  event
+   %f  function
+   %l  line
+   %m  module
+   %p  process ID
+   %r  real CPU time
+   %t  wall clock time
+   %u  user CPU time
+   %%  percent sign
+   \n  newline
+   \r  carriage return
+</pre>
+
+<p>For example:</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -debug coders -log "%u %m:%l %e" in.gif out.png</span></p>
+<p>The default behavior is to print all of the components.</p>
+
+<div style="margin: auto;">
+  <h4><a id="loop"></a>-loop <em class="arg">iterations</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>add Netscape loop extension to your GIF animation.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Set iterations to zero to repeat the animation an infinite number of times,
+otherwise the animation repeats itself up to <em class="arg">iterations</em>
+times.</p>
+
+<div style="margin: auto;">
+  <h4><a id="lowlight-color"></a>-lowlight-color <em class="arg">color</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>when comparing images, de-emphasize pixel differences with this color.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="magnify"></a>-magnify</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>double the size of the image with pixel art scaling.</td><td style='text-align:right;'></td></tr></table>
+
+
+<div style="margin: auto;">
+  <h4><a id="map"></a>-map <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Display image using this <em class="arg">type</em>.</td><td style='text-align:right;'>[<a href="animate.html">animate</a>, <a href="display.html">display</a>]</td></tr></table>
+
+<p>Choose from these <em class="arg">Standard Colormap</em> types:</p>
+
+<pre class="text">
+   best
+   default
+   gray
+   red
+   green
+   blue
+</pre>
+
+<p>The <em class="arg">X server</em> must support the <em class="arg">Standard
+Colormap</em> you choose, otherwise an error occurs.  Use <code>list</code> as
+the type and <code>display</code> searches the list of colormap types in
+<code>top-to-bottom</code> order until one is located. See <em
+class="arg">xstdcmap(1)</em> for one way of creating Standard Colormaps.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="map_stream_"></a>-map <em class="arg">components</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>pixel map.</td><td style='text-align:right;'>[<a href="stream.html">stream</a>]</td></tr></table>
+
+<p>Here are the valid components of a map:</p>
+
+<pre class="text">
+   r  red pixel component
+   g  green pixel component
+   b  blue pixel component
+   a  alpha pixel component (0 is transparent)
+   o  opacity pixel component (0 is opaque)
+   i  grayscale intensity pixel component
+   c  cyan pixel component
+   m  magenta pixel component
+   y  yellow pixel component
+   k  black pixel component
+   p  pad component (always 0)
+</pre>
+
+<p>You can specify as many of these components as needed in any order (e.g.
+bgr).  The components can repeat as well (e.g. rgbr).</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="mask"></a>-mask
+<em class="arg">filename</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Prevent updates to image pixels specified by the mask.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This the same as using a mask used for composite masking operations, with
+grayscale values causing blended updates of the image the mask is attached to.
+</p>
+
+<p>Use <a href="command-line-options.html#mask">+mask</a> to remove the mask from images.</p>
+
+<p>Also see <a href="command-line-options.html#clip-mask">-clip-mask</a> which work in the same way,
+but with strict boolean masking. </p>
+
+<div style="margin: auto;">
+  <h4><a id="mattecolor"></a>-mattecolor <em class="arg">color</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Specify the color to be used with the <a href="command-line-options.html#frame">-frame</a> option.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The color is specified using the format described under the <a href="command-line-options.html#fill">-fill</a> option.</p>
+
+<p>The default matte color is <code>#BDBDBD</code>, <span
+style="background-color: #bdbdbd;">this shade of gray</span>.</p>
+
+<div style="margin: auto;">
+  <h4><a id="maximum"></a>-maximum</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>return the maximum intensity of an image sequence.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Select the 'maximum' value from all the surrounding pixels. </p>
+
+<p>This is legacy option from the <a href="command-line-options.html#statistic" >method</a> of the same
+name. </p>
+
+<div style="margin: auto;">
+  <h4><a id="median"></a>-median <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>apply a median filter to the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Select the 'middle' value from all the surrounding pixels. </p>
+
+<p>This is legacy option from the <a href="command-line-options.html#statistic" >method</a> of the same
+name. </p>
+
+<div style="margin: auto;">
+  <h4><a id="mean-shift"></a>-mean-shift <em class="arg">width</em>x<em class="arg">height</em>{<em class="arg">+distance</em>{%}}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>image noise removal and color reduction/segmentation (e.g. -mean-shift 7x7+10%).</td><td style='text-align:right;'></td></tr></table>
+
+<p><em class="arg">width</em>x<em class="arg">height</em> is the window size and <em class="arg">distance</em> is the color distance measured in the range 0 to 1 or 0 to 100%</p>
+
+<p>The mean shift algorithm is iterative and thus slower the larger the window size. For each pixel, it gets all the pixels in the window centered at the pixel and excludes those that are outside the radius=sqrt((width-1)(height-1)/4) surrounding the pixel. From those pixels, it finds which of them are within the specified squared color distance from the current mean. It then computes a new x,y centroid from those coordinates and a new mean. This new x,y centroid is used as the center for a new window. This process is iterated until it converges and the final mean is then used to replace the original pixel value. It repeats this process for the next pixel, etc, until it processes all pixels in the image. Results are better when using other colorspaces rather than RGB. Recommend YIQ, YUV or YCbCr, which seem to give equivalent results.</p>
+
+<div style="margin: auto;">
+  <h4><a id="metric"></a>-metric <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Output to STDERR a measure of the differences between images according to the <em class="arg">type</em> given metric.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Choose from:</p>
+
+<pre class="text">
+  AE     absolute error count, number of different pixels (-fuzz effected)
+  FUZZ   mean color distance
+  MAE    mean absolute error (normalized), average channel error distance
+  MEPP   mean error per pixel (normalized mean error, normalized peak error)
+  MSE    mean error squared, average of the channel error squared
+  NCC    normalized cross correlation
+  PAE    peak absolute (normalized peak absolute)
+  PHASH  perceptual hash
+  PSNR   peak signal to noise ratio
+  RMSE   root mean squared (normalized root mean squared)
+</pre>
+
+<p>Control the '<code>AE</code>', or absolute count of pixels that are different,
+with the <a href="command-line-options.html#fuzz" >-fuzz</a> factor (ignore pixels which
+only changed by a small amount).  Use '<code>PAE</code>' to find the
+size of the <a href="command-line-options.html#fuzz" >-fuzz</a> factor needed to make all pixels
+'similar', while '<code>MAE</code>' determines the factor needed
+for about half the pixels to be similar. </p>
+
+<p>The '<code>MEPP</code>' metric returns three different metrics
+('<code>MAE</code>', '<code>MAE</code>' normalized, and '<code>PAE</code>'
+normalized) from a single comparison run. </p>
+
+<p>To print a complete list of metrics, use the <a href="command-line-options.html#list">-list
+metric</a> option.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="minimum"></a>-minimum</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>return the minimum intensity of an image sequence.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Select the 'minimal' value from all the surrounding pixels. </p>
+
+<p>This is legacy option from the <a href="command-line-options.html#statistic" >method</a> of the same
+name. </p>
+
+
+
+<div style="margin: auto;">
+  <h4><a id="mode"></a>-mode <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>make each pixel the 'predominant color' of the neighborhood.</td><td style='text-align:right;'>[<a href="convert.html">convert</a>, <a href="mogrify.html">mogrify</a>]</td></tr></table>
+
+<div style="margin: auto;">
+  <h4>-mode <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Mode of operation.</td><td style='text-align:right;'>[<a href="montage.html">montage</a>]</td></tr></table>
+
+<p>Choose the <em class="arg">value</em> from these styles: <code>Frame,
+Unframe, or Concatenate</code></p>
+
+<p>Use the <a href="command-line-options.html#list" >-list</a> option with a '<code>Mode</code>' argument
+for a list of <a href="command-line-options.html#mode" >-mode</a> arguments available in your
+ImageMagick installation.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="modulate"></a>-modulate <em class="arg">brightness</em>[,<em class="arg">saturation</em>,<em class="arg">hue</em>]</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Vary the <em class="arg">brightness</em>, <em
+class="arg">saturation</em>, and <em class="arg">hue</em> of an image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The arguments are given as a percentages of variation. A value of 100 means
+no change, and any missing values are taken to mean 100.</p>
+
+<p>The <em class="arg">brightness</em> is a multiplier of the overall
+brightness of the image, so 0 means pure black, 50 is half as bright, 200 is
+twice as bright. To invert its meaning <a href="command-line-options.html#negate">-negate</a> the image
+before and after. </p>
+
+<p>The <em class="arg">saturation</em> controls the amount of color in an
+image. For example, 0 produce a grayscale image, while a large value such as
+200 produce a very colorful, 'cartoonish' color.</p>
+
+<p>The <em class="arg">hue</em> argument causes a "rotation" of the colors
+within the image by the amount specified. For example, 50 results in
+a counter-clockwise rotation of 90, mapping red shades to purple, and so on.
+A value of either 0 or 200 results in a complete 180 degree rotation of the
+image. Using a value of 300 is a 360 degree rotation resulting in no change to
+the original image. </p>
+
+<p>For example, to increase the color brightness by 20% and decrease the color
+saturation by 10% and leave the hue unchanged, use <a
+href="command-line-options.html#modulate">-modulate 120,90</a>.</p>
+
+<p>Use <a href="command-line-options.html#set">-set</a> attribute of '<code
+class="arg">option:modulate:colorspace</code>' to specify which colorspace to
+modulate.  Choose from <code>HCL</code>, <code>HCLp</code>, <code>HSB</code>, <code>HSI</code>, <code>HSL</code> (the default), <code>HSV</code>, <code>HWB</code>, or <code>LCH</code> (LCHuv).  For example,</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.png -set option:modulate:colorspace hsb -modulate 120,90 modulate.png</span></p>
+<div style="margin: auto;">
+  <h4><a id="moments"></a>-moments</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>report image moments and perceptual hash.</td><td style='text-align:right;'>[<a href="identify.html">identify</a>]</td></tr></table>
+
+
+<div style="margin: auto;">
+  <h4><a id="monitor"></a>-monitor</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>monitor progress.</td><td style='text-align:right;'></td></tr></table>
+
+
+<div style="margin: auto;">
+  <h4><a id="monochrome"></a>-monochrome</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>transform the image to black and white.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="morph"></a>-morph <em class="arg">frames</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>morphs an image sequence.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Both the image pixels and size are linearly interpolated to give the
+appearance of a metamorphosis from one image to the next, over all the images
+in the current image list. The added images are the equivalent of a <a
+href="command-line-options.html#blend">-blend</a> composition. The <em class="arg">frames</em>
+argument determine how many images to interpolate between each image. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="morphology"></a>-morphology</h4>
+  <h4>-morphology <em class="arg">method</em>  <em class="arg">kernel</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>apply a morphology method to the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Until I get around to writing an option summary for this, see <a
+href="http://www.imagemagick.org/Usage/morphology/" >IM Usage Examples,
+Morphology</a>. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="mosaic"></a>-mosaic</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>an simple alias for the <a href="command-line-options.html#layers" >-layers</a> method "mosaic"</td><td style='text-align:right;'></td></tr></table>
+
+
+<div style="margin: auto;">
+  <h4><a id="motion-blur"></a>-motion-blur <em class="arg">radius</em><br />-motion-blur <em class="arg">radius</em>x<em class="arg">sigma</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%'>simulate motion blur.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Blur with the given radius, standard deviation (sigma), and angle.   The
+angle given is the angle toward which the image is blurred.  That is the
+direction people would consider the object is coming from. </p>
+
+<p>Note that the blur is not uniform distribution, giving the motion a
+definite sense of direction of movement. </p>
+
+<p>The <a href="command-line-options.html#virtual-pixel">-virtual-pixel</a> setting will determine how
+pixels which are outside the image proper are blurred into the final result.
+</p>
+
+<div style="margin: auto;">
+  <h4><a id="name"></a>-name</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>name an image.</td><td style='text-align:right;'></td></tr></table>
+<div style="margin: auto;">
+  <h4><a id="negate"></a>-negate</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>replace each pixel with its complementary color.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The red, green, and blue intensities of an image are negated. White becomes
+black, yellow becomes blue, etc.  Use <a href="command-line-options.html#negate">+negate</a> to only
+negate the grayscale pixels of the image.</p>
+
+<div style="margin: auto;">
+  <h4><a id="noise"></a>-noise <em class="arg">geometry</em><br/>
+  +noise <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Add or reduce noise in an image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The principal function of noise peak elimination filter is to smooth the
+objects within an image without losing edge information and without creating
+undesired structures.  The central idea of the algorithm is to replace a pixel
+with its next neighbor in value within a pixel window, if this pixel has been
+found to be noise. A pixel is defined as noise if and only if this pixel is
+a maximum or minimum within the pixel window.</p>
+
+<p>Use <code><a href="command-line-options.html#noise">-noise</a> <em class="arg">radius</em></code> to
+specify the width of the neighborhood when reducing noise.  This is equivalent
+to using a <code><a href="command-line-options.html#statistic" >-statistic</a> NonPeak</code> operation,
+which should be used in preference.</p>
+
+<p>Use <a href="command-line-options.html#noise">+noise</a> followed by a noise <em
+class="arg">type</em> to add noise to an image. Choose from these noise
+types:</p>
+
+<pre class="text">
+   Gaussian
+   Impulse
+   Laplacian
+   Multiplicative
+   Poisson
+   Random
+   Uniform
+</pre>
+
+<p>The amount of noise added can be controled by the <code><a
+href="command-line-options.html#attunuuate" >-attenuate</a></code> setting. If unset the value is
+equivalent to 1.0, or a maximum noise addition.</p>
+
+<p>Note that Random will replace the image with noise rather than add noise to the image. Use Uniform, if you wish to add random noise to the image.</p>
+
+<p>To print a complete list of noises, use the <a href="command-line-options.html#list">-list noise</a> option.</p>
+
+<p>Also see the <a href="command-line-options.html#evaluate">-evaluate</a> noise functions that allows
+the use of a controlling value to specify the amount of noise that should be
+added to an image. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="normalize"></a>-normalize</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Increase the contrast in an image by <em>stretching</em> the range of intensity values.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The intensity values are stretched to cover the entire range of possible
+values. While doing so, black-out at most <em>2%</em> of the pixels and
+white-out at most <em>1%</em> of the pixels.</p>
+
+<p>Note that as of ImageMagick 6.4.7-0, <a href="command-line-options.html#normalize" >-normalize</a>
+is equivalent to <a href="command-line-options.html#contrast-stretch" >-contrast-stretch 2%x1%</a>.
+(Before this version, it was equivalent to <a href="command-line-options.html#contrast-stretch"
+>-contrast-stretch 2%x99%</a>).</p>
+
+<p>All the channels are normalized in concert by the came amount so as to
+preserve color integrity, when the default <a href="command-line-options.html#channel" >+channel</a>
+setting is in use.  Specifying any other <a href="command-line-options.html#channel" >-channel</a>
+setting will normalize the RGB channels independently.</p>
+
+<p>See  <a href="command-line-options.html#contrast-stretch" >-contrast-stretch</a> for more details.
+Also see <a href="command-line-options.html#auto-level" >-auto-level</a> for a 'perfect' normalization
+that is better suited to mathematically generated images. </p>
+
+<p>This operator is under review for re-development. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="opaque"></a>-opaque <em class="arg">color</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>change this color to the fill color within the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The <em class="arg">color</em> argument is defined using the format
+described under the <a href="command-line-options.html#fill" >-fill</a> option.  The <a href="command-line-options.html#fuzz"
+>-fuzz</a> setting can be used to match and replace colors similar to the one
+given.</p>
+
+<p>Use <a href="command-line-options.html#opaque">+opaque</a> to paint any pixel that does not match
+the target color. </p>
+
+<p>The <a href="command-line-options.html#transparent">-transparent</a>  operator is exactly the same
+as <a href="command-line-options.html#opaque" >-opaque</a> but replaces the matching color with
+transparency rather than the current <a href="command-line-options.html#fill">-fill</a> color setting.
+To ensure that it can do this it also ensures that the image has an alpha
+channel enabled, as per "<code><a href="command-line-options.html#alpha" >-alpha</a> set</code>", for
+the new transparent colors, and does not require you to modify the <a
+href="command-line-options.html#channel">-channel</a> to enable alpha channel handling. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="ordered-dither"></a>-ordered-dither <em class="arg">threshold_map</em>{,<em class="arg">level</em>...}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>dither the image using a pre-defined  ordered dither <em
+class="arg">threshold map</em> specified, and a uniform color map with the
+given number of <em class="arg">levels</em> per color channel .  </td><td style='text-align:right;'></td></tr></table>
+
+<p>You can choose from these standard threshold maps:</p>
+
+<pre class="text">
+   threshold   1x1   Threshold 1x1 (non-dither)
+   checks      2x1   Checkerboard 2x1 (dither)
+   o2x2        2x2   Ordered 2x2 (dispersed)
+   o3x3        3x3   Ordered 3x3 (dispersed)
+   o4x4        4x4   Ordered 4x4 (dispersed)
+   o8x8        8x8   Ordered 8x8 (dispersed)
+   h4x4a       4x1   Halftone 4x4 (angled)
+   h6x6a       6x1   Halftone 6x6 (angled)
+   h8x8a       8x1   Halftone 8x8 (angled)
+   h4x4o             Halftone 4x4 (orthogonal)
+   h6x6o             Halftone 6x6 (orthogonal)
+   h8x8o             Halftone 8x8 (orthogonal)
+   h16x16o           Halftone 16x16 (orthogonal)
+   c5x5b       c5x5  Circles 5x5 (black)
+   c5x5w             Circles 5x5 (white)
+   c6x6b       c6x6  Circles 6x6 (black)
+   c6x6w             Circles 6x6 (white)
+   c7x7b       c7x7  Circles 7x7 (black)
+   c7x7w             Circles 7x7 (white)
+</pre>
+
+<p> The <code>threshold</code> generated a simple 50% threshold of the image.
+This could be used with <em class="arg" >level</em> to do the equivalent of <a
+href="command-line-options.html#posterize" >-posterize</a> to reduce an image to basic primary colors.
+</p>
+
+<p>The <code>checks</code> pattern produces a 3 level checkerboard  dither
+pattern. That is a grayscale will become a pattern of solid black, solid
+white, and  mid-tone colors into a checkerboard pattern of black and white.
+</p>
+
+<p>You can define your own <em class="arg" >threshold map</em> for ordered
+dithering and halftoning your images, in either personal or system
+<code>thresholds.xml</code> XML file. See <a href="resources.html" >Resources</a>
+for more details of configuration files. </p>
+
+<p>To print a complete list of the thresholds that have been defined, use the
+<a href="command-line-options.html#list" >-list threshold</a> option.</p>
+
+<p>Note that at this time the same threshold dithering map is used for all
+color channels, no attempt is made to offset or rotate the map for different
+channels is made, to create an offset printing effect. Also as the maps are
+simple threshold levels, the halftone and circle maps will create incomplete
+circles along the edges of a colored area. Also all the effects are purely
+on/off boolean effects, without anti-aliasing to make the circles smooth
+looking. Large dots can be made to look better with a small amount of blurring
+after being created. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="orient"></a>-orient <em class="arg">image orientation</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>specify orientation of a digital camera image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Choose from these orientations:</p>
+
+<pre class="text">
+   bottom-left
+   bottom-right
+   left-bottom
+   left-top
+   right-bottom
+   right-top
+   top-left
+   top-right
+   undefined
+</pre>
+
+<p>To print a complete list of orientations, use the <a href="command-line-options.html#list" >-list
+orientation</a> option.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="page"></a>-page <em class="arg">geometry</em><br/>
+  -page <em class="arg">media</em>[<em class="arg">offset</em>][{<em class="arg">^!&lt;&gt;</em>}]<br/>
+  +page
+  </h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the size and location of an image on the larger virtual canvas.</td><td style='text-align:right;'></td></tr></table>
+
+<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p>
+
+<p>For convenience you can specify the page size using <em
+class="arg">media</em> (see below). Offsets can then be added as with other
+<em class="arg">geometry</em> arguments (e.g. <a
+href="command-line-options.html#page">-page</a> <code>Letter+43+43</code>).</p>
+
+<p>Use <em class="arg">media</em> as shorthand to specify the dimensions (<em
+class="arg">width</em>x<em class="arg">height</em>) of the <em
+class="arg">PostScript</em> page in dots per inch or a TEXT page in pixels.
+The choices for a PostScript page are:</p>
+
+<table id="geometryTable" cellpadding="2" cellspacing="0" border="1"
+width="50%" style="margin-left: auto; margin-right: auto;">
+<thead>
+        <tr valign="top">
+    <th align="center"><em class="arg">media</em></th>
+    <th align="center"><em class="arg">width</em></th>
+    <th align="center"><em class="arg">height</em></th>
+        </tr>
+</thead>
+<tbody>
+<tr><td align="left"> 11x17      </td> <td align="right">  792</td> <td align="right"> 1224</td> </tr>
+<tr><td align="left"> Ledger     </td> <td align="right"> 1224</td> <td align="right">  792</td> </tr>
+<tr><td align="left"> Legal      </td> <td align="right">  612</td> <td align="right"> 1008</td> </tr>
+<tr><td align="left"> Letter     </td> <td align="right">  612</td> <td align="right">  792</td> </tr>
+<tr><td align="left"> LetterSmall</td> <td align="right">  612</td> <td align="right">  792</td> </tr>
+<tr><td align="left"> ArchE      </td> <td align="right"> 2592</td> <td align="right"> 3456</td> </tr>
+<tr><td align="left"> ArchD      </td> <td align="right"> 1728</td> <td align="right"> 2592</td> </tr>
+<tr><td align="left"> ArchC      </td> <td align="right"> 1296</td> <td align="right"> 1728</td> </tr>
+<tr><td align="left"> ArchB      </td> <td align="right">  864</td> <td align="right"> 1296</td> </tr>
+<tr><td align="left"> ArchA      </td> <td align="right">  648</td> <td align="right">  864</td> </tr>
+<tr><td align="left"> A0         </td> <td align="right"> 2380</td> <td align="right"> 3368</td> </tr>
+<tr><td align="left"> A1         </td> <td align="right"> 1684</td> <td align="right"> 2380</td> </tr>
+<tr><td align="left"> A2         </td> <td align="right"> 1190</td> <td align="right"> 1684</td> </tr>
+<tr><td align="left"> A3         </td> <td align="right">  842</td> <td align="right"> 1190</td> </tr>
+<tr><td align="left"> A4         </td> <td align="right">  595</td> <td align="right">  842</td> </tr>
+<tr><td align="left"> A4Small    </td> <td align="right">  595</td> <td align="right">  842</td> </tr>
+<tr><td align="left"> A5         </td> <td align="right">  421</td> <td align="right">  595</td> </tr>
+<tr><td align="left"> A6         </td> <td align="right">  297</td> <td align="right">  421</td> </tr>
+<tr><td align="left"> A7         </td> <td align="right">  210</td> <td align="right">  297</td> </tr>
+<tr><td align="left"> A8         </td> <td align="right">  148</td> <td align="right">  210</td> </tr>
+<tr><td align="left"> A9         </td> <td align="right">  105</td> <td align="right">  148</td> </tr>
+<tr><td align="left"> A10        </td> <td align="right">   74</td> <td align="right">  105</td> </tr>
+<tr><td align="left"> B0         </td> <td align="right"> 2836</td> <td align="right"> 4008</td> </tr>
+<tr><td align="left"> B1         </td> <td align="right"> 2004</td> <td align="right"> 2836</td> </tr>
+<tr><td align="left"> B2         </td> <td align="right"> 1418</td> <td align="right"> 2004</td> </tr>
+<tr><td align="left"> B3         </td> <td align="right"> 1002</td> <td align="right"> 1418</td> </tr>
+<tr><td align="left"> B4         </td> <td align="right">  709</td> <td align="right"> 1002</td> </tr>
+<tr><td align="left"> B5         </td> <td align="right">  501</td> <td align="right">  709</td> </tr>
+<tr><td align="left"> C0         </td> <td align="right"> 2600</td> <td align="right"> 3677</td> </tr>
+<tr><td align="left"> C1         </td> <td align="right"> 1837</td> <td align="right"> 2600</td> </tr>
+<tr><td align="left"> C2         </td> <td align="right"> 1298</td> <td align="right"> 1837</td> </tr>
+<tr><td align="left"> C3         </td> <td align="right">  918</td> <td align="right"> 1298</td> </tr>
+<tr><td align="left"> C4         </td> <td align="right">  649</td> <td align="right">  918</td> </tr>
+<tr><td align="left"> C5         </td> <td align="right">  459</td> <td align="right">  649</td> </tr>
+<tr><td align="left"> C6         </td> <td align="right">  323</td> <td align="right">  459</td> </tr>
+<tr><td align="left"> Flsa       </td> <td align="right">  612</td> <td align="right">  936</td> </tr>
+<tr><td align="left"> Flse       </td> <td align="right">  612</td> <td align="right">  936</td> </tr>
+<tr><td align="left"> HalfLetter </td> <td align="right">  396</td> <td align="right">  612</td> </tr>
+</tbody>
+</table>
+
+
+<p>This option is also used to place subimages when writing to a multi-image
+format that supports offsets, such as GIF89 and MNG. When used for this
+purpose the offsets are always measured from the top left corner of the canvas
+and are not affected by the <a href="command-line-options.html#gravity">-gravity</a> option. To
+position a GIF or MNG image, use <a href="command-line-options.html#page">-page</a><em
+class="arg">{+-}x{+-}y</em> (e.g.  -page +100+200). When writing to a MNG
+file, a <a href="command-line-options.html#page">-page</a> option appearing ahead of the first image in
+the sequence with nonzero width and height defines the width and height values
+that are written in the <code>MHDR</code> chunk.  Otherwise, the MNG width and
+height are computed from the bounding box that contains all images in the
+sequence. When writing a GIF89 file, only the bounding box method is used to
+determine its dimensions.</p>
+
+<p>For a PostScript page, the image is sized as in <a
+href="command-line-options.html#geometry">-geometry</a> but positioned relative to the <em>lower
+left-hand corner</em> of the page by {+-}<code>x</code><em
+class="arg">offset</em>{+-}<code>y</code> <em class="arg">offset</em>. Use <a
+href="command-line-options.html#page">-page 612x792</a>, for example, to center the image within the
+page. If the image size exceeds the PostScript page, it is reduced to fit the
+page. The default gravity for the <a href="command-line-options.html#page">-page</a> option is <em
+class="arg">NorthWest</em>, i.e., positive <code>x</code> and <code>y</code> <em
+class="arg">offset</em> are measured rightward and downward from the top left
+corner of the page, unless the <a href="command-line-options.html#gravity">-gravity</a> option is
+present with a value other than <em class="arg">NorthWest</em>.</p>
+
+<p>The default page dimensions for a TEXT image is 612x792.</p>
+
+<p>This option is used in concert with <a href="command-line-options.html#density">-density</a>.</p>
+
+<p>Use <a href="command-line-options.html#page">+page</a> to remove the page settings for an image.</p>
+
+<div style="margin: auto;">
+  <h4><a id="paint"></a>-paint <em class="arg">radius</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>simulate an oil painting.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Each pixel is replaced by the most frequent color in a circular
+neighborhood whose width is specified with <em class="arg">radius</em>.</p>
+
+<div style="margin: auto;">
+  <h4><a id="path"></a>-path <em class="arg">path</em></h4></div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>write images to this path on disk.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="pause_animate_"></a>-pause <em class="arg">seconds</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Pause between animation loops.</td><td style='text-align:right;'>[<a href="animate.html">animate</a>]</td></tr></table>
+
+<p>Pause for the specified number of seconds before repeating the animation.</p>
+
+<div style="margin: auto;">
+  <h4><a id="pause_import_"></a>-pause <em class="arg">seconds</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Pause between snapshots.</td><td style='text-align:right;'>[<a href="import.html">import</a>]</td></tr></table>
+
+<p>Pause for the specified number of seconds before taking the next snapshot.</p>
+
+<div style="margin: auto;">
+  <h4><a id="perceptible"></a>-perceptible <em class="arg">epsilon</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>set each pixel whose value is less than |<em>epsilon</em>| to <em>-epsilon</em> or <em>epsilon</em> (whichever is closer) otherwise the pixel value remains unchanged.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="ping"></a>-ping</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>efficiently determine image characteristics.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="pointsize"></a>-pointsize <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>pointsize of the PostScript, OPTION1, or TrueType font.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="polaroid"></a>-polaroid <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%'>simulate a Polaroid picture.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Use <code>+polaroid</code> to rotate the image at a random angle between -15 and +15 degrees.</p>
+
+<div style="margin: auto;">
+  <h4><a id="poly"></a>-poly <em class="arg">"wt,exp ..."</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>combines multiple images according to a weighted sum of polynomials; one floating point weight (coefficient) and one floating point polynomial exponent (power) for each image expressed as comma separated pairs.</td><td style='text-align:right;'></td></tr></table>
+
+<p> The weights should typically be fractions between -1 and 1. But the sum of weights should be 1 or at least between 0 and 1 to avoid clamping in non-hdri mode at black and white.</p>
+
+<p>The exponents may be positive, negative or zero. A negative exponent is equivalent to 1 divided by the image raised to the corresponding positive exponent. A zero exponent always produces 1 scaled by quantumrange to white, i.e. wt*white, no matter what the image.</p>
+
+<p>The format is: output = wt1*image1^exp1 + wt2*image2^exp2 ...</p>
+
+<p>Some simple uses are:</p>
+<ul>
+<li>A weighted sum of each image provided all weights add to unity and all exponents=1. If the the weights are all equal to 1/(number of images), then this is equivalent to <a href="command-line-options.html#profile">-evaluate-sequence</a> <em class="arg">mean</em>.</li>
+<li>The sum of squares of two or more images, provided the weights are equal (and sum to 1 to avoid clamping) and the exponents equal 2.</li>
+</ul>
+
+<p>Note that one may add a constant color to the expression simply by using xc:somecolor for one of the images and specifying the desired weight and exponent equal to 0.</p>
+
+<p>Similarly one may add white to the expression by simply using null: (or xc:white) for one of the images with the appropriate weight and exponent equal to 0.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="posterize"></a>-posterize <em class="arg">levels</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>reduce the image to a limited number of color levels per channel.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Very low values of <em class="arg">levels</em>, e.g., 2, 3, 4, have the most
+visible effect.</p>
+
+<div style="margin: auto;">
+  <h4><a id="precision"></a>-precision <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>set the maximum number of significant digits to be printed.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="preview"></a>-preview <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>image preview type.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Use this option to affect the preview operation of an image (e.g.
+<code>convert file.png -preview Gamma Preview:gamma.png</code>). Choose from
+these previews:</p>
+
+<pre class="text">
+   Rotate           Shear            Roll             Hue
+   Saturation       Brightness       Gamma            Spiff
+   Dull             Grayscale        Quantize         Despeckle
+   ReduceNoise      Add Noise        Sharpen          Blur
+   Threshold        EdgeDetect       Spread           Shade
+   Raise            Segment          Solarize         Swirl
+   Implode          Wave             OilPaint         CharcoalDrawing
+   JPEG
+</pre>
+
+<p>To print a complete list of previews, use the <a href="command-line-options.html#list">-list preview</a> option.</p>
+
+<p>The default preview is <code>JPEG</code>.</p>
+
+<div style="margin: auto;">
+  <h4><a id="print"></a>-print <em class="arg">string</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>interpret string and print to console.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="process"></a>-process <em class="arg">command</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>process the image with a custom image filter.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The command arguments has the form <code>"module arg1 arg2 arg3 ...
+argN"</code> where <code>module</code> is the name of the module to invoke (e.g.
+"Analyze") and arg1 arg2 arg3 ... argN are an arbitrary number of arguments to
+pass to the process module.</p>
+
+<div style="margin: auto;">
+  <h4><a id="profile"></a>-profile <em class="arg">filename</em><br/>
+  +profile <em class="arg">profile_name</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Manage ICM, IPTC, or generic profiles in an image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Using <a href="command-line-options.html#profile">-profile</a> <em class="arg">filename</em> adds an
+ICM (ICC color management), IPTC (newswire information), or a generic profile
+to the image.</p>
+
+<p>Use <a href="command-line-options.html#profile">+profile <em class="arg">profile_name</em></a> to
+remove the indicated profile. ImageMagick uses standard filename globbing, so
+wildcard expressions may be used to remove more than one profile.  Here we
+remove all profiles from the image except for the XMP profile:  <code>+profile
+"!xmp,*"</code>. </p>
+
+<p>Use <code>identify -verbose</code> to find out which profiles are in the
+image file. Use <a href="command-line-options.html#strip">-strip</a> to remove all profiles (and
+comments).</p>
+
+<p>To extract a profile, the <a href="command-line-options.html#profile">-profile</a> option is not
+used. Instead, simply write the file to an image format such as <em
+class="arg">APP1, 8BIM, ICM,</em> or <em class="arg">IPTC</em>.</p>
+
+<p>For example, to extract the Exif data (which is stored in JPEG files in the
+<em class="arg">APP1</em> profile), use.</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert cockatoo.jpg profile.exif</span></p>
+<p>It is important to note that results may depend on whether or not the
+original image already has an included profile. Also, keep in mind that <a
+href="command-line-options.html#profile">-profile</a> is an "operator" (as opposed to a "setting") and
+therefore a conversion is made each time it is encountered, in order, in the
+command-line. For instance, in the following example, if the original image is
+CMYK with profile, a CMYK-CMYK-RGB conversion results.</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert CMYK.tif -profile "CMYK.icc" -profile "RGB.icc" RGB.tiff</span></p>
+<p>Furthermore, since ICC profiles are not necessarily symmetric, extra
+conversion steps can yield unwanted results.  CMYK profiles are often very
+asymmetric since they involve 3−&gt;4 and 4−&gt;3 channel mapping.
+</p>
+
+<div style="margin: auto;">
+  <h4><a id="quality"></a>-quality <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>JPEG/MIFF/PNG compression level.</td><td style='text-align:right;'></td></tr></table>
+
+<p>For the JPEG and MPEG image formats, quality is 1 (lowest image quality and
+highest compression) to 100 (best quality but least effective compression).
+The default is to use the estimated quality of your input image if it can
+be determined, otherwise 92. When the quality is greater than 90, then the
+chroma channels are not downsampled.
+Use the <a href="command-line-options.html#sampling-factor">-sampling-factor</a> option to specify the
+factors for chroma downsampling.</p>
+
+<p>For the MIFF image format, quality/10 is the zlib compression level, which
+is 0 (worst but fastest compression) to 9 (best but slowest). It has no effect
+on the image appearance, since the compression is always lossless.</p>
+
+<p>For the JPEG-2000 image format, quality is mapped using a non-linear
+equation to the compression ratio required by the Jasper library. This
+non-linear equation is intended to loosely approximate the quality provided by
+the JPEG v1 format. The default quality value 100, a request for non-lossy
+compression.  A quality of 75 results in a request for 16:1 compression.</p>
+
+<p>For the MNG and PNG image formats, the quality value sets the zlib
+compression level (quality / 10) and filter-type (quality % 10).  The default
+PNG "quality" is 75, which means compression level 7 with adaptive PNG
+filtering, unless the image has a color map, in which case it means
+compression level 7 with no PNG filtering.</p>
+
+<p>For compression level 0 (quality value less than 10), the Huffman-only
+strategy is used, which is fastest but not necessarily the worst
+compression.</p>
+
+<p>If filter-type is 4 or less, the specified PNG filter-type is used for
+all scanlines:</p>
+
+<pre class="text">
+   0: none
+   1: sub
+   2: up
+   3: average
+   4: Paeth
+</pre>
+
+<p>If filter-type is 5, adaptive filtering is used when quality is greater
+than 50 and the image does not have a color map, otherwise no filtering is
+used.</p>
+
+<p>If filter-type is 6, adaptive filtering
+with <em class="arg">minimum-sum-of-absolute-values</em> is used.</p>
+
+<p>Only if the output is MNG, if filter-type is 7, the LOCO color
+transformation (intrapixel differencing) and adaptive filtering
+with <em class="arg">minimum-sum-of-absolute-values</em> are used.</p>
+
+<p>If the filter-type is 8 the zlib Z_RLE compression strategy (or the
+Z_HUFFMAN_ONLY strategy, when compression level is 0) is used with
+adaptive PNG filtering.</p>
+
+<p>If the filter-type is 9 the zlib Z_RLE compression strategy (or the
+Z_HUFFMAN_ONLY strategy, when compression level is 0) is used with
+no PNG filtering.</p>
+
+<p>The quality setting has no effect on the appearance or signature of PNG
+and MNG images, since the compression is always lossless.</p>
+
+<p>Not all combinations of compression level, strategy, and PNG filter type
+can be obtained using the -quality option.  For more precise control,
+you can use the PNG:compression-level=N, PNG:compression-strategy=N, and
+PNG:compression-filter=N defines, respectively, instead.
+See <a href="command-line-options.html#define">-define</a>. Values from the defines take precedence
+over values from the -quality option.</p>
+
+<p>For further information, see
+the <a href="http://www.w3.org/pub/WWW/TR">PNG</a> specification.</p>
+
+<div style="margin: auto;">
+  <h4><a id="quantize"></a>-quantize <em class="arg">colorspace</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>reduce colors using this colorspace.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This setting defines the colorspace used to sort out and reduce the number
+of colors needed by an image (for later dithering) by operators such as <a
+href="command-line-options.html#colors" >-colors</a>, Note that color reduction also happens
+automatically when saving images to color-limited image file formats, such as
+GIF, and PNG8.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="quiet"></a>-quiet</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>suppress all warning messages. Error messages are still reported.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="radial-blur"></a>-radial-blur  <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%'>Blur around the center of the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Note that this is actually a rotational blur rather than a radial and as
+such actually mis-named. </p>
+
+<p>The <a href="command-line-options.html#virtual-pixel">-virtual-pixel</a> setting will determine how
+pixels which are outside the image proper are blurred into the final result.
+</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="raise"></a>-raise <em class="arg">thickness</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Lighten or darken image edges.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This will create a 3-D effect. Use <a href="command-line-options.html#raise">-raise</a> to create
+a raised effect, otherwise use <a href="command-line-options.html#raise">+raise</a>.  </p>
+
+<p>Unlike the similar <a href="command-line-options.html#frame">-frame</a> option, <a
+href="command-line-options.html#raise">-raise</a> does not alter the dimensions of the image.</p>
+
+<div style="margin: auto;">
+  <h4><a id="random-threshold"></a>-random-threshold <em class="arg">low</em>x<em class="arg">high</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Apply a random threshold to the image.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="red-primary"></a>-red-primary <em class="arg">x,y</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the red chromaticity primary point.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="regard-warnings"></a>-regard-warnings</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Pay attention to warning messages.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option causes some warnings in some image formats to be treated
+as errors. </p>
+
+<div style="margin: auto;">
+  <h4><a id="remap"></a>-remap <em class="arg">filename</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Reduce the number of colors in an image to the colors used by this image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>If the <a href="command-line-options.html#dither">-dither</a> setting is enabled (the default) then
+the given colors are dithered over the image as necessary, otherwise the closest
+color (in RGB colorspace) is selected to replace that pixel in the image. </p>
+
+<p>As a side effect of applying a <a href="command-line-options.html#remap">-remap</a> of colors across all
+images in the current image sequence, all the images will have the same color
+table.  That means that when saved to a file format such as GIF, it will use
+that color table as a single common or global color table, for all the images,
+without requiring extra local color tables. </p>
+
+<p>Use <a href="command-line-options.html#remap">+remap</a> to reduce all images in the current image
+sequence to use a common color map over all the images. This equivalent to
+appending all the images together (without extra background colors) and color
+reducing those images using <a href="command-line-options.html#colors">-colors</a> with a 256 color
+limit, then <a href="command-line-options.html#remap">-remap</a> those colors over the original list of
+images. This ensures all the images follow a single color map. </p>
+
+<p>If the number of colors over all the images is less than 256, then <a
+href="command-line-options.html#remap">+remap</a> should not perform any color reduction or dithering, as
+no color changes are needed. In that case, its only effect is to force the use
+of a global color table.  This recommended after using either <a
+href="command-line-options.html#colors">-colors</a> or <a href="command-line-options.html#ordered-dither">-ordered-dither</a> to
+reduce the number of colors in an animated image sequence. </p>
+
+<p>Note, the remap image colormap has at most 8-bits of precision. Deeper color maps are automagically coalesced with other colors to meet this requirement.</p>
+
+<div style="margin: auto;">
+  <h4><a id="region"></a>-region <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set a region in which subsequent operations apply.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The <em class="arg">x</em> and <em class="arg">y</em> offsets are treated
+in the same manner as in <a href="command-line-options.html#crop">-crop</a>.</p>
+
+<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p>
+
+<div style="margin: auto;">
+  <h4><a id="remote"></a>-remote</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>perform a remote operation.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The only command recognized is the name of an image file to load.</p>
+
+<p>If you have more than one <a href="display.html">display</a> application
+running simultaneously, use the <a href="command-line-options.html#window"> window</a> option to
+specify which application to control.</p>
+
+<div style="margin: auto;">
+  <h4><a id="render"></a>-render</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>render vector operations.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Use <a href="command-line-options.html#render">+render</a> to turn off rendering vector operations.
+This useful when saving the result to vector formats such as MVG or SVG.</p>
+
+<div style="margin: auto;">
+<h4><a id="repage"></a>-repage <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Adjust the canvas and offset information of the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option is like <a href="command-line-options.html#page">-page</a> but acts as an image operator
+rather than a setting.  You can separately set the canvas size or the offset
+of the image on that canvas by only providing those components. </p>
+
+<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p>
+
+<p>If a <code>!</code> flag is given the offset given is added to the existing
+offset to move the image relative to its previous position. This useful for
+animation sequences. </p>
+
+<p>A given a canvas size of zero such as '<code>0x0</code>' forces it to
+recalculate the canvas size so the image (at its current offset) will appear
+completely on that canvas (unless it has a negative offset).</p>
+
+<p>Use <a href="command-line-options.html#repage">+repage</a> to completely remove/reset the virtual
+canvas meta-data from the images. </p>
+
+<p>The <a href="command-line-options.html#set">-set</a> '<code>page</code>' option can be used to
+directly assign virtual canvas meta-data. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="resample"></a>-resample <em class="arg">horizontal</em>x<em class="arg">vertical</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Resample image to specified horizontal and vertical resolution.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Resize the image so that its rendered size remains the same as the original
+at the specified target resolution. For example, if a 300 DPI image renders at
+3 inches by 2 inches on a 300 DPI device, when the image has been resampled to
+72 DPI, it will render at 3 inches by 2 inches on a 72 DPI device.  Note that
+only a small number of image formats (e.g. JPEG, PNG, and TIFF) are capable of
+storing the image resolution. For formats which do not support an image
+resolution, the original resolution of the image must be specified via <a
+href="command-line-options.html#density">-density</a> on the command line prior to specifying the
+resample resolution.</p>
+
+<p>Note that Photoshop stores and obtains image resolution from a proprietary
+embedded profile. If this profile exists in the image, then Photoshop will
+continue to treat the image using its former resolution, ignoring the image
+resolution specified in the standard file header.</p>
+
+<div style="margin: auto;">
+  <h4><a id="resize"></a>-resize <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Resize an image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. Offsets, if present in the geometry string, are
+ignored, and the <a href="command-line-options.html#gravity">-gravity</a> option has no effect.</p>
+
+<p>If the <a href="command-line-options.html#filter">-filter</a> option
+or <code>-define filter:option=value</code> precedes the <a
+href="command-line-options.html#resize">-resize</a> option, the image is resized with the specified
+filter.</p>
+
+<p>Many image processing algorithms assume your image is in a linear-light
+coding.  If your image is gamma-corrected, you can remove the nonlinear gamma
+correction, apply the transform, then restore it like this:</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert portrait.jpg -gamma .45455 -resize 25% -gamma 2.2  \ <br/> -quality 92 passport.jpg</span></p>
+<div style="margin: auto;">
+  <h4><a id="respect-parentheses"></a>-respect-parentheses</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>settings remain in effect until parenthesis boundary.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="reverse"></a>-reverse</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Reverse the order of images in the current image list.</td><td style='text-align:right;'></td></tr></table>
+
+
+<div style="margin: auto;">
+  <h4><a id="roll"></a>-roll {<em class="arg">+-</em>}<em class="arg">x</em>{<em class="arg">+-</em>}<em class="arg">y</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>roll an image vertically or horizontally by the amount given.</td><td style='text-align:right;'></td></tr></table>
+
+<p>A negative <em class="arg">x</em> offset rolls the image right-to-left.
+A negative <em class="arg">y</em> offset rolls the image bottom-to-top.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="rotate"></a>-rotate <em class="arg">degrees</em>{<em class="arg">&lt;</em>}{<em class="arg">&gt;</em>}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Apply Paeth image rotation (using shear operations) to the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Use <code>&gt;</code> to rotate the image only if its width exceeds the
+height. <code>&lt;</code> rotates the image <em>only</em> if its width is less
+than the height. For example, if you specify <code>-rotate "-90&gt;"</code> and
+the image size is 480x640, the image is not rotated. However, if the image is
+640x480, it is rotated by -90 degrees. If you use <code>&gt;</code> or
+<code>&lt;</code>, enclose it in quotation marks to prevent it from being
+misinterpreted as a file redirection.</p>
+
+<p>Empty triangles in the corners, left over from rotating the image, are
+filled with the <code>background</code> color. </p>
+
+<p>See also the <a href="command-line-options.html#distort">-distort</a> operator and specifically the
+'<code>ScaleRotateTranslate</code>' distort method. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="sample"></a>-sample <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>minify / magnify the image with pixel subsampling and pixel replication, respectively.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Change the image size simply by directly sampling the pixels original
+from the image.  When magnifying, pixels are replicated in blocks.  When
+minifying, pixels are sub-sampled (i.e., some rows and columns are skipped
+over). </p>
+
+<p>The results are thus equivalent to using <a href="command-line-options.html#resize">-resize</a> with
+a <a href="command-line-options.html#filter">-filter</a> setting of <code>point</code> (nearest
+neighbour), though <a href="command-line-options.html#sample">-sample</a> is a lot faster, as it
+avoids all the filter processing of the image. As such it completely ignores
+the current <a href="command-line-options.html#filter">-filter</a> setting. </p>
+
+<p>The key feature of the <a href="command-line-options.html#sample">-sample</a> is that no new colors
+will be added to the resulting image, though some colors may disappear. </p>
+
+<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. Offsets, if present in the geometry string, are
+ignored, unlike <a href="command-line-options.html#resize">-resize</a>. </p>
+
+
+<p>The actual sampling point is the middle of the sub-region being sampled.
+As such a single pixel sampling of an image will take the middle pixel, (or
+top-left-middle if image has even dimensions).  However the <a
+href="command-line-options.html#define">-define</a> '<code>sample:offset</code>' can be set to modify
+this position some other location within each sub-region being sampled, as
+a percentage offset.</p>
+
+<p>By default this value is '<code>50</code>' for the midpoint, but could be set
+to '<code>0</code>' for top-left, '<code>100</code>' for bottom-right, or with
+separate X and Y offsets such as '<code>0x50</code>' for left-middle edge of
+sampling sub-region.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="sampling-factor"></a>-sampling-factor <em class="arg">horizontal-factor</em>x<em class="arg">vertical-factor</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>sampling factors used by JPEG or MPEG-2 encoder and YUV decoder/encoder.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option specifies the sampling factors to be used by the JPEG encoder
+for chroma downsampling. If this option is omitted, the JPEG library will use
+its own default values. When reading or writing the YUV format and when
+writing the M2V (MPEG-2) format, use <a
+href="command-line-options.html#sampling-factor">-sampling-factor 2x1</a> or <a
+href="command-line-options.html#sampling-factor">-sampling-factor 4:2:2</a> to specify the 4:2:2
+downsampling method.</p>
+
+<div style="margin: auto;">
+  <h4><a id="scale"></a>-scale <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>minify / magnify the image with pixel block averaging and pixel replication, respectively.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Change the image size simply by replacing pixels by averaging pixels
+together when minifying, or replacing pixels when magnifying.  </p>
+
+<p>The results are thus equivalent to using <a href="command-line-options.html#resize">-resize</a> with
+a <a href="command-line-options.html#filter">-filter</a> setting of <code>box</code>.  Though it is a lot
+faster, as it avoids all the filter processing of the image. As such it
+completely ignores the current <a href="command-line-options.html#filter">-filter</a> setting. </p>
+
+<p>If when shrinking (minifying) images the original image is some integer
+multiple of the new image size, the number of pixels averaged together to
+produce the new pixel color is the same across the whole image. This is
+a special case known as 'binning' and is often used as a method of reducing
+noise in image such as those generated by digital cameras, especially in low
+light conditions. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="scene"></a>-scene <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>set scene number.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option sets the scene number of an image or the first image in an image sequence.</p>
+
+<div style="margin: auto;">
+  <h4><a id="screen"></a>-screen</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>specify the screen to capture.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option indicates that the GetImage request used to obtain the image
+should be done on the root window, rather than directly on the specified
+window. In this way, you can obtain pieces of other windows that overlap the
+specified window, and more importantly, you can capture menus or other popups
+that are independent windows but appear over the specified window.</p>
+
+<div style="margin: auto;">
+  <h4><a id="seed"></a>-seed</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>seed a new sequence of pseudo-random numbers</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="segment"></a>-segment <em class="arg">cluster-threshold</em>x<em class="arg">smoothing-threshold</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>segment the colors of an image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Segment an image by analyzing the histograms of the color components and
+identifying units that are homogeneous with the fuzzy c-means technique. This
+is part of the ImageMagick color quantization routines. </p>
+
+<p>Specify <em class="arg">cluster threshold</em> as the number of pixels in
+each cluster that must exceed the cluster threshold to be considered valid.
+<em class="arg">Smoothing threshold</em> eliminates noise in the second
+derivative of the histogram. As the value is increased, you can expect
+a smoother second derivative.  The default is 1.5.</p>
+
+<p>If the <a href="command-line-options.html#verbose">-verbose</a> setting is defined, a detailed report
+of the color clusters is returned.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="selective-blur"></a>-selective-blur <em class="arg">radius</em><br />-selective-blur <em class="arg">radius</em>x<em class="arg">sigma</em>{<em class="arg">+threshold</em>}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Selectively blur pixels within a contrast threshold.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Blurs those pixels that are less than or equal to the threshold in
+contrast. The threshold may be expressed as a fraction of <em
+class="QR">QuantumRange</em> or as a percentage.</p>
+
+<div style="margin: auto;">
+  <h4><a id="separate"></a>-separate</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>separate an image channel into a grayscale image.  Specify the channel with <a href="command-line-options.html#channel">-channel</a>.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="sepia-tone"></a>-sepia-tone <em class="arg">threshold</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>simulate a sepia-toned photo.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Specify <em class="arg">threshold</em> as the percent threshold of the intensity (0 - 99.9%).</p>
+
+<p>This option applies a special effect to the image, similar to the effect
+achieved in a photo darkroom by sepia toning.  Threshold ranges from 0 to <em
+class="QR">QuantumRange</em> and is a measure of the extent of the sepia
+toning.  A threshold of 80% is a good starting point for a reasonable
+tone.</p>
+
+
+
+<div style="margin: auto;">
+  <h4><a id="set"></a>-set <em class="arg">key value</em></h4>
+  <h4>+set <em class="arg">key</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>sets image attributes and properties for images in the current
+image sequence.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This will assign (or modify) specific settings attached to all the images
+in the current image sequence.  Using the <a href="command-line-options.html#set">+set</a> form of the
+option will either remove, or reset that setting to a default state, as
+appropriate.  </p>
+
+<p>For example, it will modify specific well known image meta-data
+'attributes' such as those normally overridden by: the options <a
+href="command-line-options.html#delay" >-delay</a>, <a href="command-line-options.html#dispose" >-dispose</a>, and <a
+href="command-line-options.html#page" >-page</a>, <a href="command-line-options.html#colorspace" >-colorspace</a>; generally
+assigned before the image is read in, by using a <em class="arg">key</em> of
+the same name. </p>
+
+<p>If the given <em class="arg">key</em> does not match a specific known
+'attribute ', such as shown above, the setting is stored as a a free form
+'property' string.  Such settings are listed in <a href="command-line-options.html#verbose"
+>-verbose</a> information ("<code>info:</code>" output format) as "Properties".
+</p>
+
+<p>This includes string 'properties' that are set by and assigned to images
+using the options <a href="command-line-options.html#comment" >-comment</a>, <a href="command-line-options.html#label"
+>-label</a>, <a href="command-line-options.html#caption" >-caption</a>. These options actually assign
+a global 'artifact' which are automatically assigned (and any <a href="escape.html" >Format Percent
+Escapes</a> expanded) to images as they are read in.  For example:</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose: -set comment 'Rose is a rose is a rose is a rose' rose.png</span><span class='crtout'>identify -format %c rose.png</span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>Rose is a rose is a rose is a rose</span></p>
+<p>The set value can also make use of <a href="escape.html" >Format and Print Image
+Properties</a> in the defined value.  For example:</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose: -set origsize '%wx%h' -resize 50% \</span><span class='crtout'>        -format 'Old size = %[origsize]  New size = %wx%h' info:</span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>Old size = 70x46  New size = 35x23</span></p>
+<p>Other well known 'properties' that are availible include:
+'<code>date:create</code>' and '<code>date:modify</code>' and
+'<code>signature</code>'. </p>
+
+<p>The <a href="command-line-options.html#repage">-repage</a> operator will also allow you to modify
+the '<code>page</code>' attribute of an image for images already in memory (also
+see <a href="command-line-options.html#repage">-page</a>).  However it is designed to provide a finer
+control of the sub-parts of this 'attribute'. The <a href="command-line-options.html#set">-set page</a>
+option will only provide a direct, unmodified assignment of  '<code>page</code>'
+attribute. </p>
+
+<p>This option can also associate a colorspace or profile with your image.
+For example,</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.psd -set profile ISOcoated_v2_eci.icc image-icc.psd</span></p>
+<p>Some 'properties' must be defined in a specific way to be used. For
+example only 'properties' prefixed with "<code>filename:</code>" can be used to
+modify the output filename of an image. For example</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose: -set filename:mysize '%wx%h' 'rose_%[filename:mysize].png'</span></p>
+<p>If the setting value is prefixed with "<code>option:</code>" the setting will
+be saved as a global "Artifact" exactly as if it was set using the <a
+href="command-line-options.html#define" >-define</a> option. As such settings are global in scope, they
+can be used to pass 'attributes' and 'properties' of one specific image,
+in a way that allows you to use them in a completely different image, even if
+the original image has long since been modified or destroyed. For example: </p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose:  -set option:rosesize '%wx%h' -delete 0 \</span><span class='crtout'>        label:'%[rosesize]'   label_size_of_rose.gif</span></p>
+<p>Note that <a href="escape.html" >Format Percent Escapes</a> will only match
+a 'artifact' if the given <em class="arg">key</em> does not match an existing
+'attribute' or 'property'.  </p>
+
+<p>You can set the attributes of the image registry by prefixing the value
+with <code>registry:</code>.</p>
+
+<p>The <a href="command-line-options.html#set">-set profile</a> option can also be used to inject
+previously-formatted ancillary chunks into the output PNG file, using
+the commandline option as shown below or by setting the profile via a
+programming interface:</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -set profile PNG-chunk-x:&lt;filename&gt; out.png</span></p>
+<p>where <em>x</em> is a location flag and
+<em class="arg">filename</em> is a file containing the chunk
+name in the first 4 bytes, then a colon (":"), followed by the chunk data.
+This encoder will compute the chunk length and CRC, so those must not
+be included in the file.</p>
+
+<p>"x" can be "b" (before PLTE), "m" (middle, i.e., between PLTE and IDAT),
+or "e" (end, i.e., after IDAT).  If you want to write multiple chunks
+of the same type, then add a short unique string after the "x" to prevent
+subsequent profiles from overwriting the preceding ones, e.g.,</p>
+
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -set profile PNG-chunk-b01:file01 / <br/>
+            -profile PNG-chunk-b02:file02 out.png</span></p>
+
+<div style="margin: auto;">
+  <h4><a id="shade"></a>-shade <em class="arg">azimuth</em>x<em class="arg">elevation</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>shade the image using a distant light source.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Specify <em class="arg">azimuth</em> and <em class="arg">elevation</em> as
+the position of the light source. Use <a href="command-line-options.html#shade">+shade</a> to return
+the shading results as a grayscale image.</p>
+
+<div style="margin: auto;">
+  <h4><a id="shadow"></a>-shadow <em class="arg">percent-opacity</em>{x<em class="arg">sigma</em>}{<em class="arg">+-</em>}<em class="arg">x</em>{<em class="arg">+-</em>}<em class="arg">y</em>{<em class="arg">%</em>}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>simulate an image shadow.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a
+id="shared-memory"></a>-shared-memory</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>use shared memory.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option specifies whether the utility should attempt to use shared
+memory for pixmaps. ImageMagick must be compiled with shared memory support,
+and the display must support the <em class="arg">MIT-SHM</em> extension.
+Otherwise, this option is ignored. The default is <code>True</code>.</p>
+
+<div style="margin: auto;">
+  <h4><a id="sharpen"></a>-sharpen <em class="arg">radius</em><br />-sharpen <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%'>sharpen the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Use a Gaussian operator of the given radius and standard deviation (sigma).</p>
+
+<div style="margin: auto;">
+  <h4><a id="shave"></a>-shave <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Shave pixels from the image edges.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The <em class="arg">size</em> portion of the <em class="arg">geometry</em>
+argument specifies the width of the region to be removed from both sides of
+the image and the height of the regions to be removed from top and bottom.
+Offsets are ignored.</p>
+
+<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p>
+
+<div style="margin: auto;">
+  <h4><a id="shear"></a>-shear <em class="arg">Xdegrees</em>[x<em class="arg">Ydegrees</em>]</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Shear the image along the x-axis and/or y-axis.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The shear angles may be positive, negative, or zero. When <em
+class="arg">Ydegrees</em> is omitted it defaults to 0. When both angles are
+given, the horizontal component of the shear is performed before the vertical
+component.</p>
+
+<p>Shearing slides one edge of an image along the x-axis or y-axis (i.e.,
+horizontally or vertically, respectively),creating a parallelogram. The amount
+of each is controlled by the respective shear angle. For horizontal shears,
+<em class="arg">Xdegrees</em> is measured clockwise relative to "up" (the
+negative y-axis), sliding the top edge to the right when 0°&lt;<em
+class="arg">Xdegrees</em>&lt;90° and to the left when 90°&lt;<em
+class="arg">Xdegrees</em>&lt;180°.  For vertical shears <em
+class="arg">Ydegrees</em> is measured clockwise relative to "right" (the
+positive x-axis), sliding the right edge down when 0°&lt;<em
+class="arg">Ydegrees</em>&lt;90° and up when 90°&lt;<em
+class="arg">Ydegrees</em>&lt;180°.</p>
+
+<p>Empty triangles left over from shearing the image are filled with the color
+defined by the <a href="command-line-options.html#fill">-background</a> option. The color is specified
+using the format described under the <a href="command-line-options.html#fill">-fill</a> option.</p>
+
+<p>The horizontal shear is performed before the vertical part. This is
+important to note, since horizontal and vertical shears do not
+<em>commute</em>, i.e., the order matters in a sequence of shears. For
+example, the following two commands are not equivalent.</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -shear 20x0 -shear 0x60 logo-sheared.png</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -shear 0x60 -shear 20x0 logo-sheared.png</span></p>
+<p>The first of the two commands above is equivalent to the following, except
+for the amount of empty space created; the command that follows generates
+a smaller image, and so is a better choice in terms of time and space.</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -shear 20x60 logo-sheared.png</span></p>
+<div style="margin: auto;">
+  <h4><a id="sigmoidal-contrast"></a>-sigmoidal-contrast <em class="arg">contrast</em>x<em class="arg">mid-point</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>increase the contrast without saturating highlights or shadows.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Increase the contrast of the image using a sigmoidal transfer function
+without saturating highlights or shadows. <em class="arg">Contrast</em>
+indicates how much to increase the contrast. For example, 0 is none, 3 is
+typical and 20 is a lot.
+</p>
+
+<p>The <em class="arg">mid-point</em> indicates where the maximum change
+'slope' in contrast should fall in the resultant image (0 is white; 50% is
+middle-gray; 100% is black). </p>
+
+<p>By default the image contrast is increased, use <em
+class="arg">+sigmoidal-contrast</em> to decrease the contrast.</p>
+
+<p>To achieve the equivalent of a sigmoidal brightness change (similar to 
+a gamma adjustment), you would use <em class="arg">-sigmoidal-contrast
+{brightness}x0%</em> to increase brightness and <em
+class="arg">+sigmoidal-contrast {brightness}x0%</em> to decrease brightness.
+Note the use of '0' fo rthe mid-point of the sigmoidal curve. </p>
+
+<p>Using a very high <em class="arg">contrast</em> will produce a sort of
+'smoothed thresholding' of the image.  Not as sharp (with high aliasing
+effects) of a true threshold, but with tapered gray-levels around the threshold
+<em class="arg">mid-point</em>. </p>
+
+<div style="margin: auto;">
+  <h4><a id="silent"></a>-silent</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>operate silently.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="similarity-threshold"></a>-similarity-threshold <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>minimum RMSE for subimage match.</td><td style='text-align:right;'>[<a href="compare.html">compare</a>]</td></tr></table>
+
+<p>If this setting is used, then the search will stop as soon as it finds a match whose metric is less than or equal to the value. A partially filled second output image will result. Using a value of zero, will cause the search to stop at the first perfect match it finds. If this setting is left off, then the search will proceed to completion or as limited by <em class="arg">-dissimilarity-threshold</em>.</p>
+
+<div style="margin: auto;">
+  <h4><a id="size"></a>-size <em class="arg">width</em>[x<em class="arg">height</em>][<em class="arg">+offset</em>]</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>set the width and height of the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Use this option to specify the width and height of raw images whose
+dimensions are unknown such as <code>GRAY</code>, <code>RGB</code>, or
+<code>CMYK</code>. In addition to width and height, use <a
+href="command-line-options.html#size">-size</a> with an offset to skip any header information in the
+image or tell the number of colors in a <code>MAP</code> image file, (e.g. -size
+640x512+256).</p>
+
+<p>For Photo CD images, choose from these sizes:</p>
+
+<pre class="text">
+   192x128
+   384x256
+   768x512
+   1536x1024
+   3072x2048
+</pre>
+
+<div style="margin: auto;">
+  <h4><a id="sketch"></a>-sketch <em class="arg">radius</em><br />-sketch <em class="arg">radius</em>x<em class="arg">sigma</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%'>simulate a pencil sketch.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Sketch with the given radius, standard deviation (sigma), and angle.   The
+angle given is the angle toward which the image is sketched.  That is the
+direction people would consider the object is coming from.  </p>
+
+<div style="margin: auto;">
+  <h4><a id="smush"></a>-smush <em class="arg">offset</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>smush an image sequence together.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="snaps"></a>-snaps <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the number of screen snapshots.</td><td style='text-align:right;'>[<a href="import.html">import</a>]</td></tr></table>
+
+<p>Use this option to grab more than one image from the X server screen, to create an animation sequence.</p>
+
+<div style="margin: auto;">
+  <h4><a id="solarize"></a>-solarize <em class="arg">threshold</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>negate all pixels above the threshold level.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Specify <em class="arg">factor</em> as the percent threshold of the intensity (0 - 99.9%).</p>
+
+<p>This option produces a <em class="arg">solarization</em> effect seen when
+exposing a photographic film to light during the development process.</p>
+
+<div style="margin: auto;">
+  <h4><a id="sparse-color"></a>-sparse-color <em
+  class="arg">method</em>  '<em class="arg">x</em>,<em class="arg">y</em> <em class="arg">color</em>  ...'</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'> color the given image using the specified points of color, and filling the other intervening colors using the given methods. </td><td style='text-align:right;'></td></tr></table>
+
+
+<table class="doc">
+  <tbody>
+  <tr valign="top">
+    <th align="left" style="width: 8%">Method</th>
+    <th align="left">Description</th>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">barycentric</td>
+    <td valign="top">three point triangle of color given 3 points.
+        Giving only 2 points will form a linear gradient between those points.
+        The gradient generated extends beyond the triangle created by those
+        3 points. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">bilinear</td>
+    <td valign="top">Like barycentric but for 4 points. Less than 4 points
+        fall back to barycentric. </td>
+  </tr>
+  <tr valign="top">
+    <td valign="top">voronoi</td>
+    <td valign="top">Simply map each pixel to the to nearest color point
+        given. The result are polygonal 'cells' of solid color. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">shepards</td>
+    <td valign="top">Colors points biased on the ratio of inverse distance
+        squared. Generating spots of color in a sea of the average of
+        colors. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">inverse</td>
+    <td valign="top">Colors points biased on the ratio of inverse distance.
+        This generates sharper points of color rather than rounded spots of
+        '<code>shepards</code>'  Generating spots of color in a sea of the
+        average of colors. </td>
+  </tr>
+
+  </tbody>
+</table>
+
+<p>The points are placed according to the images location on the virtual
+canvas (<a href="command-line-options.html#page" >-page</a> or <a href="command-line-options.html#repage" >-repage</a>
+offset), and do not actually have to exist on the given image, but may be
+some point beyond the edge of the image. All points are floating point values.
+</p>
+
+<p>Only the color channels defined by the <a href="command-line-options.html#channel" >-channel</a> are
+modified, which means that by default matte/alpha transparency channel is not
+effected. Typically transparency channel is turned off either before or after
+the operation. </p>
+
+<p>Of course if some color points are transparent to generate a transparent
+gradient, then the image also requires transparency enabled to store the
+values. </p>
+
+<p>All the above methods when given a single point of color will replace all
+the colors in the image with the color given, regardless of the point. This is
+logical, and provides an alternative technique to recolor an image to some
+default value. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="splice"></a>-splice <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Splice the current background color into the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This will add rows and columns of the current <a
+href="command-line-options.html#background">-background</a> color into the given image according to the
+given  <a href="command-line-options.html#gravity">-gravity</a> geometry setting.  >See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. Essentially <a href="command-line-options.html#splice">-splice</a> will divide the
+image into four quadrants, separating them by the inserted rows and columns.
+</p>
+
+<p>If a dimension of geometry is zero no rows or columns will be added for that
+dimension.  Similarly using a zero offset with the appropriate <a
+href="command-line-options.html#gravity">-gravity</a> setting will add rows and columns to the edges of
+the image, padding the image only along that one edge. Edge padding is what <a
+href="command-line-options.html#splice">-splice</a> is most commonly used for. </p>
+
+<p>If the exact same  <em class="arg">geometry</em> and <a
+href="command-line-options.html#gravity">-gravity</a> is later used with <a href="command-line-options.html#chop">-chop</a> the
+added added all splices removed. </p>
+
+<div style="margin: auto;">
+  <h4><a id="spread"></a>-spread <em class="arg">amount</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>displace image pixels by a random amount.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The argument <em class="arg">amount</em> defines the size of the
+neighborhood around each pixel from which to choose a candidate pixel to
+swap.</p>
+
+<div style="margin: auto;">
+  <h4><a id="statistic"></a>-statistic <em class="arg">type</em> <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>replace each pixel with corresponding statistic from the neighborhood.</td><td style='text-align:right;'>[<a href="convert.html">convert</a>, <a href="mogrify.html">mogrify</a>]</td></tr></table>
+
+<p>Choose from these statistic types:</p>
+<pre class="text">
+   Gradient            maximum difference (max - min) value in neighborhood
+   Maximum             maximum value per channel in neighborhood
+   Minimum             minimum value per channel in neighborhood
+   Mean                average value per channel in neighborhood
+   Median              median value per channel in neighborhood
+   Mode                mode (most frequent) value per channel in neighborhood
+   Nonpeak             value just before or after the median value per channel in neighborhood
+   RMS                 root mean square value per channel in neighborhood
+   StandardDeviation   standard deviation value per channel in neighborhood
+</pre>
+
+<div style="margin: auto;">
+  <h4><a id="stegano"></a>-stegano <em class="arg">offset</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>hide watermark within an image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Use an offset to start the image hiding some number of pixels from the
+beginning of the image. Note this offset and the image size. You will need
+this information to recover the steganographic image (e.g. display -size
+320x256+35 stegano:image.png).</p>
+
+<div style="margin: auto;">
+  <h4><a id="stereo"></a>-stereo <em class="arg">+x</em>{<em class="arg">+y</em>}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>composite two images to create a red / cyan stereo anaglyph.</td><td style='text-align:right;'>[<a href="composite.html">composite</a>]</td></tr></table>
+
+<p>The left side of the stereo pair (second image) is saved as the red channel of the output image. The right side (first image) is saved as the green and blue channels. Red-green stereo glasses are required to properly view the stereo image.</p>
+
+<div style="margin: auto;">
+  <h4><a id="storage-type"></a>-storage-type <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>pixel storage type.  Here are the valid types:</td><td style='text-align:right;'></td></tr></table>
+
+<pre class="text">
+   char     unsigned characters
+   double   doubles
+   float    floats
+   integer  integers
+   long     longs
+   quantum  pixels in the native depth of your ImageMagick distribution
+   short    unsigned shorts
+</pre>
+
+<p>Float and double types are normalized from 0.0 to 1.0 otherwise the pixels
+values range from 0 to the maximum value the storage type can support.</p>
+
+<div style="margin: auto;">
+  <h4><a id="stretch"></a>-stretch <em class="arg">fontStretch</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set a type of stretch style for fonts.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This setting suggests a type of stretch that ImageMagick should try to
+apply to the currently selected font family. Select <em
+class="arg">fontStretch</em> from the following.</p>
+
+<pre class="text">
+   Any
+   Condensed
+   Expanded
+   ExtraCondensed
+   ExtraExpanded
+   Normal
+   SemiCondensed
+   SemiExpanded
+   UltraCondensed
+   UltraExpanded
+</pre>
+
+<p>To print a complete list of stretch types, use <a href="command-line-options.html#list">-list
+stretch</a>.</p>
+
+<p>For other settings that affect fonts, see the options <a
+href="command-line-options.html#font">-font</a>, <a href="command-line-options.html#family">-family</a>, <a
+href="command-line-options.html#style">-style</a>, and <a href="command-line-options.html#weight">-weight</a>. </p>
+
+<div style="margin: auto;">
+  <h4><a id="strip"></a>-strip</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>strip the image of any profiles or comments.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="stroke"></a>-stroke <em class="arg">color</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>color to use when stroking a graphic primitive.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The color is specified using the format described under the <a href="command-line-options.html#fill">-fill</a> option.</p>
+
+<p>See <a href="command-line-options.html#draw">-draw</a> for further details.</p>
+
+<div style="margin: auto;">
+  <h4><a id="strokewidth"></a>-strokewidth <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>set the stroke width.</td><td style='text-align:right;'></td></tr></table>
+
+<p>See <a href="command-line-options.html#draw">-draw</a> for further details.</p>
+
+<div style="margin: auto;">
+  <h4><a id="style"></a>-style <em class="arg">fontStyle</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set a font style for text.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This setting suggests a font style that ImageMagick should try to apply to
+the currently selected font family. Select <em class="arg">fontStyle</em> from
+the following.</p>
+
+<pre class="text">
+   Any
+   Italic
+   Normal
+   Oblique
+</pre>
+
+<p>For other settings that affect fonts, see the options <a
+href="command-line-options.html#font">-font</a>, <a href="command-line-options.html#family">-family</a>, <a
+href="command-line-options.html#stretch">-stretch</a>, and <a href="command-line-options.html#weight">-weight</a>. </p>
+
+<div style="margin: auto;">
+  <h4><a id="subimage-search"></a>-subimage-search</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>search for subimage.</td><td style='text-align:right;'>[<a href="compare.html">compare</a>]</td></tr></table>
+
+<p>This option is required to have compare search for the best match location
+of a small image within a larger image. This search will produce two images
+(or two frames). The first is the "difference" image and the second will
+be the "match score" image.</p>
+
+<p>The "match-score" image is smaller containing a pixel for ever possible
+position of the top-left corner of the given sub-image. that is its size will
+be the size of the larger_image - sub_image + 1.  The brightest location in
+this image is the location s the locate on the best match that is also
+reported. Note that this may or may not be a perfect match, and the actual
+brightness will reflect this. Other bright 'peaks' can be used to locate other
+possible matching locations. </p>
+
+<p>Note that the search will try to compare the sub-image at every possible
+location in the larger image, as such it can be very slow.  The smaller the
+sub-image the faster this search is. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="swap"></a>-swap <em class="arg">index,index</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Swap the positions of two images in the image sequence.</td><td style='text-align:right;'></td></tr></table>
+
+<p>For example, <a href="command-line-options.html#swap">-swap 0,2</a> swaps the first and the third
+images in the current image sequence. Use <a href="command-line-options.html#swap">+swap</a> to switch
+the last two images in the sequence.</p>
+
+<div style="margin: auto;">
+  <h4><a id="swirl"></a>-swirl <em class="arg">degrees</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>swirl image pixels about the center.</td><td style='text-align:right;'></td></tr></table>
+
+<p><em class="arg">Degrees</em> defines the tightness of the swirl.</p>
+
+<div style="margin: auto;">
+  <h4><a id="synchronize"></a>-synchronize</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>synchronize image to storage device.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Set to "true" to ensure all image data is fully flushed and synchronized
+to disk. There is a performance penalty, but the benefits include ensuring a
+valid image file in the event of a system crash and early reporting if there
+is not enough disk space for the image pixel cache.</p>
+
+<div style="margin: auto;">
+  <h4><a id="taint"></a>-taint</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Mark the image as modified.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="text-font"></a>-text-font <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%'>font for writing fixed-width text.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Specifies the name of the preferred font to use in fixed (typewriter style)
+formatted text. The default is 14 point <em class="arg">Courier</em>.</p>
+
+<p>You can tag a font to specify whether it is a PostScript, TrueType, or
+OPTION1 font. For example, <code>Courier.ttf</code> is a TrueType font and
+<code>x:fixed</code> is OPTION1.</p>
+
+<div style="margin: auto;">
+  <h4><a id="texture"></a>-texture <em class="arg">filename</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>name of texture to tile onto the image background.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="threshold"></a>-threshold <em class="arg">value</em>{<em class="arg">%</em>}</h4>
+</div>
+
+<!-- {<em class="arg">green,blue,opacity</em>}
+<p>If the green or blue value is omitted, these channels use the same value as
+the first one provided. If all three color values are the same, the result is
+a bi-level image. If the opacity threshold is omitted, OpaqueOpacity is used
+and any partially transparent pixel becomes fully transparent.</p>
+-->
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Apply simultaneous black/white threshold to the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Any pixel values (more specifically, those channels set using <a href="command-line-options.html#channel">&#x2011;channel</a>) that exceed the specified threshold are reassigned the
+maximum channel value, while all other values are assigned the minimum.</p>
+
+<p> The threshold value can be given as a percentage or as an absolute integer
+value corresponding to the desired channel value. When given as an integer,
+the minimum attainable value is 0 (corresponding to black when all channels
+are affected), but the maximum value (corresponding to white) is that of the
+<code>quantum depth</code> of the particular build of ImageMagick, and is
+therefore dependent on the installation. For that reason, a reasonable
+recommendation for most applications is to specify the threshold values as
+a percentage.  </p>
+
+<p> The following would force pixels with red values above 50% to have 100%
+red values, while those at or below 50% red would be set to 0 in the red
+channel. The green, blue, and alpha channels (if present) would be unchanged.
+</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -channel red -threshold 50% out.png</span></p>
+<p>As (possibly) impractical but instructive examples, the following would
+generate an all-black and an all-white image with the same dimensions as the
+input image.</p>
+
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -threshold 100% black.png</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -threshold -1 white.png</span></p>
+<p>Note that the values of the transparency channel is treated as 'matte'
+values (0 is opaque) and not as 'alpha' values (0 is transparent).</p>
+
+<p> See also <a href="command-line-options.html#black-threshold">&#x2011;black&#x2011;threshold</a> and <a href="command-line-options.html#white-threshold">&#x2011;white&#x2011;threshold</a>.
+</p>
+
+<div style="margin: auto;">
+  <h4><a id="thumbnail"></a>-thumbnail <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Create a thumbnail of the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This is similar to <a href="command-line-options.html#resize">-resize</a>, except it is optimized
+for speed and any image profile, other than a color profile, is removed to
+reduce the thumbnail size.  To strip the color profiles as well, add <a
+href="command-line-options.html#strip">-strip</a> just before of after this option.</p>
+
+<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p>
+
+<div style="margin: auto;">
+  <h4><a id="tile"></a>-tile <em class="arg">filename</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the tile image used for filling a subsequent graphic primitive.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4>-tile <em class="arg">geometry</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Specify the layout of images .</td><td style='text-align:right;'>[<a href="montage.html">montage</a>]</td></tr></table>
+
+<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument.</p>
+
+<div style="margin: auto;">
+  <h4>-tile</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Specifies that a subsequent composite operation is repeated across and down image.</td><td style='text-align:right;'>[<a href="composite.html">composite</a>]</td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="tile-offset"></a>-tile-offset {<em class="arg">+-</em>}<em class="arg">x</em>{<em class="arg">+-</em>}<em class="arg">y</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Specify the offset for tile images, relative to the background image it is tiled on.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This should be set before the tiling image is set by <a href="command-line-options.html#tile"
+>-tile</a> or <a href="command-line-options.html#texture" >-texture</a>, or directly applied for
+creating a tiled canvas using <code>TILE:</code> or <code>PATTERN:</code> input
+formats. </p>
+
+<p>Internally ImageMagick does a <a href="command-line-options.html#roll" >-roll</a> of the tile image
+by the arguments given when the tile image is set. </p>
+
+<div style="margin: auto;">
+  <h4><a id="tint"></a>-tint <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Tint the image with the fill color.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Tint the image with the fill color.</p>
+
+<p>Specify the amount of tinting as a percentage.  Pure colors like black,
+white red, yellow, will not be affected by -tint. Only mid-range colors such
+as the various shades of grey.</p>
+
+<div style="margin: auto;">
+  <h4><a id="title"></a>-title <em class="arg">string</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Assign a title to displayed image.</td><td style='text-align:right;'>[<a href="animate.html">animate</a>, <a href="display.html">display</a>, <a href="montage.html">montage</a>]</td></tr></table>
+
+<p>Use this option to assign a specific title to the image. This assigned to
+the image window and is typically displayed in the window title bar.
+Optionally you can include the image filename, type, width, height, Exif data,
+or other image attribute by embedding special format characters described
+under the <a href="command-line-options.html#format">-format</a> option.</p>
+
+<p>For example,</p>
+
+<p class="crtsnip">
+  -title "%m:%f %wx%h"
+</p>
+
+<p>produces an image title of <code>MIFF:bird.miff 512x480</code> for an image
+titled <code>bird.miff</code> and whose width is 512 and height is 480.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="transform"></a>-transform</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>transform the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option applies the transformation matrix from a previous <a href="command-line-options.html#affine">-affine</a> option.</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -affine 2,2,-2,2,0,0 -transform bird.ppm bird.jpg</span></p>
+
+<p>This operator has been now been superseded by the  <a
+href="command-line-options.html#distort">-distort</a> '<code>AffineProjection</code>' method. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="transparent"></a>-transparent <em class="arg">color</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Make this color transparent within the image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The <em class="arg">color</em> argument is defined using the format
+described under the <a href="command-line-options.html#fill">-fill</a> option. The <a href="command-line-options.html#fuzz"
+>-fuzz</a> setting can be used to match and replace colors similar to the one
+given. </p>
+
+<p>Use  <a href="command-line-options.html#transparent" >+transparent</a> to invert the pixels matched.
+that is make all non-matching colors transparent. </p>
+
+<p>The <a href="command-line-options.html#opaque">-opaque</a>  operator is exactly the same as <a
+href="command-line-options.html#transparent" >-transparent</a> but replaces the matching color with the
+current <a href="command-line-options.html#fill">-fill</a> color setting, rather than transparent.
+However the <a href="command-line-options.html#transparent" >-transparent</a> operator also ensures
+that the image has an alpha channel enabled, as per "<code><a href="command-line-options.html#alpha"
+>-alpha</a> set</code>", and does not require you to modify the <a
+href="command-line-options.html#channel">-channel</a> to enable alpha channel handling. </p>
+
+<p>Note that this does not define the color as being the 'transparency color'
+used for color-mapped image formats, such as GIF.  For that use <a
+href="command-line-options.html#transparent-color" >-transparent-color</a> </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="transparent-color"></a>-transparent-color <em class="arg">color</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the transparent color.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Sometimes this is used for saving to image formats such as
+GIF and PNG8 which uses this color to represent boolean transparency.  This
+does not make a color transparent, it only defines what color the transparent
+color is in the color palette of the saved image. Use <a
+href="command-line-options.html#transparent">-transparent</a> to make an opaque color transparent.</p>
+
+<p>This option allows you to have both an opaque visible color, as well as a
+transparent color of the same color value without conflict.  That is, you can
+use the same color for both the transparent and opaque color areas within an
+image.  This, in turn, frees to you to select a transparent color that is
+appropriate when an image is displayed by an application that does not handle a
+transparent color index, while allowing ImageMagick to correctly handle images of this
+type. </p>
+
+<p>The default transparent color is <code>#00000000</code>, which is fully transparent black.</p>
+
+<div style="margin: auto;">
+  <h4><a id="transpose"></a>-transpose</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Mirror the image along the top-left to bottom-right diagonal.</td><td style='text-align:right;'></td></tr></table>
+
+<p> This option mathematically transposes the pixel array.  It is equivalent to the sequence <code>-flip -rotate 90</code>.
+</p>
+
+<div style="margin: auto;">
+  <h4><a id="transverse"></a>-transverse</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Mirror the image along the images bottom-left top-right diagonal.  Equivalent to the operations <code>-flop -rotate 90</code>.</td><td style='text-align:right;'></td></tr></table>
+
+
+<div style="margin: auto;">
+  <h4><a id="treedepth"></a>-treedepth <em class="arg">value</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>tree depth for the color reduction algorithm.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Normally, this integer value is zero or one. A value of zero or one causes
+the use of an optimal tree depth for the color reduction algorithm.</p>
+
+<p>An optimal depth generally allows the best representation of the source
+image with the fastest computational speed and the least amount of memory.
+However, the default depth is inappropriate for some images. To assure the
+best representation, try values between 2 and 8 for this parameter.  Refer to
+the <a href="quantize.html"
+>color reduction algorithm</a> for more details.</p>
+
+<p>The <a href="command-line-options.html#colors">-colors</a> or <a href="command-line-options.html#monochrome">-monochrome</a>
+option, or writing to an image format which requires color reduction, is
+required for this option to take effect.</p>
+
+<div style="margin: auto;">
+  <h4><a id="trim"></a>-trim</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>trim an image.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option removes any edges that are exactly the same color as the corner
+pixels. Use <a href="command-line-options.html#fuzz">-fuzz</a> to make <a href="command-line-options.html#trim">-trim</a> remove
+edges that are nearly the same color as the corner pixels.</p>
+
+<p>The page or virtual canvas information of the image is preserved allowing
+you to extract the result of the <a href="command-line-options.html#trim">-trim</a> operation from the
+image.  Use a <a href="command-line-options.html#repage">+repage</a> to remove the virtual canvas page
+information if it is unwanted.</p>
+
+<p>If the trimmed image 'disappears' an warning is produced, and a special
+single pixel transparent 'missed' image is returned, in the same way as when a
+<a href="command-line-options.html#crop">-crop</a> operation 'misses' the image proper. </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="type"></a>-type <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>the image type.</td><td style='text-align:right;'></td></tr></table>
+ <p>Choose from: <code>Bilevel</code>,
+<code>Grayscale</code>, <code>GrayscaleMatte</code>, <code>Palette</code>,
+<code>PaletteMatte</code>, <code>TrueColor</code>, <code>TrueColorMatte</code>,
+<code>ColorSeparation</code>, or <code>ColorSeparationMatte</code>.</p>
+
+<p>Normally, when a format supports different subformats such as grayscale and
+truecolor, the encoder will try to choose an efficient subformat. The <a
+href="command-line-options.html#type">-type</a> option can be used to override this behavior. For
+example, to prevent a JPEG from being written in grayscale format even though
+only gray pixels are present, use.</p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert bird.png -type TrueColor bird.jpg</span></p>
+<p>Similarly, use <a href="command-line-options.html#type">-type TrueColorMatte</a> to force the
+encoder to write an alpha channel even though the image is opaque, if the
+output format supports transparency.</p>
+
+<p>Use <a href="command-line-options.html#type">-type optimize</a> to ensure the image is written in the smallest possible file size.</p>
+
+<div style="margin: auto;">
+  <h4><a id="undercolor"></a>-undercolor <em class="arg">color</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>set the color of the annotation bounding box.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The color is specified using the format described under the <a href="command-line-options.html#fill">-fill</a> option.</p>
+
+<p>See <a href="command-line-options.html#draw">-draw</a> for further details.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="update"></a>-update <em class="arg">seconds</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>detect when image file is modified and redisplay.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Suppose that while you are displaying an image the file that is currently
+displayed is over-written.  <code>display</code> will automagically detect that
+the input file has been changed and update the displayed image
+accordingly.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="unique-colors"></a>-unique-colors</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>discard all but one of any pixel color.</td><td style='text-align:right;'></td></tr></table>
+
+
+<div style="margin: auto;">
+  <h4><a id="units"></a>-units <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>the units of image resolution.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Choose from: <code>Undefined</code>, <code>PixelsPerInch</code>, or
+<code>PixelsPerCentimeter</code>. This option is normally used in conjunction
+with the <a href="command-line-options.html#density">-density</a> option.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="unsharp"></a>-unsharp <em class="arg">radius</em><br />-unsharp <em class="arg">radius</em>x<em class="arg">sigma</em>{<em class="arg">+gain</em>}{<em class="arg">+threshold</em>}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>sharpen the image with an unsharp mask operator.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The <a href="command-line-options.html#unsharp">-unsharp</a> option sharpens an image. The image is
+convolved with a Gaussian operator of the given radius and standard deviation
+(sigma). For reasonable results, radius should be larger than sigma. Use
+a radius of 0 to have the method select a suitable radius.</p>
+
+<p>The parameters are:</p>
+
+<pre class="text">
+   radius     The radius of the Gaussian, in pixels,  not counting the center
+              pixel (default 0).
+   sigma      The standard deviation of the Gaussian, in pixels (default 1.0).
+   gain       The fraction of the difference between the original and the blur
+              image that is added back into the original (default 1.0).
+   threshold  The threshold, as a fraction of <em class="QR">QuantumRange</em>, needed to apply the
+              difference amount (default 0.05).
+</pre>
+
+
+<div style="margin: auto;">
+  <h4><a id="verbose"></a>-verbose</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>print detailed information about the image when this option
+precedes the <a href="command-line-options.html#identify">-identify</a> option or
+<code>info:</code>.</td><td style='text-align:right;'></td></tr></table>
+
+
+<div style="margin: auto;">
+  <h4><a id="version"></a>-version</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>print ImageMagick version string and exit.</td><td style='text-align:right;'></td></tr></table>
+
+
+<div style="margin: auto;">
+  <h4><a id="view"></a>-view <em class="arg">string</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>FlashPix viewing parameters.</td><td style='text-align:right;'></td></tr></table>
+
+
+<div style="margin: auto;">
+  <h4><a id="vignette"></a>-vignette <em class="arg">radius</em>{x<em class="arg">sigma</em>}{<em class="arg">+-</em>}<em class="arg">x</em>{<em class="arg">+-</em>}<em class="arg">y</em>{<em class="arg">%</em>}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>soften the edges of the image in vignette style.</td><td style='text-align:right;'></td></tr></table>
+
+<p>The vignette effect rolloff is controlled by radiusxsigma. For nominal rolloff, this would be set to 0xsigma. A value of 0x0 will produce a circle/ellipse with no rolloff. The arguments x and y control the size of the circle. Larger values decrease the radii and smaller values increase the radii. Values of +0+0 will generate a circle/ellipse the same size as the image. The default values for x and y are 10% of the corresponding image dimension. Thus, the radii will be decreased by 10%, i.e., the diameters of the circle/ellipse will be 80% of the corresponding image dimension.</p>
+
+<div style="margin: auto;">
+  <h4><a id="virtual-pixel"></a>-virtual-pixel <em class="arg">method</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Specify contents of <em>virtual pixels</em>.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This option defines what color source should be used if and when a color
+lookup completely 'misses' the source image. The color(s) that appear to
+surround the source image.  Generally this color is derived from the source
+image, but could also be set to a specify background color. </p>
+
+<p>Choose from these methods:</p>
+
+<pre class="text">
+   background            the area surrounding the image is the background color
+   black                 the area surrounding the image is black
+   checker-tile          alternate squares with image and background color
+   dither                non-random 32x32 dithered pattern
+   edge                  extend the edge pixel toward infinity
+   gray                  the area surrounding the image is gray
+   horizontal-tile       horizontally tile the image, background color above/below
+   horizontal-tile-edge  horizontally tile the image and replicate the side edge pixels
+   mirror                mirror tile the image
+   random                choose a random pixel from the image
+   tile                  tile the image (default)
+   transparent           the area surrounding the image is transparent blackness
+   vertical-tile         vertically tile the image, sides are background color
+   vertical-tile-edge    vertically tile the image and replicate the side edge pixels
+   white                 the area surrounding the image is white
+</pre>
+
+<p>The default value is "edge".</p>
+
+<p>This most important for distortion operators such as <a href="command-line-options.html#distort"
+>-distort</a>, <a href="command-line-options.html#implode" >-implode</a>, and <a href="command-line-options.html#fx" >-fx</a>.
+However it also effects operations that may access pixels just outside the
+image proper, such as <a href="command-line-options.html#convolve">-convolve</a>, <a
+href="command-line-options.html#blur">-blur</a>, and <a href="command-line-options.html#sharpen">-sharpen</a>. </p>
+
+<p>To print a complete list of virtual pixel types, use the <a
+href="command-line-options.html#list">-list virtual-pixel</a> option.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="visual"></a>-visual <em class="arg">type</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Animate images using this X visual type.</td><td style='text-align:right;'>[<a href="animate.html">animate</a>, <a href="display.html">display</a>]</td></tr></table>
+
+<p>Choose from these visual classes:</p>
+
+<pre class="text">
+   StaticGray
+   GrayScale
+   StaticColor
+   PseudoColor
+   TrueColor
+   DirectColor
+   default
+   visual id
+</pre>
+
+<p>The X server must support the visual you choose, otherwise an error occurs.
+If a visual is not specified, the visual class that can display the most
+simultaneous colors on the default screen is chosen.</p>
+
+
+<div style="margin: auto;">
+  <h4><a id="watermark"></a>-watermark <em
+  class="arg">brightness</em>x<em class="arg">saturation</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Watermark an image using the given percentages of brightness and
+saturation.</td><td style='text-align:right;'>[<a href="composite.html">composite</a>]</td></tr></table>
+
+<p>Take a grayscale image (with alpha mask) and modify the destination image's
+brightness according to watermark image's grayscale value and the <em
+class="arg">brightness</em> percentage.  The destinations color saturation
+attribute is just direct modified by the <em class="arg">saturation</em>
+percentage, which defaults to 100 percent (no color change). </p>
+
+
+<div style="margin: auto;">
+  <h4><a id="wave"></a>-wave <em class="arg">amplitude</em><br />-wave <em class="arg">amplitude</em>x<em class="arg">wavelength</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Shear the columns of an image into a sine wave.</td><td style='text-align:right;'></td></tr></table>
+
+<p>Specify <em class="arg">amplitude</em> and <em class="arg">wavelength</em>
+of the wave.</p>
+
+<div style="margin: auto;">
+  <h4><a id="weight"></a>-weight <em class="arg">fontWeight</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set a font weight for text.</td><td style='text-align:right;'></td></tr></table>
+
+<p>This setting suggests a font weight that ImageMagick should try to apply to
+the currently selected font family. Use a positive integer for <em
+class="arg">fontWeight</em> or select from the following.</p>
+
+<table class="doc">
+  <col width="25%" />
+  <col width="75%" />
+  <thead>
+  <tr>
+  <th><em class="arg">fontWeight</em></th>
+  <th>Description</th>
+  </tr>
+  </thead>
+  <tbody>
+    <tr><td>All </td>
+        <td>No effect. </td></tr>
+    <tr><td>Bold </td>
+        <td>Same as <em class="arg">fontWeight</em> = 700.</td></tr>
+    <tr><td>Bolder </td>
+        <td>Add 100 to font weight if currently ≤ 800.</td></tr>
+    <tr><td>Lighter </td>
+        <td>Subtract 100 to font weight if currently ≤ 100.</td></tr>
+    <tr><td>Normal </td>
+        <td>Same as <em class="arg">fontWeight</em> = 400.</td></tr>
+ </tbody>
+ </table>
+
+<p>To print a complete list of weight types, use <a href="command-line-options.html#list">-list
+weight</a>.</p>
+
+<p>For other settings that affect fonts, see the options <a
+href="command-line-options.html#font">-font</a>, <a href="command-line-options.html#family">-family</a>, <a
+href="command-line-options.html#stretch">-stretch</a>, and <a href="command-line-options.html#style">-style</a>. </p>
+
+<div style="margin: auto;">
+  <h4><a id="white-point"></a>-white-point <em class="arg">x,y</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>chromaticity white point.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="white-threshold"></a>-white-threshold <em class="arg">value</em>{<em class="arg">%</em>}</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Force to white all pixels above the threshold while leaving all
+pixels at or below the threshold unchanged.</td><td style='text-align:right;'></td></tr></table>
+
+<p> The threshold value can be given as a percentage or as an absolute integer
+value within [0, <em class="QR">QuantumRange</em>] corresponding to the
+desired <a href="command-line-options.html#channel">&#x2011;channel</a> value. See <a href="command-line-options.html#threshold">&#x2011;threshold</a>for more details on thresholds and resulting values.  </p>
+
+<div style="margin: auto;">
+  <h4><a id="window"></a>-window <em class="arg">id</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Make the image the background of a window.</td><td style='text-align:right;'>[<a href="animate.html">animate</a>, <a href="display.html">display</a>]</td></tr></table>
+
+<p><em class="arg">id</em> can be a window id or name. Specify <code>root</code>
+to select X's root window as the target window.</p>
+
+<p>By default the image is tiled onto the background of the target window. If
+<code>backdrop</code> or <a href="command-line-options.html#geometry">-resize</a> are specified, the
+image is surrounded by the background color. Refer to <code>X RESOURCES</code>
+for details.</p>
+
+<p>The image will not display on the root window if the image has more unique
+colors than the target window colormap allows. Use <a
+href="command-line-options.html#colors">-colors</a> to reduce the number of colors.</p>
+
+<div style="margin: auto;">
+  <h4><a id="window-group"></a>-window-group</h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>specify the window group.</td><td style='text-align:right;'></td></tr></table>
+
+<div style="margin: auto;">
+  <h4><a id="write"></a>-write <em class="arg">filename</em></h4>
+</div>
+
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>write an image sequence.</td><td style='text-align:right;'></td></tr></table>
+ <p>The image sequence preceding the <a href="command-line-options.html#write">-write</a> <em class="arg">filename</em> option is written out, and processing continues with the same image in its current state if there are additional options. To restore the image to its original state after writing it, use the <a href="command-line-options.html#write">+write</a> <em class="arg">filename</em> option.</p>
+
+<p>Use <a href="command-line-options.html#compress">-compress</a> to specify the type of image compression.</p>
+</div>
+</div>
+
+
 </div>
 
 <div id="linkbar">
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/command-line-processing.html b/www/command-line-processing.html
index e61fd9f..e0ad0ad 100644
--- a/www/command-line-processing.html
+++ b/www/command-line-processing.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Command-line Processing</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="command-line, processing, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="command-line, processing, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -181,20 +230,20 @@
 
 <p>The ImageMagick command line can be as simple as this.</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert image.jpg image.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.jpg image.png</span></p>
 <p>Or it can be very complex, as in the following.</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert label.gif +matte \ <br></br>
-    \( +clone  -shade 110x90 -normalize -negate +clone  -compose Plus -composite \) \<br></br>
-    \( -clone 0 -shade 110x50 -normalize -channel BG -fx 0 +channel -matte \) \<br></br>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert label.gif +matte \ <br/>
+    \( +clone  -shade 110x90 -normalize -negate +clone  -compose Plus -composite \) \<br/>
+    \( -clone 0 -shade 110x50 -normalize -channel BG -fx 0 +channel -matte \) \<br/>
     -delete 0 +swap  -compose Multiply -composite  button.gif</span></p>
 <p>Without knowing much about the ImageMagick command line, you can probably figure out that the first command above converts an image in the JPEG format to one in the PNG format.  However, very few may realize the second, more complex command, gives a flat two-dimensional label a three-dimensional look with rich textures and simulated depth:</p>
 
 <div class="image">
-  <a href="../images/label.gif"><img src="../images/label.gif" width="78" height="53" alt="label"></img></a>
-<img style="margin-top:16px; margin-bottom:17px;" src="../images/right.gif" width="20" height="20" alt="==&gt;"></img>
+  <a href="../images/label.gif"><img src="../images/label.gif" width="78" height="53" alt="label" /></a>
+<img style="margin-top:16px; margin-bottom:17px;" src="../images/right.gif" width="20" height="20" alt="==>" />
   <a href="../images/button.gif">
-  <img src="../images/button.gif" width="78" height="53" alt="button"></img></a>
+  <img src="../images/button.gif" width="78" height="53" alt="button" /></a>
 </div>
 
 <p class="warn">[ <em>A quick word about our formatting of commands:</em> The second example above is long enough that the command must be written across several lines, so we formatted it for clarity by inserting backslashes (<code>\</code>). The backslash is the Unix <em>line continuation</em> character. In the Windows shell, use a carat character (<code>^</code>) for line continuation. We use the Unix style on these web pages, as above. Sometimes, however, the lines are wrapped by your browser if the browser window is small enough, but the command lines, shown in white, are still intended to be typed as one line. Line continuation characters need not be entered. The <em>parentheses</em> that are <em>escaped</em> above using the backslash are not escaped in Windows. There are some other differences between Windows and Unix (involving quotation marks, for instance), but we'll discuss some of those issues later, as they arise. ]</p>
@@ -202,7 +251,7 @@
 <p>Here we show percent completion of a task as a shaded cylinder:</p>
 
 <div class="image">
-  <img src="../images/cylinder_shaded.png" width="320" height="200" alt="Shaded Cylinder"></img>
+  <img src="../images/cylinder_shaded.png" width="320" height="200" alt="Shaded Cylinder" />
 </div>
 
 <p>Given the complexity of the rendering, you might be surprised it is accomplished by a single command-line:</p>
@@ -273,7 +322,7 @@
 <p>In Unix shells, certain characters such as the asterisk (<code>*</code>) and question mark (<code>?</code>) automagically cause lists of filenames to be generated based on pattern matches. This feature is known as globbing.  ImageMagick supports filename globbing for systems, such as Windows, that does not natively support it.  For example, suppose you want to convert <code>1.jpg</code>, <code>2.jpg</code>, <code>3.jpg</code>, <code>4.jpg</code>, and <code>5.jpg</code> in your current directory to a GIF animation.  You can conveniently  refer to all of the JPEG files with this command:
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert *.jpg images.gif</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert *.jpg images.gif</span></p>
 </div>
 
 <h3>Explicit Image Format</h3>
@@ -294,7 +343,7 @@
 so we explicitly set one:
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -size 640x480 -depth 8 rgb:image image.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 640x480 -depth 8 rgb:image image.png</span></p>
   </div>
 
 <h3>Built-in Images and Patterns</h3>
@@ -302,7 +351,7 @@
 <p>ImageMagick has a number of built-in <a href="formats.html#builtin-images">images</a> and <a href="formats.html#builtin-patterns">patterns</a>.  To utilize the checkerboard pattern, for example, use:
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -size 640x480 pattern:checkerboard checkerboard.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 640x480 pattern:checkerboard checkerboard.png</span></p>
 </div>
 
 <h3>STDIN, STDOUT, and file descriptors</h3>
@@ -311,19 +360,19 @@
   <a href="convert.html">convert</a> to the <a href="display.html">display</a> program:
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: gif:- | display gif:-</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: gif:- | display gif:-</span></p>
 <p>The second explicit format "<code>gif:</code>" is optional in the preceding example.  The GIF image format has a unique signature within the image so ImageMagick's <a href="display.html">display</a> command can readily recognize the format as GIF.  The <a href="convert.html">convert</a> program also accepts STDIN as input in this way:
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert rose: gif:- | convert - -resize "200%" bigrose.jpg</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose: gif:- | convert - -resize "200%" bigrose.jpg</span></p>
 <p>Other pipes can be accessed via their <em>file descriptors</em> (as of version 6.4.9-3). The file descriptors 0, 1, and 2 are reserved for the standard streams STDIN, STDOUT, and STDERR, respectively, but a pipe associated with a file descriptor number <em>N</em>&gt;2 can be accessed using the pseudonym <code>fd:</code><em>N</em>. (The pseudonyms <code>fd:0</code> and <code>fd:1</code> can be used for STDIN and STDOUT.) The next example shows how to append image data piped from files with  descriptors 3 and 4 and direct the result to the file with descriptor number 5.
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert fd:3 fd:4 -append fd:5</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert fd:3 fd:4 -append fd:5</span></p>
 <p>When needed, explicit image formats can be given as mentioned earlier, as in the following.
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert gif:fd:3 jpg:fd:4 -append tif:fd:5</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert gif:fd:3 jpg:fd:4 -append tif:fd:5</span></p>
 </div>
 
 <h3>Selecting Frames</h3>
@@ -331,7 +380,7 @@
 <p>Some images formats contain more than one image frame.  Perhaps you only want the first image, or the last, or some number of images in-between.  You can specify which image frames to read by appending the image filename with the frame range enclosed in brackets.  Here our image (an animated GIF) contains more than one frame but we only want the first:
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert 'images.gif[0]' image.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert 'images.gif[0]' image.png</span></p>
 <p class="warn">[Unix shells generally interpret brackets so we enclosed the filename in quotes above.
 In a Windows command shell the brackets are not interpreted but using quotes doesn't hurt. However, in most cases the roles of single-quotes and double-quotes are reversed with respect to Unix and Windows, so Windows users should usually try double-quotes where we display single-quotes, and vice versa.]
 </p>
@@ -339,11 +388,11 @@
 <p>You can read more than one image from a sequence with a frame range.  For example, you can extract the first four frames of an image sequence:
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert 'images.gif[0-3]' images.mng</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert 'images.gif[0-3]' images.mng</span></p>
 <p>Finally, you can read more than one image from a sequence, out-of-order. The next command gets the third image in the sequence, followed by the second, and then the fourth:
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert 'images.gif[3,2,4]' images.mng</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert 'images.gif[3,2,4]' images.mng</span></p>
 <p>Notice that in the last two commands, a single image is written. The output in this case, where the image type is MNG, is a multi-frame file because the MNG format supports multiple frames. Had the output format been JPG, which only supports single frames, the output would have consisted of separate frames. More about that below, in the section about the <a href="command-line-processing.html#output">Output Filename</a>.
 </p>
 </div>
@@ -353,12 +402,12 @@
 <p>Raw images are a sequence of color intensities without additional meta information such as width, height, or image signature.  With raw image formats, you must specify the image width and height but you can also specify a region of the image to read.  In our example, the image is in the raw 8-bit RGB format and is 6000 pixels wide and 4000 pixels high.  However, we only want a region of 600 by 400 near the center of the image:
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -size 6000x4000 -depth 8 \ <br></br> 'rgb:image[600x400+1900+2900]' image.jpg</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 6000x4000 -depth 8 \ <br/> 'rgb:image[600x400+1900+2900]' image.jpg</span></p>
 <p>
-  You can get the same results with the <a href="command-line-options.html#extract">‑extract</a> option:
+  You can get the same results with the <a href="command-line-options.html#extract">&#x2011;extract</a> option:
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -size 6000x4000 -depth 8 \ <br></br> -extract 600x400+1900+2900 rgb:image image.jpg</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 6000x4000 -depth 8 \ <br/> -extract 600x400+1900+2900 rgb:image image.jpg</span></p>
 </div>
 
 <h3>Inline Image Resize</h3>
@@ -366,13 +415,13 @@
 <p>It is sometimes convenient to resize an image as they are read.  Suppose you have hundreds of large JPEG images you want to convert to a sequence of PNG thumbails:
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert '*.jpg' -resize 120x120 thumbnail%03d.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert '*.jpg' -resize 120x120 thumbnail%03d.png</span></p>
 <p>Here <em>all</em> the images are read and subsequently
 resized.  It is faster and less resource intensive to resize each image it
 is read:
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert '*.jpg[120x120]' thumbnail%03d.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert '*.jpg[120x120]' thumbnail%03d.png</span></p>
 </div>
 
 <h3>Inline Image Crop</h3>
@@ -380,11 +429,11 @@
 <p>It is sometimes convenient to crop an image as they are read.  Suppose you have hundreds of large JPEG images you want to convert to a sequence of PNG thumbails:
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert '*.jpg' -crop 120x120+10+5 thumbnail%03d.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert '*.jpg' -crop 120x120+10+5 thumbnail%03d.png</span></p>
 <p>Here <em>all</em> the images are read and subsequently cropped.  It is faster and less resource-intensive to crop each image as it is read:
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert '*.jpg[120x120+10+5]' thumbnail%03d.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert '*.jpg[120x120+10+5]' thumbnail%03d.png</span></p>
 </div>
 
 <h3>Filename References</h3>
@@ -400,7 +449,7 @@
 </pre>
 
 <p>We then expect this command:</p>
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert @myimages.txt mymovie.gif</span></p><p>to read the images <code>frame001.jpg</code>, <code>frame002.jpg</code>, and <code>frame003.jpg</code> and convert them to a GIF image sequence.  </p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert @myimages.txt mymovie.gif</span></p><p>to read the images <code>frame001.jpg</code>, <code>frame002.jpg</code>, and <code>frame003.jpg</code> and convert them to a GIF image sequence.  </p>
 <p>If the image path includes one or more spaces, enclose the path in quotes:</p>
 <pre class="text">
   'my title.jpg'
@@ -418,7 +467,7 @@
 embedding a formatting character in the filename with a scene range.  Consider
 the filename <code>image-%d.jpg[1-5]</code>. The command</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert image-%d.jpg[1-5]</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image-%d.jpg[1-5]</span></p>
 <p>causes ImageMagick to attempt to read images with these filenames:
 </p>
 
@@ -443,12 +492,12 @@
 is reset or the command line terminates.  The image settings include:</p>
 
 <p class="options">
-<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#antialias">‑antialias</a> <span class="bull"> • </span> <a href="command-line-options.html#authenticate">‑authenticate</a> <span class="bull"> • </span> <a href="command-line-options.html#background">‑background</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#blue-primary">‑blue‑primary</a> <span class="bull"> • </span> <a href="command-line-options.html#bordercolor">‑bordercolor</a> <span class="bull"> • </span> <a href="command-line-options.html#caption">‑caption</a> <span class="bull"> • </span> <a href="command-line-options.html#channel">‑channel</a> <span class="bull"> • </span> <a href="command-line-options.html#comment">‑comment</a> <span class="bull"> • </span> <a href="command-line-options.html#compress">‑compress</a> <span class="bull"> • </span> <a href="command-line-options.html#debug">‑debug</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#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#direction">‑direction</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#dither">‑dither</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#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#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#font">‑font</a> <span class="bull"> • </span> <a href="command-line-options.html#format">‑format</a> <span class="bull"> • </span> <a href="command-line-options.html#fuzz">‑fuzz</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#green-primary">‑green‑primary</a> <span class="bull"> • </span> <a href="command-line-options.html#interlace">‑interlace</a> <span class="bull"> • </span> <a href="command-line-options.html#intent">‑intent</a> <span class="bull"> • </span> <a href="command-line-options.html#interpolate">‑interpolate</a> <span class="bull"> • </span> <a href="command-line-options.html#label">‑label</a> <span class="bull"> • </span> <a href="command-line-options.html#limit">‑limit</a> <span class="bull"> • </span> <a href="command-line-options.html#linewidth">‑linewidth</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#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#monitor">‑monitor</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#pointsize">‑pointsize</a> <span class="bull"> • </span> <a href="command-line-options.html#preview">‑preview</a> <span class="bull"> • </span> <a href="command-line-options.html#quality">‑quality</a> <span class="bull"> • </span> <a href="command-line-options.html#quiet">‑quiet</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#region">‑region</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#sampling-factor">‑sampling‑factor</a> <span class="bull"> • </span> <a href="command-line-options.html#scene">‑scene</a> <span class="bull"> • </span> <a href="command-line-options.html#seed">‑seed</a> <span class="bull"> • </span> <a href="command-line-options.html#size">‑size</a> <span class="bull"> • </span> <a href="command-line-options.html#stretch">‑stretch</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#texture">‑texture</a> <span class="bull"> • </span> <a href="command-line-options.html#tile">‑tile</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#treedepth">‑treedepth</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#units">‑units</a> <span class="bull"> • </span> <a href="command-line-options.html#verbose">‑verbose</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#weight">‑weight</a> </p>
+<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#antialias">&#x2011;antialias</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#background">&#x2011;background</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#blue-primary">&#x2011;blue&#x2011;primary</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#caption">&#x2011;caption</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#comment">&#x2011;comment</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#debug">&#x2011;debug</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#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#direction">&#x2011;direction</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#dither">&#x2011;dither</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#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#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#font">&#x2011;font</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#fuzz">&#x2011;fuzz</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#green-primary">&#x2011;green&#x2011;primary</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#intent">&#x2011;intent</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#label">&#x2011;label</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#linewidth">&#x2011;linewidth</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#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#monitor">&#x2011;monitor</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#pointsize">&#x2011;pointsize</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#quality">&#x2011;quality</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#red-primary">&#x2011;red&#x2011;primary</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#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#sampling-factor">&#x2011;sampling&#x2011;factor</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#seed">&#x2011;seed</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#stretch">&#x2011;stretch</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#texture">&#x2011;texture</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#transparent-color">&#x2011;transparent&#x2011;color</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#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#units">&#x2011;units</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#virtual-pixel">&#x2011;virtual&#x2011;pixel</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#weight">&#x2011;weight</a> </p>
 
 <p>In this example, <em class="arg">-channel</em> applies to each of the images, since, as we mentioned, settings persist:
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -channel RGB wand.png wizard.png images.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -channel RGB wand.png wizard.png images.png</span></p>
 </div>
 
 <h2><a id="operator"></a>Image Operator</h2>
@@ -464,11 +513,11 @@
 include:</p>
 
 <p class="options">
-<a href="command-line-options.html#annotate">‑annotate</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#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#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#clip">‑clip</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#clip-mask">‑clip‑mask</a> <span class="bull"> • </span> <a href="command-line-options.html#colors">‑colors</a> <span class="bull"> • </span> <a href="command-line-options.html#colorize">‑colorize</a> <span class="bull"> • </span> <a href="command-line-options.html#colorspace">‑colorspace</a> <span class="bull"> • </span> <a href="command-line-options.html#compose">‑compose</a> <span class="bull"> • </span> <a href="command-line-options.html#contrast">‑contrast</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#despeckle">‑despeckle</a> <span class="bull"> • </span> <a href="command-line-options.html#draw">‑draw</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#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#extent">‑extent</a> <span class="bull"> • </span> <a href="command-line-options.html#flip">‑flip</a> <span class="bull"> • </span> <a href="command-line-options.html#flop">‑flop</a> <span class="bull"> • </span> <a href="command-line-options.html#floodfill">‑floodfill</a> <span class="bull"> • </span> <a href="command-line-options.html#frame">‑frame</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#implode">‑implode</a> <span class="bull"> • </span> <a href="command-line-options.html#lat">‑lat</a> <span class="bull"> • </span> <a href="command-line-options.html#level">‑level</a> <span class="bull"> • </span> <a href="command-line-options.html#map">‑map</a> <span class="bull"> • </span> <a href="command-line-options.html#median">‑median</a> <span class="bull"> • </span> <a href="command-line-options.html#modulate">‑modulate</a> <span class="bull"> • </span> <a href="command-line-options.html#monochrome">‑monochrome</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#paint">‑paint</a> <span class="bull"> • </span> <a href="command-line-options.html#posterize">‑posterize</a> <span class="bull"> • </span> <a href="command-line-options.html#raise">‑raise</a> <span class="bull"> • </span> <a href="command-line-options.html#profile">‑profile</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#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#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#scale">‑scale</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#segment">‑segment</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#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#solarize">‑solarize</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#strip">‑strip</a> <span class="bull"> • </span> <a href="command-line-options.html#swirl">‑swirl</a> <span class="bull"> • </span> <a href="command-line-options.html#threshold">‑threshold</a> <span class="bull"> • </span> <a href="command-line-options.html#transparent">‑transparent</a> <span class="bull"> • </span> <a href="command-line-options.html#thumbnail">‑thumbnail</a> <span class="bull"> • </span> <a href="command-line-options.html#tint">‑tint</a> <span class="bull"> • </span> <a href="command-line-options.html#transform">‑transform</a> <span class="bull"> • </span> <a href="command-line-options.html#trim">‑trim</a> <span class="bull"> • </span> <a href="command-line-options.html#unsharp">‑unsharp</a> <span class="bull"> • </span> <a href="command-line-options.html#version">‑version</a> <span class="bull"> • </span> <a href="command-line-options.html#wave">‑wave</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> </p>
+<a href="command-line-options.html#annotate">&#x2011;annotate</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#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#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#clip">&#x2011;clip</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#clip-mask">&#x2011;clip&#x2011;mask</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#colorize">&#x2011;colorize</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#compose">&#x2011;compose</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#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#despeckle">&#x2011;despeckle</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#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#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#extent">&#x2011;extent</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#flop">&#x2011;flop</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#frame">&#x2011;frame</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#implode">&#x2011;implode</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#level">&#x2011;level</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#median">&#x2011;median</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#monochrome">&#x2011;monochrome</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#paint">&#x2011;paint</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#raise">&#x2011;raise</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#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#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#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#scale">&#x2011;scale</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#segment">&#x2011;segment</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#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#solarize">&#x2011;solarize</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#strip">&#x2011;strip</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#threshold">&#x2011;threshold</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#thumbnail">&#x2011;thumbnail</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#transform">&#x2011;transform</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#unsharp">&#x2011;unsharp</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#wave">&#x2011;wave</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> </p>
 
 <p>In this example, <em class="arg">-negate</em> negates the wand image but not the wizard:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert wand.png -negate wizard.png images.png</span></p></div>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert wand.png -negate wizard.png images.png</span></p></div>
 
 <h2><a id="sequence"></a>Image Sequence Operator</h2>
 <div class="doc-section">
@@ -478,7 +527,7 @@
 these image sequence operators:</p>
 
 <p class="options">
-<a href="command-line-options.html#append">‑append</a> <span class="bull"> • </span> <a href="command-line-options.html#affinity">‑affinity</a> <span class="bull"> • </span> <a href="command-line-options.html#average">‑average</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#combine">‑combine</a> <span class="bull"> • </span> <a href="command-line-options.html#compare">‑compare</a> <span class="bull"> • </span> <a href="command-line-options.html#composite">‑composite</a> <span class="bull"> • </span> <a href="command-line-options.html#crop">‑crop</a> <span class="bull"> • </span> <a href="command-line-options.html#debug">‑debug</a> <span class="bull"> • </span> <a href="command-line-options.html#deconstruct">‑deconstruct</a> <span class="bull"> • </span> <a href="command-line-options.html#delete">‑delete</a> <span class="bull"> • </span> <a href="command-line-options.html#evaluate-seqence">‑evaluate‑seqence</a> <span class="bull"> • </span> <a href="command-line-options.html#fft">‑fft</a> <span class="bull"> • </span> <a href="command-line-options.html#flatten">‑flatten</a> <span class="bull"> • </span> <a href="command-line-options.html#fx">‑fx</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#ift">‑ift</a> <span class="bull"> • </span> <a href="command-line-options.html#identify">‑identify</a> <span class="bull"> • </span> <a href="command-line-options.html#insert">‑insert</a> <span class="bull"> • </span> <a href="command-line-options.html#layers">‑layers</a> <span class="bull"> • </span> <a href="command-line-options.html#limit">‑limit</a> <span class="bull"> • </span> <a href="command-line-options.html#map">‑map</a> <span class="bull"> • </span> <a href="command-line-options.html#maximum">‑maximum</a> <span class="bull"> • </span> <a href="command-line-options.html#minimum">‑minimum</a> <span class="bull"> • </span> <a href="command-line-options.html#morph">‑morph</a> <span class="bull"> • </span> <a href="command-line-options.html#mosaic">‑mosaic</a> <span class="bull"> • </span> <a href="command-line-options.html#optimize">‑optimize</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#quiet">‑quiet</a> <span class="bull"> • </span> <a href="command-line-options.html#separate">‑separate</a> <span class="bull"> • </span> <a href="command-line-options.html#swap">‑swap</a> <span class="bull"> • </span> <a href="command-line-options.html#write">‑write</a> </p>
+<a href="command-line-options.html#append">&#x2011;append</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#affinity">&#x2011;affinity</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#average">&#x2011;average</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#combine">&#x2011;combine</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#composite">&#x2011;composite</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#debug">&#x2011;debug</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#delete">&#x2011;delete</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#fft">&#x2011;fft</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#fx">&#x2011;fx</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#ift">&#x2011;ift</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#insert">&#x2011;insert</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#limit">&#x2011;limit</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#maximum">&#x2011;maximum</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#minimum">&#x2011;minimum</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#mosaic">&#x2011;mosaic</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#optimize">&#x2011;optimize</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#quiet">&#x2011;quiet</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#swap">&#x2011;swap</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#write">&#x2011;write</a> </p>
 </div>
 
 <h2><a id="geometry"></a>Image Geometry</h2>
@@ -498,13 +547,13 @@
 setting for more specifics.</p>
 
 <p class="options" style="text-align:justify">
-<a href="command-line-options.html#adaptive-resize">‑adaptive‑resize</a> <span class="bull"> • </span> <a href="command-line-options.html#border">‑border</a> <span class="bull"> • </span> <a href="command-line-options.html#borderwidth">‑borderwidth</a> <span class="bull"> • </span> <a href="command-line-options.html#chop">‑chop</a> <span class="bull"> • </span> <a href="command-line-options.html#crop">‑crop</a> <span class="bull"> • </span> <a href="command-line-options.html#density">‑density</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#frame">‑frame</a> <span class="bull"> • </span> <a href="command-line-options.html#geometry">‑geometry</a> <span class="bull"> • </span> <a href="command-line-options.html#iconGeometry">‑iconGeometry</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#page">‑page</a> <span class="bull"> • </span> <a href="command-line-options.html#region">‑region</a> <span class="bull"> • </span> <a href="command-line-options.html#repage">‑repage</a> <span class="bull"> • </span> <a href="command-line-options.html#resize">‑resize</a> <span class="bull"> • </span> <a href="command-line-options.html#sample">‑sample</a> <span class="bull"> • </span> <a href="command-line-options.html#scale">‑scale</a> <span class="bull"> • </span> <a href="command-line-options.html#shave">‑shave</a> <span class="bull"> • </span> <a href="command-line-options.html#splice">‑splice</a> <span class="bull"> • </span> <a href="command-line-options.html#thumbnail">‑thumbnail</a> <span class="bull"> • </span> <a href="command-line-options.html#window">‑window</a> </p>
+<a href="command-line-options.html#adaptive-resize">&#x2011;adaptive&#x2011;resize</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#borderwidth">&#x2011;borderwidth</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#crop">&#x2011;crop</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#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#frame">&#x2011;frame</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#iconGeometry">&#x2011;iconGeometry</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#page">&#x2011;page</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#repage">&#x2011;repage</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#sample">&#x2011;sample</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#shave">&#x2011;shave</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#thumbnail">&#x2011;thumbnail</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#window">&#x2011;window</a> </p>
 
 <p>The <em class="arg">geometry</em> argument might take any of the forms listed in the table below. These will described in more detail in the subsections following the table. The usual form is <em class="arg">size</em>[<em class="arg">offset</em>], meaning <em class="arg">size</em> is required and <em class="arg">offset</em> is optional. Occasionally, [<em class="arg">size</em>]<em class="arg">offset</em> is possible. In no cases are spaces permitted within the <em class="arg">geometry</em> argument.</p>
 
 
 <table id="geometryTable" class="doc">
-  <col width="20%"></col> <col width="80%"></col>
+  <col width="20%"/> <col width="80%"/>
   <thead>
   <tr valign="top">
     <th style="text-align:center"><em class="arg">size</em></th>
@@ -555,7 +604,7 @@
   </tbody>
   </table>
   <table class="doc">
-    <col width="20%"></col> <col width="80%"></col>
+    <col width="20%"/> <col width="80%"/>
   <thead>
   <tr valign="top">
     <th style="text-align:center">{<em class="arg">size</em>}{<em class="arg">offset</em>}</th>
@@ -566,7 +615,7 @@
   <tbody>
   <tr valign="top">
     <td>{<em class="arg">size</em>}{<em class="arg">+-</em>}<em class="arg">x</em>{<em class="arg">+-</em>}<em class="arg">y</em></td>
-    <td>Horizontal and vertical offsets <em class="arg">x</em> and <em class="arg">y</em>, specified in pixels. Signs are required for both. Offsets are affected by <a href="command-line-options.html#gravity">‑gravity</a> setting. Offsets are not affected by <code>%</code> or other <em class="arg">size</em> operators.</td>
+    <td>Horizontal and vertical offsets <em class="arg">x</em> and <em class="arg">y</em>, specified in pixels. Signs are required for both. Offsets are affected by <a href="command-line-options.html#gravity">&#x2011;gravity</a> setting. Offsets are not affected by <code>%</code> or other <em class="arg">size</em> operators.</td>
   </tr>
   </tbody>
 </table>
@@ -574,16 +623,16 @@
 
 <h3>Basic adjustments to width and height; the operators <code>%</code>, <code>^</code>, and <code>!</code> </h3>
 <div class="doc-section">
-<p>Here, just below, are a few simple examples of <em class="arg">geometry</em>, showing how it might be used as an argument to the <a href="command-line-options.html#resize">‑resize</a> option. We'll use the internal image <code>logo:</code> for our input image.
+<p>Here, just below, are a few simple examples of <em class="arg">geometry</em>, showing how it might be used as an argument to the <a href="command-line-options.html#resize">&#x2011;resize</a> option. We'll use the internal image <code>logo:</code> for our input image.
 <a href="../images/logo.png">
 This fine image</a> is 640 pixels wide and 480 pixels high. We say its <em>dimensions</em> are 640x480. When we give dimensions of an image, the width (the horizontal dimension) always precedes the height (the vertical dimension). This will be true when we speak of coordinates or <em>offsets</em> into an image, which will always be <em>x</em>–value followed by <em>y</em>. Just think of your high school algebra classes and the <em>xy</em>–plane. (Well, almost: our <em>y</em>–axis will always go downward!)
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: -resize '200%' bigWiz.png</span></p>
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: -resize '200x50%' longShortWiz.png</span></p>
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: -resize '100x200' notThinWiz.png</span></p>
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: -resize '100x200^' biggerNotThinWiz.png</span></p>
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: -resize '100x200!' dochThinWiz.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize '200%' bigWiz.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize '200x50%' longShortWiz.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize '100x200' notThinWiz.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize '100x200^' biggerNotThinWiz.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize '100x200!' dochThinWiz.png</span></p>
 
 <p>The first of the four commands is simple—it stretches both the width and height of the input image by <code>200%</code> in each direction; it magnifies the whole thing by a factor of two. The second command specifies different percentages for each direction, stretching the width to <code>200</code>% and squashing the height to <code>50%</code>. The resulting image (in this example) has dimensions 1280x240. Notice that the percent symbol needn't be repeated; the following are equivalent: <code>200x50%</code>, <code>200%x50</code>, <code>200%x50%</code>.
 </p>
@@ -601,10 +650,10 @@
 Here are a few more examples:
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: -resize '100' wiz1.png</span></p>
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: -resize 'x200' wiz2.png</span></p>
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: -resize '100x200&gt;' wiz3.png</span></p>
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: -resize '100x200&lt;' wiz4.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize '100' wiz1.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize 'x200' wiz2.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize '100x200&gt;' wiz3.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize '100x200&lt;' wiz4.png</span></p>
 <p>If only one dimension is given it is taken to be the width. When only the width is specified, as in the first example above, the width is accepted as given and the height is chosen to maintain the aspect ratio of the input image. Similarly, if only the height is specified, as in the second example above, the height is accepted and the width is chosen to maintain the aspect ratio.</p>
 
 
@@ -612,7 +661,7 @@
 
 <p>Finally, use <code>@</code> to specify the maximum area in pixels of an image, again while attempting to preserve aspect ratio. (Pixels take only integer values, so some approximation is always at work.) In the following example, an area of 10000 pixels is requested. The resulting file has dimensions 115x86, which has 9890 pixels. </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: -resize '@10000' wiz10000.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize '@10000' wiz10000.png</span></p>
 <p class="warn">Another word about the quotation marks: In all the examples above and below, we have enclosed the <em class="arg">geometry</em> arguments  within quotation marks. Doing so is optional in many cases, but not always. We <em>must</em> enclose the geometry specifications in quotation marks when using <code>&lt;</code> or <code>&gt;</code> to prevent these characters from being interpreted by the shell as <em>file redirection</em>. On Windows systems, the carat <code>^</code>  needs to be within quotes, else it is ignored. To be safe, one should probably maintain a habit of enclosing all <em class="arg">geometry</em> arguments in quotes, as we have here.
 </p>
 </div>
@@ -621,18 +670,18 @@
 <div class="doc-section">
 <p>
 Here are some examples to illustrate the use of <em>offsets</em> in <em class="arg">geometry</em> arguments. One typical use of offsets is in conjunction with the
-<a href="command-line-options.html#region">‑region</a> option. This option allows many other options to modify the pixels within a specified rectangular subregion of an image. As such, it needs to be given the width and height of that region, and also an <em>offset</em> into the image, which is a pair of coordinates that indicate the location of the region within the larger image. Below, in the first example, we specify a region of size <code>100x200</code> to be located at the <em>xy</em>–coordinates <em>x</em>=10, <em>y</em>=20. Let's use the usual algebraic notation (<em>x</em>,<em>y</em>)=(10,20), for convenience.
+<a href="command-line-options.html#region">&#x2011;region</a> option. This option allows many other options to modify the pixels within a specified rectangular subregion of an image. As such, it needs to be given the width and height of that region, and also an <em>offset</em> into the image, which is a pair of coordinates that indicate the location of the region within the larger image. Below, in the first example, we specify a region of size <code>100x200</code> to be located at the <em>xy</em>–coordinates <em>x</em>=10, <em>y</em>=20. Let's use the usual algebraic notation (<em>x</em>,<em>y</em>)=(10,20), for convenience.
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: -region '100x200+10+20' -negate wizNeg1.png</span></p>
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: -region '100x200-10+20' -negate wizNeg2.png</span></p>
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: -gravity center -region '100x200-10+20' \ <br></br> -negate wizNeg3.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -region '100x200+10+20' -negate wizNeg1.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -region '100x200-10+20' -negate wizNeg2.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -gravity center -region '100x200-10+20' \ <br/> -negate wizNeg3.png</span></p>
 
 <p>Note that offsets always require +/− signs. The offset is not actually a true location within the image; its coordinates must be added to some other location. Let's refer to that as the <em>current location</em>. In the first two examples above, though, that location is the upper-left hand corner of the image, which has coordinates (0,0). (That is the default situation when there are no other directives given to change it.) The first example above puts the <code>100x200</code> rectangle's own upper-left corner at (10,20). </p>
 
 <p>A negative offset can make sense in many cases. In the second example above, the offset is (-10,20), specified by <code>-10+20</code>. In that case, only the portion of the (virtual) rectangle obtained that lies within the image can be negated; here it is equivalent to specifying the geometry as <code>90x200+0+20</code>.</p>
 
-<p>In the third example above, the <a href="command-line-options.html#gravity">‑gravity</a> setting precedes the others and sets the current location within the image at the very center of the image. In this case that is at pixel (320,240), since the size of the image is 640x480. This means that the offsets apply to that location, which thereby gets moved, in this case, to (320-10,240+20)=(310,260). But the <code>100x200</code> region itself is affected by the <a href="command-line-options.html#gravity">‑gravity</a> setting, so instead of affecting its upper-left corner, the region's own center (at (+50,+100) within it) is determined. Therefore the center of the <code>100x200</code> rectangle is moved to (310,260). The negated rectangle's upper-left corner is now at (310-50,260-100)=(260,160).
+<p>In the third example above, the <a href="command-line-options.html#gravity">&#x2011;gravity</a> setting precedes the others and sets the current location within the image at the very center of the image. In this case that is at pixel (320,240), since the size of the image is 640x480. This means that the offsets apply to that location, which thereby gets moved, in this case, to (320-10,240+20)=(310,260). But the <code>100x200</code> region itself is affected by the <a href="command-line-options.html#gravity">&#x2011;gravity</a> setting, so instead of affecting its upper-left corner, the region's own center (at (+50,+100) within it) is determined. Therefore the center of the <code>100x200</code> rectangle is moved to (310,260). The negated rectangle's upper-left corner is now at (310-50,260-100)=(260,160).
 </p>
 </div>
 </div>
@@ -643,7 +692,7 @@
 
 <p>In school, your teacher probably permitted you to work on problems on a scrap of paper and then copy the results to your test paper.  An image stack is similar.  It permits you to work on an image or image sequence in isolation and subsequently introduce the results back into the command line.  The image stack is delineated with parenthesis.  Image operators only affect images in the current stack.  For example, we can limit the image rotation to just the wizard image like this:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert wand.gif \( wizard.gif -rotate 30 \) +append images.gif</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert wand.gif \( wizard.gif -rotate 30 \) +append images.gif</span></p>
 
 <p class="warn">Notice again that the  parentheses are <em>escaped</em> by preceding them with
 backslashes.  This is required under Unix, where parentheses are special
@@ -656,8 +705,8 @@
 <p>In addition to the image operators already discussed, the following image operators are most useful when processing images in an image stack:</p>
 
 <p class="options">
-<span class="bull"> • </span>
-<a href="command-line-options.html#clone">‑clone</a> <span class="bull"> • </span> <a href="command-line-options.html#delete">‑delete</a> <span class="bull"> • </span> <a href="command-line-options.html#insert">‑insert</a> <span class="bull"> • </span> <a href="command-line-options.html#swap">‑swap</a> <span class="bull"> • </span>
+<span class='bull'> • </span>
+<a href="command-line-options.html#clone">&#x2011;clone</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#insert">&#x2011;insert</a> <span class='bull'> &#8226; </span> <a href="command-line-options.html#swap">&#x2011;swap</a> <span class='bull'> • </span>
 </p>
 
 <p>The arguments to these operators are indexes into the image sequence by number, starting with zero, for the first image, and so on. However if you give a negative index, the images are indexed from the end (last image added). That is, an index of -1 is the last image in the current image sequence, -2 gives the second-to-last, and so on.</p>
@@ -682,7 +731,7 @@
   <p>Images can be stored in a mryiad of image formats including the better known JPEG, PNG, TIFF and others.  ImageMagick must know the desired format of the image before it is written.  ImageMagick leverages the filename extension to determine the format.  For example, <code>image.jpg</code> tells ImageMagick to write the image in the JPEG format.  In some cases the filename does not identify the image format.  In these cases, the image is written in the format it was originally read unless an explicit image format is specified.  For example, suppose we want to write our image to a filename of <code>image</code> in the raw red, green, and blue intensity format:
   </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert image.jpg rgb:image</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image.jpg rgb:image</span></p>
 </div>
 
 <h3>Standard Out</h3>
@@ -690,7 +739,7 @@
   <p>Unix permits the output of one command to be piped to another.  ImageMagick permits piping one command to another with a filename of <code>-</code>.  In this example we pipe the output of <a href="convert.html">convert</a> to the <a href="display.html">display</a> program:
   </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: gif:- | display gif:-</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: gif:- | display gif:-</span></p>
 <p>Here the explicit format is optional.  The GIF image format has a signature that uniquely identifies it so ImageMagick can readily recognize the format as GIF.
 </p>
 </div>
@@ -709,7 +758,7 @@
 <p>Or retrieve image properties to modify the image filename.  For example, the command
 </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert rose: -set filename:area '%wx%h' \ <br></br> 'rose-%[filename:area].png'</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose: -set filename:area '%wx%h' \ <br/> 'rose-%[filename:area].png'</span></p>
 <p>writes an image with this filename:
 </p>
 
@@ -733,15 +782,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/command-line-tools.html b/www/command-line-tools.html
index 3c373e2..08606ec 100644
--- a/www/command-line-tools.html
+++ b/www/command-line-tools.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Command-line Tools</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="command-line, tools, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="command-line, tools, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -235,15 +284,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/compare.html b/www/compare.html
index b4df012..6d404fa 100644
--- a/www/compare.html
+++ b/www/compare.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Command-line Tools: Compare</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="command-line, tools:, compare, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="command-line, tools:, compare, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -183,13 +233,13 @@
 
 <p>We list a few examples of the <code>compare</code> command here to illustrate its usefulness and ease of use. To get started, lets compare an image to one thats been sharpened:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert rose.jpg -sharpen 0x1 reconstruct.jpg</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">compare rose.jpg reconstruct.jpg difference.png</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">compare -compose src rose.jpg reconstruct.jpg difference.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose.jpg -sharpen 0x1 reconstruct.jpg</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>compare rose.jpg reconstruct.jpg difference.png</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>compare -compose src rose.jpg reconstruct.jpg difference.png</span></p>
 <div class="image">
 <p>
-  <a href="../images/rose.jpg"><img src="../images/rose.jpg" width="70" height="46" alt="rose"></img></a>
-  <a href="../images/reconstruct.jpg"><img src="../images/reconstruct.jpg" width="70" height="46" alt="rose"></img></a>
-  <img style="margin:13px 0;" src="../images/right.gif" width="20" height="20" alt="==&gt;"></img>
-  <a href="../images/difference.png"><img src="../images/difference.png" width="70" height="46" alt="rose"></img></a>
+  <a href="../images/rose.jpg"><img src="../images/rose.jpg" width="70" height="46" alt="rose" /></a>
+  <a href="../images/reconstruct.jpg"><img src="../images/reconstruct.jpg" width="70" height="46" alt="rose" /></a>
+  <img style="margin:13px 0;" src="../images/right.gif" width="20" height="20" alt="==>" />
+  <a href="../images/difference.png"><img src="../images/difference.png" width="70" height="46" alt="rose" /></a>
 </p>
 </div>
 
@@ -197,21 +247,21 @@
 
 <p>In addition to the visual interpretation of the difference in an image and its reconstruction, we report a mathematical measure of the difference:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">compare -verbose -metric mae rose.jpg reconstruct.jpg difference.png</span><span class="crtout">Image: rose.jpg     <br></br>
-    Channel distortion: MAE     <br></br>
-      red: 2282.91 (0.034835)     <br></br>
-      green: 1853.99 (0.0282901)     <br></br>
-      blue: 2008.67 (0.0306503)     <br></br>
-      all: 1536.39 (0.0234439)     <br></br></span></p><p>Or, if you just want the red channel distortion, use this command:</p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>compare -verbose -metric mae rose.jpg reconstruct.jpg difference.png</span><span class='crtout'>Image: rose.jpg     <br/>
+    Channel distortion: MAE     <br/>
+      red: 2282.91 (0.034835)     <br/>
+      green: 1853.99 (0.0282901)     <br/>
+      blue: 2008.67 (0.0306503)     <br/>
+      all: 1536.39 (0.0234439)     <br/></span></p><p>Or, if you just want the red channel distortion, use this command:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">compare -channel red -metric PSNR rose.jpg reconstruct.jpg difference.png</span><span class="crtout">19.63</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>compare -channel red -metric PSNR rose.jpg reconstruct.jpg difference.png</span><span class='crtout'>19.63</span></p>
 <p>Or, if you just want the overall image distortion, use this command:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">compare -metric PSNR rose.jpg reconstruct.jpg difference.png</span><span class="crtout">28.31</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>compare -metric PSNR rose.jpg reconstruct.jpg difference.png</span><span class='crtout'>28.31</span></p>
 <p>If the reconstructed image is a subimage of the image, the compare program returns the best match offset.  In addition, it returns a similarity image such that an exact match location is completely white and if none of the pixels match, black, otherwise some gray level in-between:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">compare -metric RMSE -subimage-search logo.png wizard.jpg similarity.gif</span><span class="crtout">85.05 (0.00129778) @ 353,157</span></p>
-<p>You can find additional examples of using <code>compare</code> in <a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>.  Further discussion is available in <a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>compare -metric RMSE -subimage-search logo.png wizard.jpg similarity.gif</span><span class='crtout'>85.05 (0.00129778) @ 353,157</span></p>
+<p>You can find additional examples of using <code>compare</code> in <a href="http://www.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>.  Further discussion is available in <a href="http://www.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
 
 <p>The compare program returns 2 on error otherwise 0 if the images are similar or 1 if they are dissimilar.</p>
 </div>
@@ -439,15 +489,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/compose.html b/www/compose.html
index ec48c3b..e857e29 100644
--- a/www/compose.html
+++ b/www/compose.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Alpha Compositing</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="alpha, compositing, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="alpha, compositing, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -175,7 +225,8 @@
 <div class="doc-section">
 <p>This page descibed the Image composition methods that is used to define how
 two images should be merged together in various image operations.  For the
-Command Line API it is typically set using the <a href="command-line-options.html#compose">-compose</a> setting option. </p>
+Command Line API it is typically set using the <a
+href="command-line-options.html#compose" >-compose</a> setting option. </p>
 
 
 <p>The description of composition uses abstract terminology in order to allow
@@ -299,12 +350,14 @@
 <p>Many of these compose methods will clear the destination image which was
 not overlaid by the source image.  This is to be expected as part of that
 specific composition methods defintion. You can disable this by setting the
-special <a href="command-line-options.html#define">-define</a> 'compose:outside-overlay' to a value of 'false' will turn off
+special <a href="command-line-options.html#define"
+>-define</a> 'compose:outside-overlay' to a value of 'false' will turn off
 this behaviour. </p>
 
 <p>On top of the above 12 Duff-Porter Alpha Composition methods, one special
 related method '<code>Copy</code>' has been provided. This is equivalent to
-using the '<code>Src</code>'  with the special <a href="command-line-options.html#define">-define</a> option '<code>compose:outside-overlay</code>' set to
+using the '<code>Src</code>'  with the special <a href="command-line-options.html#define"
+>-define</a> option '<code>compose:outside-overlay</code>' set to
 '<code>false</code>', so as to only modify the overlaid area, without clearing
 the rest of the image outside the overlaid area.  </p>
 
@@ -404,9 +457,12 @@
 below. </p>
 
 <p>As of IM v6.6.1-6, if the special '<code>Sync</code>' flag is not specified
-(enabled by default) with the <a href="command-line-options.html#channel">-channel</a> setting, then the above mathematical compositions will nolonger
+(enabled by default) with the <a href="command-line-options.html#channel"
+>-channel</a> setting, then the above mathematical compositions will nolonger
 synchronise its actions with the alpha channel.  Instead the math composition
-will be applied on an individual channel basis as defined by the <a href="command-line-options.html#channel">-channel</a>.  This includes the alpha channel. This special usage
+will be applied on an individual channel basis as defined by the <a
+href="command-line-options.html#channel"
+>-channel</a>.  This includes the alpha channel. This special usage
 allows you to perform true mathematics of the image channels, without alpha
 compostion effects, becomming involved. </p>
 
@@ -548,7 +604,8 @@
   <tr valign="top">
     <td valign="top">change-mask</td>
     <td valign="top">Replace any destination pixel that is the similar to the
-    source images pixel (as defined by the current <a href="command-line-options.html#fuzz">-fuzz</a> factor), with transparency.
+    source images pixel (as defined by the current <a
+    href="command-line-options.html#fuzz">-fuzz</a> factor), with transparency.
     </td>
   </tr>
   </tbody>
@@ -561,17 +618,19 @@
 <p>In the "<code>composite</code>" command these composition methods are
 selected using special options with the arguments needed. They are usually,
 but not always, the same name as the composte 'method' they use, and replaces
-the normal use of the <a href="command-line-options.html#compose">-compose</a>
+the normal use of the <a href="command-line-options.html#compose" >-compose</a>
 setting in the "<code>composite</code>" command.  For example... </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">composite ... -blend 50x50 ...</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>composite ... -blend 50x50 ...</span></p>
 <p>As of IM v6.5.3-4 the "<code>convert</code>" command can now also supply
-these extra arguments to its <a href="command-line-options.html#composite">-composite</a> operator, using the special <a href="command-line-options.html#define">-define</a>
+these extra arguments to its <a href="command-line-options.html#composite"
+>-composite</a> operator, using the special <a href="command-line-options.html#define">-define</a>
 attribute of '<code class="arg">compose:args</code>'.  This means you can now
-make use of these special argumented <a href="command-line-options.html#compose">-compose</a> methods, those the argument and the method both need to be set
+make use of these special argumented <a href="command-line-options.html#compose"
+>-compose</a> methods, those the argument and the method both need to be set
 separately.  For example... </p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert ... -compose blend  -define compose:args=50,50 -composite ...</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert ... -compose blend  -define compose:args=50,50 -composite ...</span></p>
 <p>The following is a table of these special 'argumented' compose methods,
 with a brief summary of what they do. For more details see the equivalent
 "composite" command option name.  </p>
@@ -587,8 +646,8 @@
     <td valign="top">dissolve</td>
     <td valign="top">Arguments:
         <em class="arg">src_percent</em>[x<em class="arg">dst_percent</em>]
-    <br></br>Equivalent to "<code>composite</code>" <a href="command-line-options.html#dissolve">-dissolve</a>
-    <br></br>Dissolve the 'source' image by the percentage given before overlaying
+    <br/>Equivalent to "<code>composite</code>" <a href="command-line-options.html#dissolve">-dissolve</a>
+    <br/>Dissolve the 'source' image by the percentage given before overlaying
         'over' the 'destination' image. If <em class="arg">src_percent</em> is
         greater than 100, it starts dissolving the main image so it will
         become transparent at a value of '<code class="arg">200</code>'.  If
@@ -601,8 +660,9 @@
     <td valign="top">blend</td>
     <td valign="top">Arguments:
         <em class="arg">src_percent</em>[x<em class="arg">dst_percent</em>]
-    <br></br>Equivalent to "<code>composite</code>" <a href="command-line-options.html#blend">-blend</a>
-    <br></br>Average the images together ('plus') according to the percentages
+    <br/>Equivalent to "<code>composite</code>" <a
+        href="command-line-options.html#blend">-blend</a>
+    <br/>Average the images together ('plus') according to the percentages
         given and each pixels transparency.  If only a single percentage value
         is given it sets the weight of the composite or 'source' image, while
         the background image is weighted by the exact opposite amount. That is
@@ -615,14 +675,16 @@
   <tr valign="top">
     <td valign="top">mathematics</td>
     <td valign="top">Arguments: <em class="arg">A, B, C, D</em>
-    <br></br>Not available in "<code>composite</code>" at this time.
-    <br></br>Merge the source and destination images according to the formula
-    <br></br>     <code>A*Sc*Dc + B*Sc + C*Dc + D</code>
-    <br></br>Can be used to generate a custom composition method that would
-        otherwise need to be implemented using the slow <a href="command-line-options.html#fx">-fx</a> DIY image operator.   Added
+    <br/>Not available in "<code>composite</code>" at this time.
+    <br/>Merge the source and destination images according to the formula
+    <br/>     <code>A*Sc*Dc + B*Sc + C*Dc + D</code>
+    <br/>Can be used to generate a custom composition method that would
+        otherwise need to be implemented using the slow <a
+        href="command-line-options.html#fx">-fx</a> DIY image operator.   Added
         to ImageMagick version 6.5.4-3.
-    <br></br>As of IM v6.6.1-6 this method will do per-channel math compositions
-        if the 'Sync' flag is removed from <a href="command-line-options.html#channel">-channel</a>, just like all
+    <br/>As of IM v6.6.1-6 this method will do per-channel math compositions
+        if the 'Sync' flag is removed from <a
+        href="command-line-options.html#channel" >-channel</a>, just like all
         the other mathematical compostion methods above.
     </td>
   </tr>
@@ -631,11 +693,12 @@
     <td valign="top">modulate</td>
     <td valign="top">Arguments:
         <em class="arg">brightness</em>[x<em class="arg">saturation</em>]
-    <br></br>Equivalent to "<code>composite</code>" <a href="command-line-options.html#watermark">-watermark</a>
-    <br></br>Take a grayscale image (with alpha mask) and modify the destination
+    <br/>Equivalent to "<code>composite</code>" <a href="command-line-options.html#watermark">-watermark</a>
+    <br/>Take a grayscale image (with alpha mask) and modify the destination
         image's brightness according to watermark image's grayscale value and
         the <em class="arg">brightness</em> percentage.  The destinations
-        color saturation attribute is just direct modified by the <em class="arg">saturation</em> percentage, which defaults to 100 percent
+        color saturation attribute is just direct modified by the <em
+        class="arg">saturation</em> percentage, which defaults to 100 percent
         (no color change).
 
     </td>
@@ -645,27 +708,27 @@
     <td valign="top">displace</td>
     <td valign="top">Arguments:
         <em class="arg">X-scale</em>[x<em class="arg">Y-scale</em>][!][%]
-    <br></br>Equivalent to "<code>composite</code>" <a href="command-line-options.html#displace">-displace</a>
-    <br></br>With this option, the 'overlay' image, and optionally the 'mask'
+    <br/>Equivalent to "<code>composite</code>" <a href="command-line-options.html#displace">-displace</a>
+    <br/>With this option, the 'overlay' image, and optionally the 'mask'
         image, is used as a relative displacement map, which is used to
         displace the lookup of what part of the destination image is seen at
         each point of the overlaid area.  Much like the displacement map is a
         'lens' that distorts the original 'background' image behind it.
-    <br></br><br></br>
+    <br/><br/>
         The X-scale is modulated by the 'red' channel of the overlay image
         while the Y-scale is modulated by the green channel, (the mask image
         if given is rolled into green channel of the overlay image. This
         separation allows you to modulate the X and Y lookup displacement
         separately allowing you to do 2-dimensional displacements, rather
         than 1-dimensional verctored displacements (using grayscale image).
-    <br></br><br></br>
+    <br/><br/>
         If the overlay image contains transparency this is used as a mask
         of the resulting image to remove 'invalid' pixels.
-    <br></br><br></br>
+    <br/><br/>
         The '%' flag makes the displacement scale relative to the size of the
         overlay image (100% = half width/height of image). Using '!' switches
         percentage arguments to refer to the destination image size instead.
-    <br></br><br></br>
+    <br/><br/>
         Special flags were added Added to ImageMagick version 6.5.3-5.
     </td>
   </tr>
@@ -673,19 +736,20 @@
   <tr valign="top">
     <td valign="top">distort</td>
     <td valign="top">Arguments:
-        <em class="arg">X-scale</em>[x<em class="arg">Y-scale</em>[+<em class="arg">X-center</em>+<em class="arg">Y-center</em>]][!][%]
-    <br></br>Not available in "<code>composite</code>" at this time.
-    <br></br>Exactly as per 'Displace' (above), but using absolute coordinates,
+        <em class="arg">X-scale</em>[x<em class="arg">Y-scale</em
+        >[+<em class="arg">X-center</em>+<em class="arg">Y-center</em>]][!][%]
+    <br/>Not available in "<code>composite</code>" at this time.
+    <br/>Exactly as per 'Displace' (above), but using absolute coordinates,
         relative to the center of the overlay (or that given).  Basically
         allows you to generate absolute distortion maps where 'black' will
         look up the left/top edge, and 'white' looks up the bottom/right
         edge of the destination image, according to the scale given.
-    <br></br><br></br>
+    <br/><br/>
         The '!' flag not only switches percentage scaling, to use the
         destination image, but also the image the center offset of the lookup.
         This means the overlay can lookup a completely different region of the
         destination image.
-    <br></br><br></br>
+    <br/><br/>
         Added to ImageMagick version 6.5.3-5.
     </td>
   </tr>
@@ -693,25 +757,26 @@
   <tr valign="top">
     <td valign="top">blur</td>
     <td valign="top">Arguments:
-        <em class="arg">Width</em>[x<em class="arg">Height</em>[+<em class="arg">Angle</em>][+<em class="arg">Angle2</em>]]
-    <br></br>Equivalent to "<code>composite</code>" <a href="command-line-options.html#blur-composite">-blur</a>
-    <br></br>A Variable Blur Mapping Composition method, where each pixel in the
+        <em class="arg">Width</em>[x<em class="arg">Height</em
+          >[+<em class="arg">Angle</em>][+<em class="arg">Angle2</em>]]
+    <br/>Equivalent to "<code>composite</code>" <a href="command-line-options.html#blur-composite">-blur</a>
+    <br/>A Variable Blur Mapping Composition method, where each pixel in the
         overlaid region is replaced with an Elliptical Weighted Average (EWA),
         with an ellipse (typically a circle) of the given sigma size, scaled
         according to overlay (source image) grayscale mapping.
-    <br></br><br></br>
+    <br/><br/>
         As per 'Displace' and 'Distort', the red channel will modulate the
         width of the ellipse, while the green channel will modulate the height
         of the ellipse. If a single Angle value is given in the arguments,
         then the ellipse will then be rotated by the angle specifed.
-    <br></br><br></br>
+    <br/><br/>
         Normally the blue channel of the mapping overlay image is ignored.
         However if a second ellipse angle is given, then it is assumed that
         the blue channel defines a variable angle for the ellipse ranging from
         the first angle to the second angle given.  This allows to generate
         radial blurs, or a rough approximation for rotational blur. Or any mix
         of the two.
-    <br></br><br></br>
+    <br/><br/>
         Added to ImageMagick version 6.5.4-0.
     </td>
   </tr>
@@ -719,7 +784,8 @@
   </tbody>
 </table>
 
-<p>To print a complete list of all the available compose operators, use <a href="command-line-options.html#list">-list compose</a>.</p>
+<p>To print a complete list of all the available compose operators, use <a
+href="command-line-options.html#list">-list compose</a>.</p>
 </div>
 
 </div>
@@ -728,15 +794,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/composite.html b/www/composite.html
index 9d10423..1c0d347 100644
--- a/www/composite.html
+++ b/www/composite.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Command-line Tools: Composite</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="command-line, tools:, composite, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="command-line, tools:, composite, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -183,29 +233,29 @@
 
 <p>We list a few examples of the <code>composite</code> command here to illustrate its usefulness and ease of use.  To get started, lets overlay a smiley face over a rose:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">composite -gravity center smile.gif  rose: rose-over.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>composite -gravity center smile.gif  rose: rose-over.png</span></p>
 <div class="image">
 <ul>
-  <a href="../images/smile.gif"><img src="../images/smile.gif" width="48" height="48" alt="smile"></img></a>
-  <img src="../images/over.gif" width="56" height="46" alt="over"></img>
-  <a href="../images/rose.jpg"><img src="../images/rose.jpg" width="70" height="46" alt="rose"></img></a>
-  <img style="margin-top:13px; margin-bottom:13px;" src="../images/right.gif" width="20" height="20" alt="==&gt;"></img>
-  <a href="../images/rose-over.png"><img src="../images/rose-over.png" width="70" height="46" alt="rose"></img></a>
+  <a href="../images/smile.gif"><img src="../images/smile.gif" width="48" height="48" alt="smile" /></a>
+  <img src="../images/over.gif" width="56" height="46" alt="over" />
+  <a href="../images/rose.jpg"><img src="../images/rose.jpg" width="70" height="46" alt="rose" /></a>
+  <img style="margin-top:13px; margin-bottom:13px;" src="../images/right.gif" width="20" height="20" alt="==>" />
+  <a href="../images/rose-over.png"><img src="../images/rose-over.png" width="70" height="46" alt="rose" /></a>
 </ul>
 </div>
 
 <p>You can create three-dimensional effect with the <em>Atop</em>:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -size 70x70 canvas:none -fill red -draw 'circle 35,35 10,30' red-circle.png</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -size 70x70 canvas:none -draw 'circle 35,35 35,20' -negate \ <br></br>
-  -channel A -gaussian-blur 0x8 white-highlight.png</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">composite -compose atop -geometry -13-17 white-highlight.png red-circle.png red-ball.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 70x70 canvas:none -fill red -draw 'circle 35,35 10,30' red-circle.png</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 70x70 canvas:none -draw 'circle 35,35 35,20' -negate \ <br/>
+  -channel A -gaussian-blur 0x8 white-highlight.png</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>composite -compose atop -geometry -13-17 white-highlight.png red-circle.png red-ball.png</span></p>
 
 <div class="image">
 <ul>
-  <a href="../images/white-highlight.png"><img src="../images/white-highlight.png" width="70" height="70" alt="white highlight"></img></a>
-  <img src="../images/atop.gif" width="56" height="70" alt="atop"></img>
-  <a href="../images/red-circle.png"><img src="../images/red-circle.png" width="70" height="70" alt="red circle"></img></a>
-  <img style="margin-top:25px; margin-bottom:25px;" src="../images/right.gif" width="20" height="20" alt="==&gt;"></img>
-  <a href="../images/red-ball.png"><img src="../images/red-ball.png" width="70" height="70" alt="red ball"></img></a>
+  <a href="../images/white-highlight.png"><img src="../images/white-highlight.png" width="70" height="70" alt="white highlight" /></a>
+  <img src="../images/atop.gif" width="56" height="70" alt="atop" />
+  <a href="../images/red-circle.png"><img src="../images/red-circle.png" width="70" height="70" alt="red circle" /></a>
+  <img style="margin-top:25px; margin-bottom:25px;" src="../images/right.gif" width="20" height="20" alt="==>" />
+  <a href="../images/red-ball.png"><img src="../images/red-ball.png" width="70" height="70" alt="red ball" /></a>
 </ul>
 </div>
 
@@ -631,15 +681,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/conjure.html b/www/conjure.html
index ceef33f..a3e1851 100644
--- a/www/conjure.html
+++ b/www/conjure.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Command-line Tools: Conjure</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="command-line, tools:, conjure, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="command-line, tools:, conjure, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -183,7 +233,7 @@
 
 <p>We list a few examples of the <code>conjure</code> command here to illustrate its usefulness and ease of use. To get started, here is simple <code>conjure</code> command:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">conjure -dimensions 400x400 incantation.msl</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>conjure -dimensions 400x400 incantation.msl</span></p>
 <p>The MSL script <a href="../source/incantation.msl">incantation.msl</a> used above is here:</p>
 
 <pre class="text">
@@ -201,23 +251,23 @@
 <p>In this example, a family stayed home for their vacation but as far as their friends are concerned they went to a beautiful beach in the Caribbean:</p>
 
 <pre class="text">
-  &lt;?xml version="1.0" encoding="UTF-8"?&gt;
-  &lt;group&gt;
-      &lt;image id="family"&gt;
-          &lt;read filename="family.gif"/&gt;
-          &lt;resize geometry="300x300"/&gt;
-      &lt;/image&gt;
-      &lt;image id="palm-trees"&gt;
-          &lt;read filename="palm-trees.gif"/&gt;
-          &lt;resize geometry="300x100"/&gt;
-      &lt;/image&gt;
-      &lt;image&gt;
-          &lt;read filename="beach.jpg"/&gt;
-          &lt;composite image="family" geometry="+30+40"/&gt;
-          &lt;composite image="palm-trees" geometry="+320+90"/&gt;
-      &lt;/image&gt;
-      &lt;write filename="family-vacation.png"/&gt;
-  &lt;/group&gt;
+  &lt;?xml version="1.0" encoding="UTF-8"?>
+  &lt;group>
+      &lt;image id="family">
+          &lt;read filename="family.gif"/>
+          &lt;resize geometry="300x300"/>
+      &lt;/image>
+      &lt;image id="palm-trees">
+          &lt;read filename="palm-trees.gif"/>
+          &lt;resize geometry="300x100"/>
+      &lt;/image>
+      &lt;image>
+          &lt;read filename="beach.jpg"/>
+          &lt;composite image="family" geometry="+30+40"/>
+          &lt;composite image="palm-trees" geometry="+320+90"/>
+      &lt;/image>
+      &lt;write filename="family-vacation.png"/>
+  &lt;/group>
 </pre>
 
 <p>Here we display the width in pixels of text for a particular font and pointsize.</p>
@@ -253,7 +303,7 @@
 
 <p>In addition, MSL supports the <code>swap</code> element with a single <code>indexes</code> element.</p>
 
-<p>You can find additional examples of using <code>conjure</code> in <a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>.  Further discussion is available in <a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
+<p>You can find additional examples of using <code>conjure</code> in <a href="http://www.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>.  Further discussion is available in <a href="http://www.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
 
 </div>
 
@@ -1245,15 +1295,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/contact.html b/www/contact.html
index 273dab1..d51f15e 100644
--- a/www/contact.html
+++ b/www/contact.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Contact the Development Team</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="contact, the, development, team, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="contact, the, development, team, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -174,33 +223,33 @@
   <div class="size-mod-head">
     <span class="size-mod-title"></span>
   </div>
-  <h1>ImageMagick Contact</h1>
+  <h1>Contact the Wizards</h1>
   <div class="doc-section">
-  <p>Use this form to contact the ImageMagick Wizards for any of the issues listed below.  You can expect a reply within a day or two if your message is on topic and is a sponsorship, license, or security issue.  The bug and documentation issues are for reporting only, do not expect a reply.  If we can reproduce a bug, you can expect a fix / patch in the next point release of ImageMagick.  The ImageMagick Support topic is for a request for paid support (minimum $450 USD).  For free support and all other queries, post your message to the <a href="../discourse-server">discourse server</a>.   Do not use this form to send solicitations / advertisements.  Be assured you will not get a response.</p>
+  <p>Use this form to contact the ImageMagick Wizards for any of the issues listed below.  You can expect a reply within a day or two if your message is on topic and is a sponsorship, license, or security issue.  The bug and documentation issues are for reporting only, do not expect a reply.  If we can reproduce a bug, you can expect a fix / patch in the next point release of ImageMagick.  The ImageMagick Support topic is for clients that have paid for enhanced support (include your Paypal transaction ID otherwise you will not get a reply).  For free support and all other queries, post your message to the <a href="../discourse-server">discourse server</a>.   Do not use this form to send solicitations / advertisements.  Be assured you will not get a response.</p>
   <fieldset>
   <legend>Contact the Wizards</legend>
 	<p>Enter this code, <em class="warn">
-5557d5</em>, in the Authenticate field and fill in the remaining fields.  Press Send to forward your message to the ImageMagick wizards.</p>
+dee2fa</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"><label id="authenticate" title="Your authentication code">Authenticate</label></td>
-        <td valign="top"><input type="text" name="authenticate" size="32" maxlength="255" value=""></input></td>
+        <td valign="top"><input type="text" name="authenticate" size="32" maxlength="255" value="" /></td>
     </tr>
 
     <tr>
       <td valign="top"><label id="e-mail" title="Without a valid e-mail address, we cannot respond to your message">E-mail</label></td>
-        <td valign="top"><input type="text" name="address" size="32" maxlength="255" value=""></input></td>
+        <td valign="top"><input type="text" name="address" size="32" maxlength="255" value="" /></td>
     </tr>
 
     <tr>
       <td valign="top"><label id="name" title="Your name or nickname">Name</label></td>
-        <td valign="top"><input type="text" name="name" size="32" maxlength="255" value=""></input></td>
+        <td valign="top"><input type="text" name="name" size="32" maxlength="255" value="" /></td>
     </tr>
 
     <tr>
       <td valign="top"><label id="issues" title="We only accept these issues">Issue</label></td>
-    <td valign="top"><select name="issue">
+    <td valign="top"><select name="issue" >
 <option value="">Choose an appropriate issue</option>
 <option value="Bug Report">Bug Report</option>
 <option value="ImageMagick Mirror">ImageMagick Mirror</option>
@@ -208,7 +257,7 @@
 <option value="Website Suggestion">Website Suggestion</option>
 <option value="Security Issue">Security Issue</option>
 <option value="License or Export Classification Issue">License or Export Classification Issue</option>
-<option value="ImageMagick Support">ImageMagick Support</option>
+<option value="ImageMagick Support ($$)">ImageMagick Support ($$)</option>
 </select></td>
     </tr>
 
@@ -218,16 +267,16 @@
     </tr>
 
     <tr>
-      <td colspan="2" style="text-align: center"><br></br>
-        <input type="submit" name="action" value="Send"></input>
-        <input type="reset" name="Reset" value="Clear"></input>
+      <td colspan="2" style="text-align: center"><br />
+        <input type="submit" name="action" value="Send" />
+        <input type="reset" name="Reset" value="Clear" />
       </td>
     </tr>
   </table>
   </form>
   </fieldset>
   </div>
-  <br></br>
+  <br />
 
 </div>
 
@@ -235,15 +284,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/convert.html b/www/convert.html
index e603105..520dfca 100644
--- a/www/convert.html
+++ b/www/convert.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Command-line Tools: Convert</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="command-line, tools:, convert, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="command-line, tools:, convert, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -183,33 +233,33 @@
 
 <p>We list a few examples of the <code>convert</code> command here to illustrate its usefulness and ease of use.  To get started, lets convert an image in the JPEG format to PNG:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert rose.jpg rose.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose.jpg rose.png</span></p>
 <p>Next, we reduce the image size before it is written to the PNG format:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert rose.jpg -resize 50% rose.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose.jpg -resize 50% rose.png</span></p>
 <p class="image">
   <a href="../images/rose.jpg">
-  <img src="../images/rose.jpg" width="70" height="46" alt="rose"></img>
+  <img src="../images/rose.jpg" width="70" height="46" alt="rose" />
   </a>
-  <img style="margin-top:13px; margin-bottom:13px;" src="../images/right.gif" width="20" height="20" alt="==&gt;"></img>
+  <img style="margin-top:13px; margin-bottom:13px;" src="../images/right.gif" width="20" height="20" alt="==>" />
   <a href="../images/rose.png">
-  <img style="margin-top:11px; margin-bottom:12px;" src="../images/rose.png" width="35" height="23" alt="rose"></img>
+  <img style="margin-top:11px; margin-bottom:12px;" src="../images/rose.png" width="35" height="23" alt="rose" />
   </a>
 </p>
 
 <p>You can combine multiple image-processing operations to produce complex results:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -size 320x85 canvas:none -font Bookman-DemiItalic -pointsize 72 \ <br></br>
--draw "text 25,60 'Magick'" -channel RGBA -blur 0x6 -fill darkred -stroke magenta \ <br></br>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 320x85 canvas:none -font Bookman-DemiItalic -pointsize 72 \ <br/>
+-draw "text 25,60 'Magick'" -channel RGBA -blur 0x6 -fill darkred -stroke magenta \ <br/>
 -draw "text 20,55 'Magick'" fuzzy-magick.png</span></p>
 <p class="image">
-  <a href="../images/fuzzy-magick.png"><img src="../images/fuzzy-magick.png" width="320" height="85" alt="fuzzy-magick"></img></a>
+  <a href="../images/fuzzy-magick.png"><img src="../images/fuzzy-magick.png" width="320" height="85" alt="fuzzy-magick" /></a>
 </p>
 
 <p>or here we resize an image with improved quality:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert input.png -colorspace RGB +sigmoidal-contrast 11.6933 \ <br></br>
-  -define filter:filter=Sinc -define filter:window=Jinc -define filter:lobes=3      \ <br></br>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert input.png -colorspace RGB +sigmoidal-contrast 11.6933 \ <br/>
+  -define filter:filter=Sinc -define filter:window=Jinc -define filter:lobes=3      \ <br/>
   -resize 400% -sigmoidal-contrast 11.6933 -colorspace sRGB output.png</span></p>
 <p>You can find additional examples of using <code>convert</code> in <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
 
@@ -344,6 +394,11 @@
   </tr>
 
   <tr>
+    <td valign="top"><a href="command-line-options.html#canny">-canny <em class="option">geometry</em></a></td>
+    <td valign="top">use a multi-stage algorithm to detect a wide range of edges in the image</td>
+  </tr>
+
+  <tr>
     <td valign="top"><a href="command-line-options.html#caption">-caption <em class="option">string</em></a></td>
     <td valign="top">assign a caption to an image</td>
   </tr>
@@ -734,6 +789,11 @@
   </tr>
 
   <tr>
+    <td valign="top"><a href="command-line-options.html#hough-lines">-hough-lines <em class="option">geometry</em></a></td>
+    <td valign="top">identify lines in the image</td>
+  </tr>
+
+  <tr>
     <td valign="top"><a href="command-line-options.html#identify">-identify</a></td>
     <td valign="top">identify the format and characteristics of the image</td>
   </tr>
@@ -854,6 +914,11 @@
   </tr>
 
   <tr>
+    <td valign="top"><a href="command-line-options.html#mean-shift">-mean-shift <em class="option">geometry</em></a></td>
+    <td valign="top">delineate arbitrarily shaped clusters in the image</td>
+  </tr>
+
+  <tr>
     <td valign="top"><a href="command-line-options.html#metric">-metric <em class="option">type</em></a></td>
     <td valign="top">measure differences between images with this metric</td>
   </tr>
@@ -1389,15 +1454,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/display.html b/www/display.html
index 71f6c2f..c843f16 100644
--- a/www/display.html
+++ b/www/display.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Command-line Tools: Display</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="command-line, tools:, display, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="command-line, tools:, display, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -183,17 +233,17 @@
 
 <p>We list a few examples of the <code>display</code> command here to illustrate its usefulness and ease of use.  To get started, lets display an image in the JPEG format:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">display rose.jpg</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>display rose.jpg</span></p>
 <p>To tile a slate texture onto the root window, use:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">display -size 1280x1024 -window root slate.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>display -size 1280x1024 -window root slate.png</span></p>
 <p>To display a visual image directory of all your JPEG images, use:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">display 'vid:*.jpg'</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>display 'vid:*.jpg'</span></p>
 <p>The display program defaults to the X screen resolution.  To display vecotr formats at their intended size, override the default resolution:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">display -density 72 drawing.svg</span></p>
-<p>You can find additional examples of using <code>display</code> in <a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>.  Further discussion is available in  <a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>display -density 72 drawing.svg</span></p>
+<p>You can find additional examples of using <code>display</code> in <a href="http://www.ibm.com/developerworks/library/l-graf/">Graphics from the Command Line</a>.  Further discussion is available in  <a href="https://www.ibm.com/developerworks/library/l-graf2/">More Graphics from the Command Line</a> and <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
 
 </div>
 
@@ -665,15 +715,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/download.html b/www/download.html
index 1343578..35eddf3 100644
--- a/www/download.html
+++ b/www/download.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Downloads</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="downloads, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="downloads, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -174,17 +223,19 @@
 <h1>Download ImageMagick</h1>
 <div class="doc-section">
 <p>ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors around the world listed below.  ImageMagick stable and development source releases are also available from <a href="subversion.html">Subversion</a>.  Before you download, you may want to review recent <a href="changelog.html">changes</a> to the ImageMagick distribution.</p>
-<p>The latest release of ImageMagick is version 7.0.0-0.</p>
+<p>The latest release of ImageMagick is version 6.8.9-5.</p>
 <dl>
   <dt class="doc">Australia</dt>
+    <dd><a href="http://mirrors-au.go-parts.com/mirrors/ImageMagick/">http://mirrors-au.go-parts.com/mirrors/ImageMagick/</a></dd>
+    <dd><a href="ftp://mirrors-au.go-parts.com/mirrors/ImageMagick/">ftp://mirrors-au.go-parts.com/mirrors/ImageMagick/</a></dd>
     <dd><a href="ftp://mirror.aarnet.edu.au/pub/imagemagick/">ftp://mirror.aarnet.edu.au/pub/imagemagick/</a></dd>
   <dt class="doc">Austria</dt>
     <dd><a href="ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/">ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/</a></dd>
   <dt class="doc">Estonia</dt>
     <dd><a href="http://servingzone.com/mirrors/ImageMagick/">http://servingzone.com/mirrors/ImageMagick/</a></dd>
   <dt class="doc">France</dt>
-    <dd><a href="http://mirrors.linsrv.net/ImageMagick">http://mirrors.linsrv.net/ImageMagick</a></dd>
-    <dd><a href="ftp://mirrors.linsrv.net/pub/ImageMagick">ftp://mirrors.linsrv.net/pub/ImageMagick</a></dd>
+    <dd><a href="http://mirrors.linsrv.net/ImageMagick/">http://mirrors.linsrv.net/ImageMagick</a></dd>
+    <dd><a href="ftp://mirrors.linsrv.net/pub/ImageMagick/">ftp://mirrors.linsrv.net/pub/ImageMagick</a></dd>
   <dt class="doc">Germany</dt>
     <dd><a href="http://mirror.checkdomain.de/imagemagick/">http://mirror.checkdomain.de/imagemagick/</a></dd>
     <dd><a href="ftp://mirror.checkdomain.de/imagemagick/">ftp://mirror.checkdomain.de/imagemagick/</a></dd>
@@ -193,11 +244,11 @@
     <dd><a href="http://imagemagick.spd.co.il/">http://imagemagick.spd.co.il/</a></dd>
   <dt class="doc">Japan</dt>
     <dd><a href="ftp://ftp.kddlabs.co.jp/graphics/ImageMagick/">ftp://ftp.kddlabs.co.jp/graphics/ImageMagick/</a></dd>
-    <dd><a href="ftp://ftp.u-aizu.ac.jp/pub/graphics/images/ImageMagick/imagemagick.org">ftp://ftp.u-aizu.ac.jp/pub/graphics/images/ImageMagick/imagemagick.org</a></dd>
+    <dd><a href="ftp://ftp.u-aizu.ac.jp/pub/graphics/images/ImageMagick/imagemagick.org/">ftp://ftp.u-aizu.ac.jp/pub/graphics/images/ImageMagick/imagemagick.org</a></dd>
   <dt class="doc">Latvia</dt>
     <dd><a href="http://www.champground.com/imagemagick/">http://www.champground.com/imagemagick/</a></dd>
   <dt class="doc">Netherlands</dt>
-    <dd><a href="ftp://ftp.nluug.nl/pub/ImageMagick">ftp://ftp.nluug.nl/pub/ImageMagick</a></dd>
+    <dd><a href="ftp://ftp.nluug.nl/pub/ImageMagick/">ftp://ftp.nluug.nl/pub/ImageMagick</a></dd>
     <dd><a href="http://ftp.surfnet.nl/pub/ImageMagick/">http://ftp.surfnet.nl/pub/ImageMagick/</a></dd>
   <dt class="doc">Norway</dt>
     <dd><a href="ftp://mirror.searchdaimon.com/ImageMagick">ftp://mirror.searchdaimon.com/ImageMagick</a></dd>
@@ -206,12 +257,20 @@
     <dd><a href="ftp://sunsite.icm.edu.pl/packages/ImageMagick/">ftp://sunsite.icm.edu.pl/packages/ImageMagick/</a></dd>
     <dd><a href="ftp://ftp.tpnet.pl/pub/graphics/ImageMagick/">ftp://ftp.tpnet.pl/pub/graphics/ImageMagick/</a></dd>
     <dd><a href="rsync://ftp.tpnet.pl/pub/graphics/ImageMagick/">rsync://ftp.tpnet.pl/pub/graphics/ImageMagick/</a></dd>
+  <dt class="doc">Russia</dt>
+    <dd><a href="http://mirrors-ru.go-parts.com/mirrors/ImageMagick/">http://mirrors-ru.go-parts.com/mirrors/ImageMagick/</a></dd>
+    <dd><a href="ftp://mirrors-ru.go-parts.com/mirrors/ImageMagick/">ftp://mirrors-ru.go-parts.com/mirrors/ImageMagick/</a></dd>
   <dt class="doc">Sweden</dt>
-    <dd><a href="ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick">ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick</a></dd>
+    <dd><a href="ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/">ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick</a></dd>
   <dt class="doc">South Africa</dt>
     <dd><a href="http://mirror.is.co.za/pub/imagemagick/">http://mirror.is.co.za/pub/imagemagick/</a> (web site mirror)</dd>
-    <dd><a href="ftp://ftp.is.co.za/pub/imagemagick">ftp://ftp.is.co.za/pub/imagemagick</a></dd>
+    <dd><a href="ftp://ftp.is.co.za/pub/imagemagick/">ftp://ftp.is.co.za/pub/imagemagick</a></dd>
+  <dt class="doc">UK</dt>
+    <dd><a href="http://mirrors-uk.go-parts.com/mirrors/ImageMagick/">http://mirrors-uk.go-parts.com/mirrors/ImageMagick/</a></dd>
+    <dd><a href="ftp://mirrors-usa.go-parts.com/mirrors/ImageMagick/">ftp://mirrors-usa.go-parts.com/mirrors/ImageMagick/</a></dd>
   <dt class="doc">United States</dt>
+    <dd><a href="http://mirrors-usa.go-parts.com/mirrors/ImageMagick/">http://mirrors-usa.go-parts.com/mirrors/ImageMagick/</a></dd>
+    <dd><a href="ftp://mirrors-usa.go-parts.com/mirrors/ImageMagick/">ftp://mirrors-usa.go-parts.com/mirrors/ImageMagick/</a></dd>
     <dd><a href="http://www.imagemagick.org/download">http://www.imagemagick.org/download</a></dd>
     <dd><a href="http://sourceforge.net/projects/imagemagick/">http://sourceforge.net/projects/imagemagick/</a> (legacy releases)</dd>
     <dd><a href="ftp://ftp.fifi.org/pub/ImageMagick/">ftp://ftp.fifi.org/pub/ImageMagick/</a> (ftp)</dd>
@@ -235,15 +294,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/escape.html b/www/escape.html
index 8e36390..fac03f7 100644
--- a/www/escape.html
+++ b/www/escape.html
@@ -8,16 +8,17 @@
                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Format and Print Image Properties</title>
   <meta http-equiv="content-language" content="en-US"/>
   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
   <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
   <meta name="application-name" content="ImageMagick"/>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
   <meta name="application-url" content="http://www.imagemagick.org"/>
   <meta name="generator" content="PHP"/>
-  <meta name="keywords" content="format, print, image, properties, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"/>
+  <meta name="keywords" content="format, print, image, properties, convert, edit, compose, image, pixel"/>
   <meta name="rating" content="GENERAL"/>
   <meta name="robots" content="INDEX, FOLLOW"/>
   <meta name="generator" content="ImageMagick Studio LLC"/>
@@ -27,27 +28,27 @@
   <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
   <meta name="distribution" content="Global"/>
   <link rel="icon" href="../images/wand.png"/>
-  <link rel="shortcut icon" href="../images/wand.ico"  type="images/x-icon"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -89,11 +90,11 @@
 </div>
 <a href="../discourse-server">
   <img src="../images/logo.jpg"
-  alt="ImageMagick Logo"
+  alt="ImageMagick Logo" width="123" height="118"
   style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
 <a href="http://www.imagemagick.org/ImageMagick-7.0.0/index.html">
   <img src="../images/sprite.jpg"
-  alt="ImageMagick Sprite"
+  alt="ImageMagick Sprite" width="114" height="118"
   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
@@ -181,6 +182,25 @@
 <div class="eastbar">
   <script type="text/javascript">
     /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
     (function() {
         var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
         po.type = 'text/javascript';
@@ -196,26 +216,7 @@
     <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" /></a>
   </noscript>
-    <div class="g-plusone" id="gplusone"></div>
-    <script type="text/javascript">
-      /* <![CDATA[ */
-      window.___gcfg = {
-        lang: 'en-US'
-      };
-
-      (function() {
-        var po = document.createElement('offline-script');
-        po.type = 'text/javascript';
-        po.async = true;
-        po.src = 'https://apis.google.com/js/plusone.js';
-        var script = document.getElementsByTagName('offline-script')[0];
-        script.parentNode.insertBefore(po, script);
-      })();
-      var gplusone = document.getElementById("gplusone");
-      gplusone.setAttribute("data-size","medium");
-      gplusone.setAttribute("data-count","true");
-      /* ]]> */
-    </script>
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -227,15 +228,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/examples.html b/www/examples.html
index 203d97f..e2ac452 100644
--- a/www/examples.html
+++ b/www/examples.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Examples of ImageMagick Usage</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="examples, of, imagemagick, usage, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="examples, of, imagemagick, usage, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,31 +172,60 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
 <h1>ImageMagick Examples</h1>
 <div class="doc-section">
-<p>Here are a few examples of what you can do with an image using ImageMagick from the command line, a program interface, or script.  You can generate this image yourself with this <a href="perl-magick.html">PerlMagick</a> script, <a href="../source/examples.pl">examples.pl</a>.</p><br></br>
+<p>Here are a few examples of what you can do with an image using ImageMagick from the command line, a program interface, or script.  You can generate this image yourself with this <a href="perl-magick.html">PerlMagick</a> script, <a href="../source/examples.pl">examples.pl</a>.</p><br />
 
 <div class="viewport">
-  <img class="fancybox" src="../images/examples.jpg" alt="[ImageMagick]" width="734" height="2972" name="titlebar-west"></img>
+  <img class="fancybox" src="../images/examples.jpg" alt="[ImageMagick]" width="734" height="2972" name="titlebar-west" />
 </div>
 </div>
 
@@ -186,15 +235,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/exception.html b/www/exception.html
index fbc38ed..d832a74 100644
--- a/www/exception.html
+++ b/www/exception.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Exceptions</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="exceptions, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="exceptions, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -374,15 +423,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/export.html b/www/export.html
index 37e9775..9db4e61 100644
--- a/www/export.html
+++ b/www/export.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Export Classification</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="export, classification, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="export, classification, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -177,8 +226,8 @@
 
 <p>The <a href="http://trac.imagemagick.org/browser/ImageMagick/branches/">ImageMagick</a> software distribution is classified as <a href="http://www.access.gpo.gov/bis/ear/txt/ccl5-pt2.txt">ECCN 5D002</a>.  However, ImageMagick Studio LLC makes no warranty or representation that this classification is accurate, current, or complete.  ImageMagick is exported under the <a href="http://www.access.gpo.gov/bis/ear/txt/740.txt">TSU exception in EAR 740.13(e)</a> which applies to software containing or designed for use with encryption software that is publicly available as open source. TSU further provides that <em>Posting encryption source code and corresponding object code on the Internet (e.g., FTP or World Wide Web site) where it may be downloaded by anyone neither establishes "knowledge" of a prohibited export or reexport for purposes of this paragraph, nor triggers any "red flags" necessitating the affirmative duty to inquire[...]</em>.  It is your obligation as the exporter to comply with the current applicable requirements of United States export rules and regulations.</p>
 </div>
-<br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br>
-<br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br>
+<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br />
+<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br />
 
 </div>
 
@@ -186,15 +235,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/formats.html b/www/formats.html
index 2f1819f..68ec867 100644
--- a/www/formats.html
+++ b/www/formats.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Formats</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="formats, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="formats, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -183,11 +233,12 @@
 
 <p>To get a complete listing of which image formats are supported on your system, type</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify -list format</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -list format</span></p>
 <p>On some platforms, ImageMagick automagically processes these extensions: .gz for Zip compression, .Z for Unix compression, .bz2 for block compression, and .pgp for PGP encryption. For example, a PNM image called image.pnm.gz is automagically uncompressed.</p>
 </div>
 
-<h2><a id="colorspace"></a>A Word about Colorspaces</h2> <div class="doc-section"> <p>A majority of the image formats assume an sRGB
+<h2><a id="colorspace"></a>A Word about Colorspaces</h2> <div
+class="doc-section"> <p>A majority of the image formats assume an sRGB
 colorspace (e.g. JPEG, PNG, etc.).  A few support only linear RGB (e.g. EXR,
 DPX, CIN, HDR) or only linear GRAY (e.g. PGM).  A few formats support CMYK.
 Then there is the occasional format that also supports LAB (that is CieLAB)
@@ -643,7 +694,7 @@
     <td valign="top"><a href="http://www.jpeg.org/">JPEG</a></td>
     <td valign="top">RW</td>
     <td valign="top">Joint Photographic Experts Group JFIF format</td>
-    <td valign="top">Note, JPEG is a lossy compression.  In addition, you cannot create black and white images with JPEG nor can you save transparency.<br></br><br></br> Requires <a href="http://www.ijg.org/files/">jpegsrc.v8c.tar.gz</a>.  You can set quality scaling for luminance and chrominance separately (e.g. -quality 90,70). You can optionally define the DCT method, for example to specify the float method, use <a href="command-line-options.html#define">-define jpeg:dct-method=float</a>. By default we compute optimal Huffman coding tables.  Specify <a href="command-line-options.html#define">-define jpeg:optimize-coding=false</a> to use the default Huffman tables. Two other options include <a href="command-line-options.html#define">-define jpeg:block-smoothing</a> and <a href="command-line-options.html#define">-define jpeg:fancy-upsampling</a>. Set the sampling factor with <a href="command-line-options.html#define">-define jpeg:sampling-factor</a>. You can size the image with <code>jpeg:size</code>, for example <a href="command-line-options.html#define">-define jpeg:size=128x128</a>. To restrict the maximum file size, use <code>jpeg:extent</code>, for example <a href="command-line-options.html#define">-define jpeg:extent=400kb</a>.  Finally, to define one or more custom quantization tables, use <a href="command-line-options.html#define">-define jpeg:q-table=<i>filename</i>.</a></td>
+    <td valign="top">Note, JPEG is a lossy compression.  In addition, you cannot create black and white images with JPEG nor can you save transparency.<br /><br /> Requires <a href="http://www.ijg.org/files/">jpegsrc.v8c.tar.gz</a>.  You can set quality scaling for luminance and chrominance separately (e.g. -quality 90,70). You can optionally define the DCT method, for example to specify the float method, use <a href="command-line-options.html#define">-define jpeg:dct-method=float</a>. By default we compute optimal Huffman coding tables.  Specify <a href="command-line-options.html#define">-define jpeg:optimize-coding=false</a> to use the default Huffman tables. Two other options include <a href="command-line-options.html#define">-define jpeg:block-smoothing</a> and <a href="command-line-options.html#define">-define jpeg:fancy-upsampling</a>. Set the sampling factor with <a href="command-line-options.html#define">-define jpeg:sampling-factor</a>. You can size the image with <code>jpeg:size</code>, for example <a href="command-line-options.html#define">-define jpeg:size=128x128</a>. To restrict the maximum file size, use <code>jpeg:extent</code>, for example <a href="command-line-options.html#define">-define jpeg:extent=400KB</a>.  To define one or more custom quantization tables, use <a href="command-line-options.html#define">-define jpeg:q-table=<i>filename</i></a>.</td>
   </tr>
 
   <tr>
@@ -657,7 +708,7 @@
     <td valign="top"><a href="http://www.json.org">JSON</a></td>
     <td valign="top">W</td>
     <td valign="top">JavaScript Object Notation, a lightweight data-interchange format</td>
-    <td valign="top">Include additional attributes about the image with these defines: <a href="command-line-options.html#define">-define json:locate</a>, <a href="command-line-options.html#define">-define json:limit</a>, <a href="command-line-options.html#define">-define json:moments</a>, <a href="command-line-options.html#define">-define json:features</a>, or <a href="command-line-options.html#define">-define json:unique-colors</a>.</td>
+    <td valign="top">Include additional attributes about the image with these defines: <a href="command-line-options.html#define">-define json:locate</a>, <a href="command-line-options.html#define">-define json:limit</a>, <a href="command-line-options.html#define">-define json:moments</a>, or <a href="command-line-options.html#define">-define json:features</a>.</td>
   </tr>
 
   <tr>
@@ -850,7 +901,7 @@
     <td valign="top">PDF</td>
     <td valign="top">RW</td>
     <td valign="top">Portable Document Format</td>
-    <td valign="top">Requires <a href="http://www.cs.wisc.edu/%7Eghost">Ghostscript</a> to read.  By default, ImageMagick sets the page size to the MediaBox. Some PDF files, however, have a CropBox or TrimBox that is smaller than the MediaBox and may include white space, registration or cutting marks outside the CropBox or TrimBox. To force ImageMagick to use the CropBox or TrimBox rather than the MediaBox, use <a href="command-line-options.html#define">-define</a> (e.g. <code>-define pdf:use-cropbox=true</code> or <code>-define pdf:use-trimbox=true</code>).  Use <a href="command-line-options.html#density">-density</a> to improve the appearance of your PDF rendering (e.g. -density 300x300).  Use <a href="command-line-options.html#alpha">-alpha remove </a> to remove transparency. To specify direct conversion from  Postscript to PDF, use <code>-define delegate:bimodel=true</code>.</td>
+    <td valign="top">Requires <a href="http://www.cs.wisc.edu/%7Eghost">Ghostscript</a> to read.  By default, ImageMagick sets the page size to the MediaBox. Some PDF files, however, have a CropBox or TrimBox that is smaller than the MediaBox and may include white space, registration or cutting marks outside the CropBox or TrimBox. To force ImageMagick to use the CropBox or TrimBox rather than the MediaBox, use <a href="command-line-options.html#define">-define</a> (e.g. <code>-define pdf:use-cropbox=true</code> or <code>-define pdf:use-trimbox=true</code>).  Use <a href="command-line-options.html#density">-density</a> to improve the appearance of your PDF rendering (e.g. -density 300x300).  Use <a href="command-line-options.html#alpha">-alpha remove </a> to remove transparency. To specify direct conversion from  Postscript to PDF, use <code>-define delegate:bimodel=true</code>. Use <code>-define pdf:fit-page=true</code> to scale to the page size.</td>
   </tr>
 
   <tr>
@@ -1137,7 +1188,7 @@
     <td valign="top"><a href="http://www.libtiff.org/">TIFF</a></td>
     <td valign="top">RW</td>
     <td valign="top">Tagged Image File Format</td>
-    <td valign="top">Also known as <code>TIF</code>. Requires <a href="http://www.libtiff.org/">tiff-v3.6.1.tar.gz</a> or later.  Use <a href="command-line-options.html#define">-define</a> to specify the rows per strip (e.g. <code>-define tiff:rows-per-strip=8</code>).  To define the tile geometry, use for example, <code>-define tiff:tile-geometry=128x128</code>. To specify a <em>signed</em> format, use  <code>-define quantum:format=signed</code>. To specify a single-precision floating-point format, use <code>-define quantum:format=floating-point</code>.  Set the depth to 64 for a double-precision floating-point format.  Use <code>-define quantum:polarity=min-is-black</code> or <code>-define quantum:polarity=min-is-white</code> toggle the photometric interpretation for a bilevel image.  Specify the extra samples as associated or unassociated alpha with, for example, <code>-define tiff:alpha=unassociated</code>.  Set the fill order with <code>-define tiff:fill-order=msb|lsb</code>. Set the TIFF endianess with <code>-define tiff:endian=msb|lsb</code>. Use <code>-define tiff:exif-properties=false</code> to skip reading the EXIF properties.  You can set a number of TIFF software attributes including host computer, artist, timestamp, make, model, software, and copyright.  For example, <a href="command-line-options.html#set">-set tiff:software "My Company"</a>.</td>
+    <td valign="top">Also known as <code>TIF</code>. Requires <a href="http://www.libtiff.org/">tiff-v3.6.1.tar.gz</a> or later.  Use <a href="command-line-options.html#define">-define</a> to specify the rows per strip (e.g. <code>-define tiff:rows-per-strip=8</code>).  To define the tile geometry, use for example, <code>-define tiff:tile-geometry=128x128</code>. To specify a <em>signed</em> format, use  <code>-define quantum:format=signed</code>. To specify a single-precision floating-point format, use <code>-define quantum:format=floating-point</code>.  Set the depth to 64 for a double-precision floating-point format.  Use <code>-define quantum:polarity=min-is-black</code> or <code>-define quantum:polarity=min-is-white</code> toggle the photometric interpretation for a bilevel image.  Specify the extra samples as associated or unassociated alpha with, for example, <code>-define tiff:alpha=unassociated</code>.  Set the fill order with <code>-define tiff:fill-order=msb|lsb</code>. Set the TIFF endianess with <code>-define tiff:endian=msb|lsb</code>. Use <code>-define tiff:exif-properties=false</code> to skip reading the EXIF properties.  You can set a number of TIFF software attributes including document name, host computer, artist, timestamp, make, model, software, and copyright.  For example, <a href="command-line-options.html#set">-set tiff:software "My Company"</a>. If you want to ignore certain TIFF tags, use this option: <code>-define tiff:ignore-tags=comma-separated-list-of-tag-IDs</code></td>
   </tr>
 
   <tr>
@@ -1309,12 +1360,13 @@
     <td valign="top">R</td>
     <td valign="top">Canvas image of specified color</td>
     <td valign="top">Useful to create solid color <em>canvas</em> images. Use
-       <a href="command-line-options.html#size">-size</a> and <a href="command-line-options.html#depth">-depth</a> to specify the
+       <a href="command-line-options.html#size" >-size</a> and <a
+       href="command-line-options.html#depth" >-depth</a> to specify the
        image width, height, and depth.  Example canvas color specifications
-       include <code>canvas:red</code> and <code>canvas:#FF0000</code>.<br></br>
+       include <code>canvas:red</code> and <code>canvas:#FF0000</code>.<br/>
 
        If no color is specified a '<code>white</code>' canvas image is
-       generated.  If no <a href="command-line-options.html#size">-size</a> is specified
+       generated.  If no <a href="command-line-options.html#size" >-size</a> is specified
        a single pixel image of the specified color is generated.</td>
 
   </tr>
@@ -1532,14 +1584,14 @@
     <td valign="top">GRANITE</td>
     <td valign="top">R</td>
     <td valign="top">128x128 granite texture pattern</td>
-    <td valign="top"><img src="../images/granite.png" width="64" height="64" alt="GRANITE"></img></td>
+    <td valign="top"><img src="../images/granite.png" width="64" height="64" alt="GRANITE"/></td>
   </tr>
 
   <tr>
     <td valign="top"><a href="../images/logo.png">LOGO</a></td>
     <td valign="top">R</td>
     <td valign="top">ImageMagick Logo, 640x480</td>
-    <td valign="top"><img src="../images/logo.jpg" width="123" height="118" alt="Logo"></img></td>
+    <td valign="top"><img src="../images/logo.jpg" width="123" height="118" alt="Logo"/></td>
   </tr>
 
   <tr>
@@ -1553,14 +1605,14 @@
     <td valign="top">ROSE</td>
     <td valign="top">R</td>
     <td valign="top">Picture of a rose, 70x46</td>
-    <td valign="top"><img src="../images/rose.png" width="70" height="46" alt="ROSE"></img></td>
+    <td valign="top"><img src="../images/rose.png" width="70" height="46" alt="ROSE"/></td>
   </tr>
 
   <tr>
     <td valign="top"><a href="../images/wizard.png">WIZARD</a></td>
     <td valign="top">R</td>
     <td valign="top">ImageMagick Wizard, 480x640</td>
-    <td valign="top"><img src="../images/wizard.jpg" width="125" height="167" alt="Logo"></img></td>
+    <td valign="top"><img src="../images/wizard.jpg" width="125" height="167" alt="Logo"/></td>
   </tr>
 
 </table>
@@ -1584,378 +1636,378 @@
     <td valign="top">BRICKS</td>
     <td valign="top">R</td>
     <td valign="top">brick pattern, 16x16</td>
-    <td valign="top"><img src="../images/patterns/bricks.png" width="100" height="26" alt="BRICKS"></img></td>
+    <td valign="top"><img src="../images/patterns/bricks.png" width="100" height="26" alt="BRICKS" /></td>
   </tr>
 
   <tr>
     <td valign="top">CHECKERBOARD</td>
     <td valign="top">R</td>
     <td valign="top">checkerboard pattern, 30x30</td>
-    <td valign="top"><img src="../images/patterns/checkerboard.png" width="100" height="26" alt="CHECKERBOARD"></img></td>
+    <td valign="top"><img src="../images/patterns/checkerboard.png" width="100" height="26" alt="CHECKERBOARD" /></td>
   </tr>
 
   <tr>
     <td valign="top">CIRCLES</td>
     <td valign="top">R</td>
     <td valign="top">circles pattern, 16x16</td>
-    <td valign="top"><img src="../images/patterns/circles.png" width="100" height="26" alt="CIRCLES"></img></td>
+    <td valign="top"><img src="../images/patterns/circles.png" width="100" height="26" alt="CIRCLES"/></td>
   </tr>
 
   <tr>
     <td valign="top">CROSSHATCH</td>
     <td valign="top">R</td>
     <td valign="top">crosshatch pattern, 8x4</td>
-    <td valign="top"><img src="../images/patterns/crosshatch.png" width="100" height="26" alt="CROSSHATCH"></img></td>
+    <td valign="top"><img src="../images/patterns/crosshatch.png" width="100" height="26" alt="CROSSHATCH" /></td>
   </tr>
 
   <tr>
     <td valign="top">CROSSHATCH30</td>
     <td valign="top">R</td>
     <td valign="top">crosshatch pattern with lines at 30 degrees, 8x4</td>
-    <td valign="top"><img src="../images/patterns/crosshatch30.png" width="100" height="26" alt="CROSSHATCH30"></img></td>
+    <td valign="top"><img src="../images/patterns/crosshatch30.png" width="100" height="26" alt="CROSSHATCH30" /></td>
   </tr>
 
   <tr>
     <td valign="top">CROSSHATCH45</td>
     <td valign="top">R</td>
     <td valign="top">crosshatch pattern with lines at 45 degrees, 8x4</td>
-    <td valign="top"><img src="../images/patterns/crosshatch45.png" width="100" height="26" alt="CROSSHATCH45"></img></td>
+    <td valign="top"><img src="../images/patterns/crosshatch45.png" width="100" height="26" alt="CROSSHATCH45" /></td>
   </tr>
 
   <tr>
     <td valign="top">FISHSCALES</td>
     <td valign="top">R</td>
     <td valign="top">fish scales pattern, 16x8</td>
-    <td valign="top"><img src="../images/patterns/fishscales.png" width="100" height="26" alt="FISHSCALES"></img></td>
+    <td valign="top"><img src="../images/patterns/fishscales.png" width="100" height="26" alt="FISHSCALES" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY0</td>
     <td valign="top">R</td>
     <td valign="top">0% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray0.png" width="100" height="32" alt="GRAY0"></img></td>
+    <td valign="top"><img src="../images/patterns/gray0.png" width="100" height="32" alt="GRAY0" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY5</td>
     <td valign="top">R</td>
     <td valign="top">5% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray5.png" width="100" height="32" alt="GRAY5"></img></td>
+    <td valign="top"><img src="../images/patterns/gray5.png" width="100" height="32" alt="GRAY5" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY10</td>
     <td valign="top">R</td>
     <td valign="top">10% intensity gray, 32x32</td>
-    <td valign="top"> <img src="../images/patterns/gray10.png" width="100" height="32" alt="GRAY10"></img></td>
+    <td valign="top"> <img src="../images/patterns/gray10.png" width="100" height="32" alt="GRAY10" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY15</td>
     <td valign="top">R</td>
     <td valign="top">15% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray15.png" width="100" height="32" alt="GRAY15"></img></td>
+    <td valign="top"><img src="../images/patterns/gray15.png" width="100" height="32" alt="GRAY15" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY20</td>
     <td valign="top">R</td>
     <td valign="top">20% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray20.png" width="100" height="32" alt="GRAY20"></img></td>
+    <td valign="top"><img src="../images/patterns/gray20.png" width="100" height="32" alt="GRAY20" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY25</td>
     <td valign="top">R</td>
     <td valign="top">25% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray25.png" width="100" height="32" alt="GRAY25"></img></td>
+    <td valign="top"><img src="../images/patterns/gray25.png" width="100" height="32" alt="GRAY25" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY30</td>
     <td valign="top">R</td>
     <td valign="top">30% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray30.png" width="100" height="32" alt="GRAY30"></img></td>
+    <td valign="top"><img src="../images/patterns/gray30.png" width="100" height="32" alt="GRAY30" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY35</td>
     <td valign="top">R</td>
     <td valign="top">35% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray35.png" width="100" height="32" alt="GRAY35"></img></td>
+    <td valign="top"><img src="../images/patterns/gray35.png" width="100" height="32" alt="GRAY35" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY40</td>
     <td valign="top">R</td>
     <td valign="top">40% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray40.png" width="100" height="32" alt="GRAY40"></img></td>
+    <td valign="top"><img src="../images/patterns/gray40.png" width="100" height="32" alt="GRAY40" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY45</td>
     <td valign="top">R</td>
     <td valign="top">45% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray45.png" width="100" height="32" alt="GRAY45"></img></td>
+    <td valign="top"><img src="../images/patterns/gray45.png" width="100" height="32" alt="GRAY45" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY50</td>
     <td valign="top">R</td>
     <td valign="top">50% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray50.png" width="100" height="32" alt="GRAY50"></img></td>
+    <td valign="top"><img src="../images/patterns/gray50.png" width="100" height="32" alt="GRAY50" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY55</td>
     <td valign="top">R</td>
     <td valign="top">55% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray55.png" width="100" height="32" alt="GRAY55"></img></td>
+    <td valign="top"><img src="../images/patterns/gray55.png" width="100" height="32" alt="GRAY55" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY60</td>
     <td valign="top">R</td>
     <td valign="top">60% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray60.png" width="100" height="32" alt="GRAY60"></img></td>
+    <td valign="top"><img src="../images/patterns/gray60.png" width="100" height="32" alt="GRAY60" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY65</td>
     <td valign="top">R</td>
     <td valign="top">65% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray65.png" width="100" height="32" alt="GRAY65"></img></td>
+    <td valign="top"><img src="../images/patterns/gray65.png" width="100" height="32" alt="GRAY65" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY70</td>
     <td valign="top">R</td>
     <td valign="top">70% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray70.png" width="100" height="32" alt="GRAY70"></img></td>
+    <td valign="top"><img src="../images/patterns/gray70.png" width="100" height="32" alt="GRAY70" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY75</td>
     <td valign="top">R</td>
     <td valign="top">75% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray75.png" width="100" height="32" alt="GRAY75"></img></td>
+    <td valign="top"><img src="../images/patterns/gray75.png" width="100" height="32" alt="GRAY75" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY80</td>
     <td valign="top">R</td>
     <td valign="top">80% intensity gray, 32x32</td>
-    <td valign="top"> <img src="../images/patterns/gray80.png" width="100" height="32" alt="GRAY80"></img></td>
+    <td valign="top"> <img src="../images/patterns/gray80.png" width="100" height="32" alt="GRAY80" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY85</td>
     <td valign="top">R</td>
     <td valign="top">85% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray85.png" width="100" height="32" alt="GRAY85"></img></td>
+    <td valign="top"><img src="../images/patterns/gray85.png" width="100" height="32" alt="GRAY85" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY90</td>
     <td valign="top">R</td>
     <td valign="top">100% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray90.png" width="100" height="32" alt="GRAY90"></img></td>
+    <td valign="top"><img src="../images/patterns/gray90.png" width="100" height="32" alt="GRAY90" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY95</td>
     <td valign="top">R</td>
     <td valign="top">100% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray95.png" width="100" height="32" alt="GRAY95"></img></td>
+    <td valign="top"><img src="../images/patterns/gray95.png" width="100" height="32" alt="GRAY95" /></td>
   </tr>
 
   <tr>
     <td valign="top">GRAY100</td>
     <td valign="top">R</td>
     <td valign="top">100% intensity gray, 32x32</td>
-    <td valign="top"><img src="../images/patterns/gray100.png" width="100" height="32" alt="GRAY100"></img></td>
+    <td valign="top"><img src="../images/patterns/gray100.png" width="100" height="32" alt="GRAY100" /></td>
   </tr>
 
   <tr>
     <td valign="top">HEXAGONS</td>
     <td valign="top">R</td>
     <td valign="top">hexagon pattern, 30x18</td>
-    <td valign="top"><img src="../images/patterns/hexagons.png" width="100" height="26" alt="HEXAGONS"></img></td>
+    <td valign="top"><img src="../images/patterns/hexagons.png" width="100" height="26" alt="HEXAGONS" /></td>
   </tr>
 
   <tr>
     <td valign="top">HORIZONTAL</td>
     <td valign="top">R</td>
     <td valign="top">horizontal line pattern, 8x4</td>
-    <td valign="top"><img src="../images/patterns/horizontal.png" width="100" height="26" alt="HORIZONTAL"></img></td>
+    <td valign="top"><img src="../images/patterns/horizontal.png" width="100" height="26" alt="HORIZONTAL" /></td>
   </tr>
 
   <tr>
     <td valign="top">HORIZONTAL2</td>
     <td valign="top">R</td>
     <td valign="top">horizontal line pattern, 8x8</td>
-    <td valign="top"><img src="../images/patterns/horizontal2.png" width="100" height="26" alt="HORIZONTAL2"></img></td>
+    <td valign="top"><img src="../images/patterns/horizontal2.png" width="100" height="26" alt="HORIZONTAL2" /></td>
   </tr>
 
   <tr>
     <td valign="top">HORIZONTAL3</td>
     <td valign="top">R</td>
     <td valign="top">horizontal line pattern, 9x9</td>
-    <td valign="top"><img src="../images/patterns/horizontal3.png" width="100" height="26" alt="HORIZONTAL3"></img></td>
+    <td valign="top"><img src="../images/patterns/horizontal3.png" width="100" height="26" alt="HORIZONTAL3" /></td>
   </tr>
 
   <tr>
     <td valign="top">HORIZONTALSAW</td>
     <td valign="top">R</td>
     <td valign="top">horizontal saw-tooth pattern, 16x8</td>
-    <td valign="top"><img src="../images/patterns/horizontalsaw.png" width="100" height="26" alt="HORIZONTALSAW"></img></td>
+    <td valign="top"><img src="../images/patterns/horizontalsaw.png" width="100" height="26" alt="HORIZONTALSAW" /></td>
   </tr>
 
   <tr>
     <td valign="top">HS_BDIAGONAL</td>
     <td valign="top">R</td>
     <td valign="top">backward diagonal line pattern (45 degrees slope), 8x8</td>
-    <td valign="top"><img src="../images/patterns/hs_bdiagonal.png" width="100" height="26" alt="HS_BDIAGONAL"></img></td>
+    <td valign="top"><img src="../images/patterns/hs_bdiagonal.png" width="100" height="26" alt="HS_BDIAGONAL" /></td>
   </tr>
 
   <tr>
     <td valign="top">HS_CROSS</td>
     <td valign="top">R</td>
     <td valign="top">cross line pattern, 8x8</td>
-    <td valign="top"><img src="../images/patterns/hs_cross.png" width="100" height="26" alt="HS_CROSS"></img></td>
+    <td valign="top"><img src="../images/patterns/hs_cross.png" width="100" height="26" alt="HS_CROSS" /></td>
   </tr>
 
   <tr>
     <td valign="top">HS_DIAGCROSS</td>
     <td valign="top">R</td>
     <td valign="top">diagonal line cross pattern (45 degrees slope), 8x8</td>
-    <td valign="top"><img src="../images/patterns/hs_diagcross.png" width="100" height="26" alt="HS_DIAGCROSS"></img></td>
+    <td valign="top"><img src="../images/patterns/hs_diagcross.png" width="100" height="26" alt="HS_DIAGCROSS" /></td>
   </tr>
 
   <tr>
     <td valign="top">HS_FDIAGONAL</td>
     <td valign="top">R</td>
     <td valign="top">forward diagonal line pattern (45 degrees slope), 8x8</td>
-    <td valign="top"><img src="../images/patterns/hs_fdiagonal.png" width="100" height="26" alt="HS_FDIAGONAL"></img></td>
+    <td valign="top"><img src="../images/patterns/hs_fdiagonal.png" width="100" height="26" alt="HS_FDIAGONAL" /></td>
   </tr>
 
   <tr>
     <td valign="top">HS_HORIZONTAL</td>
     <td valign="top">R</td>
     <td valign="top">horizontal line pattern, 8x8</td>
-    <td valign="top"><img src="../images/patterns/hs_horizontal.png" width="100" height="26" alt="HS_HORIZONTAL"></img></td>
+    <td valign="top"><img src="../images/patterns/hs_horizontal.png" width="100" height="26" alt="HS_HORIZONTAL" /></td>
   </tr>
 
   <tr>
     <td valign="top">HS_VERTICAL</td>
     <td valign="top">R</td>
     <td valign="top">vertical line pattern, 8x8</td>
-    <td valign="top"><img src="../images/patterns/hs_vertical.png" width="100" height="26" alt="HS_VERTICAL"></img></td>
+    <td valign="top"><img src="../images/patterns/hs_vertical.png" width="100" height="26" alt="HS_VERTICAL" /></td>
   </tr>
 
   <tr>
     <td valign="top">LEFT30</td>
     <td valign="top">R</td>
     <td valign="top">forward diagonal pattern (30 degrees slope), 8x4</td>
-    <td valign="top"><img src="../images/patterns/left30.png" width="100" height="26" alt="LEFT0"></img></td>
+    <td valign="top"><img src="../images/patterns/left30.png" width="100" height="26" alt="LEFT0" /></td>
   </tr>
 
   <tr>
     <td valign="top">LEFT45</td>
     <td valign="top">R</td>
     <td valign="top">forward diagonal line pattern (45 degrees slope), 8x8</td>
-    <td valign="top"><img src="../images/patterns/left45.png" width="100" height="26" alt="LEFT45"></img></td>
+    <td valign="top"><img src="../images/patterns/left45.png" width="100" height="26" alt="LEFT45" /></td>
   </tr>
 
   <tr>
     <td valign="top">LEFTSHINGLE</td>
     <td valign="top">R</td>
     <td valign="top">left shingle pattern, 24x24</td>
-    <td valign="top"><img src="../images/patterns/leftshingle.png" width="100" height="26" alt="LEFTSHINGLE"></img></td>
+    <td valign="top"><img src="../images/patterns/leftshingle.png" width="100" height="26" alt="LEFTSHINGLE" /></td>
   </tr>
 
   <tr>
     <td valign="top">OCTAGONS</td>
     <td valign="top">R</td>
     <td valign="top">octagons pattern, 16x16</td>
-    <td valign="top"><img src="../images/patterns/octagons.png" width="100" height="26" alt="OCTAGONS"></img></td>
+    <td valign="top"><img src="../images/patterns/octagons.png" width="100" height="26" alt="OCTAGONS" /></td>
   </tr>
 
   <tr>
     <td valign="top">RIGHT30</td>
     <td valign="top">R</td>
     <td valign="top">backward diagonal line pattern (30 degrees) 8x4</td>
-    <td valign="top"><img src="../images/patterns/right30.png" width="100" height="26" alt="RIGHT30"></img></td>
+    <td valign="top"><img src="../images/patterns/right30.png" width="100" height="26" alt="RIGHT30" /></td>
   </tr>
 
   <tr>
     <td valign="top">RIGHT45</td>
     <td valign="top">R</td>
     <td valign="top">backward diagonal line pattern (30 degrees), 8x8</td>
-    <td valign="top"><img src="../images/patterns/right45.png" width="100" height="26" alt="RIGHT45"></img></td>
+    <td valign="top"><img src="../images/patterns/right45.png" width="100" height="26" alt="RIGHT45" /></td>
   </tr>
 
   <tr>
     <td valign="top">RIGHTSHINGLE</td>
     <td valign="top">R</td>
     <td valign="top">right shingle pattern, 24x24</td>
-    <td valign="top"><img src="../images/patterns/rightshingle.png" width="100" height="26" alt="RIGHTSHINGLE"></img></td>
+    <td valign="top"><img src="../images/patterns/rightshingle.png" width="100" height="26" alt="RIGHTSHINGLE" /></td>
   </tr>
 
   <tr>
     <td valign="top">SMALLFISHSCALES</td>
     <td valign="top">R</td>
     <td valign="top">small fish scales pattern, 8x8</td>
-    <td valign="top"><img src="../images/patterns/smallfishscales.png" width="100" height="26" alt="SMALLFISHSCALES"></img></td>
+    <td valign="top"><img src="../images/patterns/smallfishscales.png" width="100" height="26" alt="SMALLFISHSCALES" /></td>
   </tr>
 
   <tr>
     <td valign="top">VERTICAL</td>
     <td valign="top">R</td>
     <td valign="top">vertical line pattern, 8x8</td>
-    <td valign="top"><img src="../images/patterns/vertical.png" width="100" height="26" alt="VERTICAL"></img></td>
+    <td valign="top"><img src="../images/patterns/vertical.png" width="100" height="26" alt="VERTICAL" /></td>
   </tr>
 
   <tr>
     <td valign="top">VERTICAL2</td>
     <td valign="top">R</td>
     <td valign="top">vertical line pattern, 8x8</td>
-    <td valign="top"><img src="../images/patterns/vertical2.png" width="100" height="26" alt="VERTICAL2"></img></td>
+    <td valign="top"><img src="../images/patterns/vertical2.png" width="100" height="26" alt="VERTICAL2" /></td>
   </tr>
 
   <tr>
     <td valign="top">VERTICAL3</td>
     <td valign="top">R</td>
     <td valign="top">vertical line pattern, 9x9</td>
-    <td valign="top"><img src="../images/patterns/vertical3.png" width="100" height="26" alt="VERTICAL3"></img></td>
+    <td valign="top"><img src="../images/patterns/vertical3.png" width="100" height="26" alt="VERTICAL3" /></td>
   </tr>
 
   <tr>
     <td valign="top">VERTICALBRICKS</td>
     <td valign="top">R</td>
     <td valign="top">vertical brick pattern, 16x16</td>
-    <td valign="top"><img src="../images/patterns/verticalbricks.png" width="100" height="26" alt="VERTICALBRICKS"></img></td>
+    <td valign="top"><img src="../images/patterns/verticalbricks.png" width="100" height="26" alt="VERTICALBRICKS" /></td>
   </tr>
 
   <tr>
     <td valign="top">VERTICALLEFTSHINGLE</td>
     <td valign="top">R</td>
     <td valign="top">vertical left shingle pattern, 24x24</td>
-    <td valign="top"><img src="../images/patterns/verticalleftshingle.png" width="100" height="26" alt="VERTICALLEFTSHINGLE"></img></td>
+    <td valign="top"><img src="../images/patterns/verticalleftshingle.png" width="100" height="26" alt="VERTICALLEFTSHINGLE" /></td>
   </tr>
 
   <tr>
     <td valign="top">VERTICALRIGHTSHINGLE</td>
     <td valign="top">R</td>
     <td valign="top">vertical right shingle pattern, 24x24</td>
-    <td valign="top"><img src="../images/patterns/verticalrightshingle.png" width="100" height="26" alt="VERTICALRIGHTSHINGLE"></img></td>
+    <td valign="top"><img src="../images/patterns/verticalrightshingle.png" width="100" height="26" alt="VERTICALRIGHTSHINGLE" /></td>
   </tr>
 
   <tr>
     <td valign="top">VERTICALSAW</td>
     <td valign="top">R</td>
     <td valign="top">vertical saw-tooth pattern, 8x16</td>
-    <td valign="top"><img src="../images/patterns/verticalsaw.png" width="100" height="26" alt="VERTICALSAW"></img></td>
+    <td valign="top"><img src="../images/patterns/verticalsaw.png" width="100" height="26" alt="VERTICALSAW" /></td>
   </tr>
 </table>
 
@@ -2029,21 +2081,22 @@
 
 </div>
 
+
 </div>
 
 <div id="linkbar">
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/fx.html b/www/fx.html
index 147ab96..28e2de1 100644
--- a/www/fx.html
+++ b/www/fx.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: The Fx Special Effects Image Operator</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="the, fx, special, effects, image, operator, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="the, fx, special, effects, image, operator, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -190,44 +240,44 @@
 
 <p>The expression can be simple:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -size 64x64 canvas:black -channel blue -fx "1/2" fx_navy.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 64x64 canvas:black -channel blue -fx "1/2" fx_navy.png</span></p>
 <p>Here, we convert a black to a navy blue image:</p>
 
 <p class="image">
-  <a href="../images/black.png"><img src="../images/black.png" width="64" height="64" alt="black"></img></a>
-  <img style="margin-top:22px; margin-bottom:22px;" src="../images/right.gif" width="20" height="20" alt="==&gt;"></img>
-  <a href="../images/navy.png"><img src="../images/navy.png" width="64" height="64" alt="navy"></img></a>
+  <a href="../images/black.png"><img src="../images/black.png" width="64" height="64" alt="black" /></a>
+  <img style="margin-top:22px; margin-bottom:22px;" src="../images/right.gif" width="20" height="20" alt="==>" />
+  <a href="../images/navy.png"><img src="../images/navy.png" width="64" height="64" alt="navy" /></a>
 </p>
 
 <p>Or the expression can be complex:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert rose.jpg \  <br></br>
-          -fx "(1.0/(1.0+exp(10.0*(0.5-u)))-0.006693)*1.0092503" \ <br></br>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose.jpg \  <br/>
+          -fx "(1.0/(1.0+exp(10.0*(0.5-u)))-0.006693)*1.0092503" \ <br/>
           rose-sigmoidal.png</span></p>
 <p>This expression results in a high contrast version of the image:</p>
 
 <p class="image">
-  <a href="../images/rose.jpg"><img src="../images/rose.jpg" width="70" height="46" alt="rose"></img></a>
-  <img style="margin-top:13px; margin-bottom:13px;" src="../images/right.gif" width="20" height="20" alt="==&gt;"></img>
-  <a href="../images/rose-sigmoidal.png"><img src="../images/rose-sigmoidal.png" width="70" height="46" alt="rose-sigmoidal"></img></a>
+  <a href="../images/rose.jpg"><img src="../images/rose.jpg" width="70" height="46" alt="rose" /></a>
+  <img style="margin-top:13px; margin-bottom:13px;" src="../images/right.gif" width="20" height="20" alt="==>" />
+  <a href="../images/rose-sigmoidal.png"><img src="../images/rose-sigmoidal.png" width="70" height="46" alt="rose-sigmoidal" /></a>
 </p>
 
 <p>The expression can include variable assignments.  Assignments, in most cases, reduce the complexity of an expression and permit some operations that might not be possible any other way.  For example, lets create a radial gradient:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -size 70x70 canvas: \  <br></br>
-          -fx "Xi=i-w/2; Yj=j-h/2; 1.2*(0.5-hypot(Xi,Yj)/70.0)+0.5" \ <br></br>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 70x70 canvas: \  <br/>
+          -fx "Xi=i-w/2; Yj=j-h/2; 1.2*(0.5-hypot(Xi,Yj)/70.0)+0.5" \ <br/>
           radial-gradient.png</span></p>
 <p>The command above returns this image:</p>
 
 <p class="image">
-  <a href="../images/radial-gradient.png"><img src="../images/radial-gradient.png" width="70" height="70" alt="radial-gradient"></img></a>
+  <a href="../images/radial-gradient.png"><img src="../images/radial-gradient.png" width="70" height="70" alt="radial-gradient" /></a>
 </p>
 
 <p>This FX expression adds random noise to an image:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert photo.jpg -fx 'iso=32; rone=rand(); rtwo=rand(); \<br></br>
-     myn=sqrt(-2*ln(rone))*cos(2*Pi*rtwo); myntwo=sqrt(-2*ln(rtwo))* \<br></br>
-     cos(2*Pi*rone); pnoise=sqrt(p)*myn*sqrt(iso)* \ <br></br>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert photo.jpg -fx 'iso=32; rone=rand(); rtwo=rand(); \<br />
+     myn=sqrt(-2*ln(rone))*cos(2*Pi*rtwo); myntwo=sqrt(-2*ln(rtwo))* \<br />
+     cos(2*Pi*rone); pnoise=sqrt(p)*myn*sqrt(iso)* \ <br />
      channel(4.28,3.86,6.68,0)/255; max(0,p+pnoise)' noisy.png</span></p>
 <p>See <a href="http://www.imagemagick.org/Usage/transform/index.html#fx">Using FX, The Special Effects Image Operator</a> for more examples.</p>
 
@@ -437,17 +487,17 @@
 
 <p>As an example, we form an image by averaging the first image and third images (the second (index 1) image is ignored and just junked):</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert image1.jpg image2.jpg image3.jpg -fx "(u+u[2])/2.0" image.jpg</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert image1.jpg image2.jpg image3.jpg -fx "(u+u[2])/2.0" image.jpg</span></p>
 <p>By default, the image to which <code>p</code>, <code>r</code>, <code>g</code>, <code>b</code>, <code>a</code>, etc., are applied is the current image <code>s</code> in the image list. This is equivelent to <code>u</code> except when used in an escape sequence <code>%[fx:...]</code>. </p>
 
 <p>It is important to note the special role played by the first image. This is the only image in the image sequence that is modified, other images are used only for their data. As an illustrative example, consider the following, and note that the setting <a href="command-line-options.html#channel">-channel red</a> instructs <a href="command-line-options.html#fx">-fx</a> to modify only the red channel; nothing in the green or blue channels will change. It is instructive to ponder why the result is not symmetric.</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -channel red logo: -flop logo: -resize "20%"  -fx "(u+v)/2" image.jpg</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -channel red logo: -flop logo: -resize "20%"  -fx "(u+v)/2" image.jpg</span></p>
 <div class="image">
-  <a href="../images/logo-sm-flop.png"><img src="../images/logo-sm-flop.png" width="128" height="96" alt="logo-sm-flop.png"></img></a>
-  <a href="../images/logo-sm.png"><img src="../images/logo-sm.png" width="128" height="96" alt="logo-sm.png"></img></a>
-<img style="margin-top:38px; margin-bottom:38px;" src="../images/right.gif" width="20" height="20" alt="==&gt;"></img>
-  <a href="../images/logo-sm-fx.png"><img src="../images/logo-sm-fx.png" width="128" height="96" alt="logo-sm-fx.png"></img></a>
+  <a href="../images/logo-sm-flop.png"><img src="../images/logo-sm-flop.png" width="128" height="96" alt="logo-sm-flop.png" /></a>
+  <a href="../images/logo-sm.png"><img src="../images/logo-sm.png" width="128" height="96" alt="logo-sm.png" /></a>
+<img style="margin-top:38px; margin-bottom:38px;" src="../images/right.gif" width="20" height="20" alt="==>" />
+  <a href="../images/logo-sm-fx.png"><img src="../images/logo-sm-fx.png" width="128" height="96" alt="logo-sm-fx.png" /></a>
 </div>
 
 
@@ -483,7 +533,7 @@
 
 <p>Use the <a href="command-line-options.html#channel">-channel</a> setting to specify the output channel of the result. If no output channel is given, the result is set over all channels except the opacity channel. For example, to replace the red channel of <code>alpha.png</code> with the average of the green channels from the images <code>alpha.png</code> and <code>beta.png</code>, use:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert alpha.png beta.png -channel red -fx "(u.g+v.g)/2" gamma.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert alpha.png beta.png -channel red -fx "(u.g+v.g)/2" gamma.png</span></p>
 </div>
 
 <h3>Results</h3>
@@ -496,12 +546,12 @@
 
 <p>For use with <a href="command-line-options.html#format_identify_">-format</a>, the value-escape <code>%[fx: ]</code> is evaluated just once for each image in the current image sequence. As each image in the sequence is being evaluated, <code>s</code> and <code>t</code> successively refer to the current image and its index, while <code>i</code> and <code>j</code> are set to zero, and the current channel set to red (<a href="command-line-options.html#channel">-channel</a> is ignored). An example:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert  canvas:'rgb(25%,50%,75%)' rose: -colorspace rgb  \ <br></br>
-  -format 'Red channel of NW corner of image #%[fx:t] is %[fx: s]' info:</span><span class="crtout">Red channel of NW corner of image #0 is 0.453758 <br></br>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert  canvas:'rgb(25%,50%,75%)' rose: -colorspace rgb  \ <br/>
+  -format 'Red channel of NW corner of image #%[fx:t] is %[fx: s]' info:</span><span class='crtout'>Red channel of NW corner of image #0 is 0.453758 <br/>
   Red channel of NW corner of image #1 is 0.184588</span></p>
 <p>Here we use the image indexes to <em>rotate</em> each image differently, and use <code>-set</code> with the image index to set a different <em>pause delay</em> on the first image in the animation:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert rose: -duplicate 29 -virtual-pixel Gray -distort SRT '%[fx:360.0*t/n]' \ <br></br>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose: -duplicate 29 -virtual-pixel Gray -distort SRT '%[fx:360.0*t/n]' \ <br />
     -set delay '%[fx:t == 0 ? 240 : 10]' -loop 0 rose.gif</span></p><p>The color-escape <code>%[pixel: ]</code> is evaluated once per image and per color channel in that image (<a href="command-line-options.html#channel">-channel</a> is ignored), The values generated are then converted into a color string (a named color or hex color value).  The symbols <code>i</code> and <code>j</code> are set to zero, and <code>s</code> and <code>t</code> refer to each successively current image and index.</p>
 
 </div>
@@ -513,15 +563,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html
index 46e1408..3b339fc 100644
--- a/www/high-dynamic-range.html
+++ b/www/high-dynamic-range.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: High Dynamic-Range Images</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="high, dynamic-range, images, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="high, dynamic-range, images, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -198,12 +247,12 @@
 
 <p>To enable the HDRI version of ImageMagick, use this Unix/Linux command:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">./configure --enable-hdri</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure --enable-hdri</span></p>
 <p>Under Windows, set the <code>MAGICKCORE_HDRI_SUPPORT</code> definition in the <code>magick-config.h</code> configuration file and build.</p>
 
 <p>To verify HDRI is properly configured, look for "HDRI" as a feature:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify -version</span><span class="crtout">Features: OpenMP HDRI</span></p></div>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Features: OpenMP HDRI</span></p></div>
 
 </div>
 
@@ -211,15 +260,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/history.html b/www/history.html
index 7ccca89..4d337d0 100644
--- a/www/history.html
+++ b/www/history.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: History</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="history, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="history, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,18 +83,24 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
 
 <div class="menu">
-  <a title="About ImageMagick" href="../index.html">About ImageMagick</a>
+  <a title="About ImageMagick" href="http://www.imagemagick.org/ImageMagick-7.0.0/index.html">About ImageMagick</a>
 </div>
 <div class="menu">
   <a title="Binary Releases" href="binary-releases.html">Binary Releases</a>
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,24 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
-  <a title="Support ImageMagick Development" href="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>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
+  <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -177,7 +223,7 @@
 <h1>ImageMagick History</h1>
 <div class="doc-section">
 <p><em>
-I swear by my life and my love of it that I will never live for the sake of another man, nor ask another man to live for mine.</em><br></br>-- John Galt in "Atlas Shrugged", by Ayn Rand</p>
+I swear by my life and my love of it that I will never live for the sake of another man, nor ask another man to live for mine.</em><br />-- John Galt in "Atlas Shrugged", by Ayn Rand</p>
 
 <p>ImageMagick started with a request from my DuPont supervisor, Dr. David Pensak, to display computer-generated images on a monitor only capable of showing 256 unique colors simultaneously.  In 1987, monitors that could display 24-bit true color images were rare and quite expensive. There were a plethora of chemists and biologists at DuPont, but very were few computer scientists to confer with. Instead, I turned to Usenet for help, and posted a request for an algorithm to reduce 24-bit images to 256 colors.  Paul Raveling of the USC Information Sciences Institute responded, with not only a solution, but one that was already in source code and available from USC's FTP site. Over the course of the next few years, I had frequent opportunities to get help with other vexing computer science problems I encountered in the course of doing my job at DuPont.  Eventually I felt compelled to give thanks for the help I received from the knowledgeable folks on Usenet. I decided to freely release the image processing tools I developed to the world so that others could benefit from my efforts.</p>
 
@@ -193,7 +239,7 @@
 
 <p>It has been more than 20 years since ImageMagick was first conceived, and it looks likely that it will be here for another 20 and beyond. The command line and the application programming interface are stable, but there is still work to do.  The design of ImageMagick is an evolutionary process, with the design and implementation efforts serving to influence and guide further progress in the other.  We are currently working on <a href="http://www.imagemagick.org/ImageMagick-7.0.0">ImageMagick version 7</a>, where we aim to improve the design based on lessons learned from the version 6 implementation.</p>
 
-<p>Cristy<br></br>Principal ImageMagick Architect</p>
+<p>Cristy<br />Principal ImageMagick Architect</p>
 </div>
 
 </div>
@@ -202,8 +248,8 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
diff --git a/www/identify.html b/www/identify.html
index d5a99e3..9bd847c 100644
--- a/www/identify.html
+++ b/www/identify.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Command-line Tools: Identify</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="command-line, tools:, identify, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="command-line, tools:, identify, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -185,76 +234,76 @@
 
 <p>We list a few examples of the <code>identify</code> command here to illustrate its usefulness and ease of use. To get started, lets identify an image in the JPEG format:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify rose.jpg</span><span class="crtout"> rose.jpg JPEG 640x480 sRGB 87kb 0.050u 0:01</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify rose.jpg</span><span class='crtout'> rose.jpg JPEG 640x480 sRGB 87kb 0.050u 0:01</span></p>
 <p>Next, we look at the same image in greater detail:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify -verbose rose.jpg</span><span class="crtout">Image: rose.jpg  <br></br>
-    Format: JPEG (Joint Photographic Experts Group JFIF format)  <br></br>
-    Class: DirectClass  <br></br>
-    Geometry: 70x46+0+0  <br></br>
-    Resolution: 72x72  <br></br>
-    Print size: 0.972222x0.638889  <br></br>
-    Units: PixelsPerInch  <br></br>
-    Type: TrueColor  <br></br>
-    Endianess: Undefined  <br></br>
-    Colorspace: RGB  <br></br>
-    Depth: 8-bit  <br></br>
-    Channel depth:  <br></br>
-      red: 8-bit  <br></br>
-      green: 8-bit  <br></br>
-      blue: 8-bit  <br></br>
-    Channel statistics:  <br></br>
-      red:  <br></br>
-        min: 37 (0.145098)  <br></br>
-        max: 255 (1)  <br></br>
-        mean: 145.58 (0.5709)  <br></br>
-        standard deviation: 67.3195 (0.263998)  <br></br>
-      green:  <br></br>
-        min: 31 (0.121569)  <br></br>
-        max: 255 (1)  <br></br>
-        mean: 89.2512 (0.350005)  <br></br>
-        standard deviation: 52.0488 (0.204113)  <br></br>
-      blue:  <br></br>
-        min: 17 (0.0666667)  <br></br>
-        max: 255 (1)  <br></br>
-        mean: 80.4075 (0.315323)  <br></br>
-        standard deviation: 54.0052 (0.211785)  <br></br>
-    Rendering intent: Undefined  <br></br>
-    Interlace: None  <br></br>
-    Background color: white  <br></br>
-    Border color: rgb(223,223,223)  <br></br>
-    Matte color: grey74  <br></br>
-    Transparent color: black  <br></br>
-    Page geometry: 70x46+0+0  <br></br>
-    Dispose: Undefined  <br></br>
-    Iterations: 0  <br></br>
-    Compression: JPEG  <br></br>
-    Quality: 100  <br></br>
-    Orientation: Undefined  <br></br>
-    Properties:  <br></br>
-      date:create: 2008-01-08T11:08:52-05:00  <br></br>
-      date:modify: 2005-04-07T12:48:13-04:00  <br></br>
-      jpeg:colorspace: 2  <br></br>
-      jpeg:sampling-factor: 2x2,1x1,1x1  <br></br>
-      signature: dcd00d6303f80f4fa53f991804cb026151c1e851b7a96255e82da87299583ebc  <br></br>
-    Artifacts:  <br></br>
-      verbose: true  <br></br>
-    Tainted: False  <br></br>
-    Filesize: 3.97266kb  <br></br>
-    Number pixels: 3.14453kb  <br></br>
-    Version: ImageMagick 7.0.0-0 2013-07-15 Q16 http://www.imagemagick.org</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -verbose rose.jpg</span><span class='crtout'>Image: rose.jpg  <br/>
+    Format: JPEG (Joint Photographic Experts Group JFIF format)  <br/>
+    Class: DirectClass  <br/>
+    Geometry: 70x46+0+0  <br/>
+    Resolution: 72x72  <br/>
+    Print size: 0.972222x0.638889  <br/>
+    Units: PixelsPerInch  <br/>
+    Type: TrueColor  <br/>
+    Endianess: Undefined  <br/>
+    Colorspace: RGB  <br/>
+    Depth: 8-bit  <br/>
+    Channel depth:  <br/>
+      red: 8-bit  <br/>
+      green: 8-bit  <br/>
+      blue: 8-bit  <br/>
+    Channel statistics:  <br/>
+      red:  <br/>
+        min: 37 (0.145098)  <br/>
+        max: 255 (1)  <br/>
+        mean: 145.58 (0.5709)  <br/>
+        standard deviation: 67.3195 (0.263998)  <br/>
+      green:  <br/>
+        min: 31 (0.121569)  <br/>
+        max: 255 (1)  <br/>
+        mean: 89.2512 (0.350005)  <br/>
+        standard deviation: 52.0488 (0.204113)  <br/>
+      blue:  <br/>
+        min: 17 (0.0666667)  <br/>
+        max: 255 (1)  <br/>
+        mean: 80.4075 (0.315323)  <br/>
+        standard deviation: 54.0052 (0.211785)  <br/>
+    Rendering intent: Undefined  <br/>
+    Interlace: None  <br/>
+    Background color: white  <br/>
+    Border color: rgb(223,223,223)  <br/>
+    Matte color: grey74  <br/>
+    Transparent color: black  <br/>
+    Page geometry: 70x46+0+0  <br/>
+    Dispose: Undefined  <br/>
+    Iterations: 0  <br/>
+    Compression: JPEG  <br/>
+    Quality: 100  <br/>
+    Orientation: Undefined  <br/>
+    Properties:  <br/>
+      date:create: 2008-01-08T11:08:52-05:00  <br/>
+      date:modify: 2005-04-07T12:48:13-04:00  <br/>
+      jpeg:colorspace: 2  <br/>
+      jpeg:sampling-factor: 2x2,1x1,1x1  <br/>
+      signature: dcd00d6303f80f4fa53f991804cb026151c1e851b7a96255e82da87299583ebc  <br/>
+    Artifacts:  <br/>
+      verbose: true  <br/>
+    Tainted: False  <br/>
+    Filesize: 3.97266kb  <br/>
+    Number pixels: 3.14453kb  <br/>
+    Version: ImageMagick 6.8.9-5 2014-04-11 Q16 http://www.imagemagick.org</span></p>
 <p>To get the print size in inches of an image at 72 DPI, use:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify -format "%[fx:w/72] by %[fx:h/72] inches" document.png</span><span class="crtout">8.5 x 11 inches</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -format "%[fx:w/72] by %[fx:h/72] inches" document.png</span><span class='crtout'>8.5 x 11 inches</span></p>
 <p>The depth and dimensions of a raw image must be specified on the command line:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify -depth 8 -size 640x480 image.raw</span><span class="crtout">image.raw RGB 640x480 sRGB 9kb 0.000u 0:01</span></p>
-<p>Here we display the image texture features, image moments, and the number of unique colors in the image:</p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -depth 8 -size 640x480 image.raw</span><span class='crtout'>image.raw RGB 640x480 sRGB 9kb 0.000u 0:01</span></p>
+<p>Here we display the image texture features, moments, perceptual hash, and the number of unique colors in the image:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify -verbose -features 1 -moments -unique image.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -verbose -features 1 -moments -unique image.png</span></p>
 <p>Here is a special define that outputs the location of the minimum or maximum pixel of the image:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify -precision 5 -define identify:locate=maximum -define identify:limit=3 image.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -precision 5 -define identify:locate=maximum -define identify:limit=3 image.png</span></p>
 <p>You can find additional examples of using <code>identify</code> in <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
 
 </div>
@@ -404,7 +453,7 @@
 
   <tr>
     <td valign="top"><a href="command-line-options.html#moments">-moments</a></td>
-    <td valign="top">display image moments.</td>
+    <td valign="top">display image moments and perceptual hash.</td>
   </tr>
 
   <tr>
@@ -493,15 +542,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/import.html b/www/import.html
index 126df25..1a802d5 100644
--- a/www/import.html
+++ b/www/import.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Command-line Tools: Import</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="command-line, tools:, import, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="command-line, tools:, import, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -183,11 +233,11 @@
 
 <p>We list a few examples of the <code>import</code> command here to illustrate its usefulness and ease of use.  To get started, lets import an image in the JPEG format:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">import rose.jpg</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>import rose.jpg</span></p>
 <p>To capture the entire X server screen in the Postscript image format:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">import -window root screen.ps</span></p>
-<p>You can find additional examples of using <code>import</code> in <a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>.  Further discussion is available in  <a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>import -window root screen.ps</span></p>
+<p>You can find additional examples of using <code>import</code> in <a href="http://www.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>.  Further discussion is available in  <a href="http://www.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
 
 </div>
 
@@ -389,6 +439,11 @@
   </tr>
 
   <tr>
+    <td valign="top"><a href="command-line-options.html#pause">-pause <em class="option">seconds</em></a></td>
+    <td valign="top">seconds delay between snapshots</td>
+  </tr>
+
+  <tr>
     <td valign="top"><a href="command-line-options.html#quality">-quality <em class="option">value</em></a></td>
     <td valign="top">JPEG/MIFF/PNG compression level</td>
   </tr>
@@ -524,15 +579,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/index.html b/www/index.html
index 5427bb2..2e87d70 100644
--- a/www/index.html
+++ b/www/index.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Convert, Edit, Or Compose Bitmap Images</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="convert, edit, or, compose, bitmap, images, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="convert, edit, or, compose, bitmap, images, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -176,7 +225,7 @@
 
 <a id="intro"></a>
 <div class="doc-section">
-<p><a class="fancybox" rel="group" href="../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="../images/wizard.jpg"></img></a> ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&amp;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, PhotoCD, 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="../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="../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, PhotoCD, 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>
 
@@ -184,7 +233,7 @@
 
 <p>The ImageMagick development process ensures a stable API 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 7.0.0-0 available from <a href="http://www.imagemagick.org/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-5 available from <a href="http://www.imagemagick.org/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>
 </div>
@@ -236,9 +285,9 @@
 
 <h2><a id="books"></a>Books About ImageMagick</h2>
 <div class="doc-section">
-<p><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;camp=1789&amp;tag=imagemagick-20&amp;creative=9325&amp;path=tg/detail/-/1590595904/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846"><img alt="Definitive Guide to ImageMagick" class="icon" width="100" height="136" src="../images/definitive-guide.png"></img></a> An open source project backed by years of continual development, ImageMagick supports about 100 image formats and can perform impressive operations such as creating images from scratch; changing colors; stretching, rotating, and overlaying images; and overlaying text on images. Whether you use ImageMagick to manage the family photos or to embark on a job involving millions of images, this book provides you with the knowledge to manage your images with ease.<br></br><br></br>The <em>Definitive Guide to ImageMagick</em> explains all of these capabilities and more in a practical, learn-by-example fashion. You'll get comfortable using ImageMagick for any image-processing task. Through the book's coverage of the ImageMagick interfaces for C, Perl, PHP, and Ruby, you'll learn how to incorporate ImageMagick features into a variety of applications.</p><br></br>
+<p><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;camp=1789&amp;tag=imagemagick-20&amp;creative=9325&amp;path=tg/detail/-/1590595904/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846"><img alt="Definitive Guide to ImageMagick" class="icon" width="100" height="136" src="../images/definitive-guide.png"/></a> An open source project backed by years of continual development, ImageMagick supports about 100 image formats and can perform impressive operations such as creating images from scratch; changing colors; stretching, rotating, and overlaying images; and overlaying text on images. Whether you use ImageMagick to manage the family photos or to embark on a job involving millions of images, this book provides you with the knowledge to manage your images with ease.<br /><br />The <em>Definitive Guide to ImageMagick</em> explains all of these capabilities and more in a practical, learn-by-example fashion. You'll get comfortable using ImageMagick for any image-processing task. Through the book's coverage of the ImageMagick interfaces for C, Perl, PHP, and Ruby, you'll learn how to incorporate ImageMagick features into a variety of applications.</p><br />
 
-<p><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;camp=1789&amp;tag=imagemagick-20&amp;creative=9325&amp;path=tg/detail/-/1904811868/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846"><img alt="ImageMagick Tricks" class="icon" width="100" height="123" src="../images/tricks.png"></img></a> <em>ImageMagick Tricks</em> by Sohail Salehi: This fast-paced and practical tutorial is packed with examples of photo manipulations, logo creation, animations, and complete web projects. With this book up your sleeve, you'll be creating spellbinding images from code in no time. The publisher, <a href="http://www.packtpub.com/">Packt</a>, is donating a percentage of every book sold to the ImageMagick project.</p><br></br>
+<p><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;camp=1789&amp;tag=imagemagick-20&amp;creative=9325&amp;path=tg/detail/-/1904811868/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846"><img alt="ImageMagick Tricks" class="icon" width="100" height="123" src="../images/tricks.png"/></a> <em>ImageMagick Tricks</em> by Sohail Salehi: This fast-paced and practical tutorial is packed with examples of photo manipulations, logo creation, animations, and complete web projects. With this book up your sleeve, you'll be creating spellbinding images from code in no time. The publisher, <a href="http://www.packtpub.com/">Packt</a>, is donating a percentage of every book sold to the ImageMagick project.</p><br />
 </div>
 
 <h2><a id="community"></a>User Community</h2>
@@ -252,15 +301,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/install-source.html b/www/install-source.html
index 34455a0..a6302eb 100644
--- a/www/install-source.html
+++ b/www/install-source.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Install from Source</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="install, from, source, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="install, from, source, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -179,7 +228,7 @@
 <div class="doc-section">
 <p>Chances are, ImageMagick is already installed on your computer if you are using some flavor of Unix, but that it is not installed if you are using some form of Windows.  In either case, you can type the following to find out.</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify -version</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span></p>
 <p>If the <a href="identify.html">identify</a> program executes and identifies itself as ImageMagick, you may not need to install ImageMagick from source unless you want to add support for additional image formats or upgrade to a newer version.  You also have the option of installing a pre-compiled <a href="binary-releases.html">binary release</a>.  However, if you still want to install from source, choose a platform, <a href="install-source.html#unix">Unix</a> or <a href="install-source.html#windows">Windows</a>.  Before installing from source, you may want to review recent <a href="changelog.html">changes</a> to the ImageMagick distribution.</p>
 </div>
 
@@ -190,22 +239,22 @@
 
 <p>Unpack the distribution with this command:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">tar xvfz ImageMagick.tar.gz</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvzf ImageMagick.tar.gz</span></p>
 <p>Next configure and compile ImageMagick:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">cd ImageMagick-7.0.0</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">./configure</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">make</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.8.9</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make</span></p>
 <p>If ImageMagick configured and compiled without complaint, you are ready to install it on your system.  Administrator privileges are required to install.  To install, type</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">sudo make install</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo make install</span></p>
 <p>You may need to configure the dynamic linker run-time bindings:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">sudo ldconfig /usr/local/lib</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo ldconfig /usr/local/lib</span></p>
 <p>Finally, verify the ImageMagick install worked properly, type</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">/usr/local/bin/convert logo: logo.gif</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>/usr/local/bin/convert logo: logo.gif</span></p>
 <p>For a more comprehensive test, run the ImageMagick validation suite. Ghostscript is a prerequisite, otherwise the EPS, PS, and PDF tests will fail.</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">make check</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make check</span></p>
 <p>Congratulations, you have a working ImageMagick distribution and you are ready to use ImageMagick to <a href="http://www.imagemagick.org/Usage/">convert, compose, or edit</a> your images or perhaps you'll want to use one of the <a href="api.html">Application Program Interfaces</a> for C, C++, Perl, and others.</p>
 
 <p>The above instructions will satisfy a great number of ImageMagick users, but we suspect a few will have additional questions or problems to consider.  For example, what does one do if ImageMagick fails to configure or compile?  Or what if you don't have administrator privileges and what if you don't want to install ImageMagick in the default <code>/../usr/local</code> folder?  You will find the answer to these questions, and more, in <a href="advanced-unix-installation.html">Advanced Unix Source Installation</a>.</p>
@@ -221,23 +270,23 @@
 
 <p>You can unpack the distribution with <a href="http://www.winzip.com">WinZip</a> or type the following from any MS-DOS Command Prompt window:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">unzip ImageMagick-windows.zip</span></p>
-<p>Next, launch your Visual Studio IDE and choose <kbd>Open-&gt;Project</kbd>.  Select the configure workspace from the <kbd>ImageMagick-7.0.0/VisualMagick/configure</kbd> folder and press Open.  Choose <kbd>Build-&gt;Build Solution</kbd>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>unzip ImageMagick-windows.zip</span></p>
+<p>Next, launch your Visual Studio IDE and choose <kbd>Open->Project</kbd>.  Select the configure workspace from the <kbd>ImageMagick-6.8.9/VisualMagick/configure</kbd> folder and press Open.  Choose <kbd>Build->Build Solution</kbd>
 to compile the program and on completion run the program.</p>
 
-<p class="image"><img src="../images/configure.jpg" alt="[configure]"></img></p>
+<p class="image"><img src="../images/configure.jpg" alt="[configure]" /></p>
 
-<p>Press <kbd>Next</kbd> and click on the multi-threaded static build.  If you are using the Visual Studio 6.0 IDE, make sure no check is next to the <em>Generate Visual Studio 7</em> format option.  Now press, on <kbd>Next</kbd> twice and finally <kbd>Finish</kbd>.  The configuration utility just created a workspace required to build ImageMagick from source.  Choose <kbd>Open-&gt;Project</kbd> and select the VisualStaticMT workspace from the <kbd>ImageMagick-7.0.0/VisualMagick/</kbd>  folder.  Finally, choose <kbd>Build-&gt;Build Solution</kbd> to compile and build the ImageMagick distribution.</p>
+<p>Press <kbd>Next</kbd> and click on the multi-threaded static build.  If you are using the Visual Studio 6.0 IDE, make sure no check is next to the <em>Generate Visual Studio 7</em> format option.  Now press, on <kbd>Next</kbd> twice and finally <kbd>Finish</kbd>.  The configuration utility just created a workspace required to build ImageMagick from source.  Choose <kbd>Open->Project</kbd> and select the VisualStaticMT workspace from the <kbd>ImageMagick-6.8.9/VisualMagick/</kbd>  folder.  Finally, choose <kbd>Build->Build Solution</kbd> to compile and build the ImageMagick distribution.</p>
 
 <p>To verify ImageMagick is working properly, launch a MS-DOS Command Prompt window and type</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">cd ImageMagick-7.0.0</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert logo: image.jpg</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.8.9</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: image.jpg</span></p>
 <p>For a more comprehensive test, run the ImageMagick validation suite:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">validate</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>validate</span></p>
 <p>Congratulations, you have a working ImageMagick distribution under Windows and you are ready to use ImageMagick to <a href="http://www.imagemagick.org/Usage/">convert, compose, or edit</a> your images or perhaps you'll want to use one of the <a href="api.html">Application Program Interfaces</a> for C, C++, Perl, and others.</p>
 
-<p>The above instructions will satisfy a great number of ImageMagick users, but we suspect a few will have additional questions or problems to consider.  For example, what does one do if ImageMagick fails to configure or compile?  Or what if you want to install ImageMagick in a place other than the <kbd>ImageMagick-7.0.0/VisualMagick/bin</kbd> folder?  Or perhaps you want to build and install the <a href="ImageMagickObject.html">ImageMagickObject</a> COM+ component.  You will find the answer to these questions, and more, in <a href="advanced-windows-installation.html">Advanced Windows Source Installation</a>.</p>
+<p>The above instructions will satisfy a great number of ImageMagick users, but we suspect a few will have additional questions or problems to consider.  For example, what does one do if ImageMagick fails to configure or compile?  Or what if you want to install ImageMagick in a place other than the <kbd>ImageMagick-6.8.9/VisualMagick/bin</kbd> folder?  Or perhaps you want to build and install the <a href="ImageMagickObject.html">ImageMagickObject</a> COM+ component.  You will find the answer to these questions, and more, in <a href="advanced-windows-installation.html">Advanced Windows Source Installation</a>.</p>
 </div>
 
 
@@ -247,15 +296,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/jp2.html b/www/jp2.html
index cbd78d3..9e603eb 100644
--- a/www/jp2.html
+++ b/www/jp2.html
@@ -8,16 +8,17 @@
                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: JP2 Encoding Options</title>
   <meta http-equiv="content-language" content="en-US"/>
   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
   <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
   <meta name="application-name" content="ImageMagick"/>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
   <meta name="application-url" content="http://www.imagemagick.org"/>
   <meta name="generator" content="PHP"/>
-  <meta name="keywords" content="jp2, encoding, options, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"/>
+  <meta name="keywords" content="jp2, encoding, options, convert, edit, compose, image, pixel"/>
   <meta name="rating" content="GENERAL"/>
   <meta name="robots" content="INDEX, FOLLOW"/>
   <meta name="generator" content="ImageMagick Studio LLC"/>
@@ -27,27 +28,27 @@
   <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
   <meta name="distribution" content="Global"/>
   <link rel="icon" href="../images/wand.png"/>
-  <link rel="shortcut icon" href="../images/wand.ico"  type="images/x-icon"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -89,11 +90,11 @@
 </div>
 <a href="../discourse-server">
   <img src="../images/logo.jpg"
-  alt="ImageMagick Logo"
+  alt="ImageMagick Logo" width="123" height="118"
   style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
 <a href="http://www.imagemagick.org/ImageMagick-7.0.0/index.html">
   <img src="../images/sprite.jpg"
-  alt="ImageMagick Sprite"
+  alt="ImageMagick Sprite" width="114" height="118"
   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
@@ -181,6 +182,25 @@
 <div class="eastbar">
   <script type="text/javascript">
     /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
     (function() {
         var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
         po.type = 'text/javascript';
@@ -196,26 +216,7 @@
     <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" /></a>
   </noscript>
-    <div class="g-plusone" id="gplusone"></div>
-    <script type="text/javascript">
-      /* <![CDATA[ */
-      window.___gcfg = {
-        lang: 'en-US'
-      };
-
-      (function() {
-        var po = document.createElement('offline-script');
-        po.type = 'text/javascript';
-        po.async = true;
-        po.src = 'https://apis.google.com/js/plusone.js';
-        var script = document.getElementsByTagName('offline-script')[0];
-        script.parentNode.insertBefore(po, script);
-      })();
-      var gplusone = document.getElementById("gplusone");
-      gplusone.setAttribute("data-size","medium");
-      gplusone.setAttribute("data-count","true");
-      /* ]]> */
-    </script>
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -279,15 +280,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/license.html b/www/license.html
index 3ab1aa4..27e51d7 100644
--- a/www/license.html
+++ b/www/license.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: License</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="license, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="license, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -311,15 +360,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/links.html b/www/links.html
index e0fcbf2..cc99913 100644
--- a/www/links.html
+++ b/www/links.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Links</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="links, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="links, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -186,7 +235,7 @@
   <dd><a href="http://www.applematters.com/index.html/section/comments/1113/">Best Open Source Software for the Macintosh</a></dd>
   <dd><a href="http://www.builderau.com.au/program/linux/soa/Convert_images_with_open_source_ImageMagick/0,339028299,339271774,00.htm">Convert Images with Open Source ImageMagick</a></dd>
   <dd><a href="http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/">Enchanting Pictures with ImageMagick</a></dd>
-  <dd><a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a></dd>
+  <dd><a href="http://www.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a></dd>
   <dd><a href="http://www.ars-informatica.ca/article.html?article=22">Image creation, conversion and manipdlation with ImageMagick</a></dd>
   <dd><a href="http://www.applematters.com/index.html/section/comments/2104/">Image Editing for Power Users on the Mac</a></dd>
   <dd><a href="http://www.linux.com/archive/feature/113978">ImageMagick: A graphics wizard for the command line</a></dd>
@@ -195,7 +244,7 @@
   <dd><a href="http://www.jmagick.org">ImageMagick &amp; Java</a></dd>
   <dd><a href="http://www.jpeek.com/articles/linuxmag/0606.pdf">ImageMagick, Part One</a></dd>
   <dd><a href="http://www.jpeek.com/articles/linuxmag/0607.pdf">ImageMagick, Part Two</a></dd>
-  <dd><a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a></dd>
+  <dd><a href="http://www.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a></dd>
 </dl>
 
 <h2><a id="program-interfaces"></a>Program Interface Tutorials</h2>
@@ -238,7 +287,7 @@
   <dd><a href="http://bugs.gentoo.org/buglist.cgi?quicksearch=imagemagick">Gentoo Sunrise</a> </dd> 
   <dd><a href="http://www.icewalkers.com/Linux/Software/58620/ImageMagick.html">IceWalkers</a> </dd> 
   <dd><a href="http://pkgsrc.se/graphics/ImageMagick/">NetBSD</a></dd> 
-  <dd><a href="http://www.ohloh.net/p/ImageMagick">Ohloh</a></dd> 
+  <dd><a href="http://www.openhub.net/p/ImageMagick">Open HUB</a></dd> 
   <dd><a href="http://bugzilla.redhat.com/buglist.cgi?quicksearch=ImageMagick">Red Hat Linux</a></dd> 
   <dd><a href="http://sourceforge.net/projects/imagemagick/">SourceForge</a></dd> 
   <dd><a href="http://en.wikipedia.org/wiki/ImageMagick">WikiPedia</a></dd> 
@@ -253,15 +302,15 @@
 <h2><a id="mirrors"></a>ImageMagick Web Site Mirrors</h2>
 <dl>
   <dt>Denmark</dt>
-    <dd><a href="http://imagemagick.europnews.de">http://imagemagick.europnews.de</a></dd>
+    <dd><a href="http://imagemagick.europnews.de/">http://imagemagick.europnews.de</a></dd>
   <dt>United States</dt>
-    <dd><a href="http://www.imagemagick.org">http://www.imagemagick.org</a></dd>
+    <dd><a href="http://www.imagemagick.org/">http://www.imagemagick.org</a></dd>
 </dl>
 
 <h2><a id="bank"></a>Image Bank</h2>
 
 <dl>
-  <dd><a href="http://www.imagemagick.org/download/image-bank">Image Bank</a>: a small digital test image bank</dd>
+  <dd><a href="http://www.imagemagick.org/download/image-bank/">Image Bank</a>: a small digital test image bank</dd>
 </dl>
 
 <h2><a id="projects"></a>Projects that Utilize ImageMagick</h2>
@@ -274,9 +323,9 @@
 <h2><a id="other-projects"></a>Other Projects</h2>
 <dl>
   <dd><a href="https://github.com/puelocesar/android-lib-magick">ImageMagick API on the Android Platform</a></dd>
-  <dd><a href="http://www.imagemagick.org/download/iOS">ImageMagick API on the iOS / iPhone  Platform</a></dd>
-  <dd><a href="http://www.wizards-toolkit.org">Wizard's Toolkit</a></dd>
-  <dd><a href="http://www.multipole.org">Computational Simulation of Multi-Body Interactions with O(n) Scaling</a></dd>
+  <dd><a href="http://www.imagemagick.org/download/iOS/">ImageMagick API on the iOS / iPhone  Platform</a></dd>
+  <dd><a href="http://www.wizards-toolkit.org/">Wizard's Toolkit</a></dd>
+  <dd><a href="http://www.multipole.org/">Computational Simulation of Multi-Body Interactions with O(n) Scaling</a></dd>
 </dl>
 
 </div>
@@ -285,15 +334,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/magick++.html b/www/magick++.html
index 4b1146c..a1b00fe 100644
--- a/www/magick++.html
+++ b/www/magick++.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Magick++, C++ API for ImageMagick</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magick++, c++, api, for, imagemagick, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magick++, c++, api, for, imagemagick, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -201,7 +251,7 @@
 <a id="documentation"></a>
 <p>Detailed <a href="http://www.imagemagick.org/ImageMagick-7.0.0/api/magick++-classes.html">documentation</a> is
 provided for all Magick++ classes, class methods, and template
-functions which comprise the API.  See a <a href="../tutorial/Magick++_tutorial.pdf">  Gentle Introduction to Magick++</a> for an introductory tutorial to Magick++.  We include the <a href="../tutorial/Magick++_tutorial.odt">source</a> if you want to correct, enhance, or expand the tutorial.</p>
+functions which comprise the API.  See a <a href="../tutorial/Magick++_tutorial.pdf">  Gentle Introduction to Magick++</a> for an introductory tutorial to Magick++.  We include the <a href="../tutorial/Magick++_tutorial.odt" >source</a> if you want to correct, enhance, or expand the tutorial.</p>
 </div>
 <h2>Obtaining Magick++</h2>
 <a id="get"></a>
@@ -260,15 +310,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/magick-core.html b/www/magick-core.html
index 572178a..d99995d 100644
--- a/www/magick-core.html
+++ b/www/magick-core.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickCore, Low-level C API for ImageMagick</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickcore, low-level, c, api, for, imagemagick, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickcore, low-level, c, api, for, imagemagick, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -185,6 +235,7 @@
   <li><a href="http://www.imagemagick.org/ImageMagick-7.0.0/api/channel.html">Image Channel Methods</a></li>
   <li><a href="../api/color.html">Count the Colors in an Image</a></li>
   <li><a href="../api/colormap.html">Colormap Methods</a></li>
+  <li><a href="../api/colorspace.html">Colorspace Methods</a></li>
   <li><a href="../api/distort.html">Image Distortions</a></li>
   <li><a href="../api/layer.html">Dealing with Image Layers</a></li>
   <li><a href="../api/profile.html">Dealing with Image Profiles</a></li>
@@ -226,89 +277,87 @@
   <li><a href="../api/resource.html">Monitor or Limit Resource Consumption</a></li>
   <li><a href="../api/monitor.html">Monitor the Progress of an Image Operation</a></li>
   <li><a href="../api/version.html">Get the Version and Copyrights</a></li>
+  <li><a href="http://www.imagemagick.org/ImageMagick-7.0.0/api/mime.html">Mime Methods</a></li>
   <li><a href="../api/deprecate.html">Deprecated Methods</a></li>
   <li><a href="exception.html">Error and Warning Codes</a></li>
 </ul>
 
 <p>After you write your MagickCore program, compile it like this:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">cc -o core `pkg-config --cflags --libs MagickCore` core.c</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cc -o core `pkg-config --cflags --libs MagickCore` core.c</span></p>
 <p>Set the <code>PKG_CONFIG_PATH</code> environment variable if ImageMagick is not in your default system path:</p>
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig</span></p>
 <p>Here is a example program that utilizes the MagickCore API to get you started, <a href="../source/core.c">core.c</a>. It reads a GIF image, creates a thumbnail, and writes it to disk in the PNG image format.</p>
 
-<div class="viewport">
-  #include &lt;stdio.h&gt;
-  #include &lt;stdlib.h&gt;
-  #include &lt;string.h&gt;
-  #include &lt;time.h&gt;
-  #include &lt;magick/MagickCore.h&gt;
+<div class="viewport">#include &lt;stdio.h>
+#include &lt;stdlib.h>
+#include &lt;string.h>
+#include &lt;time.h>
+#include &lt;magick/MagickCore.h>
 
-  int main(int argc,char **argv)
-  {
-    ExceptionInfo
-      *exception;
+int main(int argc,char **argv)
+{
+  ExceptionInfo
+    *exception;
 
-    Image
-      *image,
-      *images,
-      *resize_image,
-      *thumbnails;
+  Image
+    *image,
+    *images,
+    *resize_image,
+    *thumbnails;
 
-    ImageInfo
-      *image_info;
+  ImageInfo
+    *image_info;
 
-    if (argc != 3)
-      {
-        (void) fprintf(stdout,"Usage: %s image thumbnail\n",argv[0]);
-        exit(0);
-      }
-    /*
-      Initialize the image info structure and read an image.
-    */
-    MagickCoreGenesis(*argv,MagickTrue);
-    exception=AcquireExceptionInfo();
-    image_info=CloneImageInfo((ImageInfo *) NULL);
-    (void) strcpy(image_info-&gt;filename,argv[1]);
-    images=ReadImage(image_info,exception);
-    if (exception-&gt;severity != UndefinedException)
-      CatchException(exception);
-    if (images == (Image *) NULL)
-      exit(1);
-    /*
-      Convert the image to a thumbnail.
-    */
-    thumbnails=NewImageList();
-    while ((image=RemoveFirstImageFromList(&amp;images)) != (Image *) NULL)
+  if (argc != 3)
     {
-      resize_image=ResizeImage(image,106,80,LanczosFilter,1.0,exception);
-      if (resize_image == (Image *) NULL)
-        MagickError(exception-&gt;severity,exception-&gt;reason,exception-&gt;description);
-      (void) AppendImageToList(&amp;thumbnails,resize_image);
-      DestroyImage(image);
+      (void) fprintf(stdout,"Usage: %s image thumbnail\n",argv[0]);
+      exit(0);
     }
-    /*
-      Write the image thumbnail.
-    */
-    (void) strcpy(thumbnails-&gt;filename,argv[2]);
-    WriteImage(image_info,thumbnails);
-    /*
-      Destroy the image thumbnail and exit.
-    */
-    thumbnails=DestroyImageList(thumbnails);
-    image_info=DestroyImageInfo(image_info);
-    exception=DestroyExceptionInfo(exception);
-    MagickCoreTerminus();
-    return(0);
+  /*
+    Initialize the image info structure and read an image.
+  */
+  MagickCoreGenesis(*argv,MagickTrue);
+  exception=AcquireExceptionInfo();
+  image_info=CloneImageInfo((ImageInfo *) NULL);
+  (void) strcpy(image_info-&gt;filename,argv[1]);
+  images=ReadImage(image_info,exception);
+  if (exception-&gt;severity != UndefinedException)
+    CatchException(exception);
+  if (images == (Image *) NULL)
+    exit(1);
+  /*
+    Convert the image to a thumbnail.
+  */
+  thumbnails=NewImageList();
+  while ((image=RemoveFirstImageFromList(&amp;images)) != (Image *) NULL)
+  {
+    resize_image=ResizeImage(image,106,80,LanczosFilter,1.0,exception);
+    if (resize_image == (Image *) NULL)
+      MagickError(exception-&gt;severity,exception-&gt;reason,exception-&gt;description);
+    (void) AppendImageToList(&amp;thumbnails,resize_image);
+    DestroyImage(image);
   }
-</div>
+  /*
+    Write the image thumbnail.
+  */
+  (void) strcpy(thumbnails-&gt;filename,argv[2]);
+  WriteImage(image_info,thumbnails);
+  /*
+    Destroy the image thumbnail and exit.
+  */
+  thumbnails=DestroyImageList(thumbnails);
+  image_info=DestroyImageInfo(image_info);
+  exception=DestroyExceptionInfo(exception);
+  MagickCoreTerminus();
+  return(0);
+}</div>
 <p><a id="image-view"></a>Now lets perform the same contrast enhancement while taking advantage of our dual or quad-core processing system by running the algorithm in parallel utilizing wand views.  The <a href="../source/core/sigmoidal-contrast.c">sigmoidal-contrast.c</a> module reads an image, applies sigmoidal non-linearity contrast control, and writes the result to disk just like the previous contrast enhancement program, but now it does its work in parallel (assumes ImageMagick is built with OpenMP support).</p>
 
-<div class="viewport">
-#include &lt;stdio.h&gt;
-#include &lt;stdlib.h&gt;
-#include &lt;math.h&gt;
-#include &lt;magick/MagickCore.h&gt;
+<div class="viewport">#include &lt;stdio.h>
+#include &lt;stdlib.h>
+#include &lt;math.h>
+#include &lt;magick/MagickCore.h>
 
 static MagickBooleanType SigmoidalContrast(ImageView *contrast_view,
   const ssize_t y,const int id,void *context)
@@ -395,7 +444,7 @@
   */
   MagickCoreGenesis(*argv,MagickTrue);
   image_info=AcquireImageInfo();
-  (void) CopyMagickString(image_info-&gt;filename,argv[1],MaxTextExtent);
+  (void) CopyMagickString(image_info->filename,argv[1],MaxTextExtent);
   exception=AcquireExceptionInfo();
   contrast_image=ReadImage(image_info,exception);
   if (contrast_image == (Image *) NULL)
@@ -421,8 +470,7 @@
   image_info=DestroyImageInfo(image_info);
   MagickCoreTerminus();
   return(0);
-}
-</div>
+}</div>
 </div>
 
 </div>
@@ -431,15 +479,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/magick-vector-graphics.html b/www/magick-vector-graphics.html
index 5a7903e..12113a7 100644
--- a/www/magick-vector-graphics.html
+++ b/www/magick-vector-graphics.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Magick Vector Graphics</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magick, vector, graphics, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magick, vector, graphics, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -179,15 +228,15 @@
 <div class="doc-section">
 
 <p>This specification defines the features and syntax for Magick Vector Graphics (MVG), a modularized language for describing two-dimensional vector and mixed vector/raster graphics in ImageMagick.  You can use the language to draw from the
-command line, from an MVG file, from an <a href="http://www.w3.org/TR/SVG/">SVG -- Scalable Vector Graphics</a> file or from one of the ImageMagick <a href="api.html">program interfaces</a>.  Use this command, for example, to render an arc:</p>
+command line, from an MVG file, from an <a href="http://www.w3.org/TR/SVG/" >SVG -- Scalable Vector Graphics</a> file or from one of the ImageMagick <a href="api.html">program interfaces</a>.  Use this command, for example, to render an arc:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert -size 100x60 canvas:skyblue -fill white -stroke black \  <br></br>
-    -draw "path 'M 30,40  A 30,20  20  0,0 70,20 A 30,20  20  1,0 30,40 Z '" \ <br></br>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert -size 100x60 canvas:skyblue -fill white -stroke black \  <br/>
+    -draw "path 'M 30,40  A 30,20  20  0,0 70,20 A 30,20  20  1,0 30,40 Z '" \ <br/>
     arc.png</span></p>
 <p>and here is the result:</p>
 
 <p class="image">
-  <a href="../images/arc.png"><img src="../images/arc.png" width="100" height="60" alt="arc"></img></a>
+  <a href="../images/arc.png"><img src="../images/arc.png" width="100" height="60" alt="arc" /></a>
 </p>
 
 <p>When the drawing gets sufficiently complex, we recommend you assemble the graphic primitives into a MVG file. For our example, we use <a href="../source/piechart.mvg">piechart.mvg</a>:</p>
@@ -347,16 +396,16 @@
 
 <p>to render a pie chart with this command:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert piechart.mvg piechart.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert piechart.mvg piechart.png</span></p>
 <p>which produces this rendering:</p>
 
 <p class="image">
-  <a href="../images/piechart.png"><img src="../images/piechart.png" width="624" height="369" alt="piechart"></img></a>
+  <a href="../images/piechart.png"><img src="../images/piechart.png" width="624" height="369" alt="piechart" /></a>
 </p>
 
 <p>However, in general, MVG is sufficiently difficult to work with that you probably want to use a program to generate your graphics in the SVG format.  ImageMagick automagically converts SVG to MVG and renders your image, for example, we render <a href="../source/piechart.svg">piechart.svg</a> with this command:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert piechart.svg piechart.jpg</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert piechart.svg piechart.jpg</span></p>
 
 <p>to produce the same pie chart we created with the MVG language.</p>
 
@@ -509,7 +558,7 @@
   <dd>Choose from these rule types:
 
 	<p class="text">
-	  evenodd <br></br>
+	  evenodd <br/>
 	  nonzero
 	</p>
    </dd>
@@ -519,9 +568,9 @@
   <dd>Choose from these unit types:
 
 	<p class="text">
-	  userSpace <br></br>
-	  userSpaceOnUse  <br></br>
-	  objectBoundingBox <br></br>
+	  userSpace <br/>
+	  userSpaceOnUse  <br/>
+	  objectBoundingBox <br/>
 	</p>
   </dd>
 
@@ -1073,15 +1122,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/magick-wand.html b/www/magick-wand.html
index 168869a..733767e 100644
--- a/www/magick-wand.html
+++ b/www/magick-wand.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: MagickWand, C API for ImageMagick</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magickwc, api, for, imagemagick, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magickwc, api, for, imagemagick, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -191,15 +241,14 @@
 
 <p>After you write your MagickWand program, compile it like this:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">cc -o wand `pkg-config --cflags --libs MagickWand` wand.c</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cc -o wand `pkg-config --cflags --libs MagickWand` wand.c</span></p>
 <p>Set the <code>PKG_CONFIG_PATH</code> environment variable if ImageMagick is not in your default system path:</p>
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig</span></p>
 <p>Here is a example program that utilizes the MagickWand API to get you started, <a href="../source/wand.c">wand.c</a>. It reads an image, creates a thumbnail, and writes the result to disk.</p>
 
-<div class="viewport">
-#include &lt;stdio.h&gt;
-#include &lt;stdlib.h&gt;
-#include &lt;wand/MagickWand.h&gt;
+<div class="viewport">#include &lt;stdio.h>
+#include &lt;stdlib.h>
+#include &lt;wand/MagickWand.h>
 
 int main(int argc,char **argv)
 {
@@ -256,11 +305,10 @@
 
 <p>Here is another program that shows one way to get and set image pixels with the MagickWand API, <a href="../source/contrast.c">contrast.c</a>. It reads an image, applies sigmoidal non-linearity contrast control, and writes the result to disk.</p>
 
-<div class="viewport">
-#include &lt;stdio.h&gt;
-#include &lt;stdlib.h&gt;
-#include &lt;math.h&gt;
-#include &lt;wand/MagickWand.h&gt;
+<div class="viewport">#include &lt;stdio.h>
+#include &lt;stdlib.h>
+#include &lt;math.h>
+#include &lt;wand/MagickWand.h>
 
 int main(int argc,char **argv)
 {
@@ -366,11 +414,10 @@
 </div>
 <p><a id="wand-view"></a>Now lets perform the same contrast enhancement while taking advantage of our dual or quad-core processing system by running the algorithm in parallel utilizing wand views.  The <a href="../source/wand/sigmoidal-contrast.c">sigmoidal-contrast.c</a> module reads an image, applies sigmoidal non-linearity contrast control, and writes the result to disk just like the previous contrast enhancement program, but now it does its work in parallel (assumes ImageMagick is built with OpenMP support).</p>
 
-<div class="viewport">
-#include &lt;stdio.h&gt;
-#include &lt;stdlib.h&gt;
-#include &lt;math.h&gt;
-#include &lt;wand/MagickWand.h&gt;
+<div class="viewport">#include &lt;stdio.h>
+#include &lt;stdlib.h>
+#include &lt;math.h>
+#include &lt;wand/MagickWand.h>
 
 static MagickBooleanType SigmoidalContrast(WandView *pixel_view,
   const ssize_t y,const int id,void *context)
@@ -483,15 +530,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/magick.html b/www/magick.html
index 43f0910..e3d6427 100644
--- a/www/magick.html
+++ b/www/magick.html
@@ -141,7 +141,7 @@
 </div>
 <div class="sep"></div>
 <div class="menu">
-  <a title="Search" href="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/script/search.php">Search</a>
 </div>
 <div class="sep"></div>
 <div class="menu">
diff --git a/www/miff.html b/www/miff.html
index f89c0c0..2272a04 100644
--- a/www/miff.html
+++ b/www/miff.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Magick Image File Format</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="magick, image, file, format, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="magick, image, file, format, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -292,7 +341,7 @@
   compression=RLE
   colorspace=RGB
   copyright={Copyright (c) 1999-2013 ImageMagick Studio LLC}
-  â‹®
+  &#8942;
 </pre>
 
 <p>Note that <em>key = value</em> combinations may be separated by <em>newlines</em> or spaces and may occur in any order within the header.  Comments (within braces) may appear anywhere before the colon.</p>
@@ -327,15 +376,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/mogrify.html b/www/mogrify.html
index 10d5b31..0af67ef 100644
--- a/www/mogrify.html
+++ b/www/mogrify.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Command-line Tools: Mogrify</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="command-line, tools:, mogrify, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="command-line, tools:, mogrify, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -184,27 +234,27 @@
 <p>We list a few examples of the <code>mogrify</code> command here to illustrate its usefulness and ease of use.  To get started, let's reduce the size of our
 rose:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">mogrify -resize 50% rose.jpg</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>mogrify -resize 50% rose.jpg</span></p>
 <p class="image">
   <a href="../images/rose.jpg">
-  <img src="../images/rose.jpg" width="70" height="46" alt="rose"></img>
+  <img src="../images/rose.jpg" width="70" height="46" alt="rose" />
   </a>
-  <img style="margin-top:13px; margin-bottom:13px;" src="../images/right.gif" width="20" height="20" alt="==&gt;"></img>
+  <img style="margin-top:13px; margin-bottom:13px;" src="../images/right.gif" width="20" height="20" alt="==>" />
   <a href="../images/rose.png">
-  <img style="margin-top:12px; margin-bottom: 11px;" src="../images/rose.png" width="35" height="23" alt="rose"></img>
+  <img style="margin-top:12px; margin-bottom: 11px;" src="../images/rose.png" width="35" height="23" alt="rose" />
   </a>
 </p>
 
 <p>You can resize all your JPEG images in a folder to a maximum dimension of 256x256 with this command:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">mogrify -resize 256x256 *.jpg</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>mogrify -resize 256x256 *.jpg</span></p>
 <p>Finally, we convert all our PNG images in a folder to the JPEG format:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">mogrify -format jpg *.png</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>mogrify -format jpg *.png</span></p>
 <p>Here image files 1.png, 2.png, etc., are left untouched and files 1.jpg, 2.jpg, etc., are created.  They are copies of their respective PNG images except are stored  in the JPEG image format.</p>
 
 
-<p>You can find additional examples of using <code>mogrify</code> in <a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>.  Further discussion is available in  <a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
+<p>You can find additional examples of using <code>mogrify</code> in <a href="http://www.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>.  Further discussion is available in  <a href="http://www.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
 
 </div>
 
@@ -337,6 +387,11 @@
   </tr>
 
   <tr>
+    <td valign="top"><a href="command-line-options.html#canny">-canny <em class="option">geometry</em></a></td>
+    <td valign="top">use a multi-stage algorithm to detect a wide range of edges in the image</td>
+  </tr>
+
+  <tr>
     <td valign="top"><a href="command-line-options.html#caption">-caption <em class="option">string</em></a></td>
     <td valign="top">assign a caption to an image</td>
   </tr>
@@ -387,6 +442,11 @@
   </tr>
 
   <tr>
+    <td valign="top"><a href="command-line-options.html#complex">-complex<em class="option">operator</em></a></td>
+    <td valign="top">perform complex mathematics on an image sequence</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>
   </tr>
@@ -712,6 +772,11 @@
   </tr>
 
   <tr>
+    <td valign="top"><a href="command-line-options.html#hough-lines">-hough-lines <em class="option">geometry</em></a></td>
+    <td valign="top">identify lines in the image</td>
+  </tr>
+
+  <tr>
     <td valign="top"><a href="command-line-options.html#identify">-identify</a></td>
     <td valign="top">identify the format and characteristics of the image</td>
   </tr>
@@ -827,6 +892,11 @@
   </tr>
 
   <tr>
+    <td valign="top"><a href="command-line-options.html#mean-shift">-mean-shift <em class="option">geometry</em></a></td>
+    <td valign="top">delineate arbitrarily shaped clusters in the image</td>
+  </tr>
+
+  <tr>
     <td valign="top"><a href="command-line-options.html#metric">-metric <em class="option">type</em></a></td>
     <td valign="top">measure differences between images with this metric</td>
   </tr>
@@ -1352,15 +1422,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/montage.html b/www/montage.html
index 641e76c..93cc6ca 100644
--- a/www/montage.html
+++ b/www/montage.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Command-line Tools: Montage</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="command-line, tools:, montage, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="command-line, tools:, montage, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -183,37 +233,37 @@
 
 <p>We list a few examples of the <code>montage</code> command here to illustrate its usefulness and ease of use.  To get started, let's montage two images into a single composite:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">montage -background #336699 -geometry +4+4 rose.jpg red-ball.png montage.jpg</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>montage -background #336699 -geometry +4+4 rose.jpg red-ball.png montage.jpg</span></p>
 <p class="image">
   <a href="../images/rose.jpg">
-  <img style="margin-top:14px; margin-bottom:14px;" src="../images/rose.jpg" width="70" height="46" alt="rose"></img>
+  <img style="margin-top:14px; margin-bottom:14px;" src="../images/rose.jpg" width="70" height="46" alt="rose" />
   </a>
   <a href="../images/red-ball.png">
-  <img style="margin-top:2px; margin-bottom:2px;" src="../images/red-ball.png" width="70" height="70" alt="red ball"></img>
+  <img style="margin-top:2px; margin-bottom:2px;" src="../images/red-ball.png" width="70" height="70" alt="red ball" />
   </a>
-  <img style="margin-top:27px; margin-bottom:27px;" src="../images/right.gif" width="20" height="20" alt="==&gt;"></img>
+  <img style="margin-top:27px; margin-bottom:27px;" src="../images/right.gif" width="20" height="20" alt="==>" />
   <a href="../images/montage.jpg">
-  <img src="../images/montage.jpg" width="148" height="74" alt="montage"></img>
+  <img src="../images/montage.jpg" width="148" height="74" alt="montage" />
   </a>
 </p>
 
 <p>Ok, let's add some decorations:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">montage -label %f -frame 5 -background #336699 -geometry +4+4 rose.jpg red-ball.png frame.jpg</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>montage -label %f -frame 5 -background #336699 -geometry +4+4 rose.jpg red-ball.png frame.jpg</span></p>
 <p class="image">
   <a href="../images/rose.jpg">
-  <img style="margin-top:31px; margin-bottom:31px;" src="../images/rose.jpg" width="70" height="46" alt="rose.jpg"></img>
+  <img style="margin-top:31px; margin-bottom:31px;" src="../images/rose.jpg" width="70" height="46" alt="rose.jpg" />
   </a>
   <a href="../images/red-ball.png">
-  <img style="margin-top:19px; margin-bottom:19px;" src="../images/red-ball.png" width="70" height="70" alt="red ball"></img>
+  <img style="margin-top:19px; margin-bottom:19px;" src="../images/red-ball.png" width="70" height="70" alt="red ball" />
   </a>
-	<img style="margin-top:44px; margin-bottom:44px;" src="../images/right.gif" width="20" height="20" alt="==&gt;"></img>
+	<img style="margin-top:44px; margin-bottom:44px;" src="../images/right.gif" width="20" height="20" alt="==>" />
   <a href="../images/frame.jpg">
-  <img src="../images/frame.jpg" width="176" height="108" alt="frame"></img>
+  <img src="../images/frame.jpg" width="176" height="108" alt="frame" />
   </a>
 </p>
 
-<p>You can find additional examples of using <code>montage</code> at <a href="http://www.imagemagick.org/Usage/montage/">Examples of ImageMagick Usage</a> and <a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>.  Further discussion is available in  <a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
+<p>You can find additional examples of using <code>montage</code> at <a href="http://www.imagemagick.org/Usage/montage/">Examples of ImageMagick Usage</a> and <a href="http://www.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>.  Further discussion is available in  <a href="http://www.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
 
 </div>
 
@@ -736,15 +786,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/motion-picture.html b/www/motion-picture.html
index 6df503a..6be3bf9 100644
--- a/www/motion-picture.html
+++ b/www/motion-picture.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Motion Picture Digital Images</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="motion, picture, digital, images, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="motion, picture, digital, images, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -197,8 +247,8 @@
 <p>The color values for each pixel are often stored logarithmically (particularly if the sequence is destined to be transferred back on to film) which more naturally reflects the density of how color information is stored in the emulsion on the original film. When viewed without alteration logarithmic files appear to have very low contrast (leftmost image), and so require a 'look up table' to translate the logarithmic image to something that resembles what you might see if the image was transferred back to film and projected in a cinema (rightmost image). Apart from making the image linear (like most typical computer images) and adjusting the gamma level this table sets where the black and white point lies.</p>
 
 <p class="image">
-  <a href="../images/bluebells_log.jpg"><img src="../images/bluebells_log.jpg" width="384" height="288" class="image-slices" alt="bluebells-log"></img></a>
-  <a href="../images/bluebells_lin.jpg"><img src="../images/bluebells_lin.jpg" width="384" height="288" class="image-slices" alt="bluebells-linear"></img></a>
+  <a href="../images/bluebells_log.jpg"><img src="../images/bluebells_log.jpg" width="384" height="288" class="image-slices" alt="bluebells-log" /></a>
+  <a href="../images/bluebells_lin.jpg"><img src="../images/bluebells_lin.jpg" width="384" height="288" class="image-slices" alt="bluebells-linear" /></a>
 </p>
 
 <p>For a 10 bit logarithmic image where each color component value ranges from 0 to 1023 the black and white points are normally set at 95 for black and 685 for white. What this means is that the logarithmic file stores color values that are lighter than what the linear version will display as pure white and darker than what it will display as pure black. This extra information therefore remains available for an effects artists who might wish to alter the brightness of the image after it has been stored as a DPX file.</p>
@@ -206,8 +256,8 @@
 <p>As an example, had this information been lost, reducing the brightness of a linear image uniformly would result in highlights becoming darker (leftmost image), whereas with this extra information the highlights instead reduce in size and start showing details that were previously too bright to be seen (rightmost image). The latter is far closer to what happens in the real world.</p>
 
 <p class="image">
-  <a href="../images/bluebells_clipped.jpg"><img src="../images/bluebells_clipped.jpg" width="384" height="288" class="image-slices" alt="bluebells-clipped"></img></a>
-  <a href="../images/bluebells_darker.jpg"><img src="../images/bluebells_darker.jpg" width="384" height="288" class="image-slices" alt="bluebells-darker"></img></a>
+  <a href="../images/bluebells_clipped.jpg"><img src="../images/bluebells_clipped.jpg" width="384" height="288" class="image-slices" alt="bluebells-clipped" /></a>
+  <a href="../images/bluebells_darker.jpg"><img src="../images/bluebells_darker.jpg" width="384" height="288" class="image-slices" alt="bluebells-darker" /></a>
 </p>
 
 </div>
@@ -265,16 +315,17 @@
   dpx:user.id
   dpx:user.data
 </pre>
+<p>Look for any user data as the <code>dpx:user-data</code> image profile.</p>
 
 <p> To determine which properties are associated with your DPX image, use this command for example:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify -verbose bluebells.dpx</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -verbose bluebells.dpx</span></p>
 <p>To identify a particular property, try this:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">identify -format "%[dpx:television.time.code]" bluebells.dpx</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -format "%[dpx:television.time.code]" bluebells.dpx</span></p>
 <p>Finally, to set a property:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">convert bluebells.dpx -define dpx:television.time.code=10:00:02:15 bluebells-001.dpx</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert bluebells.dpx -define dpx:television.time.code=10:00:02:15 bluebells-001.dpx</span></p>
 </div>
 
 <h2><a id="settings"></a>DPX Settings</h2>
@@ -304,15 +355,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/perl-magick.html b/www/perl-magick.html
index de773a7..fd40d4c 100644
--- a/www/perl-magick.html
+++ b/www/perl-magick.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: PerlMagick, Perl API for ImageMagick</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="perlmagick, perl, api, for, imagemagick, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="perlmagick, perl, api, for, imagemagick, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -199,19 +248,19 @@
 
 <p>Unpack the distribution with this command:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">tar xvfz ImageMagick.tar.gz</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvzf ImageMagick.tar.gz</span></p>
 <p>Next configure and compile ImageMagick:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">cd ImageMagick-7.0.0</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">./configure -with-perl</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">make</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.8.9</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure -with-perl</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make</span></p>
 <p>If ImageMagick / PerlMagick configured and compiled without complaint, you are ready to install it on your system.  Administrator privileges are required to install.  To install, type</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">sudo make install</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo make install</span></p>
 <p>You may need to configure the dynamic linker run-time bindings:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">sudo ldconfig /usr/local/lib</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo ldconfig /usr/local/lib</span></p>
 <p>Finally, verify the PerlMagick install worked properly, type</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">perl -e "use Image::Magick; print Image::Magick-&gt;QuantumDepth"</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>perl -e "use Image::Magick; print Image::Magick->QuantumDepth"</span></p>
 <p>Congratulations, you have a working ImageMagick distribution and you are ready to use PerlMagick to <a href="http://www.imagemagick.org/Usage/">convert, compose, or edit</a> your images.</p>
 
 <p><b>Windows XP / Windows 2000</b></p>
@@ -220,17 +269,17 @@
 
 <p>Next, type</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">cd PerlMagick</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">perl Makefile.nt</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">nmake</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">nmake install</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd PerlMagick</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>perl Makefile.nt</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>nmake</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>nmake install</span></p>
 <p>See the <a href="http://www.dylanbeattie.net/magick/">PerlMagick Windows HowTo</a> page for further installation instructions.</p>
 
 <p><b>Running the Regression Tests</b></p>
 
 <p>To verify a correct installation, type</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">make test</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make test</span></p>
 <p>Use <code>nmake test</code> under Windows. There are a few demonstration scripts available to exercise many of the functions PerlMagick can perform. Type</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">cd demo</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">make</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd demo</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make</span></p>
 <p>You are now ready to utilize the PerlMagick methods from within your Perl scripts.</p>
 
 </div>
@@ -284,7 +333,7 @@
 
 <p>Some of the PerlMagick methods require external programs such as <a href="http://www.cs.wisc.edu/~ghost/">Ghostscript</a>. This may require an explicit path in your PATH environment variable to work properly. For example (in Unix),</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">$ENV{PATH}='/../bin:/usr/bin:/usr/local/bin';</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>$ENV{PATH}='/../bin:/usr/bin:/usr/local/bin';</span></p>
 <div style="margin: auto;">
 <h2><a id="example"></a>Example Script</h2>
 </div>
@@ -293,13 +342,13 @@
 
 <pre class="code">
   #!/usr/local/bin/perl
-  use Image::Magick;<br></br>
-  my($image, $x);<br></br>
+  use Image::Magick;<br />
+  my($image, $x);<br />
   $image = Image::Magick-&gt;new;
   $x = $image-&gt;Read('girl.png', 'logo.png', 'rose.png');
-  warn "$x" if "$x";<br></br>
+  warn "$x" if "$x";<br />
   $x = $image-&gt;Crop(geometry=&gt;'100x100+100+100');
-  warn "$x" if "$x";<br></br>
+  warn "$x" if "$x";<br />
   $x = $image-&gt;Write('x.png');
   warn "$x" if "$x";
 </pre>
@@ -308,8 +357,8 @@
 
 <pre class="code">
   #!/usr/local/bin/perl
-  use Image::Magick;<br></br>
-  my($image, $p, $q);<br></br>
+  use Image::Magick;<br />
+  my($image, $p, $q);<br />
   $image = new Image::Magick;
   $image-&gt;Read('x1.png');
   $image-&gt;Read('j*.jpg');
@@ -367,7 +416,7 @@
 
 <p>Other clever things you can do with a PerlMagick objects include</p>
 
-<pre class="code">
+<pre  class="code">
   $i = $#$p"+1";   # return the number of images associated with object p
   push(@$q, @$p);  # push the images from object p onto object q
   @$p = ();        # delete the images but not the object p
@@ -453,7 +502,7 @@
 
 <pre class="code">
   $filename = "image.png";
-  open(IMAGE, "&gt;$filename");
+  open(IMAGE, ">$filename");
   $image-&gt;Write(file=&gt;\*IMAGE, filename=&gt;$filename);
   close(IMAGE);
 </pre>
@@ -555,7 +604,7 @@
 
   <tr>
     <td valign="top">AutoOrient</td>
-    <td valign="top"><br></br></td>
+    <td valign="top"><br /></td>
     <td valign="top">adjusts an image so that its orientation is suitable for viewing (i.e. top-left orientation)</td>
   </tr>
 
@@ -584,6 +633,12 @@
   </tr>
 
   <tr>
+    <td valign="top">CannyEdge</td>
+    <td valign="top">geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</i>, 'lower-percent'=&gt;<i>double</i>, 'upper-percent'=&gt;<i>double</i></td>
+    <td valign="top">use a multi-stage algorithm to detect a wide range of edges in the image (e.g. CannyEdge('0x1+10%+40%')).</td>
+  </tr>
+
+  <tr>
     <td valign="top">Charcoal</td>
     <td valign="top">geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</i></td>
     <td valign="top">simulate a charcoal drawing</td>
@@ -621,7 +676,7 @@
 
   <tr>
     <td valign="top">Coalesce</td>
-    <td valign="top"><br></br></td>
+    <td valign="top"><br /></td>
     <td valign="top">merge a sequence of images</td>
   </tr>
 
@@ -705,7 +760,7 @@
 
   <tr>
     <td valign="top">Deconstruct</td>
-    <td valign="top"><br></br></td>
+    <td valign="top"><br /></td>
     <td valign="top">break down an image sequence into constituent parts</td>
   </tr>
 
@@ -729,7 +784,7 @@
 
   <tr>
     <td valign="top">Distort</td>
-    <td valign="top">points=&gt;<i>array of float values</i>, method=&gt;{Affine, AffineProjection, Bilinear, Perspective, Resize, ScaleRotateTranslate}, virtual-pixel=&gt;{Background Black Constant Dither Edge Gray Mirror Random Tile Transparent White}, best-fit=&gt;{True, False}</td>
+    <td valign="top">points=&gt;<i>array of float values</i>, method=&gt;{Affine, AffineProjection, Bilinear, Perspective, Resize, ScaleRotateTranslate}, 'virtual-pixel'=&gt;{Background Black Constant Dither Edge Gray Mirror Random Tile Transparent White}, 'best-fit'=&gt;{True, False}</td>
     <td valign="top">distort image</td>
   </tr>
 
@@ -759,13 +814,13 @@
 
   <tr>
     <td valign="top">Enhance</td>
-    <td valign="top"><br></br></td>
+    <td valign="top"><br /></td>
     <td valign="top">apply a digital filter to enhance a noisy image</td>
   </tr>
 
   <tr>
     <td valign="top">Equalize</td>
-    <td valign="top">channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}<br></br></td>
+    <td valign="top">channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}<br /></td>
     <td valign="top">perform histogram equalization to the image</td>
   </tr>
 
@@ -777,7 +832,7 @@
 
   <tr>
     <td valign="top">Evaluate</td>
-    <td valign="top">value=&gt;<i>double</i>, operator=&gt;<i>{Add, And, Divide, LeftShift, Max, Min, Multiply, Or, Rightshift, Subtract, Xor}</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow} </td>
+    <td valign="top">value=&gt;<i>double</i>, operator=&gt;<i>{Add, And, Divide, LeftShift, Max, Min, Multiply, Or, Rightshift, RMS, Subtract, Xor}</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow} </td>
     <td valign="top">apply an arithmetic, relational, or logical expression to the image</td>
   </tr>
 
@@ -789,13 +844,13 @@
 
   <tr>
     <td valign="top">Flip</td>
-    <td valign="top"><br></br></td>
+    <td valign="top"><br /></td>
     <td valign="top">reflect the image scanlines in the vertical direction</td>
   </tr>
 
   <tr>
     <td valign="top">Flop</td>
-    <td valign="top"><br></br></td>
+    <td valign="top"><br /></td>
     <td valign="top">reflect the image scanlines in the horizontal direction</td>
   </tr>
 
@@ -819,7 +874,7 @@
 
   <tr>
     <td valign="top">Function</td>
-    <td valign="top">parameters=&gt;<i>array of float values</i>, function=&gt;{Sin}, virtual-pixel=&gt;{Background Black Constant Dither Edge Gray Mirror Random Tile Transparent White}</td>
+    <td valign="top">parameters=&gt;<i>array of float values</i>, function=&gt;{Sin}, 'virtual-pixel'=&gt;{Background Black Constant Dither Edge Gray Mirror Random Tile Transparent White}</td>
     <td valign="top">apply a function to the image</td>
   </tr>
 
@@ -860,6 +915,12 @@
   </tr>
 
   <tr>
+    <td valign="top">HoughLine</td>
+    <td valign="top">geometry=&gt;<i>geometry</i>, width=&gt;<i>double</i>, height=&gt;<i>double</i>, threshold=&gt;<i>double</i></td>
+    <td valign="top">identify lines in the image (e.g. HoughLine('9x9+195')).</td>
+  </tr>
+
+  <tr>
     <td valign="top">Identify</td>
     <td valign="top">file=&gt;<i>file</i>, features=&gt;<i>distance</i>, unique=&gt;{True, False}</td>
     <td valign="top">identify the attributes of an image</td>
@@ -915,7 +976,7 @@
 
   <tr>
     <td valign="top">Magnify</td>
-    <td valign="top"><br></br></td>
+    <td valign="top"><br /></td>
     <td valign="top">double the size of the image with pixel art scaling</td>
   </tr>
 
@@ -932,6 +993,12 @@
   </tr>
 
   <tr>
+    <td valign="top">MeanShift</td>
+    <td valign="top">geometry=&gt;<i>geometry</i>, width=&gt;<i>double</i>, height=&gt;<i>double</i>, distance=&gt;<i>double</i></td>
+    <td valign="top">delineate arbitrarily shaped clusters in the image (e.g. MeanShift('7x7+10%')).</td>
+  </tr>
+
+  <tr>
     <td valign="top">MedianFilter</td>
     <td valign="top">geometry=&gt;<i>geometry</i>, width=&gt;<i>integer</i>, height=&gt;<i>integer</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
     <td valign="top">replace each pixel with the median intensity pixel of a neighborhood.</td>
@@ -939,7 +1006,7 @@
 
   <tr>
     <td valign="top">Minify</td>
-    <td valign="top"><br></br></td>
+    <td valign="top"><br /></td>
     <td valign="top">half the size of an image</td>
   </tr>
 
@@ -975,7 +1042,7 @@
 
   <tr>
     <td valign="top">Normalize</td>
-    <td valign="top">channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}<br></br></td>
+    <td valign="top">channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}<br /></td>
     <td valign="top">transform image to span the full range of color values</td>
   </tr>
 
@@ -1029,12 +1096,6 @@
   </tr>
 
   <tr>
-    <td valign="top">RadialBlur</td>
-    <td valign="top">geometry=&gt;<i>geometry</i>, angle=&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">radial blur the image.</td>
-  </tr>
-
-  <tr>
     <td valign="top">Raise</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>, raise=&gt;{True, False}</td>
     <td valign="top">lighten or darken image edges to create a 3-D effect</td>
@@ -1077,6 +1138,12 @@
   </tr>
 
   <tr>
+    <td valign="top">RotationalBlur</td>
+    <td valign="top">geometry=&gt;<i>geometry</i>, angle=&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">radial blur the image.</td>
+  </tr>
+
+  <tr>
     <td valign="top">Sample</td>
     <td valign="top">geometry=&gt;<i>geometry</i>, width=&gt;<i>integer</i>, height=&gt;<i>integer</i></td>
     <td valign="top">scale image with pixel sampling.</td>
@@ -1149,7 +1216,7 @@
 
   <tr>
     <td valign="top">Signature</td>
-    <td valign="top"><br></br></td>
+    <td valign="top"><br /></td>
     <td valign="top">generate an SHA-256 message digest for the image pixel stream</td>
   </tr>
 
@@ -1167,7 +1234,7 @@
 
   <tr>
     <td valign="top">SparseColor</td>
-    <td valign="top">points=&gt;<i>array of float values</i>, method=&gt;{Barycentric, Bilinear, Shepards, Voronoi}, virtual-pixel=&gt;{Background Black Constant Dither Edge Gray Mirror Random Tile Transparent White}</td>
+    <td valign="top">points=&gt;<i>array of float values</i>, method=&gt;{Barycentric, Bilinear, Shepards, Voronoi}, 'virtual-pixel'=&gt;{Background Black Constant Dither Edge Gray Mirror Random Tile Transparent White}</td>
     <td valign="top">interpolate the image colors around the supplied points</td>
   </tr>
 
@@ -1185,7 +1252,7 @@
 
   <tr>
     <td valign="top">Statistic</td>
-    <td valign="top">geometry=&gt;<i>geometry</i>, width=&gt;<i>integer</i>, height=&gt;<i>integer</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}, type=&gt;{Median, Mode, Mean, Maximum, Minimum, ReduceNoise}</td>
+    <td valign="top">geometry=&gt;<i>geometry</i>, width=&gt;<i>integer</i>, height=&gt;<i>integer</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}, type=&gt;{Median, Mode, Mean, Maximum, Minimum, ReduceNoise, RMS}</td>
     <td valign="top">replace each pixel with corresponding statistic from the neighborhood.</td>
   </tr>
   <tr>
@@ -1202,7 +1269,7 @@
 
   <tr>
     <td valign="top">Strip</td>
-    <td valign="top"><br></br></td>
+    <td valign="top"><br /></td>
     <td valign="top">strip an image of all profiles and comments.</td>
   </tr>
 
@@ -1244,19 +1311,19 @@
 
   <tr>
     <td valign="top">Transpose</td>
-    <td valign="top"><br></br></td>
+    <td valign="top"><br /></td>
     <td valign="top">flip image in the vertical direction and rotate 90 degrees</td>
   </tr>
 
   <tr>
     <td valign="top">Transverse</td>
-    <td valign="top"><br></br></td>
+    <td valign="top"><br /></td>
     <td valign="top">flop image in the horizontal direction and rotate 270 degrees</td>
   </tr>
 
   <tr>
     <td valign="top">Trim</td>
-    <td valign="top"><br></br></td>
+    <td valign="top"><br /></td>
     <td valign="top">remove edges that are the background color from the image</td>
   </tr>
 
@@ -2079,14 +2146,14 @@
 <pre class="code">
   use Image::Magick;
 
-  $logo=Image::Magick-&gt;New();
-  $logo-&gt;Read('logo:');
-  $sharp=Image::Magick-&gt;New();
-  $sharp-&gt;Read('logo:');
-  $sharp-&gt;Sharpen('0x1');
-  $difference=$logo-&gt;Compare(image=&gt;$sharp, metric=&gt;'rmse');
-  print $difference-&gt;Get('error'), "\n";
-  $difference-&gt;Display();
+  $logo=Image::Magick->New();
+  $logo->Read('logo:');
+  $sharp=Image::Magick->New();
+  $sharp->Read('logo:');
+  $sharp->Sharpen('0x1');
+  $difference=$logo->Compare(image=>$sharp, metric=>'rmse');
+  print $difference->Get('error'), "\n";
+  $difference->Display();
 </pre>
 
 <p>In addition to the reported root mean squared error of around 0.024, a difference image is displayed so you can visually identify the difference between the images.</p>
@@ -2151,7 +2218,7 @@
     <td valign="top">geometry</td>
     <td valign="top"><i>geometry</i></td>
     <td valign="top">preferred tile and border size of each tile of the composite
-image (e.g. 120x120+4+3&gt;)</td>
+image (e.g. 120x120+4+3>)</td>
   </tr>
 
   <tr>
@@ -2369,7 +2436,7 @@
 <p>Finally, the Transform() method accepts a fully-qualified geometry specification for cropping or resizing one or more images.  For example,</p>
 
 <pre class="code">
-  $p = $images-&gt;Transform(crop=&gt;'100x100+10+60');
+  $p = $images-&gt;Transform(crop=>'100x100+10+60');
 </pre>
 
 <p>The Flatten() method flattens a set of images and returns it. For example,</p>
@@ -2647,15 +2714,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/porting.html b/www/porting.html
index ceef653..7893095 100644
--- a/www/porting.html
+++ b/www/porting.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Porting to ImageMagick Version 7</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="porting, to, imagemagick, version, 7, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="porting, to, imagemagick, version, 7, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -193,14 +243,14 @@
 options, and more global use of 'image properities' (more commonly known as
 'percent escapes' in option arguments. </p>
 
-<p>ImageMagick version 7 is available now as an <a href="http://www.imagemagick.org/download/alpha/">Alpha</a> release.  Look for a Beta release around mid-April 2013.  An official ImageMagick version 7 release depends on how smoothly the Beta cycle progresses.  During the Beta cycle, version 6 developers can attempt to port their software to version 7.</p>
+<p>ImageMagick version 7 is available now as an <a href="http://www.imagemagick.org/download/beta/">Beta</a> release.  Look for an official release around 1st Q 2016.  An official ImageMagick version 7 release depends on how smoothly the Beta cycle progresses.  During the Beta cycle, version 6 developers can attempt to port their software to version 7.</p>
 
-<p>During the ImageMagick version 7 development cycle and release, we will continue to support and enhance version 6 for a minimum of 10 years.</p>
+<p>Once ImageMagick version 7 is released, we will continue to support and enhance version 6 for a minimum of 10 years.</p>
 </div>
 
 <h2><a id="hdri"></a>High Dynamic Range Imaging</h2>
 <div class="doc-section">
-<p>ImageMagick version 7 enables <a href="high-dynamic-range.html">high dynamic range imaging</a> (HDRI) by default.  HDRI accurately represents the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.  In addition, image processing results are more accurate.  The disadvantage is it requires more memory and may result in slower processing times.  To disable HDRI (recommended for smart phone builds such as iOS), simply add --disable-hdri to the configure script command line when building ImageMagick.</p>
+<p>ImageMagick version 7 enables <a href="high-dynamic-range.html">high dynamic range imaging</a> (HDRI) by default.  HDRI accurately represents the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.  In addition, image processing results are more accurate.  The disadvantage is it requires more memory and may result in slower processing times.  To disable HDRI (recommended for smart phone builds such as iOS), simply add <code>--disable-hdri</code> to the configure script command line when building ImageMagick.</p>
 </div>
 
 <h2><a id="channels"></a>Pixel Channels</h2>
@@ -208,110 +258,115 @@
 <p>A pixel is comprised of one or more color values, or <em>channels</em> (e.g. red pixel channel).</p>
 <p>Prior versions of ImageMagick (4-6), support 4 to 5 pixel channels (RGBA or CMYKA).  The first 4 channels are accessed with the PixelPacket data structure.   The structure includes 4 members of type Quantum (typically 16-bits) of red, green, blue, and opacity.  The black channel or colormap indexes are supported by a separate method and structure, IndexPacket.  As an example, here is a code snippet from ImageMagick version 6 that negates the color components (but not the alpha component) of the image pixels:</p>
 
-<pre class="code">
-  for (y=0; y &lt; (ssize_t) image-&gt;rows; y++)
-  {
-    register IndexPacket
-      *indexes;
+<div class="viewport">for (y=0; y &lt; (ssize_t) image->rows; y++)
+{
+  register IndexPacket
+    *indexes;
 
-    register PixelPacket
-      *q;
+  register PixelPacket
+    *q;
 
-    q=GetCacheViewAuthenticPixels(image_view,0,y,image-&gt;columns,1,exception);
-    if (q == (PixelPacket *) NULL)
-      {
-        status=MagickFalse;
-        continue;
-      }
-    indexes=GetCacheViewAuthenticIndexQueue(image_view);
-    for (x=0; x &lt; (ssize_t) image-&gt;columns; x++)
+  q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
+  if (q == (PixelPacket *) NULL)
     {
-      if ((channel &amp; RedChannel) != 0)
-        q-&gt;red=(Quantum) QuantumRange-q-&gt;red;
-      if ((channel &amp; GreenChannel) != 0)
-        q-&gt;green=(Quantum) QuantumRange-q-&gt;green;
-      if ((channel &amp; BlueChannel) != 0)
-        q-&gt;blue=(Quantum) QuantumRange-q-&gt;blue;
-      if (((channel &amp; IndexChannel) != 0) &amp;&amp;
-          (image-&gt;colorspace == CMYKColorspace))
-        indexes[x]=(IndexPacket) QuantumRange-indexes[x];
-      q++;
-    }
-    if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
       status=MagickFalse;
+      continue;
+    }
+  indexes=GetCacheViewAuthenticIndexQueue(image_view);
+  for (x=0; x &lt; (ssize_t) image->columns; x++)
+  {
+    if ((channel &amp; RedChannel) != 0)
+      q->red=(Quantum) QuantumRange-q->red;
+    if ((channel &amp; GreenChannel) != 0)
+      q->green=(Quantum) QuantumRange-q->green;
+    if ((channel &amp; BlueChannel) != 0)
+      q->blue=(Quantum) QuantumRange-q->blue;
+    if (((channel &amp; IndexChannel) != 0) &amp;&amp;
+        (image->colorspace == CMYKColorspace))
+      indexes[x]=(IndexPacket) QuantumRange-indexes[x];
+    q++;
   }
-</pre>
+  if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
+    status=MagickFalse;
+}
+</div>
 
 <p>ImageMagick version 7 supports any number of channels from 1 to 32 (and beyond) and simplifies access with a single method that returns an array of pixel channels of type Quantum.   Source code that compiles against prior versions of ImageMagick requires refactoring to work with ImageMagick version 7.  We illustrate with an example.  Let's naively refactor the version 6 code snippet from above so it works with the ImageMagick version 7 API:</p>
 
-<pre class="code">
-  for (y=0; y &lt; (ssize_t) image-&gt;rows; y++)
-  {
-    register Quantum
-      *q;
+<div class="viewport">for (y=0; y &lt; (ssize_t) image->rows; y++)
+{
+  register Quantum
+    *q;
 
-    q=GetCacheViewAuthenticPixels(image_view,0,y,image-&gt;columns,1,exception);
-    if (q == (Quantum *) NULL)
-      {
-        status=MagickFalse;
-        continue;
-      }
-    for (x=0; x &lt; (ssize_t) image-&gt;columns; x++)
+  q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
+  if (q == (Quantum *) NULL)
     {
-      if ((GetPixelRedTraits(image) &amp; UpdatePixelTrait) != 0)
-        SetPixelRed(image,QuantumRange-GetPixelRed(image,q),q);
-      if ((GetPixelGreenTraits(image) &amp; UpdatePixelTrait) != 0)
-        SetPixelGreen(image,QuantumRange-GetPixelGreen(image,q),q);
-      if ((GetPixelBlueTraits(image) &amp; UpdatePixelTrait) != 0)
-        SetPixelBlue(image,QuantumRange-GetPixelBlue(image,q),q);
-      if ((GetPixelBlackTraits(image) &amp; UpdatePixelTrait) != 0)
-        SetPixelBlack(image,QuantumRange-GetPixelBlack(image,q),q);
-      if ((GetPixelAlphaTraits(image) &amp; UpdatePixelTrait) != 0)
-        SetPixelAlpha(image,QuantumRange-GetPixelAlpha(image,q),q);
-      q+=GetPixelChannels(image);
-    }
-    if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
       status=MagickFalse;
+      continue;
+    }
+  for (x=0; x &lt; (ssize_t) image->columns; x++)
+  {
+    if ((GetPixelRedTraits(image) &amp; UpdatePixelTrait) != 0)
+      SetPixelRed(image,QuantumRange-GetPixelRed(image,q),q);
+    if ((GetPixelGreenTraits(image) &amp; UpdatePixelTrait) != 0)
+      SetPixelGreen(image,QuantumRange-GetPixelGreen(image,q),q);
+    if ((GetPixelBlueTraits(image) &amp; UpdatePixelTrait) != 0)
+      SetPixelBlue(image,QuantumRange-GetPixelBlue(image,q),q);
+    if ((GetPixelBlackTraits(image) &amp; UpdatePixelTrait) != 0)
+      SetPixelBlack(image,QuantumRange-GetPixelBlack(image,q),q);
+    if ((GetPixelAlphaTraits(image) &amp; UpdatePixelTrait) != 0)
+      SetPixelAlpha(image,QuantumRange-GetPixelAlpha(image,q),q);
+    q+=GetPixelChannels(image);
   }
-</pre>
+  if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
+    status=MagickFalse;
+}
+</div>
 
 <p>Let's do that again but take full advantage of the new variable pixel channel support:</p>
-<pre class="code">
-  for (y=0; y &lt; (ssize_t) image-&gt;rows; y++)
-  {
-    register Quantum
-      *q;
 
-    q=GetCacheViewAuthenticPixels(image_view,0,y,image-&gt;columns,1,exception);
-    if (q == (Quantum *) NULL)
+<div class="viewport">for (y=0; y &lt; (ssize_t) image->rows; y++)
+{
+  register Quantum
+    *q;
+
+  q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
+  if (q == (Quantum *) NULL)
+    {
+      status=MagickFalse;
+      continue;
+    }
+  for (x = 0; x &lt; (ssize_t) image->columns; x++)
+  {
+    register ssize_t
+      i;
+
+    if (GetPixelReadMask(image,q) == 0)
       {
-        status=MagickFalse;
+        q+=GetPixelChannels(image);
         continue;
       }
-    for (x = 0; x &lt; (ssize_t) image-&gt;columns; x++)
+    for (i=0; i &lt; (ssize_t) GetPixelChannels(image); i++)
     {
-      register ssize_t
-        i;
-
-      for (i = 0; i &lt; (ssize_t) GetPixelChannels(image); i++)
-      {
-        PixelChannel channel = GetPixelChannelMapChannel(image,i);
-        PixelTrait traits = GetPixelChannelMapTraits(image,channel);
-        if (((traits &amp; UpdatePixelTrait) == 0) || (GetPixelMaskR(image,q) != 0))
-          continue;
-        q[i]=QuantumRange-q[i];
-      }
-      q+=GetPixelChannels(image);
+      PixelChannel channel=GetPixelChannelChannel(image,i);
+      PixelTrait traits=GetPixelChannelTraits(image,channel);
+      if ((traits &amp; UpdatePixelTrait) == 0)
+        continue;
+      q[i]=QuantumRange-q[i];
     }
-    if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
-      status=MagickFalse;
+    q+=GetPixelChannels(image);
   }
-</pre>
+  if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
+    status=MagickFalse;
+}
+</div>
 
 <p>Note, how we use GetPixelChannels() to advance to the next set of pixel channels.</p>
 
 <p>The colormap indexes and black pixel channel (for the CMYK colorspace) are no longer stored in the index channel, previously accessed with GetAuthenticIndexQueue() and GetCacheViewAuthenticIndexQueue().  Instead they are now a pixel channel and accessed with the convenience pixel accessor methods GetPixelIndex(), SetPixelIndex(), GetPixelBlack(), and SetPixelBlack().</p>
 
+<p>As a consequence of using an array structure for variable pixel channels, auto-vectorization compilers have additional opportunities to speed up pixel loops.</p>
+
 <h4>Pixel Accessors</h4>
 <p>Use accessors to get or set pixel channels:</p>
 
@@ -432,9 +487,8 @@
 <h2><a id="headers"></a>Header Files</h2>
 <div class="doc-section">
 <p>Prior versions of ImageMagick (4-6) reference the ImageMagick header files as <code>magick/</code> and <code>wand/</code>.  ImageMagick 7 instead uses <code>MagickCore/</code> and <code>MagickWand/</code> respectively.  For example,</p>
-<pre class="code">
-#include &lt;MagickCore/MagickCore.h&gt;
-#include &lt;MagickWand/MagickWand.h&gt;
+<pre class="code">#include &lt;MagickCore/MagickCore.h>
+#include &lt;MagickWand/MagickWand.h>
 </pre>
 </div>
 
@@ -442,9 +496,8 @@
 <div class="doc-section">
 <p>All deprecated features from ImageMagick version 6 are removed in version 7.  These include the <code>Magick-config</code> and <code>Wand-config</code> configuration utilities.  Instead use:</p>
 
-<pre class="code">
-  MagickCore-config
-  MagickWand-config
+<pre class="code">MagickCore-config
+MagickWand-config
 </pre>
 <p>The FilterImage() method has been removed.  Use ConvolveImage() instead.</p>
 
@@ -476,7 +529,7 @@
 
 <p>The parenthesis options used to 'push' the current image list, and image
 settings (EG: '<code>(</code>' and '<code>)</code>' ) on to a stack now has
-a completely seperate image settings stack. That is parenthesis 'push/pull'
+a completely separate image settings stack. That is parenthesis 'push/pull'
 image lists, and curly braces (EG: '<code>{</code>' and '<code>}</code>' ) will
 'push/pull' image settings. </p>
 
@@ -561,7 +614,7 @@
   =       assign a constant value to a channel (e.g. red=50%)
   ,       write new image with channels in the specified order (e.g. red, green)
   ;       add a new output image for the next set of channel operations (e.g. red; green; blue)
-  |       move to the next input image for the source of channel data (e.g. | gray=&gt;alpha)
+  |       move to the next input image for the source of channel data (e.g. | gray=>alpha)
 </pre>
 
 <p>For example, to create 3 grayscale images from the red, green, and blue channels of an image, use:</p>
@@ -574,11 +627,11 @@
 
 <p>Here we take an sRGB image and a grayscale image and inject the grayscale image into the alpha channel:</p>
 <pre class="text">
-  convert wizard.png mask.pgm -channel-fx '| gray=&gt;alpha' wizard-alpha.png 
+  convert wizard.png mask.pgm -channel-fx '| gray=>alpha' wizard-alpha.png 
 </pre>
 <p>Use a similar command to define a read mask:</p>
 <pre class="text">
-  convert wizard.png mask.pgm -channel-fx '| gray=&gt;read-mask' wizard-mask.png 
+  convert wizard.png mask.pgm -channel-fx '| gray=>read-mask' wizard-mask.png 
 </pre>
 
 <p>Add <code>-debug pixel</code> prior to the <code>-channel-fx</code> option to track the channel morphology.</p>
@@ -625,8 +678,9 @@
 <dt>-convolve</dt>
 <dd>option no longer normalizes the kernel argument (unless some type of
     masking is involved, such as alpha blending) and accepts named kernels
-    (see <a href="http://www.imagemagick.org/Usage/convolve/">IM Examples,
-    Convolve</a> ) as well as non-square <a href="http://www.imagemagick.org/Usage/morphology/#user">user defined
+    (see <a href="http://www.imagemagick.org/Usage/convolve/" >IM Examples,
+    Convolve</a> ) as well as non-square <a
+    href="http://www.imagemagick.org/Usage/morphology/#user">user defined
     kernels</a>. Use <code>-define convolve:normalize=true</code> on the command-line to force normalization.</dd>
 
 </dl>
@@ -706,10 +760,6 @@
 <dl>
 <li>Grayscale images consume one pixel channel in ImageMagick version 7.  To process RGB, set the colorspace to RGB (e.g. -colorspace rgb).</li>
 </dl>
-<h4>Distributed Pixel Cache</h4>
-<dl>
-<li><a href="http://www.imagemagick.org/ImageMagick-7.0.0/www/distribute-pixel-cache.html">Distributed pixel cache</a>: offload intermediate pixel storage to one or more remote servers.</li>
-</dl>
 <h4>MagickCore API</h4>
 <dl>
 <li>Almost all image processing algorithms are now channel aware.</li>
@@ -733,15 +783,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/quantize.html b/www/quantize.html
index 7b6a816..ebff0c5 100644
--- a/www/quantize.html
+++ b/www/quantize.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Color Reduction Utilizing Adaptive Spatial Subdivision</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="color, reduction, utilizing, adaptive, spatial, subdivision, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="color, reduction, utilizing, adaptive, spatial, subdivision, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -305,15 +354,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/resources.html b/www/resources.html
index eff14bc..f47b7fb 100644
--- a/www/resources.html
+++ b/www/resources.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Resources</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="resources, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="resources, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -196,7 +245,7 @@
   <p>A number of command line options require a <a href="color.html">color parameter</a>.  It is often convenient to refer to a color by name (e.g. white) rather than by hex value (e.g. #fff).  This file maps a color name to its equivalent red, green, blue, and alpha intensities (e.g. for white, red = 255, green = 255, blue = 255, and alpha = 0).</p>
   </dd>
 
-<dt class="doc"><a id="configure.xml"></a><a href="../source/configure.xml">configure.xml</a></dt>
+<dt class="doc"><a id="configure.xml"/><a href="../source/configure.xml">configure.xml</a></dt>
   <dd>Set ImageMagick build parameters and system-wide environment variables (e.g. MAGICK_TEMPORARY_PATH).
   <p>
   As ImageMagick is built, a number of build parameters are saved to this configuration file.  They include the version, release date, dependent delegate libraries, and quantum depth among others.</p>
@@ -247,7 +296,7 @@
   <p>By default any coder, delegate, filter, or file path is permitted.  Use a policy to deny access to, for example, the MPEG video delegate, or permit reading images from a file system but deny writing to that same file system.  Or use the resource policy to set resource limits.  Policies are useful for multi-user servers that want to limit the overall impact ImageMagick has on the system.  For example, to limit the maximum image size in memory to 100MB:</p>
 
 <pre class="text">
-  &lt;policy domain="resource" name="area" value="100MB"/&gt;
+  &lt;policy domain="resource" name="area" value="100MB"/>
 </pre>
 
 <p>Any image larger than this area limit is cached to disk rather than memory.</p>
@@ -255,7 +304,7 @@
 <p>To limit the elapsed time of any ImageMagick command to 5 minutes, use this policy:</p>
 
 <pre class="text">
-  &lt;policy domain="resource" name="time" value="300"/&gt;
+  &lt;policy domain="resource" name="time" value="300"/>
 </pre>
 <p>Define arguments for the memory, map, area, and disk resources with SI prefixes (.e.g 100MB).  In addition, resource policies are maximums for each instance of ImageMagick (e.g. policy memory limit 1GB, the <code>-limit 2GB</code> option exceeds policy maximum so memory limit is 1GB).</p> </dd>
 
@@ -297,8 +346,8 @@
 <pre class="text">
   $MAGICK_CONFIGURE_PATH
   $MAGICK_HOME/etc/ImageMagick
-  $MAGICK_HOME/share/ImageMagick-7.0.0 
-  $PREFIX/share/ImageMagick-7.0.0 
+  $MAGICK_HOME/share/ImageMagick-6.8.9 
+  $PREFIX/share/ImageMagick-6.8.9 
   $HOME/.config/ImageMagick/
   &lt;<em>client path</em>&gt;/etc/ImageMagick/
   &lt;<em>current directory</em>&gt;
@@ -314,7 +363,7 @@
   &lt;<em>client path</em>&gt;
 </pre>
 
-<p>Above, $PREFIX is the default install path, typically <code>c:\\Program Files\\ImageMagick-7.0.0</code>.</p>
+<p>Above, $PREFIX is the default install path, typically <code>c:\\Program Files\\ImageMagick-6.8.9</code>.</p>
 
 <p>For an uninstalled Windows installation, the configuration load order is:</p>
 
@@ -337,23 +386,23 @@
 <p>An image coder (i.e. encoder / decoder) is responsible for registering, optionally classifying, optionally reading, optionally writing, and unregistering one image format (e.g. PNG, GIF, JPEG, etc.).  ImageMagick searches for coders in the following order and it uses the first match found:</p>
 
 <pre class="text">
-  $MAGICK_HOME/lib/ImageMagick-7.0.0/modules-Q16/coders/
-  &lt;<em>client path</em>&gt;/../lib/ImageMagick-7.0.0/modules-Q16/coders/
-  $MAGICK_HOME/lib/ImageMagick-7.0.0/modules-Q16/coders
-  $MAGICK_HOME/share/ImageMagick-7.0.0/modules-Q16/coders
+  $MAGICK_HOME/lib/ImageMagick-6.8.9/modules-Q16/coders/
+  &lt;<em>client path</em>&gt;/../lib/ImageMagick-6.8.9/modules-Q16/coders/
+  $MAGICK_HOME/lib/ImageMagick-6.8.9/modules-Q16/coders
+  $MAGICK_HOME/share/ImageMagick-6.8.9/modules-Q16/coders
   $HOME/.config/ImageMagick/
-  &lt;<em>client path</em>&gt;/lib/ImageMagick-7.0.0/modules-Q16/coders
+  &lt;<em>client path</em>&gt;/lib/ImageMagick-6.8.9/modules-Q16/coders
 </pre>
 
 <h4>Filters</h4>
 <p>ImageMagick provides a convenient mechanism for adding your own custom image processing algorithms.  ImageMagick searches for filters in the following order and it uses the first match found:</p>
 <pre class="text">
-  $MAGICK_HOME/lib/ImageMagick-7.0.0/modules-Q16/filters/
-  &lt;<em>client path</em>&gt;/../lib/ImageMagick-7.0.0/modules-Q16/filters/
-  $MAGICK_HOME/lib/ImageMagick-7.0.0/modules-Q16/filters
-  $MAGICK_HOME/share/ImageMagick-7.0.0/modules-Q16/filters
+  $MAGICK_HOME/lib/ImageMagick-6.8.9/modules-Q16/filters/
+  &lt;<em>client path</em>&gt;/../lib/ImageMagick-6.8.9/modules-Q16/filters/
+  $MAGICK_HOME/lib/ImageMagick-6.8.9/modules-Q16/filters
+  $MAGICK_HOME/share/ImageMagick-6.8.9/modules-Q16/filters
   $HOME/.config/ImageMagick/
-  &lt;<em>client path</em>&gt;/lib/ImageMagick-7.0.0/modules-Q16/filters
+  &lt;<em>client path</em>&gt;/lib/ImageMagick-6.8.9/modules-Q16/filters
 </pre>
 
 </div>
@@ -366,7 +415,7 @@
 <pre class="text">
   $MAGICK_CONFIGURE_PATH
   $MAGICK_HOME/etc/ImageMagick/
-  $MAGICK_HOME/share/ImageMagick-7.0.0/
+  $MAGICK_HOME/share/ImageMagick-6.8.9/
   $HOME/.config/ImageMagick/
   &lt;<em>client path</em>&gt;/etc/ImageMagick/
   $MAGICK_FONT_PATH
@@ -448,15 +497,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/search.html b/www/search.html
index 38effe4..2d4f41b 100644
--- a/www/search.html
+++ b/www/search.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Search</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="search, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="search, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -177,33 +226,34 @@
   <Description></Description>
   <Context>
     <BackgroundLabels>
-      <Label name="_cse_magick" mode="FILTER"></Label>
-      <Label name="_cse_exclude_magick" mode="ELIMINATE"></Label>
+      <Label name="_cse_magick" mode="FILTER" />
+      <Label name="_cse_exclude_magick" mode="ELIMINATE" />
     </BackgroundLabels>
   </Context>
-  <LookAndFeel nonprofit="false"></LookAndFeel>
-  <ImageSearchSettings enable="true" layout="1"></ImageSearchSettings>
+  <LookAndFeel nonprofit="false" />
+  <ImageSearchSettings enable="true" layout="1" />
   <AdSense>
     <Client id="pub-3129977114552745">
-      <Channel id="1234567890"></Channel>
+      <Channel id="1234567890"/>
     </Client>
   </AdSense>
 </CustomSearchEngine>
 <!-- http://www.google.com/cse/manage/all -->
-<!-- API key: ABQIAAAAdfF6VN9U2Qbut6Fhsipy6hRKa0qBb552HFzWa4XKj36poDKk4BSrCudRIk3Koi1FRFFk9Mq49Tg1-A -->
 <div class="doc-section">
-<div id="cse" style="width: 100%;">Be right with you...</div>
 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
 <script type="text/javascript">
-  google.load('search', '1', {language : 'en'});
-  google.setOnLoadCallback(function() {
-    var customSearchControl = new google.search.CustomSearchControl('002546770416725192290:gpkm0aiuqzq');
-    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
-    var options = new google.search.DrawOptions();
-    options.setAutoComplete(true);
-    customSearchControl.draw('cse', options);
-  }, true);
+  (function() {
+    var cx = '006134137889097767902:turn9fku95u';
+    var gcse = document.createElement('offline-script');
+    gcse.type = 'text/javascript';
+    gcse.async = true;
+    gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
+        '//www.google.com/cse/cse.js?cx=' + cx;
+    var s = document.getElementsByTagName('offline-script')[0];
+    s.parentNode.insertBefore(gcse, s);
+  })();
 </script>
+<gcse:search></gcse:search>
 </div>
 
 </div>
@@ -212,15 +262,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/sitemap.html b/www/sitemap.html
index 746c7e9..7325b21 100644
--- a/www/sitemap.html
+++ b/www/sitemap.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Site Map</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="site, map, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="site, map, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,206 +172,70 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
 
-<h1>ImageMagick Site Map</h1>
-<p class="navigation-index">[<a href="sitemap.html#overview">ImageMagick Overview</a> • <a href="sitemap.html#download">Download ImageMagick</a> • <a href="sitemap.html#install">Install ImageMagick</a> • <a href="sitemap.html#command-line">Command-line Tools</a> • <a href="sitemap.html#program-interfaces">Program Interfaces</a> • <a href="sitemap.html#formats">Image Formats</a> • <a href="sitemap.html#help">Getting Help</a> • <a href="sitemap.html#support">Support ImageMagick</a> • <a href="sitemap.html#miscellaneous">Miscellaneous Topics</a>]</p>
-
-<div class="doc-section">
-
-<p>Use this ImageMagick sitemap to quickly jump to one of the areas of interest listed below.  If you can't find what you want on this page, try our <a href="search.html">site search</a>.</p>
-</div>
-
-<h2><a id="overview"></a>ImageMagick Overview</h2>
-<div class="doc-section">
-
-<dl>
-  <dd><a href="http://www.imagemagick.org/ImageMagick-7.0.0/www/index.html">Introduction</a>: convert, edit, or compose images from the command-line or program interface.</dd>
-  <dd><a href="examples.html">Examples of ImageMagick usage</a>: a few examples that show what you can do with an image using ImageMagick.</dd>
-  <dd><a href="http://www.imagemagick.org/Usage/">Anthony Thyssen's examples of ImageMagick usage</a>:  a comprehensive tutorial of using ImageMagick from the command line.</dd>
-  <dd><a href="color.html">Color names</a>: how to specify a color name, a hex color, or a numerical RGB, RGBA, HSL, HSLA, CMYK, or CMYKA color.</dd>
-  <dd><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.</dd>
-  <dd><a href="resources.html">Resources</a>: ImageMagick depends on external resources including configuration files, loadable modules, fonts, and environment variables.</dd>
-  <dd><a href="http://www.imagemagick.org/ImageMagick-7.0.0/www/openmp.html">Parallel Execution</a>: ImageMagick is threaded to take advantage of speed-ups offered by the multicore processor chips.</dd>
-  <dd><a href="architecture.html">Architecture</a>: get to know more about the software and algorithms behind ImageMagick.</dd>
-  <dd><a href="license.html">License</a>: the legally binding and authoritative terms and conditions for use, reproduction, and distribution of ImageMagick.</dd>
-  <dd><a href="export.html">Export classification</a>: export control status of ImageMagick.</dd>
-  <dd><a href="porting.html">ImageMagick Version 7</a>: ImageMagick version 7 is in development, learn how it differs from previous versions.</dd>
-</dl>
-</div>
-
-<h2><a id="download"></a>Download ImageMagick</h2>
-<div class="doc-section">
-
-<dl>
-  <dd><a href="download.html">Download ImageMagick</a>: ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors.</dd>
-  <dd> <dl>
-    <dd><a href="http://www.imagemagick.org/download">Unix source</a>: Unix source distributions.</dd>
-    <dd><a href="http://www.imagemagick.org/download/windows">Windows source</a>: Windows source distributions.</dd>
-    <dd><a href="http://www.imagemagick.org/download/binaries">Unix and Windows binaries</a>: Unix and Windows binary distributions.</dd>
-    <dd><a href="subversion.html">Subversion repository</a>: stable and development source releases.</dd>
-    <dd><a href="http://www.magickwand.org/">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd>
-    <dd><a href="http://www.imagemagick.org/download/delegates">Delegate libraries</a>: ImageMagick depends on a number of optional delegate libraries to extend its functionality.</dd>
-  </dl> </dd>
-</dl>
-</div>
-
-<h2><a id="install"></a>Install ImageMagick</h2>
-<div class="doc-section">
-
-  <p>You can install ImageMagick from source. However, if don't have a proper development environment or if you're anxious to get started, download a ready-to-run Unix or Windows executable.</p>
-<dl>
-    <dd><a href="install-source.html">Install from source</a>: ImageMagick builds under Windows, Mac OS X, and Linux.</dd>
-    <dd><a href="binary-releases.html">Install from a binary distribution</a>: install a ready-to-run Unix or Windows executable.</dd>
-    <dd><a href="ImageMagickObject.html">Install ImageMagickObject COM+ component</a>: install the Windows ImageMagick COM+ component.</dd>
-</dl>
-</div>
-
-<h2><a id="command-line"></a>Command-line Tools</h2>
-<div class="doc-section">
-<dl>
-  <dd><a href="command-line-tools.html">Command-line tools</a>: overview of the ImageMagick commands.</dd>
-  <dd> <dl>
-    <dd><a href="animate.html">animate</a>: animates an image sequence on any X server.</dd>
-    <dd><a href="compare.html">compare</a>: mathematically and visually annotate the difference between an image and its reconstruction.</dd>
-    <dd><a href="composite.html">composite</a>: overlaps one image over another.</dd>
-    <dd><a href="conjure.html">conjure</a>: interprets and executes scripts written in the Magick Scripting Language (MSL).</dd>
-    <dd><a href="convert.html">convert</a>: convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and more.</dd>
-    <dd><a href="display.html">display</a>: displays an image or image sequence on any X server.</dd>
-    <dd><a href="identify.html">identify</a>: describes the format and characteristics of one or more image files.</dd>
-    <dd><a href="import.html">import</a>: saves any visible window on an X server and outputs it as an image file.</dd>
-    <dd><a href="mogrify.html">mogrify</a>: resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and more.</dd>
-    <dd><a href="montage.html">montage</a>: create a composite image by combining several separate images.</dd>
-    <dd><a href="stream.html">stream</a>: a lightweight tool to stream one or more pixel components of the image or portion of the image to your choice of storage formats.</dd>
-  </dl></dd>
-  <dd><a href="command-line-processing.html">Command line processing</a>: the anatomy of the command line.</dd>
-  <dd><a href="command-line-options.html">Command line options</a>: annotated list of all options that can appear on the command-line.</dd>
-  <dd><a href="fx.html">Fx</a>: apply a mathematical expression to an image or image channels.</dd>
-  <dd><a href="http://www.fmwconcepts.com/imagemagick/">Fred's ImageMagick Scripts</a>:  a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.</dd>
-</dl>
-</div>
-
-<h2><a id="program-interfaces"></a>Program Interfaces</h2>
-<div class="doc-section">
-
-<dl>
-  <dd><a href="api.html">Program interfaces</a>: application programming interfaces.</dd>
-  <dd> <dl>
-    <dd><a href="../ChMagick">ChMagick</a>: is a <a href="http://www.softintegration.com/">Ch</a> an embeddable MagickCore C/C++ interpreter for cross-platform scripting.</dd>
-    <dd><a href="http://common-lisp.net/project/cl-magick/">CL-Magick</a>: provides a Common Lisp interface to the ImageMagick library.</dd>
-    <dd><a href="https://gna.org/projects/g2f/">G2F</a>: implements an Ada 95 binding to a subset of the low-level MagickCore library.</dd>
-    <dd><a href="../Magick++.1">Magick++</a>: provides an object-oriented C++ interface to ImageMagick.</dd>
-    <dd><a href="http://pecl.html.net/package/imagick">IMagick</a>: is a native PHP extension to create and modify images using the ImageMagick API.</dd>
-    <dd><a href="http://www.yeo.id.au/jmagick/">JMagick</a>: provides an object-oriented Java interface to ImageMagick.</dd>
-    <dd><a href="magick-core.html">MagickCore</a>: C API, recommended for wizard-level developers.</dd>
-    <dd><a href="magick-wand.html">MagickWand</a>: convert, compose, and edit images from the C language.</dd>
-    <dd><a href="http://www.magickwand.org/">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd>
-    <dd><a href="http://code.google.com/p/nmagick">nMagick</a>: is a port of the ImageMagick library to the haXe and Neko platforms.</dd>
-    <dd><a href="http://wiki.freepascal.org/PascalMagick">PascalMagick</a>: a Pascal binding for the MagickWand API and also the low-level MagickCore library.</dd>
-    <dd><a href="perl-magick.html">PerlMagick</a>: convert, compose, and edit images from the Perl language.</dd>
-    <dd><a href="http://www.imagemagick.org/download/python/">PythonMagick</a>: an object-oriented Python interface to ImageMagick.</dd>
-    <dd><a href="http://rmagick.rubyforge.org/">RMagick</a>: is an interface between the Ruby programming language and ImageMagick.</dd>
-    <dd><a href="http://tclmagick.sourceforge.net/">TclMagick</a>: a native Tcl-extension to the ImageMagick MagickWand API.</dd>
-  </dl></dd>
-</dl>
-</div>
-
-<h2><a id="format"></a>Image Formats</h2>
-<div class="doc-section">
-<dl>
-  <dd><a href="formats.html">Supported image formats</a>: annotated list of all image formats that ImageMagick can read and/or write.</dd>
-  <dd><a href="motion-picture.html">Motion picture digital images</a>: use SMPTE DPX Version 2.0 to process images used by the motion picture (film and high-definition) industry.</dd>
-  <dd><a href="high-dynamic-range.html">High dynamic-range images</a>: accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.</dd>
-  <dd><a href="magick-vector-graphics.html">Magick Vector Graphics</a>: a modularized language for describing two-dimensional vector and mixed vector/raster graphics in ImageMagick.</dd>
-  <dd><a href="miff.html">Magick Image File Format</a>: MIFF is ImageMagick's own platform-independent format for storing bitmap images.</dd>
-</dl>
-</div>
-
-<h2><a id="help"></a>Getting Help</h2>
-<div class="doc-section">
-
-<dl>
-  <dd><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;camp=1789&amp;tag=imagemagick-20&amp;creative=9325&amp;path=tg/detail/-/1590595904/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846">Definitive Guide to ImageMagick</a>: this book explains ImageMagick in a practical, learn-by-example fashion.</dd>
-  <dd><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;camp=1789&amp;tag=imagemagick-20&amp;creative=9325&amp;path=tg/detail/-/1904811868/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846">ImageMagick Tricks</a>: this book is packed with examples of photo manipulations, logo creation, animations, and complete web projects.</dd>
-  <dd><a href="../discourse-server">Discourse server</a>: get help from fellow ImageMagick users and developers, post to these forums.</dd>
-  <dd><a href="contact.html">Contact the Wizards</a>: for bug reports (only if you do not want to sign up to the <a href="../discourse-server">discourse server</a>), a source or documentation patch, a security or license issue, or if you want to be a sponsor of the ImageMagick project.</dd>
-</dl>
-</div>
-
-<h2><a id="support"></a>Support ImageMagick</h2>
-<div class="doc-section">
-
-<dl>
-  <dd><a href="http://www.imagemagick.org/discourse-server/viewforum.html?f=3">Report bugs and vulnerabilities</a>: our highest priority is to fix security defects and bug reports, usually within 48 hours of your report.  The bug discourse server requires that you register.  If you do not want to register, you can <a href="contact.html">contact the ImageMagick developers</a> with a convenient web form.</dd>
-  <dd><a href="sponsors.html">Sponsor ImageMagick</a>: contribute bug fixes, enhancements, hardware, funds, etc. to ensure the ImageMagick project thrives.</dd>
-  <dd><a href="t-shirt.html">ImageMagick t-shirt</a>: donate $35 USD and we acknowledge your gift with a logoed t-shirt.</dd>
-</dl>
-</div>
-
-<h2><a id="miscellaneous"></a>Miscellaneous Topics</h2>
-<div class="doc-section">
-
-<dl>
-  <dd><a href="convert.html">Format conversion</a>: convert an image from one <a href="formats.html">format </a> to another (e.g. PNG to JPEG).</dd>
-  <dd><a href="http://www.imagemagick.org/Usage/resize/">Transform</a>: resize, rotate, crop, or trim an image.</dd>
-  <dd><a href="http://www.imagemagick.org/Usage/masking/">Transparency</a>: render portions of an image invisible.</dd>
-  <dd><a href="http://www.imagemagick.org/Usage/draw/">Draw</a>: add shapes or text to an image.</dd>
-  <dd><a href="http://www.imagemagick.org/Usage/crop/">Decorate</a>: add a border or frame to an image.</dd>
-  <dd><a href="http://www.imagemagick.org/Usage/blur/">Special effects</a>: blur, sharpen, threshold, or tint an image.</dd>
-  <dd><a href="http://www.imagemagick.org/Usage/anim_basics/">Animation</a>: create a GIF animation sequence from a group of images.</dd>
-  <dd><a href="http://www.imagemagick.org/Usage/text/">Text &amp; comments</a>: insert descriptive or artistic text in an image.</dd>
-  <dd><a href="identify.html">Image identification</a>: describe the format and attributes of an image.</dd>
-  <dd><a href="composite.html">Composite</a>: overlap one image over another.</dd>
-  <dd><a href="montage.html">Montage</a>: juxtapose image thumbnails on an image canvas.</dd>
-  <dd><a href="http://www.imagemagick.org/Usage/distorts/">Generalized pixel distortion</a>: correct for, or induce image distortions including perspective.</dd>
-  <dd><a href="http://www.imagemagick.org/Usage/morphology/">Morphology of shapes</a>: extract features, describe shapes and recognize patterns in images.</dd>
-  <dd><a href="motion-picture.html">Motion picture support</a>: read and write the common image formats used in digital film work.</dd>
-  <dd><a href="fx.html">Image calculator</a>: apply a mathematical expression to an image or image channels.</dd>
-  <dd><a href="http://www.imagemagick.org/Usage/fourier">Discrete Fourier transform</a>: implements the forward and inverse DFT.</dd>
-  <dd><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.</dd>
-  <dd><a href="high-dynamic-range.html">High dynamic-range images</a>: accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.</dd>
-  <dd><a href="cipher.html">Encipher or decipher an image</a>: convert ordinary images into unintelddgible gibberish and back again.</dd>
-  <dd><a href="architecture.html#virtual-pixels">Virtual pixel support</a>: convenient access to pixels outside the image region.</dd>
-  <dd><a href="architecture.html#tera-pixel">Large image support</a>: read, process, or write mega-, giga-, or tera-pixel image sizes.</dd>
-  <dd><a href="architecture.html#threads">Threads of execution support</a>: ImageMagick is thread safe and most internal algorithms execute in parallel to take advantage of speed-ups offered by multicore processor chips.</dd>
-  <dd><a href="architecture.html#distributed">Heterogeneous distributed processing</a>: certain algorithms are OpenCL-enabled to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors.</dd>
-  <dd><a href="http://www.imagemagick.org/ImageMagick-7.0.0/www/distribute-pixel-cache.html">Distributed pixel cache</a>: offload intermediate pixel storage to one or more remote servers .</dd>
-  <dd><a href="binary-releases.html#iOS">ImageMagick on the iPhone</a>: convert, edit, or compose images on your iPhone.</dd>
-</dl>
-</div>
-
+<h1>ImageMagick Site Map</h1><p class="navigation-index">[<a href="sitemap.html#overview">ImageMagick Overview</a> • <a href="sitemap.html#download">Download ImageMagick</a> • <a href="sitemap.html#install">Install ImageMagick</a> • <a href="sitemap.html#command-line">Command-line Tools</a> • <a href="sitemap.html#program-interfaces">Program Interfaces</a> • <a href="sitemap.html#formats">Image Formats</a> • <a href="sitemap.html#help">Getting Help</a> • <a href="sitemap.html#support">Support ImageMagick</a> • <a href="sitemap.html#miscellaneous">Miscellaneous Topics</a>]</p><div class="doc-section"><p>Use this ImageMagick sitemap to quickly jump to one of the areas of interest listed below.  If you can't find what you want on this page, try our <a href="search.html">site search</a>.</p></div><h2><a id="overview"></a>ImageMagick Overview</h2><div class="doc-section"><dl>  <dd><a href="http://www.imagemagick.org/ImageMagick-7.0.0/www/index.html">Introduction</a>: convert, edit, or compose images from the command-line or program interface.</dd>  <dd><a href="examples.html">Examples of ImageMagick usage</a>: a few examples that show what you can do with an image using ImageMagick.</dd>  <dd><a href="http://www.imagemagick.org/Usage/">Anthony Thyssen's examples of ImageMagick usage</a>:  a comprehensive tutorial of using ImageMagick from the command line.</dd>  <dd><a href="color.html">Color names</a>: how to specify a color name, a hex color, or a numerical RGB, RGBA, HSL, HSLA, CMYK, or CMYKA color.</dd>  <dd><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.</dd>  <dd><a href="resources.html">Resources</a>: ImageMagick depends on external resources including configuration files, loadable modules, fonts, and environment variables.</dd>  <dd><a href="http://www.imagemagick.org/ImageMagick-7.0.0/www/openmp.html">Parallel Execution</a>: ImageMagick is threaded to take advantage of speed-ups offered by the multicore processor chips.</dd>  <dd><a href="architecture.html">Architecture</a>: get to know more about the software and algorithms behind ImageMagick.</dd>  <dd><a href="license.html">License</a>: the legally binding and authoritative terms and conditions for use, reproduction, and distribution of ImageMagick.</dd>  <dd><a href="export.html">Export classification</a>: export control status of ImageMagick.</dd>  <dd><a href="porting.html">ImageMagick Version 7</a>: ImageMagick version 7 is in development, learn how it differs from previous versions.</dd>  <dd><a href="history.html">History</a>: how ImageMagick was conceived and developed.</dd></dl></div><h2><a id="download"></a>Download ImageMagick</h2><div class="doc-section"><dl>  <dd><a href="download.html">Download ImageMagick</a>: ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors.</dd>  <dd> <dl>    <dd><a href="http://www.imagemagick.org/download">Unix source</a>: Unix source distributions.</dd>    <dd><a href="http://www.imagemagick.org/download/windows">Windows source</a>: Windows source distributions.</dd>    <dd><a href="http://www.imagemagick.org/download/binaries">Unix and Windows binaries</a>: Unix and Windows binary distributions.</dd>    <dd><a href="subversion.html">Subversion repository</a>: stable and development source releases.</dd>    <dd><a href="http://www.magickwand.org/">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd>    <dd><a href="http://www.imagemagick.org/download/delegates">Delegate libraries</a>: ImageMagick depends on a number of optional delegate libraries to extend its functionality.</dd>  </dl> </dd></dl></div><h2><a id="install"></a>Install ImageMagick</h2><div class="doc-section">  <p>You can install ImageMagick from source. However, if don't have a proper development environment or if you're anxious to get started, download a ready-to-run Unix or Windows executable.</p><dl>    <dd><a href="install-source.html">Install from source</a>: ImageMagick builds under Windows, Mac OS X, and Linux.</dd>    <dd><a href="binary-releases.html">Install from a binary distribution</a>: install a ready-to-run Unix or Windows executable.</dd>    <dd><a href="ImageMagickObject.html">Install ImageMagickObject COM+ component</a>: install the Windows ImageMagick COM+ component.</dd></dl></div><h2><a id="command-line"></a>Command-line Tools</h2><div class="doc-section"><dl>  <dd><a href="command-line-tools.html">Command-line tools</a>: overview of the ImageMagick commands.</dd>  <dd> <dl>    <dd><a href="animate.html">animate</a>: animates an image sequence on any X server.</dd>    <dd><a href="compare.html">compare</a>: mathematically and visually annotate the difference between an image and its reconstruction.</dd>    <dd><a href="composite.html">composite</a>: overlaps one image over another.</dd>    <dd><a href="conjure.html">conjure</a>: interprets and executes scripts written in the Magick Scripting Language (MSL).</dd>    <dd><a href="convert.html">convert</a>: convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and more.</dd>    <dd><a href="display.html">display</a>: displays an image or image sequence on any X server.</dd>    <dd><a href="identify.html">identify</a>: describes the format and characteristics of one or more image files.</dd>    <dd><a href="import.html">import</a>: saves any visible window on an X server and outputs it as an image file.</dd>    <dd><a href="mogrify.html">mogrify</a>: resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and more.</dd>    <dd><a href="montage.html">montage</a>: create a composite image by combining several separate images.</dd>    <dd><a href="stream.html">stream</a>: a lightweight tool to stream one or more pixel components of the image or portion of the image to your choice of storage formats.</dd>  </dl></dd>  <dd><a href="command-line-processing.html">Command line processing</a>: the anatomy of the command line.</dd>  <dd><a href="command-line-options.html">Command line options</a>: annotated list of all options that can appear on the command-line.</dd>  <dd><a href="fx.html">Fx</a>: apply a mathematical expression to an image or image channels.</dd>  <dd><a href="http://www.fmwconcepts.com/imagemagick/">Fred's ImageMagick Scripts</a>:  a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.</dd></dl></div><h2><a id="program-interfaces"></a>Program Interfaces</h2><div class="doc-section"><dl>  <dd><a href="api.html">Program interfaces</a>: application programming interfaces.</dd>  <dd> <dl>    <dd><a href="../ChMagick">ChMagick</a>: is a <a href="http://www.softintegration.com/">Ch</a> an embeddable MagickCore C/C++ interpreter for cross-platform scripting.</dd>    <dd><a href="http://common-lisp.net/project/cl-magick/">CL-Magick</a>: provides a Common Lisp interface to the ImageMagick library.</dd>    <dd><a href="https://gna.org/projects/g2f/">G2F</a>: implements an Ada 95 binding to a subset of the low-level MagickCore library.</dd>    <dd><a href="../Magick++">Magick++</a>: provides an object-oriented C++ interface to ImageMagick.</dd>    <dd><a href="http://pecl.html.net/package/imagick">IMagick</a>: is a native PHP extension to create and modify images using the ImageMagick API.</dd>    <dd><a href="http://www.yeo.id.au/jmagick/">JMagick</a>: provides an object-oriented Java interface to ImageMagick.</dd>    <dd><a href="magick-core.html">MagickCore</a>: C API, recommended for wizard-level developers.</dd>    <dd><a href="magick-wand.html">MagickWand</a>: convert, compose, and edit images from the C language.</dd>    <dd><a href="http://www.magickwand.org/">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd>    <dd><a href="http://code.google.com/p/nmagick">nMagick</a>: is a port of the ImageMagick library to the haXe and Neko platforms.</dd>    <dd><a href="http://wiki.freepascal.org/PascalMagick">PascalMagick</a>: a Pascal binding for the MagickWand API and also the low-level MagickCore library.</dd>    <dd><a href="perl-magick.html">PerlMagick</a>: convert, compose, and edit images from the Perl language.</dd>    <dd><a href="http://www.imagemagick.org/download/python/">PythonMagick</a>: an object-oriented Python interface to ImageMagick.</dd>    <dd><a href="http://rmagick.rubyforge.org/">RMagick</a>: is an interface between the Ruby programming language and ImageMagick.</dd>    <dd><a href="http://tclmagick.sourceforge.net/">TclMagick</a>: a native Tcl-extension to the ImageMagick MagickWand API.</dd>  </dl></dd></dl></div><h2><a id="format"></a>Image Formats</h2><div class="doc-section"><dl>  <dd><a href="formats.html">Supported image formats</a>: annotated list of all image formats that ImageMagick can read and/or write.</dd>  <dd><a href="motion-picture.html">Motion picture digital images</a>: use SMPTE DPX Version 2.0 to process images used by the motion picture (film and high-definition) industry.</dd>  <dd><a href="high-dynamic-range.html">High dynamic-range images</a>: accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.</dd>  <dd><a href="magick-vector-graphics.html">Magick Vector Graphics</a>: a modularized language for describing two-dimensional vector and mixed vector/raster graphics in ImageMagick.</dd>  <dd><a href="miff.html">Magick Image File Format</a>: MIFF is ImageMagick's own platform-independent format for storing bitmap images.</dd></dl></div><h2><a id="help"></a>Getting Help</h2><div class="doc-section"><dl>  <dd><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;camp=1789&amp;tag=imagemagick-20&amp;creative=9325&amp;path=tg/detail/-/1590595904/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846">Definitive Guide to ImageMagick</a>: this book explains ImageMagick in a practical, learn-by-example fashion.</dd>  <dd><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;camp=1789&amp;tag=imagemagick-20&amp;creative=9325&amp;path=tg/detail/-/1904811868/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846">ImageMagick Tricks</a>: this book is packed with examples of photo manipulations, logo creation, animations, and complete web projects.</dd>  <dd><a href="../discourse-server">Discourse server</a>: get help from fellow ImageMagick users and developers, post to these forums.</dd>  <dd><a href="contact.html">Contact the Wizards</a>: for bug reports (only if you do not want to sign up to the <a href="../discourse-server">discourse server</a>), a source or documentation patch, a security or license issue, or if you want to be a sponsor of the ImageMagick project.</dd></dl></div><h2><a id="support"></a>Support ImageMagick</h2><div class="doc-section"><dl>  <dd><a href="http://www.imagemagick.org/discourse-server/viewforum.html?f=3">Report bugs and vulnerabilities</a>: our highest priority is to fix security defects and bug reports, usually within 48 hours of your report.  The bug discourse server requires that you register.  If you do not want to register, you can <a href="contact.html">contact the ImageMagick developers</a> with a convenient web form.</dd>  <dd><a href="sponsors.html">Sponsor ImageMagick</a>: contribute bug fixes, enhancements, hardware, funds, etc. to ensure the ImageMagick project thrives.</dd>  <dd><a href="t-shirt.html">ImageMagick t-shirt</a>: donate $35 USD and we acknowledge your gift with a logoed t-shirt.</dd></dl></div><h2><a id="miscellaneous"></a>Miscellaneous Topics</h2><div class="doc-section"><dl>  <dd><a href="convert.html">Format conversion</a>: convert an image from one <a href="formats.html">format </a> to another (e.g. PNG to JPEG).</dd>  <dd><a href="http://www.imagemagick.org/Usage/resize/">Transform</a>: resize, rotate, crop, or trim an image.</dd>  <dd><a href="http://www.imagemagick.org/Usage/masking/">Transparency</a>: render portions of an image invisible.</dd>  <dd><a href="http://www.imagemagick.org/Usage/draw/">Draw</a>: add shapes or text to an image.</dd>  <dd><a href="http://www.imagemagick.org/Usage/crop/">Decorate</a>: add a border or frame to an image.</dd>  <dd><a href="http://www.imagemagick.org/Usage/blur/">Special effects</a>: blur, sharpen, threshold, or tint an image.</dd>  <dd><a href="http://www.imagemagick.org/Usage/anim_basics/">Animation</a>: create a GIF animation sequence from a group of images.</dd>  <dd><a href="http://www.imagemagick.org/Usage/text/">Text &amp; comments</a>: insert descriptive or artistic text in an image.</dd>  <dd><a href="identify.html">Image identification</a>: describe the format and attributes of an image.</dd>  <dd><a href="composite.html">Composite</a>: overlap one image over another.</dd>  <dd><a href="montage.html">Montage</a>: juxtapose image thumbnails on an image canvas.</dd>  <dd><a href="http://www.imagemagick.org/Usage/distorts/">Generalized pixel distortion</a>: correct for, or induce image distortions including perspective.</dd>  <dd><a href="http://www.imagemagick.org/Usage/morphology/">Morphology of shapes</a>: extract features, describe shapes and recognize patterns in images.</dd>  <dd><a href="motion-picture.html">Motion picture support</a>: read and write the common image formats used in digital film work.</dd>  <dd><a href="fx.html">Image calculator</a>: apply a mathematical expression to an image or image channels.</dd>  <dd><a href="http://www.imagemagick.org/Usage/fourier">Discrete Fourier transform</a>: implements the forward and inverse DFT.</dd>  <dd><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.</dd>  <dd><a href="high-dynamic-range.html">High dynamic-range images</a>: accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.</dd>  <dd><a href="cipher.html">Encipher or decipher an image</a>: convert ordinary images into unintelddgible gibberish and back again.</dd>  <dd><a href="architecture.html#virtual-pixels">Virtual pixel support</a>: convenient access to pixels outside the image region.</dd>  <dd><a href="architecture.html#tera-pixel">Large image support</a>: read, process, or write mega-, giga-, or tera-pixel image sizes.</dd>  <dd><a href="architecture.html#threads">Threads of execution support</a>: ImageMagick is thread safe and most internal algorithms execute in parallel to take advantage of speed-ups offered by multicore processor chips.</dd>  <dd><a href="architecture.html#distributed">Heterogeneous distributed processing</a>: <a href="http://www.imagemagick.org/ImageMagick-7.0.0/www/opencl.html">certain algorithms</a> are <a href="http://en.wikipedia.org/wiki/OpenCL" target="_blank">OpenCL</a>-enabled to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors.</dd>  <dd><a href="http://www.imagemagick.org/ImageMagick-7.0.0/www/distribute-pixel-cache.html">Distributed pixel cache</a>: offload intermediate pixel storage to one or more remote servers .</dd>  <dd><a href="binary-releases.html#iOS">ImageMagick on the iPhone</a>: convert, edit, or compose images on your iPhone.</dd>  <dd><a href="escape.html">Escapes</a>: utilize percent escapes in a number of options, for example in <a href="command-line-options.html#format_identify_">-format</a> or in montage <a href="command-line-options.html#label">-label</a>, to print various properties and other settings associated with animage.</dd></dl></div>
 </div>
 
 <div id="linkbar">
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/sponsors.html b/www/sponsors.html
index d0dc381..24d7fd6 100644
--- a/www/sponsors.html
+++ b/www/sponsors.html
@@ -7,16 +7,17 @@
                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Sponsors</title>
   <meta http-equiv="content-language" content="en-US"/>
   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
   <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
   <meta name="application-name" content="ImageMagick"/>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
   <meta name="application-url" content="http://www.imagemagick.org"/>
   <meta name="generator" content="PHP"/>
-  <meta name="keywords" content="sponsors, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"/>
+  <meta name="keywords" content="sponsors, convert, edit, compose, image, pixel"/>
   <meta name="rating" content="GENERAL"/>
   <meta name="robots" content="INDEX, FOLLOW"/>
   <meta name="generator" content="ImageMagick Studio LLC"/>
@@ -26,27 +27,27 @@
   <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
   <meta name="distribution" content="Global"/>
   <link rel="icon" href="../images/wand.png"/>
-  <link rel="shortcut icon" href="../images/wand.ico"  type="images/x-icon"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen" />
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -88,11 +89,11 @@
 </div>
 <a href="../discourse-server">
   <img src="../images/logo.jpg"
-  alt="ImageMagick Logo"
+  alt="ImageMagick Logo" width="123" height="118"
   style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
 <a href="http://www.imagemagick.org/ImageMagick-7.0.0/index.html">
   <img src="../images/sprite.jpg"
-  alt="ImageMagick Sprite"
+  alt="ImageMagick Sprite" width="114" height="118"
   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
@@ -180,6 +181,25 @@
 <div class="eastbar">
   <script type="text/javascript">
     /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
     (function() {
         var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
         po.type = 'text/javascript';
@@ -195,26 +215,7 @@
     <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" /></a>
   </noscript>
-    <div class="g-plusone" id="gplusone"></div>
-    <script type="text/javascript">
-      /* <![CDATA[ */
-      window.___gcfg = {
-        lang: 'en-US'
-      };
-
-      (function() {
-        var po = document.createElement('offline-script');
-        po.type = 'text/javascript';
-        po.async = true;
-        po.src = 'https://apis.google.com/js/plusone.js';
-        var script = document.getElementsByTagName('offline-script')[0];
-        script.parentNode.insertBefore(po, script);
-      })();
-      var gplusone = document.getElementById("gplusone");
-      gplusone.setAttribute("data-size","medium");
-      gplusone.setAttribute("data-count","true");
-      /* ]]> */
-    </script>
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -299,15 +300,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/stream.html b/www/stream.html
index b72b0b5..53dad13 100644
--- a/www/stream.html
+++ b/www/stream.html
@@ -1,47 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Command-line Tools: Stream</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="command-line, tools:, stream, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="command-line, tools:, stream, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +64,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +84,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +147,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +173,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -183,13 +233,13 @@
 
 <p>We list a few examples of the <code>stream</code> command here to illustrate its usefulness and ease of use. To get started, lets stream the red, green, blue components of a 640x480 JPEG image to disk as unsigned characters:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">stream -map rgb -storage-type char image.jpg pixels.dat</span><span class="crtout"></span><span class="crtprompt"> $magick&gt; </span><span class="crtin">display -depth 8 -size 640x480 rgb:pixels.dat</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>stream -map rgb -storage-type char image.jpg pixels.dat</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>display -depth 8 -size 640x480 rgb:pixels.dat</span></p>
 <p>Here we extract a 100x100 region from a TIFF image in the grayscale format as doubles:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">stream -map i -storage-type double -extract 100x100+30+40 image.tif gray.raw</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>stream -map i -storage-type double -extract 100x100+30+40 image.tif gray.raw</span></p>
 <p>You can also associate the region to extract with the image filename:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">stream -map i -storage-type double 'image.tif[100x100+30+40]' gray.raw</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>stream -map i -storage-type double 'image.tif[100x100+30+40]' gray.raw</span></p>
 </div>
 
 <h2><a id="options"></a>Option Summary</h2>
@@ -370,15 +420,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/subversion.html b/www/subversion.html
index 0db0509..72b447f 100644
--- a/www/subversion.html
+++ b/www/subversion.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Subversion</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="subversion, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="subversion, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -179,15 +228,15 @@
 
 <p>To retrieve, or check out ImageMagick stable, use this command:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">svn co \ <br></br>
-https://www.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-7.0.0 \ <br></br>
-ImageMagick-7.0.0</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>svn co \ <br />
+https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6.8.9 \ <br />
+ImageMagick-6.8.9</span></p>
 <p>To retrieve, or check out ImageMagick development, use this command:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">svn co https://www.imagemagick.org/subversion/ImageMagick/trunk ImageMagick</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>svn co https://subversion.imagemagick.org/subversion/ImageMagick/trunk ImageMagick</span></p>
 <p>To update the sources within a previously checked out directory, execute:</p>
 
-<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">svn update</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>svn update</span></p>
 <p>and only the files which have changed are updated.</p>
 </div>
 
@@ -197,15 +246,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>
diff --git a/www/t-shirt.html b/www/t-shirt.html
index 276f028..5dbe821 100644
--- a/www/t-shirt.html
+++ b/www/t-shirt.html
@@ -1,47 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html version="-//W3C//DTD XHTML 1.1//EN"
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
-  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"></meta>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
+  <meta name=viewport content="width=device-width, initial-scale=0.3333334">
+  <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
   <title>ImageMagick: Logo T-Shirt</title>
-  <meta http-equiv="content-language" content="en-US"></meta>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
-  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"></meta>
-  <meta name="application-name" content="ImageMagick"></meta>
-  <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition, resize, rotate, shear, distort or transform images automagically."></meta>
-  <meta name="application-url" content="http://www.imagemagick.org"></meta>
-  <meta name="generator" content="PHP"></meta>
-  <meta name="keywords" content="logo, t-shirt, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"></meta>
-  <meta name="rating" content="GENERAL"></meta>
-  <meta name="robots" content="INDEX, FOLLOW"></meta>
-  <meta name="generator" content="ImageMagick Studio LLC"></meta>
-  <meta name="author" content="ImageMagick Studio LLC"></meta>
-  <meta name="revisit-after" content="2 DAYS"></meta>
-  <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="http://www.imagemagick.org"></link>
-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"></link>
+  <meta http-equiv="content-language" content="en-US"/>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="application-name" content="ImageMagick"/>
+  <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
+  <meta name="application-url" content="http://www.imagemagick.org"/>
+  <meta name="generator" content="PHP"/>
+  <meta name="keywords" content="logo, t-shirt, convert, edit, compose, image, pixel"/>
+  <meta name="rating" content="GENERAL"/>
+  <meta name="robots" content="INDEX, FOLLOW"/>
+  <meta name="generator" content="ImageMagick Studio LLC"/>
+  <meta name="author" content="ImageMagick Studio LLC"/>
+  <meta name="revisit-after" content="2 DAYS"/>
+  <meta name="resource-type" content="document"/>
+  <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
+  <meta name="distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"/>
+  <link rel="shortcut icon" href="../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"/>
 
   <!-- Add jQuery library -->
-  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/1.7/jquery.min.js"></script>
+  <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
   
   <!-- Add mousewheel plugin (this is optional) -->
   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
   
   <!-- Add fancyBox -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
   
   <!-- Optionally add helpers - button, thumbnail and/or media -->
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
   
-  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen"></link>
-  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
+  <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
+  <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
   
   <script type="text/javascript">
   	$(document).ready(function() {
@@ -57,7 +63,15 @@
 
 <body id="www-imagemagick-org">
 
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-40133312-1', 'imagemagick.org');
+  ga('send', 'pageview');
+</script>
 
 <div class="titlebar">
 <div style="margin: 17px auto; float: left;">
@@ -69,12 +83,18 @@
     google_ad_height = 90;
   //-->
   </script>
-  
+  <script type="text/javascript"
+    src="http://localhost/pagead/show_ads.js">
+  </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>
+  <img src="../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/ImageMagick-7.0.0/index.html">
-  <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
+  <img src="../images/sprite.jpg"
+  alt="ImageMagick Sprite" width="114" height="118"
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 </div>
 
 <div class="westbar">
@@ -126,7 +146,7 @@
     <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
+<div  class="menu">
    <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
@@ -152,21 +172,50 @@
 <div class="menu">
   <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
-<div class="sub">
+<div  class="sub">
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 </div>
 
 <div class="eastbar">
-  
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    window.___gcfg = {
+      lang: 'en-US'
+    };
+
+    (function() {
+      var po = document.createElement('offline-script');
+      po.type = 'text/javascript';
+      po.async = true;
+      po.src = 'https://apis.google.com/js/plusone.js';
+      var script = document.getElementsByTagName('offline-script')[0];
+      script.parentNode.insertBefore(po, script);
+    })();
+    var gplusone = document.getElementById("gplusone");
+    gplusone.setAttribute("data-size","medium");
+    gplusone.setAttribute("data-count","true");
+    /* ]]> */
+  </script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        po.type = 'text/javascript';
+        po.async = true;
+        po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        var script = document.getElementsByTagName('offline-script')[0];
+        script.parentNode.insertBefore(po, script);
+    })();
+    /* ]]> */
+  </script>
   <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></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>
+    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
   </noscript>
-    
-    
+  <div class="g-plusone" data-size="standard" data-count="true"></div>
 </div>
 
 <div class="main">
@@ -174,7 +223,7 @@
 <h1>ImageMagick T-shirt</h1>
 <p class="navigation-index"></p>
 
-<p style="text-align: center"><img id="t-shirt" src="../images/t-shirt.png" alt="[ImageMagick T-Shirt]" width="600" height="308"></img></p>
+<p style="text-align: center"><img id="t-shirt" src="../images/t-shirt.png" alt="[ImageMagick T-Shirt]" width="600" height="308" /></p>
 
 
 <form id="form" action="https://www.paypal.com/cgi-bin/webscr" method="post">
@@ -182,12 +231,12 @@
 <legend>Make a Donation</legend>
 <p>Help  support the ImageMagick project with a donation of $35.00 USD (or more) and we will acknowledge your gift with this Hanes Beefy-T logoed t-shirt. Press the donate button to contribute thru Paypal or with a credit card:</p>
   <p>
-  <input name="cmd" type="hidden" value="_xclick"></input>
-  <input name="business" type="hidden" value="paypal@imagemagick.org"></input>
-  <input name="item_name" type="hidden" value="ImageMagick T-Shirt"></input>
-  <input name="no_shipping" type="hidden" value="1"></input>
-  <input name="amount" type="hidden" value="35.00"></input>
-  <button type="submit" name="submit" style="border: none; background: white;"><img alt="Support ImageMagick @ https://www.paypal.com/cgi-bin/webscr" src="../images/donate.png" width="110" height="23"></img>
+  <input name="cmd" type="hidden" value="_xclick" />
+  <input name="business" type="hidden" value="paypal@imagemagick.org" />
+  <input name="item_name" type="hidden" value="ImageMagick T-Shirt" />
+  <input name="no_shipping" type="hidden" value="1" />
+  <input name="amount" type="hidden" value="35.00" />
+  <button type="submit" name="submit" style="border: none; background: white;"><img alt="Support ImageMagick @ https://www.paypal.com/cgi-bin/webscr" src="../images/donate.png" width="110" height="23"  />
   </button>
   </p>
 
@@ -211,15 +260,15 @@
     <span id="linkbar-west"> </span>
 
     <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="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
 </div>
 <div class="footer">
-  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-west">©  1999-2014 ImageMagick Studio LLC</span>
   <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
 </div>
 <div style="clear: both; margin: 0; width: 100%; "></div>