]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 24 Feb 2013 22:14:01 +0000 (22:14 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 24 Feb 2013 22:14:01 +0000 (22:14 +0000)
56 files changed:
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.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/contact.html
www/convert.html
www/display.html
www/download.html
www/escape.html
www/examples.html
www/exception.html
www/export.html
www/formats.html
www/fx.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-vector-graphics.html
www/magick-wand.html
www/miff.html
www/mirrors.html
www/mogrify.html
www/montage.html
www/motion-picture.html
www/perl-magick.html
www/porting.html
www/quantize.html
www/resources.html
www/search.html
www/sitemap.html
www/sponsors.html
www/stream.html
www/subversion.html
www/t-shirt.html
www/webp.html

index c264bf5ae3f479bf75fdf4c9300fe86dc31f923e..ba1fb904be0c3a3f3874014f0a972a6403b39c1f 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 <p>ImageMagick provides a statically-built ImageMagick object as part of its <a href="binary-releases.html#windows">Windows installation package</a>.  When this package is installed, ImageMagickObject and its sample programs are installed to this path:</p>
 
 <pre class="text">
-  c:\Program Files\ImageMagick-6.7.7-Q16\ImageMagickObject
+  c:\Program Files\ImageMagick-6.7.8-Q16\ImageMagickObject
 </pre>
 
 <p>The ImageMagickObject is registered if the checkbox, <kbd>Register ImageMagickObject</kbd>, is checked at install time.</p>
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 818cb24c0c2e1ac4f8455b9620764a6321843edc..5d76afd2996f6a16cd5bf4934aaf42abd64ac24b 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
 <p>The configure script looks at your environment and decides what it can cobble together to get ImageMagick compiled and installed on your system.  This includes finding a compiler, where your compiler header files are located (e.g. stdlib.h), and if any delegate libraries are available for ImageMagick to use (e.g. JPEG, PNG, TIFF, etc.).  If you are willing to accept configure's default options, and build from within the source directory, you can simply type:</p>
 
-<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>cd ImageMagick-6.7.7-5</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>./configure</span></p>
+<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>cd ImageMagick-6.7.8-0</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>./configure</span></p>
 <p>Watch the configure script output to verify that it finds everything that
  you think it should.  Pay particular attention to the last lines of the script output.  For example, here is a recent report from our system:</p>
 
@@ -518,7 +518,7 @@ Options used to compile and link:
 <p>While <kbd>configure</kbd> is designed to ease installation of ImageMagick, it often discovers problems that would otherwise be encountered later when compiling ImageMagick. The configure script tests for headers and libraries by executing the compiler (CC) with the specified compilation flags (CFLAGS), pre-processor flags (CPPFLAGS), and linker flags (LDFLAGS). Any errors are logged to the file <kbd>config.log</kbd>. If configure fails to discover a header or library please review this log file to determine why, however, please be aware that *errors in the <kbd>config.log</kbd> are normal* because configure works by trying something and seeing if it fails. An error in <kbd>config.log</kbd> is only a problem if the test should have passed on your system.</p>
 
 <p>Common causes of configure failures are: 1) a delegate header is not in the header include path (CPPFLAGS -I option); 2) a delegate library is not in the linker search/run path (LDFLAGS -L/-R option); 3) a delegate library is missing a function (old version?); or 4) compilation environment is faulty.</p>
-<p>If all reasonable corrective actions have been tried and the problem appears be due to a flaw in the configure script, please send a bug report to the <a href="http://www.imagemagick.org/discourse-server/viewforum.php?f=3">ImageMagick Defect Support Forum</a>. All bug reports should contain the operating system type (as reported by <kbd>uname -a</kbd>) and the compiler/compiler-version. A copy of the configure script output and/or the relevant portion of  <kbd>config.log</kbd> file may be valuable in order to find the problem.  If you post portions of <kbd>config.log</kbd>, please also send a script of the configure output and a description of what you expected to see (and why) so the failure you are observing can be identified and resolved.</p>
+<p>If all reasonable corrective actions have been tried and the problem appears be due to a flaw in the configure script, please send a bug report to the <a href="http://www.imagemagick.org/discourse-server/viewforum.html?f=3">ImageMagick Defect Support Forum</a>. All bug reports should contain the operating system type (as reported by <kbd>uname -a</kbd>) and the compiler/compiler-version. A copy of the configure script output and/or the relevant portion of  <kbd>config.log</kbd> file may be valuable in order to find the problem.  If you post portions of <kbd>config.log</kbd>, please also send a script of the configure output and a description of what you expected to see (and why) so the failure you are observing can be identified and resolved.</p>
 
 <p>ImageMagick is now configured and ready to build</p>
 
@@ -589,7 +589,7 @@ Options used to compile and link:
 <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>rpmbuild --rebuild ImageMagick.src.rpm</span></p>
 <p>After the build you, locate the RPMS folder and install the ImageMagick binary RPM distribution:</p>
 
-<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>rpm -ivh ImageMagick-6.7.7-?.*.rpm</span></p>
+<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>rpm -ivh ImageMagick-6.7.8-?.*.rpm</span></p>
 </div>
 
 <h2><a id="macosx"></a>Mac OS X-specific Build instructions</h2>
@@ -613,7 +613,7 @@ Options used to compile and link:
        <div class="doc-section">
          <p><a href="download.html">Download</a> the ImageMagick source distribution and verify the distribution against its <a href="http://www.imagemagick.org/download/digest.rdf">message digest</a>.</p>
          <p>Unpack and change into the top-level ImageMagick directory:</p>
-               <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>tar xvfz ImageMagick-6.7.7-5.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>cd ImageMagick-6.7.7-5</span></p>        <p>Configure ImageMagick:</p>
+               <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>tar xvfz ImageMagick-6.7.8-0.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>cd ImageMagick-6.7.8-0</span></p>        <p>Configure ImageMagick:</p>
        <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>./configure --prefix=/opt --with-quantum-depth=16 \ <br/>
                --disable-dependency-tracking --with-x=yes \ <br/>
                --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib/ \ <br/>
@@ -633,7 +633,7 @@ Options used to compile and link:
 
 <p>Although you can download and install delegate libraries yourself, many are already available in the <a href="http://gnuwin32.sourceforge.net/">GnuWin32</a> distribution.  Download and install whichever delegate libraries you require such as JPEG, PNG, TIFF, etc.  Make sure you specify the development headers when you install a package.  Next type,</p>
 
-<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>tar jxvf ImageMagick-6.7.7-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>cd ImageMagick-6.7.7-5</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>sudo make install</span></p></div>
+<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>tar jxvf ImageMagick-6.7.8-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>cd ImageMagick-6.7.8-0</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>sudo make install</span></p></div>
 
 <h2><a id="problems"></a>Dealing with Unexpected Problems</h2>
 <div class="doc-section">
@@ -694,7 +694,7 @@ Options used to compile and link:
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 2f219b10febefc57530e3495f0e831260f6c1d30..63ea0385977be2265c79383e0b30936a2b2895ab 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
 
     (function() {
       var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(po, s);
     })();
   </script>
   </div>
   <div class="footer">
     <span id="footer-west">&copy; 1999-2011 ImageMagick Studio LLC</span>
-    <span id="footer-east"> <a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span>
+    <span id="footer-east"> <a href="http://www.imagemagick.org/www/contact.html">Contact the Wizards</a></span>
   </div>
   <div style="clear: both; margin: 0; width: 100%; "></div>
   <script type="text/javascript">
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index d4ed2a6b38810448c3ea464a2bbb4216f6fc8e6f..79237a48b8abf5ddae2336a6102cecfdc98b46bc 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -716,7 +716,7 @@ transparent, extract, background, or shape the alpha channel</td>
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 47d96744407266dc87b9eb4cde50cca503083576..91fd01d85a2d5d8dbbdc9a2924ec78f2986c7f41 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
   <dt><a id="neko"></a>Neko</dt>
 
-<dd><a href="http://code.google.com/p/nmagick">NMagick</a> is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.</dd>
+<dd><a href="http://code.localhost/p/nmagick">NMagick</a> is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.</dd>
 
   <dt><a id="dot-net"></a>.NET</dt>
 
 
 <dd><a href="http://www.magickwand.org/">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</dd>
 
-<dd><a href="http://pecl.php.net/package/imagick">IMagick</a> is a native PHP extension to create and modify images using the ImageMagick API.  Documentation for the extension is available <a href="http://php.net/imagick">here</a>.</dd>
+<dd><a href="http://pecl.html.net/package/imagick">IMagick</a> is a native PHP extension to create and modify images using the ImageMagick API.  Documentation for the extension is available <a href="http://php.net/imagick">here</a>.</dd>
 
 <dd><a href="http://www.francodacosta.com/phmagick">phMagick</a> is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.</dd>
 
 
   <dt><a id="xml-rpc"></a>XML RPC</dt>
 
-<dd><a href="http://code.google.com/p/remotemagick/">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</dd>
+<dd><a href="http://code.localhost/p/remotemagick/">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</dd>
 </dl>
 </div>
 
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 15ccd1f3c0c01f79b5aa97b03f29f7b2a87a94e5..1e76827c0fec2175b906892ca7b24dcf118a27bc 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
 <p>When the pixel cache is initialized, pixels are scaled from whatever bit depth they originated from to that required by the pixel cache.  For example, a 1-channel 1-bit monochrome PBM image is scaled to a 4 channel 8-bit RGBA image, if you are using the Q8 version of ImageMagick, and 16-bit RGBA for the Q16 version.  You can determine which version you have with the <a href="command-line-options.html#version">&#x2011;version</a> option: </p>
 
-<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.7.7-5 2012-05-18 Q16 http://www.imagemagick.org</span></p>
+<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.7.8-0 2012-05-18 Q16 http://www.imagemagick.org</span></p>
 <p>As you can see, the convenience of the pixel cache sometimes comes with a trade-off in storage (e.g. storing a 1-bit monochrome image as 16-bit RGBA is wasteful) and speed (i.e. storing the entire image in memory is generally slower than accessing one scanline of pixels at a time).  In most cases, the benefits of the pixel cache typically outweigh any disadvantages.</p>
 </div>
 
@@ -641,7 +641,7 @@ image=ReadStream(image_info,&amp;StreamPixels,exception);
 
 <p>Many of ImageMagick's internal algorithms are threaded to take advantage of speed-ups offered by the multicore processor chips. However, you are welcome to use ImageMagick algorithms in your threads of execution with the exception of the MagickCore's GetVirtualPixels(), GetAuthenticPixels(), QueueAuthenticPixels(), or SyncAuthenticPixels() pixel cache methods.  These methods are intended for one thread of execution only with the exception of an OpenMP parallel section.  To access the pixel cache with more than one thread of execution, use a cache view.  We do this for the <a href="../www/api/composite.html#CompositeImage">CompositeImage()</a> method, for example.  Suppose we want to composite a single image over a different image in each thread of execution.  If we use GetVirtualPixels(), the results are unpredictable because multiple threads would likely be asking for different areas of the pixel cache simultaneously.  Instead we use GetCacheViewVirtualPixels() which creates a unique view for each thread of execution ensuring our program behaves properly regardless of how many threads are invoked.  The other program interfaces, such as the <a href="magick-wand.html">MagickWand API</a>, are completely thread safe so there are no special precautions for threads of execution.</p>
 
-<p>Here is an MagickCore code snippet that takes advantage of threads of execution with the <a href="parallel.html">OpenMP</a> programming paradigm:</p>
+<p>Here is an MagickCore code snippet that takes advantage of threads of execution with the <a href="openmp.html">OpenMP</a> programming paradigm:</p>
 
 <div class="viewport">
 {
@@ -1534,7 +1534,7 @@ ModuleExport size_t analyzeImage(Image **images,const int argc,const char **argv
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 57a7e9a7a3432fe23427f5f647471a0d879ab3ea..3b517c3fcd3a56898872cd2ebb08ef3c8243efd2 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
   </tr>
 
   <tr>
-      <td valign="top">ImageMagick-6.7.7-5.i386.rpm</td>
-    <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/i386/ImageMagick-6.7.7-5.i386.rpm">download</a></td>
-    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/i386/ImageMagick-6.7.7-5.i386.rpm">download</a></td>
+      <td valign="top">ImageMagick-6.8.1-2.i386.rpm</td>
+    <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/i386/ImageMagick-6.8.1-2.i386.rpm">download</a></td>
+    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/i386/ImageMagick-6.8.1-2.i386.rpm">download</a></td>
     <td valign="top">Redhat / CentOS 5.8 i386 RPM</td>
   </tr>
 
   <tr>
-      <td valign="top">ImageMagick-6.7.7-5.x86_64.rpm</td>
-      <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-6.7.7-5.x86_64.rpm">download</a></td>
-    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-6.7.7-5.x86_64.rpm">download</a></td>
+      <td valign="top">ImageMagick-6.8.1-2.x86_64.rpm</td>
+      <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-6.8.1-2.x86_64.rpm">download</a></td>
+    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-6.8.1-2.x86_64.rpm">download</a></td>
     <td valign="top">Redhat / CentOS 5.8 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>
 
-<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>rpm -Uvh ImageMagick-6.7.7-5.i386.rpm</span></p>
+<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>rpm -Uvh ImageMagick-6.8.1-2.i386.rpm</span></p>
 <p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p>
 
 <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>cd $HOME</span></p>
 <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>tar xvfz ImageMagick.tar.gz</span></p>
 <p>Set the <kbd>MAGICK_HOME</kbd> environment variable to the path where you extracted the ImageMagick files. For example:</p>
 
-<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-6.7.7"</span></p>
+<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-6.7.9"</span></p>
 <p>If the <kbd>bin</kbd> subdirectory of the extracted package is not already in your executable search path, add it to your <kbd>PATH</kbd> environment variable. For example:</p>
 
 <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>export PATH="$MAGICK_HOME/bin:$PATH"</span></p>
 <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>tar xvfz ImageMagick-x86_64-apple-darwin11.3.0.tar.gz</span></p>
 <p>Set the <kbd>MAGICK_HOME</kbd> environment variable to the path where you extracted the ImageMagick files. For example:</p>
 
-<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-6.7.7"</span></p>
+<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-6.7.9"</span></p>
 <p>If the <kbd>bin</kbd> subdirectory of the extracted package is not already in your executable search path, add it to your <kbd>PATH</kbd> environment variable. For example:</p>
 
 <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>export PATH="$MAGICK_HOME/bin:$PATH"</span></p>
 <pre class="text">
        ./imagemagick_compile.sh <em>VERSION</em>
 </pre>
-<p>where <em>VERSION</em> is the version of ImageMagick you want to compile (i.e.: 6.7.7-5, svn, ...)</p>
+<p>where <em>VERSION</em> is the version of ImageMagick you want to compile (i.e.: 6.8.1-2, svn, ...)</p>
 
 <p>This script compiles ImageMagick as a static library to be included in iOS projects and adds support for</p>
 <ul>
   </tr>
 
   <tr>
-        <td valign="top">ImageMagick-6.7.7-5-Q16-windows-dll.exe</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.7-5-Q16-windows-dll.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.7-5-Q16-windows-dll.exe">download</a></td>
+        <td valign="top">ImageMagick-6.8.1-2-Q16-windows-dll.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.8.1-2-Q16-windows-dll.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.8.1-2-Q16-windows-dll.exe">download</a></td>
     <td valign="top">Win32 dynamic at 16 bits-per-pixel</td>
   </tr>
 </table>
   </tr>
 
   <tr>
-        <td valign="top">ImageMagick-6.7.7-5-Q16-windows-static.exe</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.7-5-Q16-windows-static.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.7-5-Q16-windows-static.exe">download</a></td>
+        <td valign="top">ImageMagick-6.8.1-2-Q16-windows-static.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.8.1-2-Q16-windows-static.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.8.1-2-Q16-windows-static.exe">download</a></td>
     <td valign="top">Win32 static at 16 bits-per-pixel</td>
   </tr>
 
   <tr>
-        <td valign="top">ImageMagick-6.7.7-5-Q8-windows-dll.exe</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.7-5-Q8-windows-dll.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.7-5-Q8-windows-dll.exe">download</a></td>
+        <td valign="top">ImageMagick-6.8.1-2-Q8-windows-dll.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.8.1-2-Q8-windows-dll.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.8.1-2-Q8-windows-dll.exe">download</a></td>
     <td valign="top">Win32 dynamic at 8 bits-per-pixel</td>
   </tr>
 
   <tr>
-        <td valign="top">ImageMagick-6.7.7-5-Q8-windows-static.exe</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.7-5-Q8-windows-static.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.7-5-Q8-windows-static.exe">download</a></td>
+        <td valign="top">ImageMagick-6.8.1-2-Q8-windows-static.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.8.1-2-Q8-windows-static.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.8.1-2-Q8-windows-static.exe">download</a></td>
     <td valign="top">Win32 static at 8 bits-per-pixel</td>
   </tr>
 
   <tr>
-        <td valign="top">ImageMagick-6.7.7-5-Q16-windows-x64-dll.exe</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.7-5-Q16-windows-x64-dll.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.7-5-Q16-windows-x64-dll.exe">download</a></td>
+        <td valign="top">ImageMagick-6.8.1-2-Q16-windows-x64-dll.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.8.1-2-Q16-windows-x64-dll.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.8.1-2-Q16-windows-x64-dll.exe">download</a></td>
    <td valign="top">Win64 dynamic at 16 bits-per-pixel</td>
   </tr>
 
   <tr>
-        <td valign="top">ImageMagick-6.7.7-5-Q16-windows-x64-static.exe</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.7-5-Q16-windows-x64-static.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.7-5-Q16-windows-x64-static.exe">download</a></td>
+        <td valign="top">ImageMagick-6.8.1-2-Q16-windows-x64-static.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.8.1-2-Q16-windows-x64-static.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.8.1-2-Q16-windows-x64-static.exe">download</a></td>
    <td valign="top">Win64 static at 16 bits-per-pixel</td>
   </tr>
 
   <tr>
-        <td valign="top">ImageMagick-6.7.7-5-Q16-windows.zip</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.7-5-Q16-windows.zip">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.7-5-Q16-windows.zip">download</a></td>
+        <td valign="top">ImageMagick-6.8.1-2-Q16-windows.zip</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.8.1-2-Q16-windows.zip">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.8.1-2-Q16-windows.zip">download</a></td>
     <td valign="top">Portable Win32 static at 16 bits-per-pixel.  Just copy to your host and run (no installer, no Windows registry entries).</td>
   </tr>
 
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 6c524de65e6a4efcb99e291459d816019ebf7736..7731a5393b966ee36f8a55a2224e8da4afc6a516 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 <div class="main">
 
 <h1>ImageMagick Changelog</h1>
-<dl><dt>2012-05-31  6.7.7-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> New version 6.7.7-5, SVN revision 8099.</dd>
-<dt>2012-05-31  6.7.7-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<dl><dt>2012-05-31  6.7.8-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.7.8-0, SVN revision 8099.</dd>
+<dt>2012-05-31  6.7.8-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Set terminal character for GIF comment.</dd>
-<dt>2012-05-30  6.7.7-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> New version 6.7.7-4, SVN revision 8096.</dd>
-<dt>2012-05-30  6.7.7-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<dt>2012-05-30  6.7.8-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.7.8-4, SVN revision 8096.</dd>
+<dt>2012-05-30  6.7.8-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> 'convert 1-bit.tif -rotate 90 ...' returns a 1-bit TIFF image as expected.</dd>
-<dt>2012-05-29  6.7.7-4 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
+<dt>2012-05-29  6.7.8-4 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Ignore APNG chunks even when libpng is built with the "APNG patch".</dd>
-<dt>2012-05-29  6.7.7-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> New version 6.7.7-3, SVN revision 8089.</dd>
-<dt>2012-05-28  6.7.7-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<dt>2012-05-29  6.7.8-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.7.8-3, SVN revision 8089.</dd>
+<dt>2012-05-28  6.7.8-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fix bug with stroke-dasharray (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=21090).</dd>
   <dd> In rare cases, caption would not word-wrap properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=21106).</dd>
   <dd> Don't set alpha pixels in SetImageVirtualPixelMethod() unless    image area is well defined (i.e. != 0) (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?t=21110).</dd>
-<dt>2012-05-27  6.7.7-3 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
+<dt>2012-05-27  6.7.8-3 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Trialing the addition of new interpolation methods      Average16         average of 16 pixels around sampling point      Average9          9 pixels around nearest pixel      Average4          Average of 4 pixels around sampling point      Background        Background color (for resampling error checking)      Blend             Blend of closest 1, 2 or 4 pixel neighbors    NOTE: 'Average' is now equivelent to 'Average4',    previous to this version it was equivelent to 'Average16'.    The 'Background' method is for showing 'resample errors' be it    accidental, or on purpose.  See IM Examples, Cylindrical Filters.</dd>
-<dt>2012-05-26  6.7.7-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> New version 6.7.7-2, SVN revision 8066.</dd>
-<dt>2012-05-26  6.7.7-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<dt>2012-05-26  6.7.8-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.7.8-2, SVN revision 8066.</dd>
+<dt>2012-05-26  6.7.8-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> MagickDelay() is in microseconds, not milliseconds.</dd>
-<dt>2012-05-25  6.7.7-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> New version 6.7.7-1, SVN revision 8059.</dd>
-<dt>2012-05-20  6.7.7-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<dt>2012-05-25  6.7.8-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.7.8-1, SVN revision 8059.</dd>
+<dt>2012-05-20  6.7.8-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> In rare cases, caption would not word-wrap properly (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=21044).</dd>
   <dd> Set the JPEG image colorspace after the columns / rows are set (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=21059).</dd>
   <dd> Potential gray images are in either the gray or RGB colorspaces.</dd>
   <dd> Restore MagickSetImageEndian() method (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?t=20425&p=81525).</dd>
   <dd> Respect resolution when rendering SVG (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=21076).</dd>
-<dt>2012-05-20  6.7.7-1 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
+<dt>2012-05-20  6.7.8-1 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Delegates now 'spawn' faster (replaced 2 second sleep!) (for "show:")</dd>
-<dt>2012-05-17  6.7.7-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> New version 6.7.7-0, SVN revision 7980.</dd>
-<dt>2012-05-17  6.7.7-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<dt>2012-05-17  6.7.8-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.7.8-0, SVN revision 7980.</dd>
+<dt>2012-05-17  6.7.8-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Group4-compressed TIFF / PDF image formats stopped working (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&t=21039).</dd>
   <dd> Auto convert images in the grayscale colorspace to sRGB (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=21031).</dd>
 <dt>2012-05-16  6.7.6-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Properly handled continued JPEG embedded profiles.</dd>
 <dt>2011-08-12  6.7.1-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Yet another attempt to read Japanese filenames under Windows.</dd>
-<dt>2011-08-10  6.7.1-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<dt>2011-08-0  6.7.1-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.7.1-5.</dd>
-<dt>2011-08-10  6.7.1-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<dt>2011-08-0  6.7.1-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Revert -colorspace sRGB option patch (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=19256).</dd>
   <dd> Revert -type PaletteMatte option patch (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=19263</dd>
 <dt>2011-08-09  6.7.1-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Remove version from etc folder and instead use /etc/ImageMagick.</dd>
 <dt>2011-03-28  6.6.9-0 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Separated complex cropping function from TransformImage() as a new    function CropImageToTiles().  This new function returns either the    new cropped image, or a list of tiles, according to geometry, without    replacing the source image. The Source image may be part of a larger list    of images, without the function 'losing' the other images of the list.</dd>
-<dt>2011-03-27  6.6.8-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> New version 6.6.8-10.</dd>
-<dt>2011-03-27  6.6.8-10 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
+<dt>2011-03-27  6.6.8-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.6.8-0.</dd>
+<dt>2011-03-27  6.6.8-0 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> Modified image handling in MogrifyImages() and MogrifyImage()    which improves overall handling, and allows correct %p, %n and the    %[fx:..] 't' and 'n' escape usage to work correctly.</dd>
   <dd> Added -duplicate as a multi-image sequence operator</dd>
 <dt>2011-03-26  6.6.8-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Add -subimage-search option to the compare utility.</dd>
 <dt>2010-08-12  6.6.3-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> The -fx 2e+6/1e+5 argument no longer returns the wrong results (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=16833).</dd>
-<dt>2010-08-10  6.6.3-5 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
+<dt>2010-08-0  6.6.3-5 Glenn Randers-Pehrson &lt;glennrp@image...&gt;</dt>
   <dd> Emit a warning if the PNG encoder can't satisfy the color type and    bit depth requested with a "-define" directive.</dd>
 <dt>2010-08-07  6.6.3-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> The orient option sometimes improperly set "undefined" (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=16795).</dd>
   <dd> Addition of -auto-level and -auto-gamma  image enhancements    (under trial not yet final)</dd>
   <dd> Addition of a special -channel flag 'sync' which means that the specified    channels are to be modified together by the same amount.  The flag is    enabled by default.  This replaces the current 'channels not modified'    type handling thought IM.</dd>
   <dd> Modified -channel parsing to continue looking for words, after handling    any shorthand channel options.  For example:  -channel RGB,sync</dd>
-<dt>2009-08-10  6.5.5-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<dt>2009-08-0  6.5.5-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> identify -format %c logo.png returns the image comment as expected.</dd>
   <dd> Clone ImageInfo members scene and number_scenes (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&t=14437).</dd>
   <dd> Fix memory leak with the -remote option of the animate program (bug report    from Anthony).</dd>
   <dd> JPEG to PDF was not always reversible (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=13020).</dd>
 <dt>2009-01-30  6.4.9-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Stroking when annotating failed for stroke widths > 2 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=13009).</dd>
-<dt>2009-01-24  6.4.8-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<dt>2009-01-24  6.4.8-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> TransformImageColorspace() returns GRAYColorspace when set (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=12990).</dd>
   <dd> Don;t assume CMYK unless document process colors include Cyan, Magenta,    or Yellow.</dd>
 <dt>2009-01-23  6.4.8-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Do not set image colorspace for the MSL modulate tag.</dd>
 <dt>2008-11-01  6.4.5-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Off by one error when computing affine in DrawAffineImage() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=12391.</dd>
-<dt>2008-10-30  6.4.5-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<dt>2008-0-30  6.4.5-2 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fixed local adaptive thresholding  when using an offset (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=12371.</dd>
   <dd> Set SetImagePixels() rather than SyncImagePixelCache() to update    the pixel cache morphology.</dd>
-<dt>2008-10-26  6.4.5-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<dt>2008-0-26  6.4.5-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Set explicit image format for BlobToImage() (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&t=12340).</dd>
   <dd> p_thread_t is an aggregate under MinGW.</dd>
-<dt>2008-10-20  6.4.5-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<dt>2008-0-20  6.4.5-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> pthread_t can be aggregate so stop treating it like its atomic.</dd>
   <dd> default the WPG image size to 1 top avoid "no pixels defined in cache"    exceptions.</dd>
-<dt>2008-10-17  6.4.4-8 Anthony  &lt;A.Thyssen@griffith...&gt;</dt>
+<dt>2008-0-17  6.4.4-8 Anthony  &lt;A.Thyssen@griffith...&gt;</dt>
   <dd> slight modification of the added "radial-gradient:" image generator    so the radius goes to an edge rather than the corner, allowing more user    control based on image size.</dd>
   <dd> fix -raise N to mean -raise NxN</dd>
-<dt>2008-10-15  6.4.4-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<dt>2008-0-15  6.4.4-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Add support for inline images.</dd>
-<dt>2008-10-10  6.4.4-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<dt>2008-0-10  6.4.4-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> MinGW supports both Posix threads and Windows critical sections.</dd>
-<dt>2008-10-06  6.4.4-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<dt>2008-0-06  6.4.4-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> pthread_self() can be an aggregate value.</dd>
   <dd> Scale pixel quantum to match PNG tRNS range (i.e. 0-255).</dd>
-<dt>2008-10-06  6.4.4-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<dt>2008-0-06  6.4.4-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Set sentinel byte for MVG coder.</dd>
   <dd> fx:standard_deviation returns standard deviation now instead of mean.</dd>
-<dt>2008-10-01  6.4.4-1 Florent Monnier  &lt;monnier.florent@gmail...&gt;</dt>
+<dt>2008-0-01  6.4.4-1 Florent Monnier  &lt;monnier.florent@gmail...&gt;</dt>
   <dd> Support radial gradients in DrawGradientImage().</dd>
 <dt>2008-09-26  6.4.4-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Fix memory leak when XMP profile is corrupt.</dd>
   <dd> The -draw option no longer returns an error when for # like .6 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=11879).</dd>
 <dt>2008-08-14  6.4.2-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New dithering selection option, -dither Floyd-Steinberg or    -dither Riemersma.</dd>
-<dt>2008-08-10  6.4.2-8 Anthony &lt;anthony@griffith...&gt;</dt>
+<dt>2008-08-0  6.4.2-8 Anthony &lt;anthony@griffith...&gt;</dt>
   <dd> Added new distort "Polar" and "DePolar" due to Forum Discussions</dd>
 <dt>2008-08-07  6.4.2-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Change MPEG delegate from mpeg2decode/mpeg2encode to ffmpeg (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=11827).</dd>
   <dd> The -sketch option is working again (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=11454).</dd>
 <dt>2008-06-08  6.4.1-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> More algorithms refactored to support a threaded cache view.</dd>
-  <dd> EPS2 output only 1/3 of image when using LZW or rle compress (reference    http://www.imagemagick.org/discourse-server/viewforum.php?f=3).</dd>
+  <dd> EPS2 output only 1/3 of image when using LZW or rle compress (reference    http://www.imagemagick.org/discourse-server/viewforum.html?f=3).</dd>
   <dd> ISO C++ 1998 does not support 'long long' (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=11405).</dd>
   <dd> Patch GetMagickMemoryHandlers() to return the properly return the memory    handler addresses.</dd>
   <dd> Generate histogram comment if # unique colors exceed 1024 (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=11434).</dd>
   <dd> Fixed a small memory leak (8 bytes) in TransformImages().</dd>
   <dd> Render to Cairo surface rather than a GDK buffer when rendering SVG.</dd>
   <dd> Identify now reports both actual and reported image depths (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=1&t=10716).</dd>
-<dt>2008-02-17  6.3.8-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<dt>2008-02-17  6.3.8-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> Speed up converting large PDF/PS images when only selecting a few pages    (e.g. pdffile.pdf[195-199]).</dd>
   <dd> Deprecate HSLTransform() and TransformHSL().</dd>
 <dt>2008-02-16  6.3.8-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 48aca7cbb77071a25eb21061c0259913642f20a6..2c4e811142d8f96049a6550b7a85a75bd03f79c7 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -329,7 +329,7 @@ Examples <a href="http://www.imagemagick.org/Usage/transform/#encipher"
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index d41fed628de729d33458f36fdd1c326d41914869..2cbcd738eefb5cffa95da0724c121ba025f554cc 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -5120,7 +5120,7 @@ color swatch of that color and to convert to all the other color models.
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 149ff333cdc33e0831e8104e6bf5ae0eacd52451..3119752c6480dd5a6c49162ad73957372f3eb157 100644 (file)
@@ -56,7 +56,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -7247,7 +7247,7 @@ href="command-line-options.html#colors">-colors</a> to reduce the number of colo
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 531c8807bd16e57f7327259e32252c990f4e4cfd..8075d5160de1778d7aa2a4cec111e692943916fc 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index b02f9b22113ff534d8e97db624fd79226aee5239..668330e124ca73298262f38a3d10372341c80fc2 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index b45ff1284acec8d0813db1540658ee2e18b90075..e969602fec31769a7e5e8fd2bf49085645906343 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -514,7 +514,7 @@ transparent, extract, background, or shape the alpha channel</td>
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 449570285868cc491654de299b08cd2a86c0a905..46c485823193b3ae3677085e97d4ef6afc963808 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -826,7 +826,7 @@ href="command-line-options.html#list">-list compose</a>.</p>
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index ff88c095840a2e759aaa31abb91304ee6c6ae4f1..b609274de96107a34d7b89b2169628989e71ad8f 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -713,7 +713,7 @@ transparent, extract, background, or shape the alpha channel</td>
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 252c190ae44d7ad8dfe5e6c3c67467143647047b..4a6c4ec709141a643ea6f74a667606fd3a805182 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 85eb55e5144cac71c96367e154d4d5fb984cf0f1..eeb362109763b4f1f9e729427b04c7c641d3a321 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -315,7 +315,7 @@ c5e3d1</em>, in the Authenticate field and fill in the remaining fields.  Press
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 6dd7b22537e31762c047809ca24e168d62707ccc..807c5805ee2a8eb06ce4b41e112f9f79f85e0a27 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -1411,7 +1411,7 @@ transparent, extract, background, or shape the alpha channel</td>
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index ee363c35ba2879c8daa5eaa09574f81669ebb741..b01d9cf30062ca87b5aec84ecfdf557deafc85a8 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -744,7 +744,7 @@ transparent, extract, background, or shape the alpha channel</td>
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 668071e6476c593fa92ad885cbecceee6469fcc4..3b2e57a17fd4fde041321ae52797e16fed8af999 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 <h1>Download ImageMagick</h1>
 <div class="doc-section">
 <p>ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors around the world listed below.  ImageMagick stable and development source releases are also available from <a href="subversion.html">Subversion</a>.  Before you download, you may want to review recent <a href="changelog.html">changes</a> to the ImageMagick distribution.</p>
-<p>The latest release of ImageMagick is version 6.7.7-5.</p>
+<p>The latest release of ImageMagick is version 6.8.1-0.</p>
 <dl>
   <dt class="doc">Australia</dt>
     <dd><a href="ftp://mirror.aarnet.edu.au/pub/imagemagick/">ftp://mirror.aarnet.edu.au/pub/imagemagick/</a></dd>
   <dt class="doc">Platform Specific Binaries </dt>
     <dd><a href="http://www.macports.org/ports.html?by=name&substr=imagemagick">http://www.macports.org/ports.html?by=name&substr=imagemagick</a> (Mac OS X)</dd>
     <dd><a href="http://hpux.connect.org.uk/hppd/hpux/X11/Viewers/">http://hpux.connect.org.uk/hppd/hpux/X11/Viewers/</a> (HP-UX 10.20 and 11.00)</dd>
-    <dd><a href="http://www.sunfreeware.com/">http://www.sunfreeware.com/</a> (SPARC/Solaris 2.5-10 and x86/Solaris 8-10)</dd>
+    <dd><a href="http://www.sunfreeware.com/">http://www.sunfreeware.com/</a> (SPARC/Solaris 2.5-10 and x86/Solaris 8-0)</dd>
   <dt class="doc">Rsync Mirrors </dt>
     <dd><a href="rsync://rsync.is.co.za/IS-Mirror/mirror.imagemagick.org/">rsync://rsync.is.co.za/IS-Mirror/mirror.imagemagick.org/</a></dd>
     <dd><a href="rsync://rsync.fifi.org/ImageMagick">rsync://rsync.fifi.org/ImageMagick</a></dd>
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 476a472c98b3325a9415ea88e1e52eed9188c9a5..fa02f63ddcdb603a2fa4f34f3caea33a83de119a 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -563,7 +563,7 @@ information contained in the file:</p>
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 7106ea850c0ead46bc2c633e85f0b18014373724..d07e8b2f5b20894c365404f7dcd2ec488557692a 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 9f6c55487b12a8cd4dffe60b71fad3bba943bc9c..e45c115034aaf9d736faf35b8f121ad786202450 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index a6d86c9aa814eabbef2ecef6724a75219f3b684a..264cbd2202faa647da3f49a3b7c242798566bd1c 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index bb98252a8c385f26d55ce71e39910f02aa962bca..720d83e577007a42aabea76e426f3043a77f60e5 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -1139,7 +1139,7 @@ convert \( -size 15x15 canvas:black canvas:white -append \) \
     <td valign="top"><a href="http://en.wikipedia.org/wiki/WebP">WEBP</a></td>
     <td valign="top">RW</td>
     <td valign="top">Weppy image format</td>
-    <td valign="top">Requires the <a href="http://code.google.com/p/webp/downloads/list">WEBP</a> delegate library. </td>
+    <td valign="top">Requires the <a href="http://code.localhost/p/webp/downloads/list">WEBP</a> delegate library. </td>
   </tr>
 
   <tr>
@@ -1969,7 +1969,7 @@ convert \( -size 15x15 canvas:black canvas:white -append \) \
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 4ee51c2282d35c5ed262b7e7f0e7625cf2ba04ff..6d0de8c31fb07e3b4d70d30931f6fee21a8740b0 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index caa5c3ce1957cc84329d4fddea142bd06ba88648..092336e35919f17e40208b379201c2f7358fc45d 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index e004946e37a23e207e8355289f01481e176de6d4..0ed8b2488ad2580a0e10664190a63fe646af7e6b 100644 (file)
 </div>
 <div class="sep"></div>
 <div class="menu">
-  <a title="Search" href="http://www.imagemagick.org/script/search.php">Search</a>
+  <a title="Search" href="http://www.imagemagick.org/www/search.html">Search</a>
 </div>
 <div class="sep"></div>
 <div class="menu">
@@ -199,7 +199,7 @@ I swear by my life and my love of it that I will never live for the sake of anot
   </div>
   <div class="footer">
     <span id="footer-west">&copy; 1999-2013 ImageMagick Studio LLC</span>
-    <span id="footer-east"> <a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span>
+    <span id="footer-east"> <a href="http://www.imagemagick.org/www/contact.html">Contact the Wizards</a></span>
   </div>
   <div style="clear: both; margin: 0; width: 100%; "></div>
   <script type="text/javascript">
@@ -209,7 +209,7 @@ I swear by my life and my love of it that I will never live for the sake of anot
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index b1aa6e41f72b05f595e3e319685a383353482569..89e1f55733a9b6fa30705e40bea851413c0e16db 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
     Tainted: False  <br/>
     Filesize: 3.97266kb  <br/>
     Number pixels: 3.14453kb  <br/>
-    Version: ImageMagick 6.7.7-5 2012-05-18 Q16 http://www.imagemagick.org</span></p>
+    Version: ImageMagick 6.8.1-0 2012-05-18 Q16 http://www.imagemagick.org</span></p>
 <p>To get the print size in inches of an image at 72 DPI, use:</p>
 
 <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>identify -format "%[fx:w/72] by %[fx:h/72] inches" document.png</span><span class='crtout'>8.5 x 11 inches</span></p>
@@ -531,7 +531,7 @@ transparent, extract, background, or shape the alpha channel</td>
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 068452121abc4da8296e70b9d73cbb66de5556dd..700223700790ec6e2ac303bedbb6f23a36e306b3 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index ebf094daa058064d17d5fd2e1bb40ccd0300db59..1e84e39c6b3ed8d5c83b773fa3d211c37b260fc8 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
@@ -77,7 +77,7 @@
   <img src="../images/logo.jpg"
   alt="ImageMagick Logo"
   style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
-<a href="../index.php">
+<a href="../index.html">
   <img src="../images/sprite.jpg"
   alt="ImageMagick Sprite"
   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
 <div class="westbar">
 
 <div class="menu">
-  <a title="About ImageMagick" href="../index.php">About ImageMagick</a>
+  <a title="About ImageMagick" href="../index.html">About ImageMagick</a>
 </div>
 <div class="menu">
-  <a title="Binary Releases" href="binary-releases.php">Binary Releases</a>
+  <a title="Binary Releases" href="binary-releases.html">Binary Releases</a>
 </div>
 <div class="sub">
-    <a title="Binary Release: Unix" href="binary-releases.php#unix">Unix</a>
+    <a title="Binary Release: Unix" href="binary-releases.html#unix">Unix</a>
 </div>
 <div class="sub">
-    <a title="Binary Release: MacOS X" href="binary-releases.php#macosx">Mac OS X</a>
+    <a title="Binary Release: MacOS X" href="binary-releases.html#macosx">Mac OS X</a>
 </div>
 <div class="sub">
-    <a title="Binary Release: iOS" href="binary-releases.php#iOS">iOS</a>
+    <a title="Binary Release: iOS" href="binary-releases.html#iOS">iOS</a>
 </div>
 <div class="sub">
-    <a title="Binary Release: Windows" href="binary-releases.php#windows">Windows</a>
+    <a title="Binary Release: Windows" href="binary-releases.html#windows">Windows</a>
 </div>
 <div class="sep"></div>
 <div class="menu">
-  <a title="Command-line Tools" href="command-line-tools.php">Command-line Tools</a>
+  <a title="Command-line Tools" href="command-line-tools.html">Command-line Tools</a>
 </div>
 <div class="sub">
-    <a title="Command-line Tools: Processing" href="command-line-processing.php">Processing</a>
+    <a title="Command-line Tools: Processing" href="command-line-processing.html">Processing</a>
 </div>
 <div class="sub">
-    <a title="Command-line Tools: Options" href="command-line-options.php">Options</a>
+    <a title="Command-line Tools: Options" href="command-line-options.html">Options</a>
 </div>
 <div class="sub">
     <a title="Command-line Tools: Usage" href="http://www.imagemagick.org/Usage/">Usage</a>
 </div>
 <div class="menu">
-  <a title="Program Interfaces" href="api.php">Program Interfaces</a>
+  <a title="Program Interfaces" href="api.html">Program Interfaces</a>
 </div>
 <div class="sub">
-    <a title="Program Interface: MagickWand" href="magick-wand.php">MagickWand</a>
+    <a title="Program Interface: MagickWand" href="magick-wand.html">MagickWand</a>
 </div>
 <div class="sub">
-    <a title="Program Interface: MagickCore" href="magick-core.php">MagickCore</a>
+    <a title="Program Interface: MagickCore" href="magick-core.html">MagickCore</a>
 </div>
 <div class="sub">
-    <a title="Program Interface: PerlMagick" href="perl-magick.php">PerlMagick</a>
+    <a title="Program Interface: PerlMagick" href="perl-magick.html">PerlMagick</a>
 </div>
 <div class="sub">
-    <a title="Program Interface: Magick++" href="magick++.php">Magick++</a>
+    <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
 </div>
 <div class="sep"></div>
 <div  class="menu">
-   <a title="Install from Source" href="install-source.php">Install from Source</a>
+   <a title="Install from Source" href="install-source.html">Install from Source</a>
 </div>
 <div class="sub">
-    <a title="Install from Source: Unix" href="install-source.php#unix">Unix</a>
+    <a title="Install from Source: Unix" href="install-source.html#unix">Unix</a>
 </div>
 <div class="sub">
-    <a title="Install from Source: Windows" href="install-source.php#windows">Windows</a>
+    <a title="Install from Source: Windows" href="install-source.html#windows">Windows</a>
  </div>
 <div class="menu">
-  <a title="Resources" href="resources.php">Resources</a>
+  <a title="Resources" href="resources.html">Resources</a>
 </div>
 <div class="menu">
-  <a title="Architecture" href="architecture.php">Architecture</a>
+  <a title="Architecture" href="architecture.html">Architecture</a>
 </div>
 <div class="menu">
-  <a title="Download" href="download.php">Download</a>
+  <a title="Download" href="download.html">Download</a>
 </div>
 <div class="sep"></div>
 <div class="menu">
-  <a title="Search" href="search.php">Search</a>
+  <a title="Search" href="search.html">Search</a>
 </div>
 <div class="sep"></div>
 <div class="menu">
-  <a title="Site Map" href="sitemap.php">Site Map</a>
+  <a title="Site Map" href="sitemap.html">Site Map</a>
 </div>
 <div  class="sub">
-  <a title="Site Map: Links" href="links.php">Links</a>
+  <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
 <div class="menu">
-  <a rel="follow" title="Sponsors" href="sponsors.php">Sponsors:</a>
+  <a rel="follow" title="Sponsors" href="sponsors.html">Sponsors:</a>
 
   <a href="http://www.networkredux.com"> <img src="../images/networkredux.png" width="140" height="31" alt="[sponsor]" style="margin-top: 4px; margin-left: 4px; border: 0px; float: left;" /></a>
   <a href="http://www.dinodirect.com/ipads-tablets/"> <img src="../images/dino-direct.jpg" width="140" height="90" alt="[sponsor]" style="margin-top: 4px; margin-left: 4px; border: 0px; float: left;" /></a><!-- 201208010120 mickey@163... -->
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
 <a id="intro"></a>
 <div class="doc-section">
-<p><a class="fancybox" rel="group" href="../images/wizard.png" title="And Now a Touch of Magick"><img id="logo" alt="And Now a Touch of Magick" class="icon" width="241" height="320" src="../images/wizard.jpg"/></a> ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&amp;entry=78333969">&#174;</a></sup> is a software suite to create, edit, compose, or convert bitmap images.  It can read and write images in a variety of <a href="formats.php">formats</a> (over 100) including <a href="motion-picture.php">DPX</a>, <a href="high-dynamic-range.php">EXR</a>, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF.  Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.</p>
+<p><a class="fancybox" rel="group" href="../images/wizard.png" title="And Now a Touch of Magick"><img id="logo" alt="And Now a Touch of Magick" class="icon" width="241" height="320" src="../images/wizard.jpg"/></a> ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&amp;entry=78333969">&#174;</a></sup> is a software suite to create, edit, compose, or convert bitmap images.  It can read and write images in a variety of <a href="formats.html">formats</a> (over 100) including <a href="motion-picture.html">DPX</a>, <a href="high-dynamic-range.html">EXR</a>, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF.  Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.</p>
 
-<p>The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite language. Choose from these interfaces: <a href="api.php#ada">G2F</a> (Ada), <a href="api.php#c">MagickCore</a> (C), <a href="api.php#c">MagickWand</a> (C), <a href="api.php#ch">ChMagick</a> (Ch), <a href="api.php#com_">ImageMagickObject</a> (COM+), <a href="api.php#c__">Magick++</a> (C++), <a href="api.php#java">JMagick</a> (Java), <a href="api.php#lisp">L-Magick</a> (Lisp), <a href="api.php#neko">NMagick</a> (Neko/haXe), <a href="api.php#dot-net">MagickNet</a> (.NET), <a href="api.php#pascal">PascalMagick</a> (Pascal),  <a href="api.php#perl">PerlMagick</a> (Perl), <a href="api.php#php">MagickWand for PHP</a> (PHP),  <a href="api.php#php">IMagick</a> (PHP), <a href="api.php#python">PythonMagick</a> (Python), <a href="api.php#ruby">RMagick</a> (Ruby), or <a href="api.php#tcl">TclMagick</a> (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically and <em>automagically</em>.</p>
+<p>The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite language. Choose from these interfaces: <a href="api.html#ada">G2F</a> (Ada), <a href="api.html#c">MagickCore</a> (C), <a href="api.html#c">MagickWand</a> (C), <a href="api.html#ch">ChMagick</a> (Ch), <a href="api.html#com_">ImageMagickObject</a> (COM+), <a href="api.html#c__">Magick++</a> (C++), <a href="api.html#java">JMagick</a> (Java), <a href="api.html#lisp">L-Magick</a> (Lisp), <a href="api.html#neko">NMagick</a> (Neko/haXe), <a href="api.html#dot-net">MagickNet</a> (.NET), <a href="api.html#pascal">PascalMagick</a> (Pascal),  <a href="api.html#perl">PerlMagick</a> (Perl), <a href="api.html#php">MagickWand for PHP</a> (PHP),  <a href="api.html#php">IMagick</a> (PHP), <a href="api.html#python">PythonMagick</a> (Python), <a href="api.html#ruby">RMagick</a> (Ruby), or <a href="api.html#tcl">TclMagick</a> (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically and <em>automagically</em>.</p>
 
-<p>ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may freely use, copy, modify, and distribute in both open and proprietary applications. It is distributed under the Apache 2.0 <a href="license.php" rel="license">license</a>,  approved by the <a href="http://www.opensource.org/">OSI</a> and recommended for use by the <a href="http://www.osscc.net/">OSSCC</a>.</p>
+<p>ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may freely use, copy, modify, and distribute in both open and proprietary applications. It is distributed under the Apache 2.0 <a href="license.html" rel="license">license</a>,  approved by the <a href="http://www.opensource.org/">OSI</a> and recommended for use by the <a href="http://www.osscc.net/">OSSCC</a>.</p>
 
 <p>The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes <a href="http://www.valgrind.org">memory and thread</a> error detection to prevent security vulnerabilities.</p>
 
-<p>The current release is ImageMagick 6.7.7-5.</p>
+<p>The current release is ImageMagick 6.7.8-0.</p>
 
 </div>
 
 
 <h2><a id="features"></a>Features and Capabilities</h2>
 <div class="doc-section">
-<p>Here are just a few <a href="examples.php">examples</a> of what ImageMagick can do:</p>
+<p>Here are just a few <a href="examples.html">examples</a> of what ImageMagick can do:</p>
 
 <ul style="font-size: 90%;">
-  <li><a href="convert.php">Format conversion</a>: convert an image from one <a href="formats.php">format </a> to another (e.g. PNG to JPEG).</li>
+  <li><a href="convert.html">Format conversion</a>: convert an image from one <a href="formats.html">format </a> to another (e.g. PNG to JPEG).</li>
   <li><a href="http://www.imagemagick.org/Usage/resize/">Transform</a>: resize, rotate, crop, flip or trim an image.</li>
   <li><a href="http://www.imagemagick.org/Usage/masking/">Transparency</a>: render portions of an image invisible.</li>
   <li><a href="http://www.imagemagick.org/Usage/draw/">Draw</a>: add shapes or text to an image.</li>
   <li><a href="http://www.imagemagick.org/Usage/blur/">Special effects</a>: blur, sharpen, threshold, or tint an image.</li>
   <li><a href="http://www.imagemagick.org/Usage/anim_basics/">Animation</a>: create a GIF animation sequence from a group of images.</li>
   <li><a href="http://www.imagemagick.org/Usage/text/">Text &amp; comments</a>: insert descriptive or artistic text in an image.</li>
-  <li><a href="identify.php">Image identification</a>: describe the format and attributes of an image.</li>
-  <li><a href="composite.php">Composite</a>: overlap one image over another.</li>
-  <li><a href="montage.php">Montage</a>: juxtapose image thumbnails on an image canvas.</li>
+  <li><a href="identify.html">Image identification</a>: describe the format and attributes of an image.</li>
+  <li><a href="composite.html">Composite</a>: overlap one image over another.</li>
+  <li><a href="montage.html">Montage</a>: juxtapose image thumbnails on an image canvas.</li>
   <li><a href="http://www.imagemagick.org/Usage/distorts/">Generalized pixel distortion</a>: correct for, or induce image distortions including perspective.</li>
   <li><a href="http://www.imagemagick.org/Usage/morphology/">Morphology of shapes</a>: extract features, describe shapes and recognize patterns in images.</li>
-  <li><a href="motion-picture.php">Motion picture support</a>: read and write the common image formats used in digital film work.</li>
-  <li><a href="fx.php">Image calculator</a>: apply a mathematical expression to an image or image channels.</li>
+  <li><a href="motion-picture.html">Motion picture support</a>: read and write the common image formats used in digital film work.</li>
+  <li><a href="fx.html">Image calculator</a>: apply a mathematical expression to an image or image channels.</li>
   <li><a href="http://www.imagemagick.org/Usage/fourier/">Discrete Fourier transform</a>: implements the forward and inverse <a href="http://en.wikipedia.org/wiki/Discrete_Fourier_transform">DFT</a>.</li>
-  <li><a href="high-dynamic-range.php">High dynamic-range images</a>: accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.</li>
-  <li><a href="cipher.php">Encipher or decipher an image</a>: convert ordinary images into unintelligible gibberish and back again.</li>
-  <li><a href="architecture.php#virtual-pixels">Virtual pixel support</a>: convenient access to pixels outside the image region.</li>
-  <li><a href="architecture.php#tera-pixel">Large image support</a>: read, process, or write mega-, giga-, or tera-pixel image sizes.</li>
-  <li><a href="architecture.php#threads">Threads of execution support</a>: ImageMagick is thread safe and most internal algorithms execute in <a href="parallel.php">parallel</a> to take advantage of speed-ups offered by multicore processor chips.</li>
-  <li><a href="architecture.php#distributed">Heterogeneous distributed processing</a>: certain algorithms are <a href="http://www.khronos.org/opencl/">OpenCL</a>-enabled to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors.</li>
-  <li><a href="binary-releases.php#iOS">ImageMagick on the iPhone</a>: convert, edit, or compose images on your <a href="http://www.apple.com/ios/">iOS</a> comuting device such as the iPhone or iPad.</li>
+  <li><a href="high-dynamic-range.html">High dynamic-range images</a>: accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.</li>
+  <li><a href="cipher.html">Encipher or decipher an image</a>: convert ordinary images into unintelligible gibberish and back again.</li>
+  <li><a href="architecture.html#virtual-pixels">Virtual pixel support</a>: convenient access to pixels outside the image region.</li>
+  <li><a href="architecture.html#tera-pixel">Large image support</a>: read, process, or write mega-, giga-, or tera-pixel image sizes.</li>
+  <li><a href="architecture.html#threads">Threads of execution support</a>: ImageMagick is thread safe and most internal algorithms execute in <a href="parallel.html">parallel</a> to take advantage of speed-ups offered by multicore processor chips.</li>
+  <li><a href="architecture.html#distributed">Heterogeneous distributed processing</a>: certain algorithms are <a href="http://www.khronos.org/opencl/">OpenCL</a>-enabled to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors.</li>
+  <li><a href="binary-releases.html#iOS">ImageMagick on the iPhone</a>: convert, edit, or compose images on your <a href="http://www.apple.com/ios/">iOS</a> comuting device such as the iPhone or iPad.</li>
 </ul>
 
 <p><a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a> shows how to use ImageMagick from the command-line to accomplish any of these tasks and much more. Also, see <a href="http://www.fmwconcepts.com/imagemagick/">Fred's ImageMagick Scripts</a>:  a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.</p>
 <h2><a id="news"></a>ImageMagick News</h2>
 <div class="doc-section">
 
-<p>The design of ImageMagick is an evolutionary process, with the design and implementation efforts serving to influence and guide further progress in the other.  With <a href="http://www.imagemagick.org/ImageMagick-7.0.0">ImageMagick version 7</a> we aim to improve the design based on lessons learned from the version 6 implementation.  See the <a href="porting.php">porting</a> guide to track the progress of the version 7 development effort.</p>
+<p>The design of ImageMagick is an evolutionary process, with the design and implementation efforts serving to influence and guide further progress in the other.  With <a href="http://www.imagemagick.org/ImageMagick-7.0.0">ImageMagick version 7</a> we aim to improve the design based on lessons learned from the version 6 implementation.  See the <a href="porting.html">porting</a> guide to track the progress of the version 7 development effort.</p>
 </div>
 
 <h2><a id="books"></a>Books About ImageMagick</h2>
   </div>
   <div class="footer">
     <span id="footer-west">&copy; 1999-2013 ImageMagick Studio LLC</span>
-    <span id="footer-east"> <a href="contact.php">Contact the Wizards</a></span>
+    <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
   </div>
   <div style="clear: both; margin: 0; width: 100%; "></div>
   <script type="text/javascript">
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 23eac4aea3fd8232960f5e8013299471451cae53..bf2c2ae41fd843d0d93de080386df841b0881ea3 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>tar xvfz ImageMagick.tar.gz</span></p>
 <p>Next configure and compile ImageMagick:</p>
 
-<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>cd ImageMagick-6.7.7</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>./configure</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>make</span></p>
+<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>cd ImageMagick-7.0.0</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>./configure</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>make</span></p>
 <p>If ImageMagick configured and compiled without complaint, you are ready to install it on your system.  Administrator privileges are required to install.  To install, type</p>
 
 <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>sudo make install</span></p>
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 108ccd80ba88cd5668e06e8ad0364372a4314f78..9107972c6f19072425a4bd7e00ec4e579b71a7d9 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -379,7 +379,7 @@ jp2:prcheight=16383 -define jp2:cblkwidth=64 -define jp2:cblkheight=64
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index e8776a58edacdc457c462fbac8c1bdd34bfde420..6ecdc28031b525cf6cda4ea52b82f84ea356257e 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index d25883b448eeaf197ab9321a9080ea7e840db23c..a63fb740ddbb7f2354ed72103525458341a7ae7a 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 1acae2f2bb3861213b771de9bde28db6d2bfe78d..afe293735593126088666f04f673a03c40452856 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -316,7 +316,7 @@ of <em>installing</em> ImageMagick in a known location.
 <div class="doc-section">
 <a id="bugs"></a>
 <p>Questions regarding usage should be directed to or to report any bugs go to
-<a href="http://www.imagemagick.org/discourse-server/viewforum.php?f=23">Magick++ bug tracking forum</a>.
+<a href="http://www.imagemagick.org/discourse-server/viewforum.html?f=23">Magick++ bug tracking forum</a>.
 </p>
 </div>
 
@@ -342,7 +342,7 @@ of <em>installing</em> ImageMagick in a known location.
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index f873dfa97973173d81ebb0d4756d5e3e3b768537..bae316349d0ba35f418385182fc16fe430a0a47a 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -512,7 +512,7 @@ int main(int argc,char **argv)
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 9a8b49dd0260b531ef04a69889286ab8996b3b9a..ec493277571097a986425d6254888c5235f6a4c4 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -1154,7 +1154,7 @@ command line, from an MVG file, from an <a href="http://www.w3.org/TR/SVG/" >SVG
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 9223cc92350737a3d4a6a7ac860f21b49e300d5b..cfd4da1f055d96e2eb6f2444e8538247a076535b 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -565,7 +565,7 @@ int main(int argc,char **argv)
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index f015411aa8fc2f8a834079e08057ba57dedd5365..afdd2a25275e1200b39af3f821b6dec149e3fa5b 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -408,7 +408,7 @@ or fewer colors in the image, each byte of image data contains an index value. I
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 872af5218dc2c55cf041cccb89dad5e93d4d59bb..36f209c864c2c7141a4a891aeff99431b79bcca8 100644 (file)
 </div>
 <div class="sep"></div>
 <div class="menu">
-  <a title="Search" href="http://www.imagemagick.org/script/search.php">Search</a>
+  <a title="Search" href="http://www.imagemagick.org/www/search.html">Search</a>
 </div>
 <div class="sep"></div>
 <div class="menu">
   <dt>Unites States</dt>
     <dd><a href="http://www.imagemagick.org/" target="2026057533">http://www.imagemagick.org/</a></dd>
 </dl>
-<p>If you want to add a new web-site mirror, please <a href="http://www.imagemagick.org/script/contact.php">contact us</a>.</p>
+<p>If you want to add a new web-site mirror, please <a href="http://www.imagemagick.org/www/contact.html">contact us</a>.</p>
 
 </div>
 
   </div>
   <div class="footer">
     <span id="footer-west">&copy; 1999-2013 ImageMagick Studio LLC</span>
-    <span id="footer-east"> <a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span>
+    <span id="footer-east"> <a href="http://www.imagemagick.org/www/contact.html">Contact the Wizards</a></span>
   </div>
   <div style="clear: both; margin: 0; width: 100%; "></div>
   <script type="text/javascript">
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index f229d77181751198c113effa83b9c495a6ea2283..f8a3b27a8e24600103efc72385d5f13180aa8fcf 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -1399,7 +1399,7 @@ transparent, extract, background, or shape the alpha channel</td>
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 144a95349c7bcf4df54bd95d4c2f69e9a9a2bc03..c83a45759fd437b4755b89e6b81e85d898fdd833 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -819,7 +819,7 @@ transparent, extract, background, or shape the alpha channel</td>
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 121f50e3853a3f78aaa0230838e065c25bc44525..f3fb85237d25dece6f22582ddb711764fa7870c2 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index d29f803a06d185c43939ee3e4786cd01876856a8..307d3e320e7560a66b4e72ebffdf7c1139cc5c0a 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 <p>ImageMagick must already be installed on your system. Next, get
 the <a href="download.html">PerlMagick</a> distribution corresponding to the installed ImageMagick distribution
 (e.g., PerlMagick 6.77 for
-ImageMagick 6.7.7) and unpack it as shown below:</p>
+ImageMagick 6.7.8) and unpack it as shown below:</p>
 
 <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>tar xvfz PerlMagick-6.77.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>cd PerlMagick</span></p>
 <p>Next, edit <kbd>Makefile.PL</kbd> and change LIBS and INC to include the appropriate path information to the required <kbd>MagickCore</kbd> library. You may need paths to JPEG, PNG, TIFF, etc.  delegates if they were included with your installed version of ImageMagick. Build and install it like this:</p>
@@ -2682,7 +2682,7 @@ blobs in any of these image <a href="formats.html">formats</a> and provides meth
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 812eeccea4a1c9d10974651b6857bdbcd366090a..604fd2fdbd35f89ad411e3fb32964a45daa3c474 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -816,7 +816,7 @@ example "+annotate", "+resize", "+clut", and "+draw" .</p>
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index fc6f1aecc9a958c956a89431ddbb3296bcbb43bc..ecdd44eb510cdac1d8a040a23e8a60db1c72174a 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 0883a4ec6a6e5535cbc9e2bbf9a72eb18a8f4696..d6789d6b4e9d60ddc7887c690a6c7a95bcff878e 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -351,7 +351,7 @@ file or data stream.</p>
 <pre class="text">
   $MAGICK_CONFIGURE_PATH
   $PREFIX/etc/ImageMagick
-  $PREFIX/share/ImageMagick-6.7.7 
+  $PREFIX/share/ImageMagick-6.7.9 
   $HOME/.magick/
   &lt;<em>client path</em>&gt;/etc/ImageMagick/
 </pre>
@@ -363,8 +363,8 @@ file or data stream.</p>
 <pre class="text">
   $MAGICK_CONFIGURE_PATH
   $MAGICK_HOME/etc/ImageMagick
-  $MAGICK_HOME/share/ImageMagick-6.7.7 
-  $PREFIX/share/ImageMagick-6.7.7 
+  $MAGICK_HOME/share/ImageMagick-6.7.9 
+  $PREFIX/share/ImageMagick-6.7.9 
   $HOME/.magick/
   &lt;<em>client path</em>&gt;/etc/ImageMagick/
   &lt;<em>current directory</em>&gt;
@@ -380,7 +380,7 @@ file or data stream.</p>
   &lt;<em>client path</em>&gt;
 </pre>
 
-<p>Above, $PREFIX is the default install path, typically <kbd>c:\\Program Files\\ImageMagick-6.7.7</kbd>.</p>
+<p>Above, $PREFIX is the default install path, typically <kbd>c:\\Program Files\\ImageMagick-6.7.9</kbd>.</p>
 
 <p>For an uninstalled Windows installation, the configuration load order is:</p>
 
@@ -403,23 +403,23 @@ file or data stream.</p>
 <p>An image coder (i.e. encoder / decoder) is responsible for registering, optionally classifying, optionally reading, optionally writing, and unregistering one image format (e.g. PNG, GIF, JPEG, etc.).  ImageMagick searches for coders in the following order and it uses the first match found:</p>
 
 <pre class="text">
-  $MAGICK_HOME/lib/ImageMagick-6.7.7/modules-Q16/coders/
-  &lt;<em>client path</em>&gt;/../lib/ImageMagick-6.7.7/modules-Q16/coders/
-  $MAGICK_HOME/lib/ImageMagick-6.7.7/modules-Q16/coders
-  $MAGICK_HOME/share/ImageMagick-6.7.7/modules-Q16/coders
+  $MAGICK_HOME/lib/ImageMagick-6.7.9/modules-Q16/coders/
+  &lt;<em>client path</em>&gt;/../lib/ImageMagick-6.7.9/modules-Q16/coders/
+  $MAGICK_HOME/lib/ImageMagick-6.7.9/modules-Q16/coders
+  $MAGICK_HOME/share/ImageMagick-6.7.9/modules-Q16/coders
   $HOME/.magick/
-  &lt;<em>client path</em>&gt;/lib/ImageMagick-6.7.7/modules-Q16/coders
+  &lt;<em>client path</em>&gt;/lib/ImageMagick-6.7.9/modules-Q16/coders
 </pre>
 
 <h4>Filters</h4>
 <p>ImageMagick provides a convenient mechanism for adding your own custom image processing algorithms.  ImageMagick searches for filters in the following order and it uses the first match found:</p>
 <pre class="text">
-  $MAGICK_HOME/lib/ImageMagick-6.7.7/modules-Q16/filters/
-  &lt;<em>client path</em>&gt;/../lib/ImageMagick-6.7.7/modules-Q16/filters/
-  $MAGICK_HOME/lib/ImageMagick-6.7.7/modules-Q16/filters
-  $MAGICK_HOME/share/ImageMagick-6.7.7/modules-Q16/filters
+  $MAGICK_HOME/lib/ImageMagick-6.7.9/modules-Q16/filters/
+  &lt;<em>client path</em>&gt;/../lib/ImageMagick-6.7.9/modules-Q16/filters/
+  $MAGICK_HOME/lib/ImageMagick-6.7.9/modules-Q16/filters
+  $MAGICK_HOME/share/ImageMagick-6.7.9/modules-Q16/filters
   $HOME/.magick/
-  &lt;<em>client path</em>&gt;/lib/ImageMagick-6.7.7/modules-Q16/filters
+  &lt;<em>client path</em>&gt;/lib/ImageMagick-6.7.9/modules-Q16/filters
 </pre>
 
 </div>
@@ -432,7 +432,7 @@ file or data stream.</p>
 <pre class="text">
   $MAGICK_CONFIGURE_PATH
   $MAGICK_HOME/etc/ImageMagick/
-  $MAGICK_HOME/share/ImageMagick-6.7.7/
+  $MAGICK_HOME/share/ImageMagick-6.7.9/
   $HOME/.magick/
   &lt;<em>client path</em>&gt;/etc/ImageMagick/
   $MAGICK_FONT_PATH
@@ -523,7 +523,7 @@ file or data stream.</p>
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index c74a90bb1ec5568f15281c6d1feb74e2888ee08a..bfc6d6f507a39649549a69a5c01490b184b3a48c 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 <div class="main">
 
 <h1>ImageMagick Search</h1>
-<!-- http://www.google.com/cse/manage/all -->
+<!-- http://www.localhost/cse/manage/all -->
 <!-- API key: ABQIAAAAdfF6VN9U2Qbut6Fhsipy6hRKa0qBb552HFzWa4XKj36poDKk4BSrCudRIk3Koi1FRFFk9Mq49Tg1-A -->
 <div class="doc-section">
 <div id="cse" style="width: 100%;">Be right with you...</div>
-<script src="http://www.google.com/jsapi" type="text/javascript"></script>
+<script src="http://www.localhost/jsapi" type="text/javascript"></script>
 <script type="text/javascript">
   google.load('search', '1', {language : 'en'});
   google.setOnLoadCallback(function() {
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index cbb837ebc226f482a7dcf743cf4a634a17424e76..68f14b5e1ca1dfd0a8b5442e152e0c04e7e8db34 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
   <dd><a href="http://www.imagemagick.org/Usage/">Anthony Thyssen's examples of ImageMagick usage</a>:  a comprehensive tutorial of using ImageMagick from the command line.</dd>
   <dd><a href="color.html">Color names</a>: how to specify a color name, a hex color, or a numerical RGB, RGBA, HSL, HSLA, CMYK, or CMYKA color.</dd>
   <dd><a href="resources.html">Resources</a>: ImageMagick depends on external resources including configuration files, loadable modules, fonts, and environment variables.</dd>
-  <dd><a href="parallel.html">Parallel Execution</a>: ImageMagick is threaded to take advantage of speed-ups offered by the multicore processor chips.</dd>
+  <dd><a href="openmp.html">Parallel Execution</a>: ImageMagick is threaded to take advantage of speed-ups offered by the multicore processor chips.</dd>
   <dd><a href="architecture.html">Architecture</a>: get to know more about the software and algorithms behind ImageMagick.</dd>
   <dd><a href="license.html">License</a>: the legally binding and authoritative terms and conditions for use, reproduction, and distribution of ImageMagick.</dd>
   <dd><a href="export.html">Export classification</a>: export control status of ImageMagick.</dd>
     <dd><a href="http://common-lisp.net/project/cl-magick/">CL-Magick</a>: provides a Common Lisp interface to the ImageMagick library.</dd>
     <dd><a href="https://gna.org/projects/g2f/">G2F</a>: implements an Ada 95 binding to a subset of the low-level MagickCore library.</dd>
     <dd><a href="../Magick++">Magick++</a>: provides an object-oriented C++ interface to ImageMagick.</dd>
-    <dd><a href="http://pecl.php.net/package/imagick">IMagick</a>: is a native PHP extension to create and modify images using the ImageMagick API.</dd>
+    <dd><a href="http://pecl.html.net/package/imagick">IMagick</a>: is a native PHP extension to create and modify images using the ImageMagick API.</dd>
     <dd><a href="http://www.yeo.id.au/jmagick/">JMagick</a>: provides an object-oriented Java interface to ImageMagick.</dd>
     <dd><a href="magick-core.html">MagickCore</a>: C API, recommended for wizard-level developers.</dd>
     <dd><a href="magick-wand.html">MagickWand</a>: convert, compose, and edit images from the C language.</dd>
     <dd><a href="http://www.magickwand.org/">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd>
-    <dd><a href="http://code.google.com/p/nmagick">nMagick</a>: is a port of the ImageMagick library to the haXe and Neko platforms.</dd>
+    <dd><a href="http://code.localhost/p/nmagick">nMagick</a>: is a port of the ImageMagick library to the haXe and Neko platforms.</dd>
     <dd><a href="http://wiki.freepascal.org/PascalMagick">PascalMagick</a>: a Pascal binding for the MagickWand API and also the low-level MagickCore library.</dd>
     <dd><a href="perl-magick.html">PerlMagick</a>: convert, compose, and edit images from the Perl language.</dd>
     <dd><a href="http://www.imagemagick.org/download/python/">PythonMagick</a>: an object-oriented Python interface to ImageMagick.</dd>
 <div class="doc-section">
 
 <dl>
-  <dd><a href="http://www.imagemagick.org/discourse-server/viewforum.php?f=3">Report bugs and vulnerabilities</a>: our highest priority is to fix security defects and bug reports, usually within 48 hours of your report.  The bug discourse server requires that you register.  If you do not want to register, you can <a href="contact.html">contact the ImageMagick developers</a> with a convenient web form.</dd>
+  <dd><a href="http://www.imagemagick.org/discourse-server/viewforum.html?f=3">Report bugs and vulnerabilities</a>: our highest priority is to fix security defects and bug reports, usually within 48 hours of your report.  The bug discourse server requires that you register.  If you do not want to register, you can <a href="contact.html">contact the ImageMagick developers</a> with a convenient web form.</dd>
   <dd><a href="sponsors.html">Sponsor ImageMagick</a>: contribute bug fixes, enhancements, hardware, funds, etc. to ensure the ImageMagick project thrives.</dd>
   <dd><a href="t-shirt.html">ImageMagick t-shirt</a>: donate $25 USD and we acknowledge your gift with a logoed t-shirt.</dd>
 </dl>
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 65e017af2ee7e9cbb6b815245e9d1fc0355f525c..2f5f2ca1e05eccbe9ea383a3f504c1fbd889f84d 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index c32e6d3ebbbbe287c5b525eb88a72f123592253a..d83fc15fccc57d0a4276a615ac635721006ea0d1 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 46f44bb846e14da984228d74de6b882204a0a23c..eba0ee64eb2eb222dbca285858c7f75d8c640ca0 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 <p>To retrieve, or check out ImageMagick stable, use this command:</p>
 
 <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>svn co \ <br />
-https://www.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6.7.7 \ <br />
-ImageMagick-6.7.7</span></p>
+https://www.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6.7.9 \ <br />
+ImageMagick-6.7.9</span></p>
 <p>To retrieve, or check out ImageMagick development, use this command:</p>
 
 <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>svn co https://www.imagemagick.org/subversion/ImageMagick/trunk ImageMagick</span></p>
@@ -278,7 +278,7 @@ ImageMagick-6.7.7</span></p>
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 79f4e010f058b0bcae239affb830aae990be0bf9..c457205d03837014cfb04cc12a0d6ad112a562c6 100644 (file)
@@ -52,7 +52,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>
index 108ccd80ba88cd5668e06e8ad0364372a4314f78..9107972c6f19072425a4bd7e00ec4e579b71a7d9 100644 (file)
@@ -53,7 +53,7 @@
        });
   </script>
   <!-- ImageMagick style -->
-  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+  <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
   <style type="text/css" media="all">
     @import url("../www/magick.css");
   </style>
     (function() {
       var po = document.createElement('offline-script');
       po.type = 'text/javascript'; po.async = true;
-      po.src = 'https://apis.google.com/js/plusone.js';
+      po.src = 'https://apis.localhost/js/plusone.js';
       var script = document.getElementsByTagName('offline-script')[0];
       script.parentNode.insertBefore(po, script);
     })();
@@ -379,7 +379,7 @@ jp2:prcheight=16383 -define jp2:cblkwidth=64 -define jp2:cblkheight=64
 
     (function() {
       var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
       var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   </script>