]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sat, 9 Sep 2017 12:26:14 +0000 (08:26 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sat, 9 Sep 2017 12:26:14 +0000 (08:26 -0400)
64 files changed:
index.html
www/ImageMagickObject.html
www/advanced-unix-installation.html
www/advanced-windows-installation.html
www/animate.html
www/api.html
www/architecture.html
www/binary-releases.html
www/changelog.html
www/cipher.html
www/color-management.html
www/color.html
www/command-line-options.html
www/command-line-processing.html
www/command-line-tools.html
www/compare.html
www/compose.html
www/composite.html
www/conjure.html
www/connected-components.html
www/convert.html
www/develop.html
www/display.html
www/distribute-pixel-cache.html
www/download.html
www/escape.html
www/examples.html
www/exception.html
www/export.html
www/formats.html
www/fx.html
www/gradient.html
www/high-dynamic-range.html
www/history.html
www/identify.html
www/import.html
www/index.html
www/install-source.html
www/jp2.html
www/license.html
www/links.html
www/magick++.html
www/magick-core.html
www/magick-script.html
www/magick-vector-graphics.html
www/magick-wand.html
www/magick.html
www/miff.html
www/mirror.html
www/mogrify.html
www/montage.html
www/motion-picture.html
www/opencl.html
www/openmp.html
www/perl-magick.html
www/porting.html
www/quantize.html
www/resources.html
www/security-policy.html
www/sitemap.html
www/stream.html
www/subversion.html
www/support.html
www/webp.html

index 8686a32db2bbb4ac4de58ca073318e1e1a4d97f4..de68b77faa257ba673d3f2026e1ca4c7001fd33a 100644 (file)
@@ -64,7 +64,7 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
 
 <p>The ImageMagick development process ensures a stable API and <a href="https://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.6-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 current release is ImageMagick <a href="https://www.imagemagick.org/script/download.html">7.0.7-0</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="https://github.com/ImageMagick">https://github.com/ImageMagick</a>.  We maintain a source code mirror at <a href="https://gitlab.com/ImageMagick">https://gitlab.com/ImageMagick</a>.</p>
 
@@ -234,4 +234,4 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
   <script src="js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:04 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 07:55 -->
\ No newline at end of file
index bb1fe09b0f7098163f37f9390ed67a58acb161ff..eaf90aac9e7c4d954582338723e97de0b956daee 100644 (file)
@@ -62,7 +62,7 @@
 <p>ImageMagick provides a statically-built ImageMagick object as part of its <a href="download.html#windows">Windows installation package</a>.  When this package is installed, ImageMagickObject and its sample programs are installed to this path:</p>
 
 <pre><code>
-  c:\Program Files\ImageMagick-7.0.6-Q16\ImageMagickObject
+  c:\Program Files\ImageMagick-7.0.7-Q16\ImageMagickObject
 </code></pre>
 
 <p>The ImageMagickObject is registered if the checkbox, <code>Register ImageMagickObject</code>, is checked at install time.</p>
@@ -125,4 +125,4 @@ regsvr32 /u /s ImageMagickObject.dll
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:50 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:02 -->
\ No newline at end of file
index a82bec62ba58d88a0af42d3efef0982230491251..11f9b96f8116e0079422fe69553fcd269a2dd015 100644 (file)
@@ -74,7 +74,7 @@ tar xvzf ImageMagick.tar.gz
 
 <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.6-9</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.7-0</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>
 
@@ -503,7 +503,7 @@ rpmbuild --rebuild ImageMagick.src.rpm
 
 <p>After the build you, locate the RPMS folder and install the ImageMagick binary RPM distribution:</p>
 
-<pre><span class="crtprompt"> </span><span class='crtin'>rpm -ivh ImageMagick-7.0.6-?.*.rpm</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>rpm -ivh ImageMagick-7.0.7-?.*.rpm</span></pre>
 <h2 class="magick-post-title"><a id="macosx"></a>Mac OS X-specific Build instructions</h2>
 
 <p>Perform these steps as an administrator or with the <tt>sudo</tt> command:</p>
@@ -530,7 +530,7 @@ sudo port install jpeg
 
          <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.6-9.tar.gz</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.6-9</span></pre>    <p>Configure ImageMagick:</p>
+               <pre><span class="crtprompt"> </span><span class='crtin'>tar xvzf ImageMagick-7.0.7-0.tar.gz</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.7-0</span></pre>    <p>Configure ImageMagick:</p>
 <pre><code>
 ./configure --prefix=/opt --with-quantum-depth=16 \
   --disable-dependency-tracking --with-x=yes \
@@ -562,7 +562,7 @@ display -display :0
 
 <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.6-?.tar.bz2</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.6-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>
+<pre><span class="crtprompt"> </span><span class='crtin'>tar jxvf ImageMagick-7.0.7-?.tar.bz2</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.7-0</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-post-title"><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>
@@ -631,4 +631,4 @@ identify -list format
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 21:26 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:03 -->
\ No newline at end of file
index 8a656f161fddd3205180b974b4163653d3c58c24..c725d0021de1b6eecb85726e826c324187fa0469 100644 (file)
@@ -327,7 +327,7 @@ dmake release
 
        <ol>
        <li>Double-click on
-       <code>VisualMagick/bin/ImageMagick-7.0.6-9-Q16-windows-dll.exe</code>
+       <code>VisualMagick/bin/ImageMagick-7.0.7-0-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>
@@ -396,4 +396,4 @@ _MAGICKMOD_
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 21:39 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 07:59 -->
\ No newline at end of file
index c01eafa390e81e8fb892cc0fd57d5af899ae8907..745f810b5c30e0662437f9b0df813afa9982a414 100644 (file)
@@ -527,4 +527,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:44 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:02 -->
\ No newline at end of file
index e2566aee925f679cd0c6e84d26cf712cf26afa32..420308684d98c479a06e46678c52af7bf8ef35df 100644 (file)
@@ -45,7 +45,7 @@
       <a class="magick-nav-item " href="command-line-processing.html">Command-line</a>
       <a class="magick-nav-item " href="resources.html">Resources</a>
       <a class="magick-nav-item active" href="api.html">Develop</a>
-      <a class="magick-nav-item " href="https://www.imagemagick.org/script/search.php">Search</a>
+      <a class="magick-nav-item " href="https://www.imagemagick.org/script/https://www.imagemagick.org/script/search.php">Search</a>
       <a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
     </nav>
   </div>
 </p>
     <p><a href="api.html#">Back to top</a> •
     <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
-    <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
+    <a href="https://www.imagemagick.org/script/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
         <p><small>©  1999-2016 ImageMagick Studio LLC</small></p>
   </footer>
 </div><!-- /.container -->
index 5993b32e021af21fead5e70bc27f92daa30cd8d9..6f4c6f24d8e57a91748b20f0f2b025bcf80a4abc 100644 (file)
@@ -131,7 +131,7 @@ if (image == (Image *) NULL)
 
 <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.6-9 2017-08-10 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.7-0 2017-09-04 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>
@@ -1484,4 +1484,4 @@ ModuleExport size_t analyzeImage(Image **images,const int argc,
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 22:03 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 07:56 -->
\ No newline at end of file
index 6e15431d4ed5627be4cacfc190a7a663c55eeeab..f55f00dc4c95fd2be2d8bf26a6ef2ece562f406a 100644 (file)
@@ -45,7 +45,7 @@
       <a class="magick-nav-item " href="command-line-processing.html">Command-line</a>
       <a class="magick-nav-item " href="resources.html">Resources</a>
       <a class="magick-nav-item " href="api.html">Develop</a>
-      <a class="magick-nav-item " href="https://www.imagemagick.org/script/search.php">Search</a>
+      <a class="magick-nav-item " href="https://www.imagemagick.org/script/https://www.imagemagick.org/script/search.php">Search</a>
       <a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
     </nav>
   </div>
@@ -447,7 +447,7 @@ objShell.Exec("convert ""e:/myimages/image.png"" ""e:/myimages/image.jpg""")
 </p>
     <p><a href="binary-releases.html#">Back to top</a> •
     <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
-    <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
+    <a href="https://www.imagemagick.org/script/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
         <p><small>©  1999-2016 ImageMagick Studio LLC</small></p>
   </footer>
 </div><!-- /.container -->
index 602c7b5f548d9eefa2340fcc53acccc298f8ad68..31c35a6abb8bbb8a32c7fb168d79461455eec5d9 100644 (file)
   </div>
 </div>
 <div class="container">
-<div class="magick-header"><dl><dt>2017-08-20  7.0.6-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<div class="magick-header"><dl><dt>2017-09-27  7.0.7-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Release ImageMagick version 7.0.7-0, GIT revision 20996:2f8ac2203:20170903.</li>
+<dt>2017-08-28  7.0.7-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Fixed numerous memory leaks (reference    https://github.com/ImageMagick/ImageMagick/issues).</li>
+  <li> Don't overwrite symbolic links when the shred policy is enabled.</li>
+<dt>2017-08-27  7.0.6-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Release ImageMagick version 7.0.6-10, GIT revision 20920:9940c367a:20170827.</li>
+<dt>2017-08-27  7.0.6-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Support -metric ssim, structual similarity index.</li>
+<dt>2017-08-26  7.0.6-10 Dirk Lemstra &lt;dirk@lem.....org&gt;</dt>
+  <li> Fixed thread safety issue inside the pango and librsvg decoder    (reference: https://github.com/dlemstra/Magick.NET/issues/91).</li>
+<dt>2017-08-20  7.0.6-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <li> Release ImageMagick version 7.0.6-9, GIT revision 20860:3f307d8ad:20170820.</li>
 <dt>2017-08-18  7.0.6-9 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <li> Fixed bug with writing tIME chunk when timezone has a negative offset    (reference: https://github.com/ImageMagick/ImageMagick/issues/685)</li>
 <dt>2017-07-23  7.0.6-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <li> Fixed numerous memory leaks (reference    https://github.com/ImageMagick/ImageMagick/issues).</li>
 <dt>2017-07-23  7.0.6-3 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
-  <li> Fix memory leaks when reading a malformed JNG image:    https://github.com/ImageMagick/ImageMagick/issues/600,    https://github.com/ImageMagick/ImageMagick/issues/602).</li>
+  <li> Fix memory leaks when reading a malformed JNG image:    https://github.com/ImageMagick/ImageMagick/issues/600 ( CVE-2017-13141),    https://github.com/ImageMagick/ImageMagick/issues/602).</li>
 <dt>2017-07-21  7.0.6-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <li> Release ImageMagick version 7.0.6-2, GIT revision 20549:62fcf3d96:20170721.</li>
 <dt>2017-07-19  7.0.6-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:05 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:00 -->
\ No newline at end of file
index 19eb10ba7a5727b24ccddbefc15d4b2fef4de7f0..195e9b7b34eb8269eb6263907acc99fdbd926036 100644 (file)
@@ -135,4 +135,4 @@ Examples <a href="https://www.imagemagick.org/Usage/transform/#encipher"
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:35 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index 56b54eb0e582f1d882adb6c6be71d4fb7fd197bc..79ef519e5ba4fe483bcb8965922886a801fb9052 100644 (file)
@@ -127,4 +127,4 @@ magick myimage_channels_*.png -set colorspace HSL -combine -colorspace RGB -set
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:30 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index 0b7312dc578ba586d023e65b4d5283325fe95930..f85024fb1a8f4a7743d03323aa5e13153303c363 100644 (file)
@@ -4924,4 +4924,4 @@ device-cmyk(0.11, 0.48, 0.83, 0.00)</code></pre>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 21:02 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:02 -->
\ No newline at end of file
index 9356c26bbf64f2d556478d59d554eab4b4898621..f5b40ec032bdc5f6ecf57841b22b983015843766 100644 (file)
@@ -1822,7 +1822,7 @@ available:</p>
   <tr>
     <td>compose:args=<var>arguments</var></td>
      <td>Sets certain compose argument values when using convert ... -compose ...
-    -composite. See <a href="compose.html"
+    -composite. See <a href="https://www.imagemagick.org/script/compose.html"
     >Image Composition</a></td>
   </tr>
 
@@ -5773,7 +5773,7 @@ name. </p>
 
 <dl class="row">
 <dt class="col-md-4">AE</dt><dd class="col-md-8">    absolute error count, number of different pixels (-fuzz effected)</dd>
-<dt class="col-md-4">DDSIM</dt><dd class="col-md-8">  structural dissimilarity index</dd>
+<dt class="col-md-4">DSSIM</dt><dd class="col-md-8">  structural dissimilarity index</dd>
 <dt class="col-md-4">FUZZ</dt><dd class="col-md-8">  mean color distance</dd>
 <dt class="col-md-4">MAE</dt><dd class="col-md-8">   mean absolute error (normalized), average channel error distance</dd>
 <dt class="col-md-4">MEPP</dt><dd class="col-md-8">  mean error per pixel (normalized mean error, normalized peak error)</dd>
@@ -8109,4 +8109,4 @@ but with strict boolean masking. </p>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:06 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 07:58 -->
\ No newline at end of file
index 6c1f51798265235f82d8fc8e43fbfa9aa3d49c01..df63124666ffed87877aaa6f69c446057d70c729 100644 (file)
@@ -603,4 +603,4 @@ image-2.jpg</pre>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:07 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index c7b5990df00542b1e3b75db0e7b2c4fc6e560232..4361d449a641998669fb3a9d1ea3e5ef169a5162 100644 (file)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:04 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index d3c1401b73e2f64108cc1b632ef72f4c1d28586e..c543e5b9313ec88b3766c6c3c2f7d3737facb338 100644 (file)
@@ -415,4 +415,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:21 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:02 -->
\ No newline at end of file
index 675e1d3ff09c9c31c1a823009f44d74deac03570..dfc4abc84112a7cfe0ebd9e5b99dfc0b20dab5de 100644 (file)
@@ -46,7 +46,7 @@
       <a class="nav-link " href="https://www.imagemagick.org/script/command-line-processing.html">Command-line</a>
       <a class="nav-link " href="https://www.imagemagick.org/script/resources.html">Resources</a>
       <a class="nav-link " href="https://www.imagemagick.org/script/develop.html">Develop</a>
-      <a class="nav-link " href="https://www.imagemagick.org/script/https://www.imagemagick.org/script/search.php">Search</a>
+      <a class="nav-link " href="https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/search.php">Search</a>
       <a class="nav-link float-right" href="https://www.imagemagick.org/discourse-server/">Community</a>
     </nav>
   </div>
@@ -630,7 +630,7 @@ href="https://www.imagemagick.org/script/command-line-options.html#list">-list c
 </p>
     <p><a href="compose.html#">Back to top</a> •
     <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
-    <a href="https://www.imagemagick.org/script/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
+    <a href="https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
         <p><small>© 1999-2017 ImageMagick Studio LLC</small></p>
   </footer>
 </div><!-- /.container -->
@@ -639,4 +639,3 @@ href="https://www.imagemagick.org/script/command-line-options.html#list">-list c
   <script src="https://www.imagemagick.org/js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 21:17 -->
\ No newline at end of file
index 48d40169832570fc8761353a7659df69988f78ec..ffa316782441cd12faa2cd16813e6ed3e9965fc4 100644 (file)
@@ -521,4 +521,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:17 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 07:56 -->
\ No newline at end of file
index d8fb4571fe0c6c76a1cb5fea88b421ffc98db0c0..1e72879211fa4e89a1444d67ded5dc05c4bde22d 100644 (file)
@@ -1133,4 +1133,4 @@ fill="color name", channel="All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray,
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:06 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:02 -->
\ No newline at end of file
index 6cb0ad71a9cd48cff5704cac2b4c791ef58fa834..3f479430175ee23d409f2126bab6d24ef81c448c 100644 (file)
@@ -111,4 +111,4 @@ Objects (id: bounding-box centroid area mean-color):
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:22 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index f18bde9486c2fb93c5ad8eae385f047101715134..b85e41c7a53093015ec1d36574cf19b33597312c 100644 (file)
@@ -1322,4 +1322,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:04 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 07:57 -->
\ No newline at end of file
index 12d5a23271994c93662db474d062ae6e65993aae..e79c2af6eb073b679458d24b563ffbc954eab6b5 100644 (file)
 
 <dd class="col-md-8">The <a href="http://www.monkeybreadsoftware.de/realbasic/plugin-imagemagick.shtml">MBS Realbasic ImageMagick</a> is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.</dd>
 
+  <dt class="col-md-4"><a id="r"></a>R</dt>
+
+<dd class="col-md-8"> The <a href="https://cran.r-project.org/package=magick">magick</a> package wraps the Magick++ STL to provide vectorized image processing in R. Get started with using the package <a href="https://cran.r-project.org/web/packages/magick/vignettes/intro.html">vignette</a>.</dd>
+
   <dt class="col-md-4"><a id="ruby"></a>Ruby</dt>
 
 <dd class="col-md-8"><a href="https://rmagick.github.io/">RMagick</a> is an interface between the Ruby programming language and the <a href="magick-core.html">MagickCore</a> image processing libraries.  Get started with RMagick by perusing the <a href="https://rmagick.github.io/">documentation</a>.</dd>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:12 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 07:59 -->
\ No newline at end of file
index 47ef9867a71915d36dbc15cb6aae560e5aad24c0..f5fc5ae354a3a45e5fa05a94a1ac51de5cc102ea 100644 (file)
@@ -563,4 +563,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:31 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 07:57 -->
\ No newline at end of file
index 4965c1f5135a942140bb3fe203dc225426f4e502..c11624eae4a6fad16da40df99c63295d4e950bf7 100644 (file)
@@ -84,4 +84,4 @@ convert -limit memory 1GiB -limit map 2GiB -limit disk 4GiB \
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:56 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index 6fef573c7e6ccbb6463b5780dfcac426f2b2f9a9..d16cb431c9bfa2c4b939bb3c41223f7c5d6bbac8 100644 (file)
   </tr>
 
   <tr>
-      <td>ImageMagick-7.0.6-9.x86_64.rpm</td>
-      <td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.6-9.x86_64.rpm">download</a></td>
-    <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-7.0.6-9.x86_64.rpm">download</a></td>
+      <td>ImageMagick-7.0.7-0.x86_64.rpm</td>
+      <td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.7-0.x86_64.rpm">download</a></td>
+    <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-7.0.7-0.x86_64.rpm">download</a></td>
     <td>Redhat / CentOS 7.1 x86_64 RPM</td>
   </tr>
 
   <tr>
-      <td>ImageMagick-libs-7.0.6-9.x86_64.rpm</td>
-      <td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.6-9.x86_64.rpm">download</a></td>
-    <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-libs-7.0.6-9.x86_64.rpm">download</a></td>
+      <td>ImageMagick-libs-7.0.7-0.x86_64.rpm</td>
+      <td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.7-0.x86_64.rpm">download</a></td>
+    <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-libs-7.0.7-0.x86_64.rpm">download</a></td>
     <td>Redhat / CentOS 7.1 x86_64 RPM</td>
   </tr>
 
 
 <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.6-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.6-9.x86_64.rpm</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>rpm -Uvh ImageMagick-7.0.7-0.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.7-0.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><code>cd $HOME</code></pre>
 
 <p>Set the <code>MAGICK_HOME</code> environment variable to the path where you extracted the ImageMagick files. For example:</p>
 
-<pre><span class="crtprompt"> </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-7.0.6"</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-7.0.7"</span></pre>
 <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>
 
 <pre><code>export PATH="$MAGICK_HOME/bin:$PATH</code></pre>
@@ -189,7 +189,7 @@ display logo.gif</code></pre>
 
 <p>Set the <code>MAGICK_HOME</code> environment variable to the path where you extracted the ImageMagick files. For example:</p>
 
-<pre><span class="crtprompt"> </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-7.0.6"</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-7.0.7"</span></pre>
 <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>
 
 <pre><code>export PATH="$MAGICK_HOME/bin:$PATH"</code></pre>
@@ -232,7 +232,7 @@ display logo.gif</code></pre>
 
 <p>To run the script:</p>
 <pre><code>./imagemagick_compile.sh <var>VERSION</var></code></pre>
-<p>where <var>VERSION</var> is the version of ImageMagick you want to compile (i.e.: 7.0.6-9, svn, ...)</p>
+<p>where <var>VERSION</var> is the version of ImageMagick you want to compile (i.e.: 7.0.7-0, svn, ...)</p>
 
 <p>This script compiles ImageMagick as a static library to be included in iOS projects and adds support for</p>
 <ul>
@@ -281,9 +281,9 @@ display logo.gif</code></pre>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.6-9-Q16-x64-dll.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.6-9-Q16-x64-dll.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.6-9-Q16-x64-dll.exe">download</a></td>
+        <td>ImageMagick-7.0.7-0-Q16-x64-dll.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-0-Q16-x64-dll.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-0-Q16-x64-dll.exe">download</a></td>
     <td>Win64 dynamic at 16 bits-per-pixel component</td>
   </tr>
 </table></div>
@@ -301,93 +301,93 @@ display logo.gif</code></pre>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.6-9-Q16-x64-static.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.6-9-Q16-x64-static.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.6-9-Q16-x64-static.exe">download</a></td>
+        <td>ImageMagick-7.0.7-0-Q16-x64-static.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-0-Q16-x64-static.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-0-Q16-x64-static.exe">download</a></td>
    <td>Win64 static at 16 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.6-9-Q8-x64-dll.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.6-9-Q8-x64-dll.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.6-9-Q8-x64-dll.exe">download</a></td>
+        <td>ImageMagick-7.0.7-0-Q8-x64-dll.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-0-Q8-x64-dll.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-0-Q8-x64-dll.exe">download</a></td>
    <td>Win64 dynamic at 8 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.6-9-Q8-x64-static.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.6-9-Q8-x64-static.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.6-9-Q8-x64-static.exe">download</a></td>
+        <td>ImageMagick-7.0.7-0-Q8-x64-static.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-0-Q8-x64-static.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-0-Q8-x64-static.exe">download</a></td>
     <td>Win64 static at 8 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.6-9-Q16-HDRI-x64-dll.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.6-9-Q16-HDRI-x64-dll.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.6-9-Q16-HDRI-x64-dll.exe">download</a></td>
+        <td>ImageMagick-7.0.7-0-Q16-HDRI-x64-dll.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-0-Q16-HDRI-x64-dll.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-0-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.6-9-Q16-HDRI-x64-static.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.6-9-Q16-HDRI-x64-static.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.6-9-Q16-HDRI-x64-static.exe">download</a></td>
+        <td>ImageMagick-7.0.7-0-Q16-HDRI-x64-static.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-0-Q16-HDRI-x64-static.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-0-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.6-9-Q16-x86-dll.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.6-9-Q16-x86-dll.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.6-9-Q16-x86-dll.exe">download</a></td>
+        <td>ImageMagick-7.0.7-0-Q16-x86-dll.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-0-Q16-x86-dll.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-0-Q16-x86-dll.exe">download</a></td>
     <td>Win32 dynamic at 16 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.6-9-Q16-x86-static.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.6-9-Q16-x86-static.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.6-9-Q16-x86-static.exe">download</a></td>
+        <td>ImageMagick-7.0.7-0-Q16-x86-static.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-0-Q16-x86-static.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-0-Q16-x86-static.exe">download</a></td>
     <td>Win32 static at 16 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.6-9-Q8-x86-dll.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.6-9-Q8-x86-dll.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.6-9-Q8-x86-dll.exe">download</a></td>
+        <td>ImageMagick-7.0.7-0-Q8-x86-dll.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-0-Q8-x86-dll.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-0-Q8-x86-dll.exe">download</a></td>
     <td>Win32 dynamic at 8 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.6-9-Q8-x86-static.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.6-9-Q8-x86-static.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.6-9-Q8-x86-static.exe">download</a></td>
+        <td>ImageMagick-7.0.7-0-Q8-x86-static.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-0-Q8-x86-static.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-0-Q8-x86-static.exe">download</a></td>
     <td>Win32 static at 8 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.6-9-Q16-HDRI-x86-dll.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.6-9-Q16-HDRI-x86-dll.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.6-9-Q16-HDRI-x86-dll.exe">download</a></td>
+        <td>ImageMagick-7.0.7-0-Q16-HDRI-x86-dll.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-0-Q16-HDRI-x86-dll.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-0-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.6-9-Q16-HDRI-x86-static.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.6-9-Q16-HDRI-x86-static.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.6-9-Q16-HDRI-x86-static.exe">download</a></td>
+        <td>ImageMagick-7.0.7-0-Q16-HDRI-x86-static.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-0-Q16-HDRI-x86-static.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-0-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.6-9-portable-Q16-x86.zip</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.6-9-portable-Q16-x86.zip">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.6-9-portable-Q16-x86.zip">download</a></td>
+        <td>ImageMagick-7.0.7-0-portable-Q16-x86.zip</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-0-portable-Q16-x86.zip">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-0-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.6-9-portable-Q16-x64.zip</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.6-9-portable-Q16-x64.zip">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.6-9-portable-Q16-x64.zip">download</a></td>
+        <td>ImageMagick-7.0.7-0-portable-Q16-x64.zip</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-0-portable-Q16-x64.zip">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-0-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>
@@ -430,4 +430,4 @@ objShell.Exec("magick ""e:/myimages/image.png"" ""e:/myimages/image.jpg""")</cod
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:08 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 07:56 -->
\ No newline at end of file
index 120b07552fbbec8cb5449074a9019074d4531fc6..8c9ff3634981a787d5584bdb9f01f4d220df894c 100644 (file)
@@ -882,4 +882,4 @@ Post ObjectData Descriptor Record
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:21 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:03 -->
\ No newline at end of file
index a55bee5221b65a241a100f2dd84793d2ebdea761..c621584504aded20e1dc1110e640bd8fb9a13924 100644 (file)
@@ -75,4 +75,4 @@
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:55 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 07:57 -->
\ No newline at end of file
index 3fcfbeb9d1c2564a6cf6107804e35f4d9b86b41c..0d105bbafb499c6c570c209bfcd2fa43dd725b9c 100644 (file)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:25 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:03 -->
\ No newline at end of file
index 9c8c1731e54f273fa81cef15a0ca481c7d9606af..9d6482f33a0667bbebc3a8089f3f4d5beeb03b28 100644 (file)
@@ -75,4 +75,4 @@
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 25th August 2017 00:55 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:02 -->
\ No newline at end of file
index e07e4a24410ec3297ebf6759bee00fa1439d4e59..54967b021db504fdde8136575475fbe174b232e2 100644 (file)
@@ -1976,4 +1976,4 @@ convert \( -size 15x15 canvas:black canvas:white -append \) \
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:10 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 07:56 -->
\ No newline at end of file
index d8809dea256446f09c2f1bcbe4729779a747c6ec..406e86d9179697d633833f550aa4fe0060e6c4b0 100644 (file)
@@ -415,4 +415,4 @@ convert rose: -duplicate 29 -virtual-pixel Gray -distort SRT '%[fx:360.0*t/n]' \
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:44 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index d0e8f7febab25b3d8a21a23996bb8275654fc567..890d2a614236d49b643b2b344dee236bb69284b3 100644 (file)
@@ -236,4 +236,4 @@ convert -size 256x256 -define gradient:radii=128,64 -define gradient:angle=45 ra
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:17 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 07:59 -->
\ No newline at end of file
index d4b0898f87e6fa41ef20a4315652183eb714d59b..fe239d1c307bb921c0ac1760a645fe15bbd11862 100644 (file)
@@ -102,4 +102,4 @@ Features: HDRI
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:04 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index 991b5f837ffdb95f808806cd44cc117e2de75f6a..0f7a477eded728d3eea0dfd6ac08e81c962ac35c 100644 (file)
@@ -92,4 +92,4 @@ I swear by my life and my love of it that I will never live for the sake of anot
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 21:59 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:03 -->
\ No newline at end of file
index 42c3eac8b57c61399ca3a56c53bc96a00cc0e861..fea07b9faad3cf150e9cd2900599df9823b66873 100644 (file)
@@ -424,4 +424,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:06 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index 565dc99a6b6933f261ac0af71c1bf733d8c12ae3..09a524cde67b008f402a331b77ee31874b05a9ac 100644 (file)
 <div class="magick-header">
 <p class="text-center"><a href="import.html#usage">Example Usage</a> • <a href="import.html#options">Option Summary</a></p>
 
-<p class="lead magick-description">Use the <code>import</code> program to capture some or all of an X server screen and save the image to a file. See <a href="command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>import</code> command or see below for example usages of the command.</p>
+<p class="lead magick-description">Use the <code>import</code> program to capture some or all of an X server screen and save the image to a file. <code>import</code> captures the window selected by clicking or program argument. See <a href="command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>import</code> command or see below for example usages of the command.</p>
 
 <h2 class="magick-post-title"><a id="usage"></a>Example Usage</h2>
 
-<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>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 of an X11 window in the JPEG format:</p>
 
 <pre><code>
 magick import rose.jpg
@@ -422,4 +422,4 @@ magick import -window root screen.ps
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:12 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:02 -->
\ No newline at end of file
index 9f08f965322ac3b6dc449a8f00ab3df461dab7d2..4cf41d8de1bb9a5022ea60283a87a3cb1619c291 100644 (file)
@@ -64,7 +64,7 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
 
 <p>The ImageMagick development process ensures a stable API and <a href="https://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.6-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 current release is ImageMagick <a href="https://www.imagemagick.org/script/download.html">7.0.7-0</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="https://github.com/ImageMagick">https://github.com/ImageMagick</a>.  We maintain a source code mirror at <a href="https://gitlab.com/ImageMagick">https://gitlab.com/ImageMagick</a>.</p>
 
@@ -234,4 +234,4 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
   <script src="https://www.imagemagick.org/js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:04 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 07:55 -->
\ No newline at end of file
index e279e86a6169370a44ab5f1ae2a2ba7ba407cbda..847440898e987cb2e8e74fd9136a4522dfd9a664 100644 (file)
@@ -77,7 +77,7 @@ tar xvzf ImageMagick.tar.gz
 
 <p>Next configure and compile ImageMagick:</p>
 
-<pre><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.6</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>./configure</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>make</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.7</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>./configure</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>make</span></pre>
 <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>
 
 <pre><code>
@@ -118,16 +118,16 @@ make check
 unzip ImageMagick-windows.zip
 </code></pre>
 
-<p>Next, launch your Visual Studio IDE and choose <kbd>Open->Project</kbd>.  Select the configure workspace from the <kbd>ImageMagick-7.0.6/VisualMagick/configure</kbd> folder and press Open.  Choose <kbd>Build->Build Solution</kbd>
+<p>Next, launch your Visual Studio IDE and choose <kbd>Open->Project</kbd>.  Select the configure workspace from the <kbd>ImageMagick-7.0.7/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><img class="img-fluid mx-auto d-block" 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 <var>Generate Visual Studio 7</var> 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-7.0.6/VisualMagick/</kbd>  folder.  Finally, choose <kbd>Build->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 <var>Generate Visual Studio 7</var> 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-7.0.7/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>
 
-<pre><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.6</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>convert logo: image.jpg</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.7</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>convert logo: image.jpg</span></pre>
 <p>For a more comprehensive test, run the ImageMagick validation suite:</p>
 
 <pre><code>
@@ -136,7 +136,7 @@ validate
 
 <p>Congratulations, you have a working ImageMagick distribution under Windows and you are ready to use ImageMagick to <a href="https://www.imagemagick.org/Usage/">convert, compose, or edit</a> your images or perhaps you'll want to use one of the <a href="develop.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.6/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-7.0.7/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>
   <footer class="magick-footer">
@@ -157,4 +157,4 @@ validate
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:42 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 07:57 -->
\ No newline at end of file
index eb81b791b35c6fea88c0ec6c6914110b84ddfad4..79ec7211edb0cfde5eea9a5f46ca52cd1bbe6812 100644 (file)
@@ -159,4 +159,4 @@ convert wizard.png -resize 4096x2160! -depth 12 wizard.jp2
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 25th August 2017 00:36 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:02 -->
\ No newline at end of file
index d9bba721b5ccd566ec1f0f254fbb9dc06ddf96a3..55f18f3e2a527eb256b24c3f3d87dad39facbb8d 100644 (file)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:06 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:00 -->
\ No newline at end of file
index 0b6af2eb2628c41290fa284dfe9e8c793ea50dc4..db87bdff72af00311536e23d7e859b9d5b033e0d 100644 (file)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:53 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index 235d5d4ac92d174ef95795dcf32697795c187ddf..8e7c5b1cba653a8e1fa9ffed63f6a18f3157b7b3 100644 (file)
@@ -182,4 +182,4 @@ int main(int argc,char **argv)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:21 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:02 -->
\ No newline at end of file
index ee639d87e6734272276506f12104d1ff7ce8f7e2..0cbbc6caa913e7879abc41c6569d8f30a8525047 100644 (file)
@@ -326,4 +326,4 @@ int main(int argc,char **argv)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:02 -->
\ No newline at end of file
index 23e3c5bfa406e19dafbbfc560dd680871caac0c5..2fbe7d812a16415f5e55a757254826dfbc2301e1 100644 (file)
@@ -1277,4 +1277,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:52 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:02 -->
\ No newline at end of file
index 193811e53569fcd6eb670c93c0cd734b8ff50dd4..01b51558829bac20ccce687d0fd19fbdaf17b981 100644 (file)
@@ -876,4 +876,4 @@ round</code></pre></td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:30 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 07:58 -->
\ No newline at end of file
index 182b998feb82a4f80cf6b906fe218111d0010e68..3a448540ab11d413a00c0c01312d5f2ec659211e 100644 (file)
@@ -378,4 +378,4 @@ int main(int argc,char **argv)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:04 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:02 -->
\ No newline at end of file
index 74e5bda5da5fb3a9a51e5f4800bad54ba780d8d7..438c2898314bb9653cca81c844b44dbac7cb1bc6 100644 (file)
@@ -1319,4 +1319,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:26 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:02 -->
\ No newline at end of file
index 83ad9be1faa4e1519c5d9f6827fa214bc0e69408..fd25a2f1a6f93e109bf6dc2cdf63efeccb096279 100644 (file)
@@ -240,4 +240,4 @@ or fewer colors in the image, each byte of image data contains an index value. I
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 25th August 2017 00:55 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:02 -->
\ No newline at end of file
index a4fcf90ef64903ba50b7d6fc5c62094c27396ab1..d4e9ab133ab7ee649f51380f7ae242adebeb31bb 100644 (file)
@@ -54,7 +54,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.6-9.</p>
+<p>The latest release of ImageMagick is version 7.0.7-0.</p>
 <dl class="row">
   <dt class="col-md-4">Germany</dt>
     <dd class="col-md-8"><a href="http://mirror.checkdomain.de/imagemagick/">http://mirror.checkdomain.de/imagemagick/</a></dd>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:10 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index 308804d5ade77d9c7e4c8b8292babbc0ba130d47..62a94b999c7cf16a26f55e1c0b40417acc294034 100644 (file)
@@ -1297,4 +1297,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:07 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:00 -->
\ No newline at end of file
index 28763ad9996662c305bd1a151ce681b211953ae2..4b9e41dfe2e39bf266b1b0c1d0e4a6f1bf367cf9 100644 (file)
@@ -633,4 +633,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:11 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index 796bbbe4b98f6b04974db2b6e1a2edbf29b89d35..09528d2c4f737bc750dd7454f23e4fb0c3c839ce 100644 (file)
@@ -189,4 +189,4 @@ convert bluebells.dpx -define dpx:television.time.code=10:00:02:15 bluebells-001
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:52 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 07:57 -->
\ No newline at end of file
index 98c2a410e1ddcb64eee58d476b4b519a14825d91..f82559eeb84f0b998f3dfb9e08c15f40488e3479 100644 (file)
@@ -109,4 +109,4 @@ InitImageMagickOpenCL(MAGICK_OPENCL_DEVICE_SELECT_USER, (void*)(myDevices+2), NU
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 22:03 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index 5a1431ecbe10af63ad52e90120194035ada2bda2..611b0f53b2dc0a0800e7e9c4db9e09d01252ed24 100644 (file)
@@ -92,4 +92,4 @@ Performance[8]: 40i 4.831ips 0.872e 15.680u 0:02.070</code></pre>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 21:49 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index b8c9129f5d70f0932fbecce85b714100c6dd0d3c..2286ce6dc61111235bbd22da799446dec5bfbf78 100644 (file)
@@ -82,7 +82,7 @@ tar xvzf ImageMagick.tar.gz
 
 <p>Next configure and compile ImageMagick:</p>
 
-<pre><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.6</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>./configure -with-perl</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>make</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.7</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>./configure -with-perl</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>make</span></pre>
 <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>
 
 <pre><code>
@@ -390,7 +390,7 @@ $image-&gt;[$x]-&gt;Frame("100x200");
 
   <tr>
     <td>AdaptiveBlur</td>
-    <td>geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</i>, bias=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
+    <td>geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</i>, bias=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}</td>
     <td>adaptively blur the image with a Gaussian operator of the given radius and standard deviation (sigma).  Decrease the effect near edges.</td>
   </tr>
 
@@ -402,7 +402,7 @@ $image-&gt;[$x]-&gt;Frame("100x200");
 
   <tr>
     <td>AdaptiveSharpen</td>
-    <td>geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</i>, bias=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
+    <td>geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</i>, bias=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}</td>
     <td>adaptively sharpen the image with a Gaussian operator of the given radius and standard deviation (sigma).  Increase the effect near edges.</td>
   </tr>
 
@@ -414,7 +414,7 @@ $image-&gt;[$x]-&gt;Frame("100x200");
 
   <tr>
     <td>AddNoise</td>
-    <td>noise=&gt;{Uniform, Gaussian, Multiplicative, Impulse, Laplacian, Poisson}, attenuate=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
+    <td>noise=&gt;{Uniform, Gaussian, Multiplicative, Impulse, Laplacian, Poisson}, attenuate=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}</td>
     <td>add noise to an image</td>
   </tr>
 
@@ -438,13 +438,13 @@ $image-&gt;[$x]-&gt;Frame("100x200");
 
   <tr>
     <td>AutoGamma</td>
-    <td>channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
+    <td>channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}</td>
     <td>automagically adjust gamma level of image</td>
   </tr>
 
   <tr>
     <td>AutoLevel</td>
-    <td>channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
+    <td>channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}</td>
     <td>automagically adjust color levels of image</td>
   </tr>
 
@@ -462,7 +462,7 @@ $image-&gt;[$x]-&gt;Frame("100x200");
 
   <tr>
     <td>BlackThreshold</td>
-    <td>threshold=&gt;<i>string</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
+    <td>threshold=&gt;<i>string</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}</td>
     <td>force all pixels below the threshold intensity into black</td>
   </tr>
 
@@ -474,13 +474,13 @@ $image-&gt;[$x]-&gt;Frame("100x200");
 
   <tr>
     <td>Blur</td>
-    <td>geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</i>, bias=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
+    <td>geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</i>, bias=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}</td>
     <td>reduce image noise and reduce detail levels with a Gaussian operator of the given radius and standard deviation (sigma).</td>
   </tr>
 
   <tr>
     <td>Border</td>
-    <td>geometry=&gt;<i>geometry</i>, width=&gt;<i>integer</i>, height=&gt;<i>integer</i>, bordercolor=&gt;<i><a href="color.html">color name</a></i>,  compose=&gt;{Undefined, Add, Atop, Blend, Bumpmap, Clear, ColorBurn, ColorDodge, Colorize, CopyBlack, CopyBlue, CopyCMYK, Cyan, CopyGreen, Copy, CopyMagenta, CopyOpacity, CopyRed, RGB, CopyYellow, Darken, Dst, Difference, Displace, Dissolve, DstAtop, DstIn, DstOut, DstOver, Dst, Exclusion, HardLight, Hue, In, Lighten, Luminize, Minus, Modulate, Multiply, None, Out, Overlay, Over, Plus, ReplaceCompositeOp, Saturate, Screen, SoftLight, Src, SrcAtop, SrcIn, SrcOut, SrcOver, Src, Subtract, Threshold, Xor },</td>
+    <td>geometry=&gt;<i>geometry</i>, width=&gt;<i>integer</i>, height=&gt;<i>integer</i>, bordercolor=&gt;<i><a href="color.html">color name</a></i>,  compose=&gt;{Undefined, Add, Atop, Blend, Bumpmap, Clear, ColorBurn, ColorDodge, Colorize, CopyBlack, CopyBlue, CopyCMYK, Cyan, CopyGreen, Copy, CopyMagenta, CopyAlpha, CopyRed, RGB, CopyYellow, Darken, Dst, Difference, Displace, Dissolve, DstAtop, DstIn, DstOut, DstOver, Dst, Exclusion, HardLight, Hue, In, Lighten, Luminize, Minus, Modulate, Multiply, None, Out, Overlay, Over, Plus, ReplaceCompositeOp, Saturate, Screen, SoftLight, Src, SrcAtop, SrcIn, SrcOut, SrcOver, Src, Subtract, Threshold, Xor },</td>
     <td>surround the image with a border of color</td>
   </tr>
 
@@ -576,7 +576,7 @@ $image-&gt;[$x]-&gt;Frame("100x200");
 
   <tr>
     <td>Composite</td>
-    <td>image=&gt;<i>image-handle</i>, compose=&gt;{Undefined, Add, Atop, Blend, Bumpmap, Clear, ColorBurn, ColorDodge, Colorize, CopyBlack, CopyBlue, CopyCMYK, Cyan, CopyGreen, Copy, CopyMagenta, CopyOpacity, CopyRed, RGB, CopyYellow, Darken, Dst, Difference, Displace, Dissolve, DstAtop, DstIn, DstOut, DstOver, Dst, Exclusion, HardLight, Hue, In, Lighten, Luminize, Minus, Modulate, Multiply, None, Out, Overlay, Over, Plus, ReplaceCompositeOp, Saturate, Screen, SoftLight, Src, SrcAtop, SrcIn, SrcOut, SrcOver, Src, Subtract, Threshold, Xor }, mask=&gt;<i>image-handle</i>, geometry=&gt;<i>geometry</i>, x=&gt;<i>integer</i>, y=&gt;<i>integer</i>, gravity=&gt;{NorthWest, North, NorthEast, West, Center, East, SouthWest, South, SouthEast}, opacity=&gt;<i>integer</i>, tile=&gt;{True, False}, rotate=&gt;<i>double</i>, color=&gt;<i><a href="color.html">color name</a></i>, blend=&gt;<i>geometry</i>, interpolate=&gt;{undefined, average, bicubic, bilinear, filter, integer, mesh, nearest-neighbor, spline}</td>
+    <td>image=&gt;<i>image-handle</i>, compose=&gt;{Undefined, Add, Atop, Blend, Bumpmap, Clear, ColorBurn, ColorDodge, Colorize, CopyBlack, CopyBlue, CopyCMYK, Cyan, CopyGreen, Copy, CopyMagenta, CopyAlpha, CopyRed, RGB, CopyYellow, Darken, Dst, Difference, Displace, Dissolve, DstAtop, DstIn, DstOut, DstOver, Dst, Exclusion, HardLight, Hue, In, Lighten, Luminize, Minus, Modulate, Multiply, None, Out, Overlay, Over, Plus, ReplaceCompositeOp, Saturate, Screen, SoftLight, Src, SrcAtop, SrcIn, SrcOut, SrcOver, Src, Subtract, Threshold, Xor }, mask=&gt;<i>image-handle</i>, geometry=&gt;<i>geometry</i>, x=&gt;<i>integer</i>, y=&gt;<i>integer</i>, gravity=&gt;{NorthWest, North, NorthEast, West, Center, East, SouthWest, South, SouthEast}, opacity=&gt;<i>integer</i>, tile=&gt;{True, False}, rotate=&gt;<i>double</i>, color=&gt;<i><a href="color.html">color name</a></i>, blend=&gt;<i>geometry</i>, interpolate=&gt;{undefined, average, bicubic, bilinear, filter, integer, mesh, nearest-neighbor, spline}</td>
     <td>composite one image onto another.  Use the rotate parameter in concert with the tile parameter.</td>
   </tr>
 
@@ -600,7 +600,7 @@ $image-&gt;[$x]-&gt;Frame("100x200");
 
   <tr>
     <td>Convolve</td>
-    <td>coefficients=&gt;<i>array of float values</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}, bias=&gt;<i>double</i></td>
+    <td>coefficients=&gt;<i>array of float values</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}, bias=&gt;<i>double</i></td>
     <td>apply a convolution kernel to the image. Given a kernel <i>order</i> , you would supply <i>order*order</i> float values (e.g. 3x3 implies 9 values).</td>
   </tr>
 
@@ -690,7 +690,7 @@ $image-&gt;[$x]-&gt;Frame("100x200");
 
   <tr>
     <td>Equalize</td>
-    <td>channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}<br /></td>
+    <td>channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}<br /></td>
     <td>perform histogram equalization to the image</td>
   </tr>
 
@@ -702,13 +702,13 @@ $image-&gt;[$x]-&gt;Frame("100x200");
 
   <tr>
     <td>Evaluate</td>
-    <td>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>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, Alpha, Red, RGB, Yellow} </td>
     <td>apply an arithmetic, relational, or logical expression to the image</td>
   </tr>
 
   <tr>
     <td>Filter</td>
-    <td>kernel=&gt;<i>string</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}, bias=&gt;<i>double</i></td>
+    <td>kernel=&gt;<i>string</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}, bias=&gt;<i>double</i></td>
     <td>apply a convolution kernel to the image.</td>
   </tr>
 
@@ -726,7 +726,7 @@ $image-&gt;[$x]-&gt;Frame("100x200");
 
   <tr>
     <td>FloodfillPaint</td>
-    <td>geometry=&gt;<i>geometry</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}, x=&gt;<i>integer</i>, y=&gt;<i>integer</i> , fill=&gt;<i><a href="color.html">color name</a></i>, bordercolor=&gt;<i><a href="color.html">color name</a></i>, fuzz=&gt;<i>double</i>, invert=&gt;{True, False}</td>
+    <td>geometry=&gt;<i>geometry</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}, x=&gt;<i>integer</i>, y=&gt;<i>integer</i> , fill=&gt;<i><a href="color.html">color name</a></i>, bordercolor=&gt;<i><a href="color.html">color name</a></i>, fuzz=&gt;<i>double</i>, invert=&gt;{True, False}</td>
     <td>changes the color value of any pixel that matches the color of the target pixel and is a neighbor. If you specify a border color, the color value is changed for any neighbor pixel that is not that color.</td>
   </tr>
 
@@ -738,7 +738,7 @@ $image-&gt;[$x]-&gt;Frame("100x200");
 
   <tr>
     <td>Frame</td>
-    <td>geometry=&gt;<i>geometry</i>, width=&gt;<i>integer</i>, height=&gt;<i>integer</i>, inner=&gt;<i>integer</i>, outer=&gt;<i>integer</i>, fill=&gt;<i><a href="color.html">color name</a></i>,  compose=&gt;{Undefined, Add, Atop, Blend, Bumpmap, Clear, ColorBurn, ColorDodge, Colorize, CopyBlack, CopyBlue, CopyCMYK, Cyan, CopyGreen, Copy, CopyMagenta, CopyOpacity, CopyRed, RGB, CopyYellow, Darken, Dst, Difference, Displace, Dissolve, DstAtop, DstIn, DstOut, DstOver, Dst, Exclusion, HardLight, Hue, In, Lighten, Luminize, Minus, Modulate, Multiply, None, Out, Overlay, Over, Plus, ReplaceCompositeOp, Saturate, Screen, SoftLight, Src, SrcAtop, SrcIn, SrcOut, SrcOver, Src, Subtract, Threshold, Xor },</td>
+    <td>geometry=&gt;<i>geometry</i>, width=&gt;<i>integer</i>, height=&gt;<i>integer</i>, inner=&gt;<i>integer</i>, outer=&gt;<i>integer</i>, fill=&gt;<i><a href="color.html">color name</a></i>,  compose=&gt;{Undefined, Add, Atop, Blend, Bumpmap, Clear, ColorBurn, ColorDodge, Colorize, CopyBlack, CopyBlue, CopyCMYK, Cyan, CopyGreen, Copy, CopyMagenta, CopyAlpha, CopyRed, RGB, CopyYellow, Darken, Dst, Difference, Displace, Dissolve, DstAtop, DstIn, DstOut, DstOver, Dst, Exclusion, HardLight, Hue, In, Lighten, Luminize, Minus, Modulate, Multiply, None, Out, Overlay, Over, Plus, ReplaceCompositeOp, Saturate, Screen, SoftLight, Src, SrcAtop, SrcIn, SrcOut, SrcOver, Src, Subtract, Threshold, Xor },</td>
     <td>surround the image with an ornamental border</td>
   </tr>
 
@@ -750,19 +750,19 @@ $image-&gt;[$x]-&gt;Frame("100x200");
 
   <tr>
     <td>Gamma</td>
-    <td>gamma=&gt;<i>string</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
+    <td>gamma=&gt;<i>string</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}</td>
     <td>gamma correct the image</td>
   </tr>
 
   <tr>
     <td>GaussianBlur</td>
-    <td>geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</i>, bias=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
+    <td>geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</i>, bias=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}</td>
     <td>reduce image noise and reduce detail levels with a Gaussian operator of the given radius and standard deviation (sigma).</td>
   </tr>
 
   <tr>
     <td>GetPixel</td>
-    <td>geometry=&gt;<i>geometry</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}, normalize=&gt;{true, false}, x=&gt;<i>integer</i>, y=&gt;<i>integer</i></td>
+    <td>geometry=&gt;<i>geometry</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}, normalize=&gt;{true, false}, x=&gt;<i>integer</i>, y=&gt;<i>integer</i></td>
     <td>get a single pixel. By default normalized pixel values are returned.</td>
   </tr>
 
@@ -810,7 +810,7 @@ $image-&gt;[$x]-&gt;Frame("100x200");
 
   <tr>
     <td>Kuwahara</td>
-    <td>geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</i>, bias=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
+    <td>geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</i>, bias=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}</td>
     <td>edge preserving noise reduction filter</td>
   </tr>
 
@@ -822,7 +822,7 @@ $image-&gt;[$x]-&gt;Frame("100x200");
 
   <tr>
     <td>Layers</td>
-    <td>method=&gt;{coalesce, compare-any, compare-clear, compare-over, composite, dispose, flatten, merge, mosaic, optimize, optimize-image, optimize-plus, optimize-trans, remove-dups, remove-zero},  compose=&gt;{Undefined, Add, Atop, Blend, Bumpmap, Clear, ColorBurn, ColorDodge, Colorize, CopyBlack, CopyBlue, CopyCMYK, Cyan, CopyGreen, Copy, CopyMagenta, CopyOpacity, CopyRed, RGB, CopyYellow, Darken, Dst, Difference, Displace, Dissolve, DstAtop, DstIn, DstOut, DstOver, Dst, Exclusion, HardLight, Hue, In, Lighten, LinearLight, Luminize, Minus, Modulate, Multiply, None, Out, Overlay, Over, Plus, ReplaceCompositeOp, Saturate, Screen, SoftLight, Src, SrcAtop, SrcIn, SrcOut, SrcOver, Src, Subtract, Threshold, Xor }, dither=&gt;{true, false}</td>
+    <td>method=&gt;{coalesce, compare-any, compare-clear, compare-over, composite, dispose, flatten, merge, mosaic, optimize, optimize-image, optimize-plus, optimize-trans, remove-dups, remove-zero},  compose=&gt;{Undefined, Add, Atop, Blend, Bumpmap, Clear, ColorBurn, ColorDodge, Colorize, CopyBlack, CopyBlue, CopyCMYK, Cyan, CopyGreen, Copy, CopyMagenta, CopyAlpha, CopyRed, RGB, CopyYellow, Darken, Dst, Difference, Displace, Dissolve, DstAtop, DstIn, DstOut, DstOver, Dst, Exclusion, HardLight, Hue, In, Lighten, LinearLight, Luminize, Minus, Modulate, Multiply, None, Out, Overlay, Over, Plus, ReplaceCompositeOp, Saturate, Screen, SoftLight, Src, SrcAtop, SrcIn, SrcOut, SrcOver, Src, Subtract, Threshold, Xor }, dither=&gt;{true, false}</td>
     <td>compare each image the GIF disposed forms of the previous image in the sequence.  From this, attempt to select the smallest cropped image to replace each frame, while preserving the results of the animation.</td>
   </tr>
 
@@ -876,7 +876,7 @@ $image-&gt;[$x]-&gt;Frame("100x200");
 
   <tr>
     <td>MedianFilter</td>
-    <td>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>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, Alpha, Red, RGB, Yellow}</td>
     <td>replace each pixel with the median intensity pixel of a neighborhood.</td>
   </tr>
 
@@ -888,7 +888,7 @@ $image-&gt;[$x]-&gt;Frame("100x200");
 
   <tr>
     <td>Mode</td>
-    <td>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>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, Alpha, Red, RGB, Yellow}</td>
     <td>make each pixel the <var>predominant color</var> of the neighborhood.</td>
   </tr>
 
@@ -900,25 +900,25 @@ $image-&gt;[$x]-&gt;Frame("100x200");
 
   <tr>
     <td>Morphology</td>
-    <td>kernel=&gt;<i>string</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}, iterations=&gt;<i>integer</i></td>
+    <td>kernel=&gt;<i>string</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}, iterations=&gt;<i>integer</i></td>
     <td>apply a morphology method to the image.</td>
   </tr>
 
   <tr>
     <td>MotionBlur</td>
-    <td>geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</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>geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</i>, angle=&gt;<i>double</i>, bias=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}</td>
     <td>reduce image noise and reduce detail levels with a Gaussian operator of the given radius and standard deviation (sigma) at the given angle to simulate the effect of motion</td>
   </tr>
 
   <tr>
     <td>Negate</td>
-    <td>gray=&gt;{True, False}, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
+    <td>gray=&gt;{True, False}, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}</td>
     <td>replace each pixel with its complementary color (white becomes black, yellow becomes blue, etc.)</td>
   </tr>
 
   <tr>
     <td>Normalize</td>
-    <td>channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}<br /></td>
+    <td>channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}<br /></td>
     <td>transform image to span the full range of color values</td>
   </tr>
 
@@ -931,13 +931,13 @@ $image-&gt;[$x]-&gt;Frame("100x200");
   <tr>
     <td>Opaque</td>
     <td>color=&gt;<i><a href="color.html">color name</a></i>,
-fill=&gt;<i><a href="color.html">color name</a></i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}, invert=&gt;{True, False}</td>
+fill=&gt;<i><a href="color.html">color name</a></i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}, invert=&gt;{True, False}</td>
     <td>change this color to the fill color within the image</td>
   </tr>
 
   <tr>
     <td>OrderedDither</td>
-    <td>threshold=&gt;{threshold, checks, o2x2, o3x3, o4x4, o8x8, h4x4a, h6x6a, h8x8a, h4x4o, h6x6o, h8x8o, h16x16o, hlines6x4}, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
+    <td>threshold=&gt;{threshold, checks, o2x2, o3x3, o4x4, o8x8, h4x4a, h6x6a, h8x8a, h4x4o, h6x6o, h8x8o, h16x16o, hlines6x4}, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}</td>
     <td>order dither image</td>
   </tr>
 
@@ -979,7 +979,7 @@ fill=&gt;<i><a href="color.html">color name</a></i>, channel=&gt;{All, Default,
 
   <tr>
     <td>ReduceNoise</td>
-    <td>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>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, Alpha, Red, RGB, Yellow}</td>
     <td>reduce noise in the image with a noise peak elimination filter</td>
   </tr>
 
@@ -1015,7 +1015,7 @@ fill=&gt;<i><a href="color.html">color name</a></i>, channel=&gt;{All, Default,
 
   <tr>
     <td>RotationalBlur</td>
-    <td>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>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, Alpha, Red, RGB, Yellow}</td>
     <td>radial blur the image.</td>
   </tr>
 
@@ -1039,7 +1039,7 @@ fill=&gt;<i><a href="color.html">color name</a></i>, channel=&gt;{All, Default,
 
   <tr>
     <td>SelectiveBlur</td>
-    <td>geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</i>, threshold=&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>geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</i>, threshold=&gt;<i>double</i>, bias=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}</td>
     <td>selectively blur pixels within a contrast threshold.</td>
   </tr>
   <tr>
@@ -1056,7 +1056,7 @@ fill=&gt;<i><a href="color.html">color name</a></i>, channel=&gt;{All, Default,
 
   <tr>
     <td>SetPixel</td>
-    <td>geometry=&gt;<i>geometry</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}, color=&gt;<i>array of float values</i>, x=&gt;<i>integer</i>, y=&gt;<i>integer</i>, color=&gt;<i>array of float values</i></td>
+    <td>geometry=&gt;<i>geometry</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}, color=&gt;<i>array of float values</i>, x=&gt;<i>integer</i>, y=&gt;<i>integer</i>, color=&gt;<i>array of float values</i></td>
     <td>set a single pixel.  By default normalized pixel values are expected.</td>
   </tr>
 
@@ -1068,7 +1068,7 @@ fill=&gt;<i><a href="color.html">color name</a></i>, channel=&gt;{All, Default,
 
   <tr>
     <td>Sharpen</td>
-    <td>geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</i>, bias=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
+    <td>geometry=&gt;<i>geometry</i>, radius=&gt;<i>double</i>, sigma=&gt;<i>double</i>, bias=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}</td>
     <td>sharpen the image with a Gaussian operator of the given radius and standard deviation (sigma).</td>
   </tr>
 
@@ -1104,7 +1104,7 @@ fill=&gt;<i><a href="color.html">color name</a></i>, channel=&gt;{All, Default,
 
   <tr>
     <td>Solarize</td>
-    <td>geometry=&gt;<i>string</i>, threshold=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
+    <td>geometry=&gt;<i>string</i>, threshold=&gt;<i>double</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}</td>
     <td>negate all pixels above the threshold level</td>
   </tr>
 
@@ -1128,7 +1128,7 @@ fill=&gt;<i><a href="color.html">color name</a></i>, channel=&gt;{All, Default,
 
   <tr>
     <td>Statistic</td>
-    <td>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>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, Alpha, Red, RGB, Yellow}, type=&gt;{Median, Mode, Mean, Maximum, Minimum, ReduceNoise, RMS}</td>
     <td>replace each pixel with corresponding statistic from the neighborhood.</td>
   </tr>
   <tr>
@@ -1169,7 +1169,7 @@ fill=&gt;<i><a href="color.html">color name</a></i>, channel=&gt;{All, Default,
 
   <tr>
     <td>Threshold</td>
-    <td>threshold=&gt;<i>string</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
+    <td>threshold=&gt;<i>string</i>, channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}</td>
     <td>threshold the image</td>
   </tr>
 
@@ -1229,7 +1229,7 @@ fill=&gt;<i><a href="color.html">color name</a></i>, channel=&gt;{All, Default,
 
   <tr>
     <td>WhiteThreshold</td>
-    <td>threshold=&gt;<i>string</i>, , channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
+    <td>threshold=&gt;<i>string</i>, , channel=&gt;{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Alpha, Red, RGB, Yellow}</td>
     <td>force all pixels above the threshold intensity into white</td>
   </tr>
 </tbody>
@@ -2604,4 +2604,4 @@ Image::Magick-&gt;QuantumDepth
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:21 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:02 -->
\ No newline at end of file
index 6215394620a7a1cabdc0a24af4827e555439bea5..5949b243b39cb41fdcfe1d1cb4d6aae2640a33dd 100644 (file)
@@ -307,9 +307,20 @@ convert -density 300 -colorspace srgb image.eps -alpha transparent -clip -alpha
 <h2 class="magick-post-title"><a id="core"></a>MagickWand API</h2>
 <p>Here are a list of changes to the MagickWand API:</p>
 <ul>
+<li>Almost all image processing algorithms are now channel aware.</li>
 <li>The DrawMatte() method is now called DrawAlpha().</li>
 <li>The MagickSetImageBias() and MagickSetImageClipMask() methods are no longer supported.</li>
 </ul>
+<h2 class="magick-post-title"><a id="core"></a>Magick++ API</h2>
+<p>Here are a list of changes to the Magick++ API:</p>
+<ul>
+<li>Almost all image processing algorithms are now channel aware.</li>
+<li>Use this construct, for example, to avoid operating on the alpha channel:
+<pre><code>
+image.negateChannel(Magick::ChannelType(Magick::CompositeChannels ^ Magick::AlphaChannel));
+</code></pre>
+</li>
+</ul>
 <h2 class="magick-post-title"><a id="headers"></a>Header Files</h2>
 <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><code><code>#include &lt;MagickCore/MagickCore.h>
@@ -402,7 +413,7 @@ be applied to expand the one channel into separate RGB (or other) channels.
 <p>Some options have changed in ImageMagick version 7.  These include:</p>
 <dl>
 <dt class="col-md-4">-channel</dt>
-<dd class="col-md-8">the default is to update the RGBA channels, previously, in IMv6, the default was RGB.  If you get results that differ from IMv6, you may need to specify <code>-channel RGB</code> on your command line (e.g. -level-colors option).</dd>
+<dd class="col-md-8">the default is to update the RGBA channels, previously, in IMv6, the default was RGB.  If you get results that differ from IMv6, you may need to specify <code>-channel RGB</code> on your command line (e.g. -channel RGB -negate).</dd>
 <dt class="col-md-4">+combine</dt>
 <dd class="col-md-8">This option now requires an argument, the image colorspace (e.g. +combine sRGB).</dd>
 <dt class="col-md-4">-gamma</dt>
@@ -508,8 +519,7 @@ scripts.</p>
 <dt class="col-md-4">-draw</dt>
 <dd class="col-md-8">The <code>matte</code> primitive is now <code>alpha</code> (e.g. <code>-draw 'alpha 0,0 floodfill'</code>).</dd>
 <dt class="col-md-4">-negate</dt>
-<dd class="col-md-8">currently negates all channels, including alpha if present.  As such you
-    may need to use the -channel option to prevent alpha negation.  </dd>
+<dd class="col-md-8">currently negates all channels, including alpha if present.  As such you may need to use the -channel option to prevent alpha negation (e.g. -channel RGB -negate).  </dd>
 <dt class="col-md-4">-preview</dt>
 <dd class="col-md-8">this option is now an image operator.  The PREVIEW image format has been removed.</dd>
 </dl>
@@ -629,4 +639,4 @@ example "+annotate", "+resize", "+clut", and "+draw" .</p>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:46 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index c09880297c998d380d9254fed3fb260660ac7ce3..9da47284531bd695a8ea92bb1d81d2f83f82e892 100644 (file)
@@ -46,7 +46,7 @@
       <a class="nav-link " href="https://www.imagemagick.org/script/command-line-processing.html">Command-line</a>
       <a class="nav-link " href="https://www.imagemagick.org/script/resources.html">Resources</a>
       <a class="nav-link " href="https://www.imagemagick.org/script/develop.html">Develop</a>
-      <a class="nav-link " href="https://www.imagemagick.org/script/https://www.imagemagick.org/script/search.php">Search</a>
+      <a class="nav-link " href="https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/search.php">Search</a>
       <a class="nav-link float-right" href="https://www.imagemagick.org/discourse-server/">Community</a>
     </nav>
   </div>
@@ -188,7 +188,7 @@ while number of nodes with (n2 &gt; 0) &gt; required maximum number of colors
 </p>
     <p><a href="quantize.html#">Back to top</a> •
     <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
-    <a href="https://www.imagemagick.org/script/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
+    <a href="https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
         <p><small>© 1999-2017 ImageMagick Studio LLC</small></p>
   </footer>
 </div><!-- /.container -->
@@ -197,4 +197,3 @@ while number of nodes with (n2 &gt; 0) &gt; required maximum number of colors
   <script src="https://www.imagemagick.org/js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 25th August 2017 00:12 -->
\ No newline at end of file
index f0452bd2ee477e57789259a7416aa7ed66b07cfe..45b7495b5ba10bb5ab41fd74ebd156fe9acf6c0e 100644 (file)
@@ -186,7 +186,7 @@ $PREFIX/config
 $USERPROFILE/.config/ImageMagick
 &lt;<var>client path</var>&gt;</code></pre>
 
-<p>Above, $PREFIX is the default install path, typically <code>c:\\Program Files\\ImageMagick-7.0.6</code>.</p>
+<p>Above, $PREFIX is the default install path, typically <code>c:\\Program Files\\ImageMagick-7.0.7</code>.</p>
 
 <p>For an uninstalled Windows installation, the configuration load order is:</p>
 
@@ -203,31 +203,31 @@ $USERPROFILE/.config/ImageMagick
 <h4>Coders</h4>
 <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><code>$MAGICK_HOME/lib/ImageMagick-7.0.6/modules-Q16/coders
-&lt;<var>client path</var>&gt;/../lib/ImageMagick-7.0.6/modules-Q16/coders
-$MAGICK_HOME/lib/ImageMagick-7.0.6/modules-Q16/coders
-$MAGICK_HOME/share/ImageMagick-7.0.6/modules-Q16/coders
+<pre><code>$MAGICK_HOME/lib/ImageMagick-7.0.7/modules-Q16/coders
+&lt;<var>client path</var>&gt;/../lib/ImageMagick-7.0.7/modules-Q16/coders
+$MAGICK_HOME/lib/ImageMagick-7.0.7/modules-Q16/coders
+$MAGICK_HOME/share/ImageMagick-7.0.7/modules-Q16/coders
 $XDG_CACHE_HOME/ImageMagick
 $HOME/.config/ImageMagick
-&lt;<var>client path</var>&gt;/lib/ImageMagick-7.0.6/modules-Q16/coders</code></pre>
+&lt;<var>client path</var>&gt;/lib/ImageMagick-7.0.7/modules-Q16/coders</code></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><code>$MAGICK_HOME/lib/ImageMagick-7.0.6/modules-Q16/filters
-&lt;<var>client path</var>&gt;/../lib/ImageMagick-7.0.6/modules-Q16/filters
-$MAGICK_HOME/lib/ImageMagick-7.0.6/modules-Q16/filters
-$MAGICK_HOME/share/ImageMagick-7.0.6/modules-Q16/filters
+<pre><code>$MAGICK_HOME/lib/ImageMagick-7.0.7/modules-Q16/filters
+&lt;<var>client path</var>&gt;/../lib/ImageMagick-7.0.7/modules-Q16/filters
+$MAGICK_HOME/lib/ImageMagick-7.0.7/modules-Q16/filters
+$MAGICK_HOME/share/ImageMagick-7.0.7/modules-Q16/filters
 $XDG_CACHE_HOME/ImageMagick
 $HOME/.config/ImageMagick
-&lt;<var>client path</var>&gt;/lib/ImageMagick-7.0.6/modules-Q16/filters</code></pre>
+&lt;<var>client path</var>&gt;/lib/ImageMagick-7.0.7/modules-Q16/filters</code></pre>
 
 <h2 class="magick-post-title"><a id="fonts"></a>Fonts</h2>
 
 <p>ImageMagick is able to load raw TrueType and Postscript font files.  It searches for the font configuration file, <a href="resources.html#type.xml">type.xml</a>, in the following order, and loads them if found:</p>
 
 <pre><code>$MAGICK_CONFIGURE_PATH
-$MAGICK_HOME/etc/ImageMagick/-7.0.6
-$MAGICK_HOME/share/ImageMagick-7.0.6
+$MAGICK_HOME/etc/ImageMagick/-7.0.7
+$MAGICK_HOME/share/ImageMagick-7.0.7
 $XDG_CACHE_HOME/ImageMagick
 $HOME/.config/ImageMagick
 &lt;<var>client path</var>&gt;/etc/ImageMagick
@@ -358,4 +358,4 @@ $MAGICK_FONT_PATH</code></pre>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:14 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index eef12c1ae5e1e99c1aad8c3071627085341da0ff..08bdacf778659a4a3aa87160ccb5e93733686462 100644 (file)
@@ -94,7 +94,7 @@ convert: no images defined `wizard.jpg'</code></pre>
 &lt;policy domain="coder" rights="none" pattern="*" />
 &lt;policy domain="coder" rights="read | write" pattern="{GIF,JPEG,PNG,WEBP}" /></code></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.7-0, 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><code>&lt;policy domain="system" name="memory-map" value="anonymous"/>
 &lt;policy domain="cache" name="memory-map" value="anonymous"/>
 &lt;policy domain="system" name="shred" value="1"/></code></pre>
@@ -198,4 +198,4 @@ Path: [built-in]
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:58 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index 3432a2f54fda56264add925ac6bdade0c6dd5b71..94ece25eb8a8d1cc519ff718313679195c3c4d56 100644 (file)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:20 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index 11064150b6852a32ba743a1b05597ea580e4b826..4986ccd66a75817efa735b69e84708dc11be7795 100644 (file)
@@ -267,4 +267,4 @@ magick stream -map i -storage-type double 'image.tif[100x100+30+40]' gray.raw
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 20:13 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:02 -->
\ No newline at end of file
index 890961b6614af7013ad6fab9db8cf30d9467ac4a..f596bf2bf345674f4d31021b08dee10476f8090a 100644 (file)
@@ -58,7 +58,7 @@
 
 <p>To retrieve, or check out ImageMagick stable, use this command:</p>
 
-<pre><span class="crtprompt"> </span><span class='crtin'>svn co https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-7.0.6 ImageMagick-7.0.6</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>svn co https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-7.0.7 ImageMagick-7.0.7</span></pre>
 <p>To retrieve, or check out ImageMagick development, use this command:</p>
 
 <pre><code>
@@ -91,4 +91,4 @@ svn update
   <script src="https://www.imagemagick.org/js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 25th August 2017 02:14 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:04 -->
\ No newline at end of file
index f8651ae8e8a8c498c574889fdd1161ccfcf2d0bb..80d3f8c42b5f3e28160c9325313d179a17b09498 100644 (file)
@@ -149,4 +149,4 @@ USA
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 21:09 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
index 7976c5c85720d284815faa8ba7f0f883989602a7..47febfb09fdb0601da5e67abc2ae90de79e35c01 100644 (file)
@@ -177,4 +177,4 @@ convert wizard.png -quality 50 -define webp:lossless=true wizard.webp
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 24th August 2017 21:31 -->
\ No newline at end of file
+<!-- Magick Cache 9th September 2017 08:02 -->
\ No newline at end of file