...
diff --git a/ChangeLog b/ChangeLog
index fc7f6a2..f400208 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-2017-06=01  7.0.4-10 Glenn Randers-Pehrson <glennrp@image...>
+2017-06-02  7.0.5-10 Cristy  <quetzlzacatenango@image...>
+  * Release ImageMagick version 7.0.5-10, GIT revision 20155:38ebc02:20170602.
+
+2017-06-01  7.0.5-10 Glenn Randers-Pehrson <glennrp@image...>
   * Removed experimental zxIF chunk support; the proposal is dead.
 
 2017-06-01  7.0.5-10 Cristy  <quetzlzacatenango@image...>
diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html
index b8d6498..a7ad417 100644
--- a/www/ImageMagickObject.html
+++ b/www/ImageMagickObject.html
@@ -130,4 +130,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 16:20 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html
index 41b002f..046ebbe 100644
--- a/www/advanced-unix-installation.html
+++ b/www/advanced-unix-installation.html
@@ -78,7 +78,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>
 
-<pre><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.5-6</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>./configure</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.5-9</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>./configure</span></pre>
 <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>
 
@@ -534,7 +534,7 @@
 
 	  <p><a href="download.html">Download</a> the ImageMagick source distribution and verify the distribution against its <a href="https://www.imagemagick.org/download/digest.rdf">message digest</a>.</p>
 	  <p>Unpack and change into the top-level ImageMagick directory:</p>
-		<pre><span class="crtprompt"> </span><span class='crtin'>tar xvzf ImageMagick-7.0.5-6.tar.gz</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.5-6</span></pre>	  <p>Configure ImageMagick:</p>
+		<pre><span class="crtprompt"> </span><span class='crtin'>tar xvzf ImageMagick-7.0.5-9.tar.gz</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.5-9</span></pre>	  <p>Configure ImageMagick:</p>
 <pre>
 ./configure --prefix=/opt --with-quantum-depth=16 \
   --disable-dependency-tracking --with-x=yes \
@@ -566,7 +566,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>
 
-<pre><span class="crtprompt"> </span><span class='crtin'>tar jxvf ImageMagick-7.0.5-?.tar.bz2</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.5-6</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>./configure --without-perl</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>make</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>sudo make install</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>tar jxvf ImageMagick-7.0.5-?.tar.bz2</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.5-9</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>./configure --without-perl</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>make</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>sudo make install</span></pre>
 <h2 class="magick-header"><a id="problems"></a>Dealing with Unexpected Problems</h2>
 
 <p>Chances are the download, configure, build, and install of ImageMagick went flawlessly as it is intended, however, certain systems and environments may cause one or more steps to fail.  We discuss a few problems we've run across and how to take corrective action to ensure you have a working release of ImageMagick</p>
@@ -636,4 +636,3 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:07 -->
\ No newline at end of file
diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html
index cf22747..caf19d1 100644
--- a/www/advanced-windows-installation.html
+++ b/www/advanced-windows-installation.html
@@ -331,7 +331,7 @@
 
 	<ol>
 	<li>Double-click on
-	<code>VisualMagick/bin/ImageMagick-7.0.5-6-Q16-windows-dll.exe</code>
+	<code>VisualMagick/bin/ImageMagick-7.0.5-9-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>
@@ -401,4 +401,3 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:06 -->
\ No newline at end of file
diff --git a/www/animate.html b/www/animate.html
index 8efea2d..e21f469 100644
--- a/www/animate.html
+++ b/www/animate.html
@@ -532,4 +532,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:15 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/architecture.html b/www/architecture.html
index 945e11a..5eab5e1 100644
--- a/www/architecture.html
+++ b/www/architecture.html
@@ -135,7 +135,7 @@
 
 <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 8-bit gray 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>
 
-<pre><span class="crtprompt"> </span><span class='crtin'>identify -version</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>Version: ImageMagick 7.0.5-6 2017-05-18 Q16 https://www.imagemagick.org</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>identify -version</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>Version: ImageMagick 7.0.5-9 2017-05-30 Q16 https://www.imagemagick.org</span></pre>
 <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 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>
 
 <h3><a id="authentic-pixels"></a>Access the Pixel Cache</h3>
@@ -1423,4 +1423,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:17 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/changelog.html b/www/changelog.html
index fa4b963..331832a 100644
--- a/www/changelog.html
+++ b/www/changelog.html
@@ -56,7 +56,21 @@
   </div>
 </div>
 <div class="container">
-<div class="magick-header"><dl><dt>2017-05-12  7.0.5-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<div class="magick-header"><dl><dt>2017-05-28  7.0.5-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Release ImageMagick version 7.0.5-8, GIT revision 20113:8b67333:20170528.</li>
+<dt>2017-05-28  7.0.5-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Transient error validating the JPEG-2000 image format (reference    https://github.com/ImageMagick/ImageMagick/issues/501).</li>
+  <li> Properly allocate DCM image colormap (reference    https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=32063).</li>
+<dt>2017-05-26  7.0.5-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Release ImageMagick version 7.0.5-8, GIT revision 20099:870a016:20170526.</li>
+<dt>2017-05-23  7.0.5-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Improper allocation of memory for IM instances without threads (reference    https://github.com/ImageMagick/ImageMagick/issues/497).</li>
+  <li> Delete corrupt image from list (reference    https://github.com/ImageMagick/ImageMagick/issues/500).</li>
+<dt>2017-05-19  7.0.5-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Release ImageMagick version 7.0.5-6, GIT revision 20078:7ce2d38:20170519.</li>
+<dt>2017-05-15  7.0.5-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Support various image operators for the compare utility (reference    https://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=31938).</li>
+ 2017-05-12  7.0.5-6 Cristy  &lt;quetzlzacatenango@image...&gt;</li>
   <li> Release ImageMagick version 7.0.5-6, GIT revision 20039:9371904:20170512.</li>
 <dt>2017-05-10  7.0.5-6 John Cupitt &lt;jcupitt@gmail.com&gt;</dt>
   <li> Revise DICOM window and rescale handling (reference     https://github.com/ImageMagick/ImageMagick/pull/484)</li>
@@ -394,4 +408,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:05 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:18 -->
\ No newline at end of file
diff --git a/www/cipher.html b/www/cipher.html
index 0c46743..a8ffcb3 100644
--- a/www/cipher.html
+++ b/www/cipher.html
@@ -140,4 +140,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:10 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/color-management.html b/www/color-management.html
index 5aa013c..79b7abf 100644
--- a/www/color-management.html
+++ b/www/color-management.html
@@ -150,4 +150,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:53 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/color.html b/www/color.html
index b376f60..c8af369 100644
--- a/www/color.html
+++ b/www/color.html
@@ -4951,4 +4951,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:21 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/command-line-options.html b/www/command-line-options.html
index aea69ca..5b412c7 100644
--- a/www/command-line-options.html
+++ b/www/command-line-options.html
@@ -8095,4 +8095,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:03 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/command-line-processing.html b/www/command-line-processing.html
index a11e7fb..3c785ec 100644
--- a/www/command-line-processing.html
+++ b/www/command-line-processing.html
@@ -688,4 +688,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:02 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/command-line-tools.html b/www/command-line-tools.html
index 4a5cb6e..af9e7b6 100644
--- a/www/command-line-tools.html
+++ b/www/command-line-tools.html
@@ -107,4 +107,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:05 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/compare.html b/www/compare.html
index 409d603..12a270f 100644
--- a/www/compare.html
+++ b/www/compare.html
@@ -139,6 +139,11 @@
   </tr>
 
   <tr>
+    <td><a href="command-line-options.html#background">-background <var>color</var></a></td>
+    <td>background color</td>
+  </tr>
+
+  <tr>
     <td><a href="command-line-options.html#brightness-contrast">-brightness-contrast <var>geometry</var></a></td>
     <td>improve brightness / contrast of the image</td>
   </tr>
@@ -294,6 +299,11 @@
   </tr>
 
   <tr>
+    <td><a href="command-line-options.html#repage">-repage <var>geometry</var></a></td>
+    <td>size and location of an image canvas</td>
+  </tr>
+
+  <tr>
     <td><a href="command-line-options.html#resize">-resize <var>geometry</var></a></td>
     <td>resize the image</td>
   </tr>
@@ -405,4 +415,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:03 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/compose.html b/www/compose.html
index 281ba06..925fece 100644
--- a/www/compose.html
+++ b/www/compose.html
@@ -644,4 +644,3 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 17:58 -->
\ No newline at end of file
diff --git a/www/composite.html b/www/composite.html
index 7dcea48..b60035d 100644
--- a/www/composite.html
+++ b/www/composite.html
@@ -526,4 +526,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:11 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/conjure.html b/www/conjure.html
index 2250a11..063ab15 100644
--- a/www/conjure.html
+++ b/www/conjure.html
@@ -1138,4 +1138,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:15 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/connected-components.html b/www/connected-components.html
index 7dadb6c..bedd741 100644
--- a/www/connected-components.html
+++ b/www/connected-components.html
@@ -121,4 +121,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:55 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/convert.html b/www/convert.html
index 6cefd6f..2eaae7a 100644
--- a/www/convert.html
+++ b/www/convert.html
@@ -1322,4 +1322,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:02 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/develop.html b/www/develop.html
index c92d099..1420515 100644
--- a/www/develop.html
+++ b/www/develop.html
@@ -186,4 +186,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:04 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/display.html b/www/display.html
index 7a124fb..30f0569 100644
--- a/www/display.html
+++ b/www/display.html
@@ -568,4 +568,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:03 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/distribute-pixel-cache.html b/www/distribute-pixel-cache.html
index 6e8b6d5..d18230e 100644
--- a/www/distribute-pixel-cache.html
+++ b/www/distribute-pixel-cache.html
@@ -89,4 +89,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:03 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/download.html b/www/download.html
index 142b878..887f58a 100644
--- a/www/download.html
+++ b/www/download.html
@@ -76,16 +76,16 @@
   </tr>
 
   <tr>
-      <td>ImageMagick-7.0.5-6.x86_64.rpm</td>
-      <td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.5-6.x86_64.rpm">download</a></td>
-    <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-7.0.5-6.x86_64.rpm">download</a></td>
+      <td>ImageMagick-7.0.5-9.x86_64.rpm</td>
+      <td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.5-9.x86_64.rpm">download</a></td>
+    <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-7.0.5-9.x86_64.rpm">download</a></td>
     <td>Redhat / CentOS 7.1 x86_64 RPM</td>
   </tr>
 
   <tr>
-      <td>ImageMagick-libs-7.0.5-6.x86_64.rpm</td>
-      <td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.5-6.x86_64.rpm">download</a></td>
-    <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-libs-7.0.5-6.x86_64.rpm">download</a></td>
+      <td>ImageMagick-libs-7.0.5-9.x86_64.rpm</td>
+      <td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.5-9.x86_64.rpm">download</a></td>
+    <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-libs-7.0.5-9.x86_64.rpm">download</a></td>
     <td>Redhat / CentOS 7.1 x86_64 RPM</td>
   </tr>
 
@@ -122,8 +122,8 @@
 
 <p>ImageMagick RPM's are self-installing.  Simply type the following command and you're ready to start using ImageMagick:</p>
 
-<pre><span class="crtprompt"> </span><span class='crtin'>rpm -Uvh ImageMagick-7.0.5-6.x86_64.rpm</span></pre><p>You'll need the libraries as well:</p>
-<pre><span class="crtprompt"> </span><span class='crtin'>rpm -Uvh ImageMagick-libs-7.0.5-6.x86_64.rpm</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>rpm -Uvh ImageMagick-7.0.5-9.x86_64.rpm</span></pre><p>You'll need the libraries as well:</p>
+<pre><span class="crtprompt"> </span><span class='crtin'>rpm -Uvh ImageMagick-libs-7.0.5-9.x86_64.rpm</span></pre>
 <p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p>
 
 <pre>
@@ -258,7 +258,7 @@
 <pre>
 ./imagemagick_compile.sh <var>VERSION</var>
 </pre>
-<p>where <var>VERSION</var> is the version of ImageMagick you want to compile (i.e.: 7.0.5-6, svn, ...)</p>
+<p>where <var>VERSION</var> is the version of ImageMagick you want to compile (i.e.: 7.0.5-9, svn, ...)</p>
 
 <p>This script compiles ImageMagick as a static library to be included in iOS projects and adds support for</p>
 <ul>
@@ -307,9 +307,9 @@
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q16-x64-dll.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q16-x64-dll.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q16-x64-dll.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q16-x64-dll.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q16-x64-dll.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q16-x64-dll.exe">download</a></td>
     <td>Win64 dynamic at 16 bits-per-pixel component</td>
   </tr>
 </table></div>
@@ -327,93 +327,93 @@
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q16-x64-static.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q16-x64-static.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q16-x64-static.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q16-x64-static.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q16-x64-static.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q16-x64-static.exe">download</a></td>
    <td>Win64 static at 16 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q8-x64-dll.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q8-x64-dll.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q8-x64-dll.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q8-x64-dll.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q8-x64-dll.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q8-x64-dll.exe">download</a></td>
    <td>Win64 dynamic at 8 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q8-x64-static.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q8-x64-static.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q8-x64-static.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q8-x64-static.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q8-x64-static.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q8-x64-static.exe">download</a></td>
     <td>Win64 static at 8 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q16-HDRI-x64-dll.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q16-HDRI-x64-dll.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q16-HDRI-x64-dll.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q16-HDRI-x64-dll.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q16-HDRI-x64-dll.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q16-HDRI-x64-dll.exe">download</a></td>
     <td>Win64 dynamic at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q16-HDRI-x64-static.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q16-HDRI-x64-static.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q16-HDRI-x64-static.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q16-HDRI-x64-static.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q16-HDRI-x64-static.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q16-HDRI-x64-static.exe">download</a></td>
     <td>Win64 static at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q16-x86-dll.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q16-x86-dll.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q16-x86-dll.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q16-x86-dll.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q16-x86-dll.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q16-x86-dll.exe">download</a></td>
     <td>Win32 dynamic at 16 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q16-x86-static.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q16-x86-static.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q16-x86-static.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q16-x86-static.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q16-x86-static.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q16-x86-static.exe">download</a></td>
     <td>Win32 static at 16 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q8-x86-dll.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q8-x86-dll.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q8-x86-dll.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q8-x86-dll.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q8-x86-dll.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q8-x86-dll.exe">download</a></td>
     <td>Win32 dynamic at 8 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q8-x86-static.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q8-x86-static.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q8-x86-static.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q8-x86-static.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q8-x86-static.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q8-x86-static.exe">download</a></td>
     <td>Win32 static at 8 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q16-HDRI-x86-dll.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q16-HDRI-x86-dll.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q16-HDRI-x86-dll.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q16-HDRI-x86-dll.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q16-HDRI-x86-dll.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q16-HDRI-x86-dll.exe">download</a></td>
     <td>Win32 dynamic at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q16-HDRI-x86-static.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q16-HDRI-x86-static.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q16-HDRI-x86-static.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q16-HDRI-x86-static.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q16-HDRI-x86-static.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q16-HDRI-x86-static.exe">download</a></td>
     <td>Win32 static at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-portable-Q16-x86.zip</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-portable-Q16-x86.zip">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-portable-Q16-x86.zip">download</a></td>
+        <td>ImageMagick-7.0.5-9-portable-Q16-x86.zip</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-portable-Q16-x86.zip">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-portable-Q16-x86.zip">download</a></td>
     <td>Portable Win32 static at 16 bits-per-pixel component.  Just copy to your host and run (no installer, no Windows registry entries).</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-portable-Q16-x64.zip</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-portable-Q16-x64.zip">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-portable-Q16-x64.zip">download</a></td>
+        <td>ImageMagick-7.0.5-9-portable-Q16-x64.zip</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-portable-Q16-x64.zip">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-portable-Q16-x64.zip">download</a></td>
     <td>Portable Win64 static at 16 bits-per-pixel component.  Just copy to your host and run (no installer, no Windows registry entries).</td>
   </tr>
 </table></div>
@@ -464,4 +464,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:02 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/escape.html b/www/escape.html
index 393598f..26bc70b 100644
--- a/www/escape.html
+++ b/www/escape.html
@@ -661,7 +661,7 @@
 %[fx:<var>expression</var>]
 </pre>
 
-<p>Use <code>pixel:</code> to evaluate a pixel color as defined by the <a
+<p>Use <code>pixel:</code> or <code>hex:</code> to evaluate a pixel color as defined by the <a
 href="fx.html">FX</a>
 expression:</p>
 
@@ -887,4 +887,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:10 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:21 -->
\ No newline at end of file
diff --git a/www/examples.html b/www/examples.html
index 8889824..8ce42f5 100644
--- a/www/examples.html
+++ b/www/examples.html
@@ -80,4 +80,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:36 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/exception.html b/www/exception.html
index f470f0a..1dc29e5 100644
--- a/www/exception.html
+++ b/www/exception.html
@@ -269,4 +269,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 17:52 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:21 -->
\ No newline at end of file
diff --git a/www/export.html b/www/export.html
index 6f781ab..4ec0ac9 100644
--- a/www/export.html
+++ b/www/export.html
@@ -80,4 +80,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 16:57 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:20 -->
\ No newline at end of file
diff --git a/www/formats.html b/www/formats.html
index 7b6a3f3..c7cf11f 100644
--- a/www/formats.html
+++ b/www/formats.html
@@ -1967,4 +1967,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:11 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/fx.html b/www/fx.html
index 1bcd6e1..4d70d7d 100644
--- a/www/fx.html
+++ b/www/fx.html
@@ -398,7 +398,7 @@
   -set delay '%[fx:t == 0 ? 240 : 10]' -loop 0 rose.gif"
 </pre>
 
-<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>
+<p>The color-escape <code>%[pixel:]</code> or <code>%[hex:]</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>
   <footer class="magick-footer">
@@ -420,4 +420,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:11 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/gradient.html b/www/gradient.html
index 026fe39..34f380a 100644
--- a/www/gradient.html
+++ b/www/gradient.html
@@ -241,4 +241,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:20 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html
index 760e88f..46c367e 100644
--- a/www/high-dynamic-range.html
+++ b/www/high-dynamic-range.html
@@ -107,4 +107,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:27 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/history.html b/www/history.html
index 7e27cd9..81086f4 100644
--- a/www/history.html
+++ b/www/history.html
@@ -97,4 +97,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:12 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:21 -->
\ No newline at end of file
diff --git a/www/identify.html b/www/identify.html
index 13b294e..afb12cd 100644
--- a/www/identify.html
+++ b/www/identify.html
@@ -429,4 +429,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:05 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/import.html b/www/import.html
index 779f063..4559047 100644
--- a/www/import.html
+++ b/www/import.html
@@ -427,4 +427,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:15 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/index.html b/www/index.html
index 3fd3d96..fd1793a 100644
--- a/www/index.html
+++ b/www/index.html
@@ -66,9 +66,9 @@
 <p>ImageMagick utilizes multiple computational threads to increase performance and can read, process, or write mega-, giga-, or tera-pixel image sizes.</p>
 <p>ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may use, copy, modify, and distribute in both open and proprietary applications. It is distributed under the Apache 2.0 <a href="https://www.imagemagick.org/script/license.html">license</a>.</p>
 
-<p>The ImageMagick development process ensures a stable API and <a href="http://abi-laboratory.pro/tracker/timeline/imagemagick/">ABI</a>. Before each ImageMagick release, we perform a comprehensive security assessment that includes <a href="https://github.com/google/sanitizers/wiki/AddressSanitizer">memory error</a> and <a href="https://github.com/google/sanitizers/wiki/ThreadSanitizer">thread data race</a> detection to prevent security vulnerabilities.</p>
+<p>The ImageMagick development process ensures a stable API and <a href="http://abi-laboratory.pro/tracker/timeline/imagemagick/">ABI</a>. Before each ImageMagick release, we perform a comprehensive security assessment that includes <a href="https://github.com/google/sanitizers/wiki/AddressSanitizer">memory error</a> and <a href="https://github.com/google/sanitizers/wiki/ThreadSanitizer">thread data race</a> detection to help prevent security vulnerabilities.</p>
 
-<p>The current release is ImageMagick <a href="https://www.imagemagick.org/script/download.html">7.0.5-6</a>.  It runs on <a href="https://www.imagemagick.org/script/download.html#unix">Linux</a>, <a href="https://www.imagemagick.org/script/download.html#windows">Windows</a>, <a href="https://www.imagemagick.org/script/download.html#macosx">Mac Os X</a>, <a href="https://www.imagemagick.org/script/download.html#iOS">iOS</a>, Android OS, and others.</p>
+<p>The current release is ImageMagick <a href="https://www.imagemagick.org/script/download.html">7.0.5-9</a>.  It runs on <a href="https://www.imagemagick.org/script/download.html#unix">Linux</a>, <a href="https://www.imagemagick.org/script/download.html#windows">Windows</a>, <a href="https://www.imagemagick.org/script/download.html#macosx">Mac Os X</a>, <a href="https://www.imagemagick.org/script/download.html#iOS">iOS</a>, Android OS, and others.</p>
 
 <p>The authoritative ImageMagick web site is <a href="https://www.imagemagick.org/">https://www.imagemagick.org</a>. The authoritative source code repository is <a href="http://git.imagemagick.org/repos/ImageMagick">http://git.imagemagick.org/repos/ImageMagick</a>.  We maintain a source code mirror at <a href="https://gitlab.com/ImageMagick/ImageMagick">GitLab</a> and <a href="https://github.com/ImageMagick/ImageMagick">GitHub</a>.</p>
 
@@ -239,4 +239,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:02 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:18 -->
\ No newline at end of file
diff --git a/www/install-source.html b/www/install-source.html
index 13531cd..d46d7fd 100644
--- a/www/install-source.html
+++ b/www/install-source.html
@@ -162,4 +162,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:04 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/jp2.html b/www/jp2.html
index 8903c9f..7b57ce3 100644
--- a/www/jp2.html
+++ b/www/jp2.html
@@ -164,4 +164,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 16:44 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/license.html b/www/license.html
index fcdd282..8fcb501 100644
--- a/www/license.html
+++ b/www/license.html
@@ -203,4 +203,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:18 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/links.html b/www/links.html
index ba06703..2f5a216 100644
--- a/www/links.html
+++ b/www/links.html
@@ -163,4 +163,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:21 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/magick++.html b/www/magick++.html
index 3deb13b..071bed2 100644
--- a/www/magick++.html
+++ b/www/magick++.html
@@ -187,4 +187,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:23 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/magick-core.html b/www/magick-core.html
index b28d4e5..5d1029a 100644
--- a/www/magick-core.html
+++ b/www/magick-core.html
@@ -337,4 +337,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:04 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/magick-script.html b/www/magick-script.html
index 4476921..50d0ce8 100644
--- a/www/magick-script.html
+++ b/www/magick-script.html
@@ -1282,4 +1282,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:18 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/magick-vector-graphics.html b/www/magick-vector-graphics.html
index 51da54a..7dace51 100644
--- a/www/magick-vector-graphics.html
+++ b/www/magick-vector-graphics.html
@@ -881,4 +881,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:20 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/magick-wand.html b/www/magick-wand.html
index 2a357e6..fcfb591 100644
--- a/www/magick-wand.html
+++ b/www/magick-wand.html
@@ -383,4 +383,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:37 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/magick.html b/www/magick.html
index 3f84a6b..f193d68 100644
--- a/www/magick.html
+++ b/www/magick.html
@@ -1324,4 +1324,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:15 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/miff.html b/www/miff.html
index 1ef8fb7..1769b59 100644
--- a/www/miff.html
+++ b/www/miff.html
@@ -245,4 +245,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 18:24 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/mirror.html b/www/mirror.html
index 7c7b568..ad97da9 100644
--- a/www/mirror.html
+++ b/www/mirror.html
@@ -58,7 +58,7 @@
 <div class="container">
 <div class="magick-header">
 <p class="lead magick-description">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="http://git.imagemagick.org/repos/ImageMagick">Git</a>.  Before you download, you may want to review recent <a href="changelog.html">changes</a> to the ImageMagick distribution.  The authoritative source code repository is <a href="http://git.imagemagick.org/repos/ImageMagick">http://git.imagemagick.org/repos/ImageMagick</a>.</p>
-<p>The latest release of ImageMagick is version 7.0.5-6.</p>
+<p>The latest release of ImageMagick is version 7.0.5-9.</p>
 <dl class="dl-horizontal">
   <dt>Germany</dt>
     <dd><a href="http://mirror.checkdomain.de/imagemagick/">http://mirror.checkdomain.de/imagemagick/</a></dd>
@@ -115,4 +115,3 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 20:21 -->
\ No newline at end of file
diff --git a/www/mogrify.html b/www/mogrify.html
index 8cdc748..efc06d1 100644
--- a/www/mogrify.html
+++ b/www/mogrify.html
@@ -59,7 +59,7 @@
 <div class="magick-header">
 <p class="text-center"><a href="mogrify.html#usage">Example Usage</a> • <a href="mogrify.html#options">Option Summary</a></p>
 
-<p class="lead magick-description">Use the <code>mogrify</code> program to resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.   This tool is similar to <a href="convert.html">convert</a> except that the original image file is overwritten (unless you change the file suffix with the <a href="command-line-options.html#format">-format</a> option) with any changes you request.  See <a href="command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>mogrify</code> command or see below for sample usages of the command.</p>
+<p class="lead magick-description">Use the <code>mogrify</code> program to resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.   This tool is similar to <a href="convert.html">convert</a> except that the original image file is <em>overwritten</em> (unless you change the file suffix with the <a href="command-line-options.html#format">-format</a> option) with any changes you request.  See <a href="command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>mogrify</code> command or see below for sample usages of the command.</p>
 
 <h2 class="magick-header"><a id="usage"></a>Example Usage</h2>
 
@@ -1297,4 +1297,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:10 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/montage.html b/www/montage.html
index c886f21..b5c151e 100644
--- a/www/montage.html
+++ b/www/montage.html
@@ -638,4 +638,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:21 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/motion-picture.html b/www/motion-picture.html
index 2b168c3..74ecae3 100644
--- a/www/motion-picture.html
+++ b/www/motion-picture.html
@@ -194,4 +194,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:54 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/opencl.html b/www/opencl.html
index 5a104b2..724c6d5 100644
--- a/www/opencl.html
+++ b/www/opencl.html
@@ -122,4 +122,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:37 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/openmp.html b/www/openmp.html
index dfddc82..9607b19 100644
--- a/www/openmp.html
+++ b/www/openmp.html
@@ -101,4 +101,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:08 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/perl-magick.html b/www/perl-magick.html
index eb3adac..67f2fd4 100644
--- a/www/perl-magick.html
+++ b/www/perl-magick.html
@@ -2603,4 +2603,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:11 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/porting.html b/www/porting.html
index 1031610..fd7295c 100644
--- a/www/porting.html
+++ b/www/porting.html
@@ -664,4 +664,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:05 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/quantize.html b/www/quantize.html
index 881ed26..911bb59 100644
--- a/www/quantize.html
+++ b/www/quantize.html
@@ -202,4 +202,3 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 17:30 -->
\ No newline at end of file
diff --git a/www/resources.html b/www/resources.html
index fbc13e1..c24d745 100644
--- a/www/resources.html
+++ b/www/resources.html
@@ -383,4 +383,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:06 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/security-policy.html b/www/security-policy.html
index 846ffd8..15691ed 100644
--- a/www/security-policy.html
+++ b/www/security-policy.html
@@ -104,7 +104,7 @@
   &lt;policy domain="coder" rights="read | write" pattern="{GIF,JPEG,PNG,WEBP}" />
 </pre>
 
-<p>As of ImageMagick 7.0.5-5, you can allocate the pixel cache and some internal buffers with anonymous memory mapping rather than from heap.  As a consequence, the pixels are initialized to zero.  You can also securely delete any temporary files for increased security.  The value is the number of times to shred (replace its content with random data before deleting) a temporary file.  For example,</p>
+<p>As of ImageMagick 7.0.5-5, you can allocate the pixel cache and some internal buffers with anonymous memory mapping rather than from heap.  As a consequence, the pixels are initialized to zero.  You can also securely delete any temporary files for increased security.  The value is the number of times to shred (replace its content with random data) before deleting a temporary file.  For example,</p>
 <pre>
   &lt;policy domain="system" name="memory-map" value="anonymous"/>
   &lt;policy domain="cache" name="memory-map" value="anonymous"/>
@@ -209,4 +209,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:17 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/sitemap.html b/www/sitemap.html
index f46d9db..9535f31 100644
--- a/www/sitemap.html
+++ b/www/sitemap.html
@@ -132,6 +132,7 @@
     <li><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.</li>
     <li><a href="http://common-lisp.net/project/cl-magick/">CL-Magick</a>: provides a Common Lisp interface to the ImageMagick library.</li>
     <li><a href="https://gna.org/projects/g2f/">G2F</a>: implements an Ada 95 binding to a subset of the low-level MagickCore library.</li>
+    <li><a href="http://magick.codeplex.com/">Magick.NT</a>: Use Magick.NET to convert, compose, and edit images from Windows .NET.</li>
     <li><a href="../Magick++.1">Magick++</a>: provides an object-oriented C++ interface to ImageMagick.</li>
     <li><a href="http://pecl.html.net/package/imagick">IMagick</a>: is a native PHP extension to create and modify images using the ImageMagick API.</li>
     <li><a href="https://github.com/techblue/jmagick">JMagick</a>: provides an object-oriented Java interface to ImageMagick.</li>
@@ -236,4 +237,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:17 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/stream.html b/www/stream.html
index d7706de..59966de 100644
--- a/www/stream.html
+++ b/www/stream.html
@@ -272,4 +272,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:18 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/subversion.html b/www/subversion.html
index 33b6073..ce43362 100644
--- a/www/subversion.html
+++ b/www/subversion.html
@@ -96,4 +96,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 16:00 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:22 -->
\ No newline at end of file
diff --git a/www/support.html b/www/support.html
index c13ae2b..cb37ef6 100644
--- a/www/support.html
+++ b/www/support.html
@@ -155,4 +155,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:20 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
diff --git a/www/webp.html b/www/webp.html
index ed23b01..671b6cb 100644
--- a/www/webp.html
+++ b/www/webp.html
@@ -182,4 +182,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 16:07 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file