]> granicus.if.org Git - imagemagick/commitdiff
... 7.0.5-10
authorCristy <urban-warrior@imagemagick.org>
Sat, 3 Jun 2017 00:36:40 +0000 (20:36 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sat, 3 Jun 2017 00:36:40 +0000 (20:36 -0400)
62 files changed:
ChangeLog
www/ImageMagickObject.html
www/advanced-unix-installation.html
www/advanced-windows-installation.html
www/animate.html
www/architecture.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 fc7f6a220a14c05dd56e60aea9d2319ee6fe9fd4..f400208c1bd59eb0a737ca756ce2d6da1f826c88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-2017-06=01  7.0.4-10 Glenn Randers-Pehrson <glennrp@image...>
+2017-06-02  7.0.5-10 Cristy  <quetzlzacatenango@image...>
+  * Release ImageMagick version 7.0.5-10, GIT revision 20155:38ebc02:20170602.
+
+2017-06-01  7.0.5-10 Glenn Randers-Pehrson <glennrp@image...>
   * Removed experimental zxIF chunk support; the proposal is dead.
 
 2017-06-01  7.0.5-10 Cristy  <quetzlzacatenango@image...>
index b8d64987a1b23e481e5d4a588a57fb7656c39d66..a7ad4170a3016b3a5dc3aa064c61dc82c612bc2e 100644 (file)
@@ -130,4 +130,4 @@ regsvr32 /u /s ImageMagickObject.dll
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 16:20 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 41b002f719f39bbeed87b75cc7cea3833ddc0100..046ebbed5614005e31cbbfb40df4829a40c68b8a 100644 (file)
@@ -78,7 +78,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.5-6</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>./configure</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.5-9</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>./configure</span></pre>
 <p>Watch the configure script output to verify that it finds everything that
  you think it should.  Pay particular attention to the last lines of the script output.  For example, here is a recent report from our system:</p>
 
@@ -534,7 +534,7 @@ 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.5-6.tar.gz</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.5-6</span></pre>    <p>Configure ImageMagick:</p>
+               <pre><span class="crtprompt"> </span><span class='crtin'>tar xvzf ImageMagick-7.0.5-9.tar.gz</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.5-9</span></pre>    <p>Configure ImageMagick:</p>
 <pre>
 ./configure --prefix=/opt --with-quantum-depth=16 \
   --disable-dependency-tracking --with-x=yes \
@@ -566,7 +566,7 @@ 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.5-?.tar.bz2</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.5-6</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>./configure --without-perl</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>make</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>sudo make install</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>tar jxvf ImageMagick-7.0.5-?.tar.bz2</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.5-9</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>./configure --without-perl</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>make</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>sudo make install</span></pre>
 <h2 class="magick-header"><a id="problems"></a>Dealing with Unexpected Problems</h2>
 
 <p>Chances are the download, configure, build, and install of ImageMagick went flawlessly as it is intended, however, certain systems and environments may cause one or more steps to fail.  We discuss a few problems we've run across and how to take corrective action to ensure you have a working release of ImageMagick</p>
@@ -636,4 +636,3 @@ identify -list format
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:07 -->
\ No newline at end of file
index cf227473d16bc752f5af974e0fe0bc31f5a6027f..caf19d1b3845fd1ad01226d4ac11d1eb008d41dd 100644 (file)
@@ -331,7 +331,7 @@ dmake release
 
        <ol>
        <li>Double-click on
-       <code>VisualMagick/bin/ImageMagick-7.0.5-6-Q16-windows-dll.exe</code>
+       <code>VisualMagick/bin/ImageMagick-7.0.5-9-Q16-windows-dll.exe</code>
        to launch the ImageMagick binary distribution.</li>
        <li>Complete the installer screens to install ImageMagick on your system.</li>
        </ol>
@@ -401,4 +401,3 @@ _MAGICKMOD_
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:06 -->
\ No newline at end of file
index 8efea2df784154ff3670697be49a2c578be9e467..e21f46972a3955caac91a09e9115e5acf5fee139 100644 (file)
@@ -532,4 +532,4 @@ transparent, extract, background, or shape the alpha channel</td>
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:15 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 945e11a3dad53a549d0371bf0728a2bd8abb35cc..5eab5e1e6afdbffb4688c0ff518c8bb76ff59fca 100644 (file)
@@ -135,7 +135,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.5-6 2017-05-18 Q16 https://www.imagemagick.org</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>identify -version</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>Version: ImageMagick 7.0.5-9 2017-05-30 Q16 https://www.imagemagick.org</span></pre>
 <p>As you can see, the convenience of the pixel cache sometimes comes with a trade-off in storage (e.g. storing a 1-bit monochrome image as 16-bit is wasteful) and speed (i.e. storing the entire image in memory is generally slower than accessing one scanline of pixels at a time).  In most cases, the benefits of the pixel cache typically outweigh any disadvantages.</p>
 
 <h3><a id="authentic-pixels"></a>Access the Pixel Cache</h3>
@@ -1423,4 +1423,4 @@ ModuleExport size_t analyzeImage(Image **images,const int argc,const char **argv
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:17 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index fa4b96306e905ad57da066ebdfce27687e918fb7..331832a6b6346f3f8e196b5ade5c83ff4b255e4f 100644 (file)
   </div>
 </div>
 <div class="container">
-<div class="magick-header"><dl><dt>2017-05-12  7.0.5-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<div class="magick-header"><dl><dt>2017-05-28  7.0.5-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Release ImageMagick version 7.0.5-8, GIT revision 20113:8b67333:20170528.</li>
+<dt>2017-05-28  7.0.5-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Transient error validating the JPEG-2000 image format (reference    https://github.com/ImageMagick/ImageMagick/issues/501).</li>
+  <li> Properly allocate DCM image colormap (reference    https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=32063).</li>
+<dt>2017-05-26  7.0.5-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Release ImageMagick version 7.0.5-8, GIT revision 20099:870a016:20170526.</li>
+<dt>2017-05-23  7.0.5-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Improper allocation of memory for IM instances without threads (reference    https://github.com/ImageMagick/ImageMagick/issues/497).</li>
+  <li> Delete corrupt image from list (reference    https://github.com/ImageMagick/ImageMagick/issues/500).</li>
+<dt>2017-05-19  7.0.5-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Release ImageMagick version 7.0.5-6, GIT revision 20078:7ce2d38:20170519.</li>
+<dt>2017-05-15  7.0.5-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Support various image operators for the compare utility (reference    https://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=31938).</li>
+ 2017-05-12  7.0.5-6 Cristy  &lt;quetzlzacatenango@image...&gt;</li>
   <li> Release ImageMagick version 7.0.5-6, GIT revision 20039:9371904:20170512.</li>
 <dt>2017-05-10  7.0.5-6 John Cupitt &lt;jcupitt@gmail.com&gt;</dt>
   <li> Revise DICOM window and rescale handling (reference     https://github.com/ImageMagick/ImageMagick/pull/484)</li>
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:05 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:18 -->
\ No newline at end of file
index 0c46743078a666787ea1f4981a63337762ff86b3..a8ffcb35435eb16e5d69850c8ccbc5e8b7f6df29 100644 (file)
@@ -140,4 +140,4 @@ Examples <a href="https://www.imagemagick.org/Usage/transform/#encipher"
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:10 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 5aa013c329ce5d6e26ca5b0586ffd83f0cdc92b1..79b7abfb977be2f157686526e1bac640b20223a6 100644 (file)
@@ -150,4 +150,4 @@ convert myimage_channels_*.png -set colorspace HSL -combine -colorspace RGB -set
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:53 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index b376f60225a65f839a2eb9b924151920140db827..c8af36959e606b3e505341f48dd855192cd1f908 100644 (file)
@@ -4951,4 +4951,4 @@ device-cmyk(0.11, 0.48, 0.83, 0.00)
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:21 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index aea69ca3a5eb5b46dd661b4a5ee6ec8c2e3102c2..5b412c74122ff06580a046fc8a26f034a9905049 100644 (file)
@@ -8095,4 +8095,4 @@ but with strict boolean masking. </p>
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:03 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index a11e7fb33f999fd536547985d59ac60dc8a7eb3b..3c785ec3f05485dfcd7565925ab4977666de6405 100644 (file)
@@ -688,4 +688,4 @@ magick -define stream:buffer-size=0 logo: gif:- | display gif:-
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:02 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 4a5cb6ed7f48817cd9c927cf565c957393e43f1a..af9e7b6854bbe807d5ee8b2298c54a0be4a4334b 100644 (file)
@@ -107,4 +107,4 @@ magick convert logo: logo.jpg
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:05 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 409d603b34a24b7ff40f4b4f3e35fd7fb0894122..12a270fdb89962780f318188b992e722ce7577be 100644 (file)
@@ -138,6 +138,11 @@ transparent, extract, background, or shape the alpha channel</td>
     <td>decrypt image with this password</td>
   </tr>
 
+  <tr>
+    <td><a href="command-line-options.html#background">-background <var>color</var></a></td>
+    <td>background color</td>
+  </tr>
+
   <tr>
     <td><a href="command-line-options.html#brightness-contrast">-brightness-contrast <var>geometry</var></a></td>
     <td>improve brightness / contrast of the image</td>
@@ -293,6 +298,11 @@ transparent, extract, background, or shape the alpha channel</td>
     <td>pay attention to warning messages.</td>
   </tr>
 
+  <tr>
+    <td><a href="command-line-options.html#repage">-repage <var>geometry</var></a></td>
+    <td>size and location of an image canvas</td>
+  </tr>
+
   <tr>
     <td><a href="command-line-options.html#resize">-resize <var>geometry</var></a></td>
     <td>resize the image</td>
@@ -405,4 +415,4 @@ transparent, extract, background, or shape the alpha channel</td>
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:03 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 281ba06e9418e86037459304b660c38ebc81bd4e..925feceafd6d979f3f1312f72272521d4e16176c 100644 (file)
@@ -644,4 +644,3 @@ href="https://www.imagemagick.org/script/command-line-options.html#list">-list c
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 17:58 -->
\ No newline at end of file
index 7dcea48f693adf22d762eb2c95137db0cbcf7422..b60035d644639118ac3b2b94edefd5e90b3b96f1 100644 (file)
@@ -526,4 +526,4 @@ transparent, extract, background, or shape the alpha channel</td>
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:11 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 2250a11b5a0d053804a14ea6a12d99243091258f..063ab15727a3d16862ac08648baec77bfe77b0c8 100644 (file)
@@ -1138,4 +1138,4 @@ fill="color name", channel="All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray,
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:15 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 7dadb6cc01cc5f28de9bf19d74fb840de644bbb4..bedd74188069d83c0338e6c69feb47e3018a6193 100644 (file)
@@ -121,4 +121,4 @@ Objects (id: bounding-box centroid area mean-color):
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:55 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 6cefd6ffa9c11e968fb3b96aba51435d9073441f..2eaae7a54ce057c9a577de1c47d6c8b91da4b8d6 100644 (file)
@@ -1322,4 +1322,4 @@ transparent, extract, background, or shape the alpha channel</td>
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:02 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index c92d099f83e121dbf8fea54320302362ed397272..14205155b2b69941e5c7746414d5137e4af57d3c 100644 (file)
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:04 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 7a124fbede99ae82fc058cebda55728e29c7e167..30f0569b5db9cb00e4cfbb0485803bb555c73289 100644 (file)
@@ -568,4 +568,4 @@ transparent, extract, background, or shape the alpha channel</td>
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:03 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 6e8b6d5f3b76e4ee696c2bdd6e1dc30410e98d05..d18230ef5445c3b143cc9056ad741250785dc3f8 100644 (file)
@@ -89,4 +89,4 @@ convert -limit memory 1GiB -limit map 2GiB -limit disk 4GiB \
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:03 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 142b878ae99b55ed342cd66256a71368fc229670..887f58aba54197a1d4e8c0ef5a5493492c84bfeb 100644 (file)
   </tr>
 
   <tr>
-      <td>ImageMagick-7.0.5-6.x86_64.rpm</td>
-      <td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.5-6.x86_64.rpm">download</a></td>
-    <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-7.0.5-6.x86_64.rpm">download</a></td>
+      <td>ImageMagick-7.0.5-9.x86_64.rpm</td>
+      <td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.5-9.x86_64.rpm">download</a></td>
+    <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-7.0.5-9.x86_64.rpm">download</a></td>
     <td>Redhat / CentOS 7.1 x86_64 RPM</td>
   </tr>
 
   <tr>
-      <td>ImageMagick-libs-7.0.5-6.x86_64.rpm</td>
-      <td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.5-6.x86_64.rpm">download</a></td>
-    <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-libs-7.0.5-6.x86_64.rpm">download</a></td>
+      <td>ImageMagick-libs-7.0.5-9.x86_64.rpm</td>
+      <td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.5-9.x86_64.rpm">download</a></td>
+    <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-libs-7.0.5-9.x86_64.rpm">download</a></td>
     <td>Redhat / CentOS 7.1 x86_64 RPM</td>
   </tr>
 
 
 <p>ImageMagick RPM's are self-installing.  Simply type the following command and you're ready to start using ImageMagick:</p>
 
-<pre><span class="crtprompt"> </span><span class='crtin'>rpm -Uvh ImageMagick-7.0.5-6.x86_64.rpm</span></pre><p>You'll need the libraries as well:</p>
-<pre><span class="crtprompt"> </span><span class='crtin'>rpm -Uvh ImageMagick-libs-7.0.5-6.x86_64.rpm</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>rpm -Uvh ImageMagick-7.0.5-9.x86_64.rpm</span></pre><p>You'll need the libraries as well:</p>
+<pre><span class="crtprompt"> </span><span class='crtin'>rpm -Uvh ImageMagick-libs-7.0.5-9.x86_64.rpm</span></pre>
 <p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p>
 
 <pre>
@@ -258,7 +258,7 @@ display logo.gif
 <pre>
 ./imagemagick_compile.sh <var>VERSION</var>
 </pre>
-<p>where <var>VERSION</var> is the version of ImageMagick you want to compile (i.e.: 7.0.5-6, svn, ...)</p>
+<p>where <var>VERSION</var> is the version of ImageMagick you want to compile (i.e.: 7.0.5-9, svn, ...)</p>
 
 <p>This script compiles ImageMagick as a static library to be included in iOS projects and adds support for</p>
 <ul>
@@ -307,9 +307,9 @@ display logo.gif
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q16-x64-dll.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q16-x64-dll.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q16-x64-dll.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q16-x64-dll.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q16-x64-dll.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q16-x64-dll.exe">download</a></td>
     <td>Win64 dynamic at 16 bits-per-pixel component</td>
   </tr>
 </table></div>
@@ -327,93 +327,93 @@ display logo.gif
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q16-x64-static.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q16-x64-static.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q16-x64-static.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q16-x64-static.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q16-x64-static.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q16-x64-static.exe">download</a></td>
    <td>Win64 static at 16 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q8-x64-dll.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q8-x64-dll.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q8-x64-dll.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q8-x64-dll.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q8-x64-dll.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q8-x64-dll.exe">download</a></td>
    <td>Win64 dynamic at 8 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q8-x64-static.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q8-x64-static.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q8-x64-static.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q8-x64-static.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q8-x64-static.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q8-x64-static.exe">download</a></td>
     <td>Win64 static at 8 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q16-HDRI-x64-dll.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q16-HDRI-x64-dll.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q16-HDRI-x64-dll.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q16-HDRI-x64-dll.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q16-HDRI-x64-dll.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q16-HDRI-x64-dll.exe">download</a></td>
     <td>Win64 dynamic at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q16-HDRI-x64-static.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q16-HDRI-x64-static.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q16-HDRI-x64-static.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q16-HDRI-x64-static.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q16-HDRI-x64-static.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q16-HDRI-x64-static.exe">download</a></td>
     <td>Win64 static at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q16-x86-dll.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q16-x86-dll.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q16-x86-dll.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q16-x86-dll.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q16-x86-dll.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q16-x86-dll.exe">download</a></td>
     <td>Win32 dynamic at 16 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q16-x86-static.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q16-x86-static.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q16-x86-static.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q16-x86-static.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q16-x86-static.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q16-x86-static.exe">download</a></td>
     <td>Win32 static at 16 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q8-x86-dll.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q8-x86-dll.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q8-x86-dll.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q8-x86-dll.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q8-x86-dll.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q8-x86-dll.exe">download</a></td>
     <td>Win32 dynamic at 8 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q8-x86-static.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q8-x86-static.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q8-x86-static.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q8-x86-static.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q8-x86-static.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q8-x86-static.exe">download</a></td>
     <td>Win32 static at 8 bits-per-pixel component</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q16-HDRI-x86-dll.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q16-HDRI-x86-dll.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q16-HDRI-x86-dll.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q16-HDRI-x86-dll.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q16-HDRI-x86-dll.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q16-HDRI-x86-dll.exe">download</a></td>
     <td>Win32 dynamic at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-Q16-HDRI-x86-static.exe</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-Q16-HDRI-x86-static.exe">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-Q16-HDRI-x86-static.exe">download</a></td>
+        <td>ImageMagick-7.0.5-9-Q16-HDRI-x86-static.exe</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-Q16-HDRI-x86-static.exe">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-Q16-HDRI-x86-static.exe">download</a></td>
     <td>Win32 static at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-portable-Q16-x86.zip</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-portable-Q16-x86.zip">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-portable-Q16-x86.zip">download</a></td>
+        <td>ImageMagick-7.0.5-9-portable-Q16-x86.zip</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-portable-Q16-x86.zip">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-portable-Q16-x86.zip">download</a></td>
     <td>Portable Win32 static at 16 bits-per-pixel component.  Just copy to your host and run (no installer, no Windows registry entries).</td>
   </tr>
 
   <tr>
-        <td>ImageMagick-7.0.5-6-portable-Q16-x64.zip</td>
-        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-6-portable-Q16-x64.zip">download</a></td>
-      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-6-portable-Q16-x64.zip">download</a></td>
+        <td>ImageMagick-7.0.5-9-portable-Q16-x64.zip</td>
+        <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-9-portable-Q16-x64.zip">download</a></td>
+      <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-9-portable-Q16-x64.zip">download</a></td>
     <td>Portable Win64 static at 16 bits-per-pixel component.  Just copy to your host and run (no installer, no Windows registry entries).</td>
   </tr>
 </table></div>
@@ -464,4 +464,4 @@ objShell.Exec("magick ""e:/myimages/image.png"" ""e:/myimages/image.jpg""")
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:02 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 393598fcb46610464c45ae1e3ca05cd56bd7db9e..26bc70b44fb9faee34d0da2eab7c2078ba91fa1c 100644 (file)
@@ -661,7 +661,7 @@ evaluate the given <a href="fx.html">FX</a> expressions:</p>
 %[fx:<var>expression</var>]
 </pre>
 
-<p>Use <code>pixel:</code> to evaluate a pixel color as defined by the <a
+<p>Use <code>pixel:</code> or <code>hex:</code> to evaluate a pixel color as defined by the <a
 href="fx.html">FX</a>
 expression:</p>
 
@@ -887,4 +887,4 @@ Post ObjectData Descriptor Record
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:10 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:21 -->
\ No newline at end of file
index 88898247564fa59ab4367aaefedeabda0d228726..8ce42f527b25e776c78b1d89642e35281cbca080 100644 (file)
@@ -80,4 +80,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:36 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index f470f0ab4345fd8aeac85813c458dc7bed2596e1..1dc29e53e3a211e5ceaec0b70ebea894b791ce8d 100644 (file)
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 17:52 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:21 -->
\ No newline at end of file
index 6f781ab973d72975397f9efa5307f3853d276681..4ec0ac98acd4d0540b3b071299a8a451df209106 100644 (file)
@@ -80,4 +80,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 16:57 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:20 -->
\ No newline at end of file
index 7b6a3f387635f594a1477329d51b10e02697b002..c7cf11f45e38d7035425b0bd611cbf7d9ad50f03 100644 (file)
@@ -1967,4 +1967,4 @@ convert \( -size 15x15 canvas:black canvas:white -append \) \
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:11 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 1bcd6e17b91c610a0283dd1689909004be3951e8..4d70d7d5a5c18b34c5a0a86518c36714ec9072ae 100644 (file)
@@ -398,7 +398,7 @@ convert rose: -duplicate 29 -virtual-pixel Gray -distort SRT '%[fx:360.0*t/n]' \
   -set delay '%[fx:t == 0 ? 240 : 10]' -loop 0 rose.gif"
 </pre>
 
-<p>The color-escape <code>%[pixel:]</code> is evaluated once per image and per color channel in that image (<a href="command-line-options.html#channel">-channel</a> is ignored), The values generated are then converted into a color string (a named color or hex color value).  The symbols <code>i</code> and <code>j</code> are set to zero, and <code>s</code> and <code>t</code> refer to each successively current image and index.</p>
+<p>The color-escape <code>%[pixel:]</code> or <code>%[hex:]</code> is evaluated once per image and per color channel in that image (<a href="command-line-options.html#channel">-channel</a> is ignored), The values generated are then converted into a color string (a named color or hex color value).  The symbols <code>i</code> and <code>j</code> are set to zero, and <code>s</code> and <code>t</code> refer to each successively current image and index.</p>
 
 </div>
   <footer class="magick-footer">
@@ -420,4 +420,4 @@ convert rose: -duplicate 29 -virtual-pixel Gray -distort SRT '%[fx:360.0*t/n]' \
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:11 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 026fe3993cf3112ec5cbacfd92a85164262fd0a1..34f380a1c054ffb86a5f24ae491979da66de4919 100644 (file)
@@ -241,4 +241,4 @@ convert -size 256x256 -define gradient:radii=128,64 -define gradient:angle=45 ra
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:20 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 760e88f12bfd3a6998efe671a678f5aedcf58b8c..46c367e58d16ab0832c362c07e8c5267c5709841 100644 (file)
@@ -107,4 +107,4 @@ Features: HDRI
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:27 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 7e27cd957446ff0ed282797a207ffa02457e7887..81086f44519f277e9fa8fa561a8c7468fd9016b8 100644 (file)
@@ -97,4 +97,4 @@ I swear by my life and my love of it that I will never live for the sake of anot
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:12 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:21 -->
\ No newline at end of file
index 13b294e6e1806a5cb96edb3e4830630f95514cf4..afb12cd534b2aa39f34ecbee6db00f119f629f0b 100644 (file)
@@ -429,4 +429,4 @@ transparent, extract, background, or shape the alpha channel</td>
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:05 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 779f063e4909512d76693b25215eb1a65b041b73..4559047d5dc32938dbf2bc56f9c7387ae8e7edd5 100644 (file)
@@ -427,4 +427,4 @@ magick import -window root screen.ps
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:15 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 3fd3d9625634e988db688be294dde94d9967b43b..fd1793ae63fd4544d055caa6fadf8f893df20024 100644 (file)
@@ -66,9 +66,9 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
 <p>ImageMagick utilizes multiple computational threads to increase performance and can read, process, or write mega-, giga-, or tera-pixel image sizes.</p>
 <p>ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may use, copy, modify, and distribute in both open and proprietary applications. It is distributed under the Apache 2.0 <a href="https://www.imagemagick.org/script/license.html">license</a>.</p>
 
-<p>The ImageMagick development process ensures a stable API and <a href="http://abi-laboratory.pro/tracker/timeline/imagemagick/">ABI</a>. Before each ImageMagick release, we perform a comprehensive security assessment that includes <a href="https://github.com/google/sanitizers/wiki/AddressSanitizer">memory error</a> and <a href="https://github.com/google/sanitizers/wiki/ThreadSanitizer">thread data race</a> detection to prevent security vulnerabilities.</p>
+<p>The ImageMagick development process ensures a stable API and <a href="http://abi-laboratory.pro/tracker/timeline/imagemagick/">ABI</a>. Before each ImageMagick release, we perform a comprehensive security assessment that includes <a href="https://github.com/google/sanitizers/wiki/AddressSanitizer">memory error</a> and <a href="https://github.com/google/sanitizers/wiki/ThreadSanitizer">thread data race</a> detection to help prevent security vulnerabilities.</p>
 
-<p>The current release is ImageMagick <a href="https://www.imagemagick.org/script/download.html">7.0.5-6</a>.  It runs on <a href="https://www.imagemagick.org/script/download.html#unix">Linux</a>, <a href="https://www.imagemagick.org/script/download.html#windows">Windows</a>, <a href="https://www.imagemagick.org/script/download.html#macosx">Mac Os X</a>, <a href="https://www.imagemagick.org/script/download.html#iOS">iOS</a>, Android OS, and others.</p>
+<p>The current release is ImageMagick <a href="https://www.imagemagick.org/script/download.html">7.0.5-9</a>.  It runs on <a href="https://www.imagemagick.org/script/download.html#unix">Linux</a>, <a href="https://www.imagemagick.org/script/download.html#windows">Windows</a>, <a href="https://www.imagemagick.org/script/download.html#macosx">Mac Os X</a>, <a href="https://www.imagemagick.org/script/download.html#iOS">iOS</a>, Android OS, and others.</p>
 
 <p>The authoritative ImageMagick web site is <a href="https://www.imagemagick.org/">https://www.imagemagick.org</a>. The authoritative source code repository is <a href="http://git.imagemagick.org/repos/ImageMagick">http://git.imagemagick.org/repos/ImageMagick</a>.  We maintain a source code mirror at <a href="https://gitlab.com/ImageMagick/ImageMagick">GitLab</a> and <a href="https://github.com/ImageMagick/ImageMagick">GitHub</a>.</p>
 
@@ -239,4 +239,4 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:02 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:18 -->
\ No newline at end of file
index 13531cd42d781bb40e2afb3e297711365f6b0579..d46d7fdf29f710528289a9887537d98eadec776a 100644 (file)
@@ -162,4 +162,4 @@ validate
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:04 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 8903c9f1d3de67283f3fd918c0020eaf54fb7cd8..7b57ce3e29010f9e9c5556cf0291743644fa7917 100644 (file)
@@ -164,4 +164,4 @@ convert wizard.png -resize 4096x2160! -depth 12 wizard.jp2
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 16:44 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index fcdd282d9e57a32ca51932ea2f1f3792da3bb81d..8fcb501495ebcb7271a755eda46ea17876b8ed02 100644 (file)
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:18 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index ba067035ea7eed6194f1ae69aa21ff16fea2bd71..2f5a2167204de77d06e027f66d8cfaeee88095df 100644 (file)
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:21 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 3deb13b4b40a25559ddac631ba50610032ae98c3..071bed22e5073086ddde2206fcc63c19a3a9a1e2 100644 (file)
@@ -187,4 +187,4 @@ int main(int argc,char **argv)
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:23 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index b28d4e513a36338a55e86cb6628460193c7560b5..5d1029a710bd529ce810822120739964901a31b2 100644 (file)
@@ -337,4 +337,4 @@ int main(int argc,char **argv)
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:04 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 4476921f660a83c4972e580c624f18470adc6a36..50d0ce899ca0993537d961110fd6d7cb5646d7e7 100644 (file)
@@ -1282,4 +1282,4 @@ transparent, extract, background, or shape the alpha channel</td>
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:18 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 51da54a93e5ca16bc241b010d0e92d0dddef676d..7dace5112718f3a2702bf6943a3c5b5a566406fb 100644 (file)
@@ -881,4 +881,4 @@ round</pre></td>
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:20 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 2a357e652e0a0b206a804f43a377f51e6ab96712..fcfb5912bb3d636eed50258bb878b2a69187ed8f 100644 (file)
@@ -383,4 +383,4 @@ int main(int argc,char **argv)
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:37 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 3f84a6bb081e0a9a05f4471020699edd54a06986..f193d68c42a621fb8d3bd52a63166dfb8b8b78fd 100644 (file)
@@ -1324,4 +1324,4 @@ transparent, extract, background, or shape the alpha channel</td>
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:15 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 1ef8fb7dcad5a7b205a3ea1d21183966c592fca6..1769b595c29d155a69b4f3edcf2caee56fa347ab 100644 (file)
@@ -245,4 +245,4 @@ or fewer colors in the image, each byte of image data contains an index value. I
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 18:24 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 7c7b568eac33375a75f92ef5711888663ef030bb..ad97da97fa75f991cdc459931553f3883945a569 100644 (file)
@@ -58,7 +58,7 @@
 <div class="container">
 <div class="magick-header">
 <p class="lead magick-description">ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors around the world listed below.  ImageMagick stable and development source releases are also available from <a href="http://git.imagemagick.org/repos/ImageMagick">Git</a>.  Before you download, you may want to review recent <a href="changelog.html">changes</a> to the ImageMagick distribution.  The authoritative source code repository is <a href="http://git.imagemagick.org/repos/ImageMagick">http://git.imagemagick.org/repos/ImageMagick</a>.</p>
-<p>The latest release of ImageMagick is version 7.0.5-6.</p>
+<p>The latest release of ImageMagick is version 7.0.5-9.</p>
 <dl class="dl-horizontal">
   <dt>Germany</dt>
     <dd><a href="http://mirror.checkdomain.de/imagemagick/">http://mirror.checkdomain.de/imagemagick/</a></dd>
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 20:21 -->
\ No newline at end of file
index 8cdc748a89eb21ab546c4f16aa7449d2f9cc3173..efc06d1ca80a28bc4b0fbde9e7b65283bea1cf14 100644 (file)
@@ -59,7 +59,7 @@
 <div class="magick-header">
 <p class="text-center"><a href="mogrify.html#usage">Example Usage</a> • <a href="mogrify.html#options">Option Summary</a></p>
 
-<p class="lead magick-description">Use the <code>mogrify</code> program to resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.   This tool is similar to <a href="convert.html">convert</a> except that the original image file is overwritten (unless you change the file suffix with the <a href="command-line-options.html#format">-format</a> option) with any changes you request.  See <a href="command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>mogrify</code> command or see below for sample usages of the command.</p>
+<p class="lead magick-description">Use the <code>mogrify</code> program to resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.   This tool is similar to <a href="convert.html">convert</a> except that the original image file is <em>overwritten</em> (unless you change the file suffix with the <a href="command-line-options.html#format">-format</a> option) with any changes you request.  See <a href="command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>mogrify</code> command or see below for sample usages of the command.</p>
 
 <h2 class="magick-header"><a id="usage"></a>Example Usage</h2>
 
@@ -1297,4 +1297,4 @@ transparent, extract, background, or shape the alpha channel</td>
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:10 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index c886f21d988768d59ea31bda1bcd0adeadc88c24..b5c151e3c5e48b3a8beec96b787680188ccdf7ae 100644 (file)
@@ -638,4 +638,4 @@ transparent, extract, background, or shape the alpha channel</td>
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:21 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 2b168c3e27bd7c3789103d119a458a2a0b716ee6..74ecae302a47a96bd7e60a3b627291fb434c30d7 100644 (file)
@@ -194,4 +194,4 @@ convert bluebells.dpx -define dpx:television.time.code=10:00:02:15 bluebells-001
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:54 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 5a104b25dbca06523021aeea957b03fb582d6a8a..724c6d5c29794c00daea00ee1ab99c0f36f8bdb5 100644 (file)
@@ -122,4 +122,4 @@ InitImageMagickOpenCL(MAGICK_OPENCL_DEVICE_SELECT_USER, (void*)(myDevices+2), NU
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:37 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index dfddc827d0fc625a39ddebe222e52b415ea1a611..9607b1936340a8a93f33f2bb1265bbe17be07bdf 100644 (file)
@@ -101,4 +101,4 @@ Performance[8]: 40i 4.831ips 0.872e 15.680u 0:02.070
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:08 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index eb3adac2cee4e9d588aaf2e3ab92dda70d659038..67f2fd45d7fc482ce21dda84dd98b62eaa502a5c 100644 (file)
@@ -2603,4 +2603,4 @@ Image::Magick-&gt;QuantumDepth
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:11 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 1031610e79575ac27060bc5ea1a847f2178b0293..fd7295cfc7ed478b5a66906271314cb440082a6f 100644 (file)
@@ -664,4 +664,4 @@ example "+annotate", "+resize", "+clut", and "+draw" .</p>
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:05 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 881ed261012ff51e9a469b1c632bbbc489b278ab..911bb59516b6cb6f01b437ed6092616b39860139 100644 (file)
@@ -202,4 +202,3 @@ while number of nodes with (n2 &gt; 0) &gt; required maximum number of colors
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 17:30 -->
\ No newline at end of file
index fbc13e1a9c25484e2fd07853c40686b6fa742ef8..c24d745d169ec616295d0386fcb0c81c9be359de 100644 (file)
@@ -383,4 +383,4 @@ $MAGICK_FONT_PATH
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:06 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 846ffd8ae2e43a9d5681ec6b1c20bab9203dd240..15691ed8ba84655b8ce8640d4ee79a1b1e024c2a 100644 (file)
@@ -104,7 +104,7 @@ convert: no images defined `wizard.jpg'
   &lt;policy domain="coder" rights="read | write" pattern="{GIF,JPEG,PNG,WEBP}" />
 </pre>
 
-<p>As of ImageMagick 7.0.5-5, you can allocate the pixel cache and some internal buffers with anonymous memory mapping rather than from heap.  As a consequence, the pixels are initialized to zero.  You can also securely delete any temporary files for increased security.  The value is the number of times to shred (replace its content with random data before deleting) a temporary file.  For example,</p>
+<p>As of ImageMagick 7.0.5-5, you can allocate the pixel cache and some internal buffers with anonymous memory mapping rather than from heap.  As a consequence, the pixels are initialized to zero.  You can also securely delete any temporary files for increased security.  The value is the number of times to shred (replace its content with random data) before deleting a temporary file.  For example,</p>
 <pre>
   &lt;policy domain="system" name="memory-map" value="anonymous"/>
   &lt;policy domain="cache" name="memory-map" value="anonymous"/>
@@ -209,4 +209,4 @@ static const char
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:17 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index f46d9db6958d9b59797d53568741338fdd54964e..9535f310143ed5014afb5e327ef74efc1eb99fe0 100644 (file)
     <li><a href="../ChMagick">ChMagick</a>: is a <a href="http://www.softintegration.com/">Ch</a> an embeddable MagickCore C/C++ interpreter for cross-platform scripting.</li>
     <li><a href="http://common-lisp.net/project/cl-magick/">CL-Magick</a>: provides a Common Lisp interface to the ImageMagick library.</li>
     <li><a href="https://gna.org/projects/g2f/">G2F</a>: implements an Ada 95 binding to a subset of the low-level MagickCore library.</li>
+    <li><a href="http://magick.codeplex.com/">Magick.NT</a>: Use Magick.NET to convert, compose, and edit images from Windows .NET.</li>
     <li><a href="../Magick++.1">Magick++</a>: provides an object-oriented C++ interface to ImageMagick.</li>
     <li><a href="http://pecl.html.net/package/imagick">IMagick</a>: is a native PHP extension to create and modify images using the ImageMagick API.</li>
     <li><a href="https://github.com/techblue/jmagick">JMagick</a>: provides an object-oriented Java interface to ImageMagick.</li>
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:17 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index d7706de697edcb58bef5ebc0bffac3a5a7530a75..59966de62100124e85c115fb9f492e2006eaa0ab 100644 (file)
@@ -272,4 +272,4 @@ magick stream -map i -storage-type double 'image.tif[100x100+30+40]' gray.raw
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:18 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index 33b6073d2ee5e2cc18eba84e6e077873ef4262e8..ce43362e794130ef551079aedc8b7bd5adc00272 100644 (file)
@@ -96,4 +96,4 @@ svn update
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 16:00 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:22 -->
\ No newline at end of file
index c13ae2bfa85e8fcf4772bd6f95ea3ee1f0368846..cb37ef66eeb85f386f05e8edacca892468eb062a 100644 (file)
@@ -155,4 +155,4 @@ USA
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 15:20 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file
index ed23b01740248a056a8029490aeb9e2ae52753fd..671b6cb5079db5ba74b7f3acd624136f5acde2c4 100644 (file)
@@ -182,4 +182,4 @@ convert wizard.png -quality 50 -define webp:lossless=true wizard.webp
 </div>
 </body>
 </html>
-<!-- Magick Cache 17th May 2017 16:07 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file