diff --git a/ImageMagick.spec b/ImageMagick.spec
index 67c0df8..fb41aa8 100644
--- a/ImageMagick.spec
+++ b/ImageMagick.spec
@@ -1,5 +1,5 @@
 %global VERSION  6.6.3
-%global Patchlevel  7
+%global Patchlevel  8
 
 Name:           ImageMagick
 Version:        %{VERSION}
diff --git a/config/configure.xml b/config/configure.xml
index b901aec..df9c4e6 100644
--- a/config/configure.xml
+++ b/config/configure.xml
@@ -8,8 +8,8 @@
 <configuremap>
   <configure name="NAME" value="ImageMagick"/>
   <configure name="LIB_VERSION" value="0x663"/>
-  <configure name="LIB_VERSION_NUMBER" value="6,6,3,7"/>
-  <configure name="RELEASE_DATE" value="2010-08-14"/>
+  <configure name="LIB_VERSION_NUMBER" value="6,6,3,8"/>
+  <configure name="RELEASE_DATE" value="2010-08-16"/>
   <configure name="CONFIGURE" value="./configure  '--enable-maintainer-mode'"/>
   <configure name="PREFIX" value="/usr/local"/>
   <configure name="EXEC-PREFIX" value="/usr/local"/>
diff --git a/index.html b/index.html
index ad32b0d..3c3a367 100644
--- a/index.html
+++ b/index.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/libtool b/libtool
index 85212d2..6abb28e 100755
--- a/libtool
+++ b/libtool
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # libtool - Provide generalized library-building support services.
-# Generated automatically by config.status (ImageMagick) 6.6.3-7
+# Generated automatically by config.status (ImageMagick) 6.6.3-8
 # Libtool was configured on host magick.imagemagick.org:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
diff --git a/magick/version.h b/magick/version.h
index e8de77e..a29b13d 100644
--- a/magick/version.h
+++ b/magick/version.h
@@ -30,11 +30,11 @@
 #define MagickLibVersion  0x663
 #define MagickLibVersionText  "6.6.3"
 #define MagickLibVersionNumber  4,0,0
-#define MagickLibAddendum  "-7"
+#define MagickLibAddendum  "-8"
 #define MagickLibInterface  4
 #define MagickLibMinInterface  4
-#define MagickReleaseDate  "2010-08-14"
-#define MagickChangeDate   "20100813"
+#define MagickReleaseDate  "2010-08-16"
+#define MagickChangeDate   "20100815"
 #define MagickAuthoritativeURL  "http://www.imagemagick.org"
 #define MagickFeatures  "OpenMP "
 #define MagickHomeURL  "file:///usr/local/share/doc/ImageMagick-6.6.3/index.html"
diff --git a/version.sh b/version.sh
index d9a84e0..56c1d6c 100644
--- a/version.sh
+++ b/version.sh
@@ -12,7 +12,7 @@
 # PACKAGE_NAME (e.g. "1.0.0").
 PACKAGE_VERSION='6.6.3'
 PACKAGE_LIB_VERSION="0x663"
-PACKAGE_RELEASE="7"
+PACKAGE_RELEASE="8"
 PACKAGE_LIB_VERSION_NUMBER="6,6,3,${PACKAGE_RELEASE}"
 PACKAGE_RELEASE_DATE=`date +%F`
 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html
index ad2afff..60fa221 100644
--- a/www/ImageMagickObject.html
+++ b/www/ImageMagickObject.html
@@ -146,7 +146,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html
index 293498a..0dec335 100644
--- a/www/advanced-unix-installation.html
+++ b/www/advanced-unix-installation.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
@@ -191,7 +191,7 @@
 
 <p>The configure script looks at your environment and decides what it can cobble together to get ImageMagick compiled and installed on your system.  This includes finding a compiler, where your compiler header files are located (e.g. stdlib.h), and if any delegate libraries are available for ImageMagick to use (e.g. JPEG, PNG, TIFF, etc.).  If you are willing to accept configure's default options, and build from within the source directory, you can simply type:</p>
 
-<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.6.3-6</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.6.3-7</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure</span></p>
 <p>Watch the configure script output to verify that it finds everything that
  you think it should.  Pay particular attention to the last lines of the script output.  For example, here is a recent report from our system:</p>
 
@@ -543,7 +543,7 @@
 	<div class="doc-section">
 	  <p><a href="../www/download.html">Download</a> the ImageMagick source distribution and verify the distribution against its <a href="http://www.imagemagick.org/download/digest.rdf">message digest</a>.</p>
 	  <p>Unpack and change into the top-level ImageMagick directory:</p>
-		<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvfz ImageMagick-6.6.3-6.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.6.3-6</span></p>	  <p>Configure ImageMagick:</p>
+		<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvfz ImageMagick-6.6.3-7.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.6.3-7</span></p>	  <p>Configure ImageMagick:</p>
 	<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure --prefix=/opt --with-quantum-depth=16 \ <br/>
 		--disable-dependency-tracking --with-x=yes \ <br/>
 		--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib/ \ <br/>
@@ -563,7 +563,7 @@
 
 <p>Although you can download and install delegate libraries yourself, many are already available in the <a href="http://gnuwin32.sourceforge.net/">GnuWin32</a> distribution.  Download and install whichever delegate libraries you require such as JPEG, PNG, TIFF, etc.  Make sure you specify the development headers when you install a package.  Next type,</p>
 
-<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar jxvf ImageMagick-6.6.3-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.6.3-6</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo make install</span></p></div>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar jxvf ImageMagick-6.6.3-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.6.3-7</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo make install</span></p></div>
 
 <h2><a name="problems"></a>Dealing with Unexpected Problems</h2>
 <div class="doc-section">
diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html
index 003aa9c..1c6269c 100644
--- a/www/advanced-windows-installation.html
+++ b/www/advanced-windows-installation.html
@@ -443,7 +443,7 @@
 
 	<ol>
 	<li>Double-click on
-	<kbd>VisualMagick/bin/ImageMagick-6.6.3-6-Q16-windows-dll.exe</kbd>
+	<kbd>VisualMagick/bin/ImageMagick-6.6.3-7-Q16-windows-dll.exe</kbd>
 	to launch the ImageMagick binary distribution.</li>
 	<li>Complete the installer screens to install ImageMagick on your system.</li>
 	</ol>
diff --git a/www/animate.html b/www/animate.html
index 86e62bb..fa1eb13 100644
--- a/www/animate.html
+++ b/www/animate.html
@@ -146,7 +146,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/api.html b/www/api.html
index 00cb3ad..2dcc6e0 100644
--- a/www/api.html
+++ b/www/api.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
@@ -175,7 +175,7 @@
   <h2><a name="ada"></a>Ada</h2>
 </div>
 
-<p><a href="https://gna.org/projects/g2f/" target="2040490687">G2F</a> implements an Ada 95 binding to a subset of the low-level MagickCore library.</p>
+<p><a href="https://gna.org/projects/g2f/" target="1505277030">G2F</a> implements an Ada 95 binding to a subset of the low-level MagickCore library.</p>
 
 <div style="margin: auto;">
   <h2><a name="c"></a>C</h2>
@@ -187,7 +187,7 @@
   <h2><a name="ch"></a>Ch</h2>
 </div>
 
-<p><a href="http://www.imagemagick.org/ChMagick" target="2108904440">ChMagick</a> is a <a href="http://www.softintegration.com/" target="917090540">Ch</a> binding to the MagickCore and MagickWand API.  Ch is an embeddable C/C++ interpreter for cross-platform scripting.</p>
+<p><a href="http://www.imagemagick.org/ChMagick" target="998650238">ChMagick</a> is a <a href="http://www.softintegration.com/" target="1299565934">Ch</a> binding to the MagickCore and MagickWand API.  Ch is an embeddable C/C++ interpreter for cross-platform scripting.</p>
 
 <div style="margin: auto;">
   <h2><a name="com+"></a>COM+</h2>
@@ -199,31 +199,31 @@
   <h2><a name="c++"></a>C++</h2>
 </div>
 
-<p><a href="http://www.imagemagick.org/Magick++" target="864058759">Magick++</a> provides an object-oriented C++ interface to ImageMagick.  See <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf" target="600078915">A Gentle Introduction to Magick++</a> for an introductory tutorial to Magick++.  We include the <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.odt" target="9338659">source</a> if you want to correct, enhance, or expand the tutorial.</p>
+<p><a href="http://www.imagemagick.org/Magick++" target="54346434">Magick++</a> provides an object-oriented C++ interface to ImageMagick.  See <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf" target="642926883">A Gentle Introduction to Magick++</a> for an introductory tutorial to Magick++.  We include the <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.odt" target="128686845">source</a> if you want to correct, enhance, or expand the tutorial.</p>
 
 <div style="margin: auto;">
   <h2><a name="java"></a>Java</h2>
 </div>
 
-<p><a href="http://www.jmagick.org" target="2107305059">JMagick</a> provides an object-oriented Java interface to ImageMagick.  <a href="http://im4java.sourceforge.net" target="1233579499">Im4java</a> is a pure-java interface to the ImageMagick command-line.</p>
+<p><a href="http://www.jmagick.org" target="2091442442">JMagick</a> provides an object-oriented Java interface to ImageMagick.  <a href="http://im4java.sourceforge.net" target="1611023186">Im4java</a> is a pure-java interface to the ImageMagick command-line.</p>
 
 <div style="margin: auto;">
   <h2><a name="labview"></a>LabVIEW</h2>
 </div>
 
-<p><a href="http://forums.lavag.org/downloads-file90.html" target="824293466">LVOOP ImageMagick</a> is an object-oriented LabVIEW interface to ImageMagick.</p>
+<p><a href="http://forums.lavag.org/downloads-file90.html" target="720201852">LVOOP ImageMagick</a> is an object-oriented LabVIEW interface to ImageMagick.</p>
 
 <div style="margin: auto;">
   <h2><a name="lisp"></a>Lisp</h2>
 </div>
 
-<p><a href="http://common-lisp.net/project/cl-magick/" target="678812886">CL-Magick</a> provides a Common Lisp interface to the ImageMagick library.</p>
+<p><a href="http://common-lisp.net/project/cl-magick/" target="2075302421">CL-Magick</a> provides a Common Lisp interface to the ImageMagick library.</p>
 
 <div style="margin: auto;">
   <h2><a name="neko"></a>Neko</h2>
 </div>
 
-<p><a href="http://code.google.com/p/nmagick" target="2086708336">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.</p>
+<p><a href="http://code.google.com/p/nmagick" target="40156396">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.</p>
 
 <div style="margin: auto;">
   <h2><a name="dot-net"></a>.NET</h2>
@@ -237,7 +237,7 @@
   <h2><a name="pascal"></a>Pascal</h2>
 </div>
 
-<p><a href="http://wiki.lazarus.freepascal.org/PascalMagick" target="2013030797">PascalMagick</a> a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.</p>
+<p><a href="http://wiki.lazarus.freepascal.org/PascalMagick" target="570895801">PascalMagick</a> a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.</p>
 
 <div style="margin: auto;">
   <h2><a name="perl"></a>Perl</h2>
@@ -249,50 +249,50 @@
   <h2><a name="php"></a>PHP</h2>
 </div>
 
-<p><a href="http://www.magickwand.org/" target="157086958">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</p>
+<p><a href="http://www.magickwand.org/" target="1312240057">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</p>
 
-<p><a href="http://pecl.php.net/package/imagick" target="1640909962">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" target="1168512140">here</a>.</p>
+<p><a href="http://pecl.php.net/package/imagick" target="1823056217">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" target="1981051963">here</a>.</p>
 
-<p><a href="http://www.francodacosta.com/phmagick" target="1453881731">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.</p>
+<p><a href="http://www.francodacosta.com/phmagick" target="66564467">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.</p>
 
 <div style="margin: auto;">
 
   <h2><a name="python"></a>Python</h2>
 </div>
 
-<p><a href="http://www.assembla.com/wiki/show/pythonmagickwand" target="1381111910">PythonMagickWand</a> is an object-oriented Python interface to MagickWand based on ctypes.</p>
+<p><a href="http://www.assembla.com/wiki/show/pythonmagickwand" target="1779951811">PythonMagickWand</a> is an object-oriented Python interface to MagickWand based on ctypes.</p>
 
-<p><a href="http://www.imagemagick.org/download/python/" target="481384373">PythonMagick</a> is an object-oriented Python interface to ImageMagick.</p>
+<p><a href="http://www.imagemagick.org/download/python/" target="1032717180">PythonMagick</a> is an object-oriented Python interface to ImageMagick.</p>
 
 <div style="margin: auto;">
   <h2><a name="realbasic"></a>REALbasic</h2>
 </div>
 
-<p>The <a href="http://www.monkeybreadsoftware.de/realbasic/plugin-imagemagick.shtml" target="1342955461">MBS Realbasic ImageMagick</a> is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.</p>
+<p>The <a href="http://www.monkeybreadsoftware.de/realbasic/plugin-imagemagick.shtml" target="1822361541">MBS Realbasic ImageMagick</a> is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.</p>
 
 <div style="margin: auto;">
   <h2><a name="ruby"></a>Ruby</h2>
 </div>
 
-<p><a href="http://rmagick.rubyforge.org/" target="1965036262">RMagick</a> is an interface between the Ruby programming language and the <a href="../www/magick-core.html">MagickCore</a> image processing libraries.  Get started with RMagick by perusing the <a href="http://www.imagemagick.org/RMagick/doc/" target="718679185">documentation</a>.</p>
+<p><a href="http://rmagick.rubyforge.org/" target="986599067">RMagick</a> is an interface between the Ruby programming language and the <a href="../www/magick-core.html">MagickCore</a> image processing libraries.  Get started with RMagick by perusing the <a href="http://www.imagemagick.org/RMagick/doc/" target="2065286197">documentation</a>.</p>
 
-<p><a href="http://magickwand.rubyforge.org/" target="1036825372">MagickWand for Ruby</a> is an interface between the Ruby programming language and the <a href="../www/magick-wand.html">MagickWand</a> image processing libraries.  Get started with MagickWand for PHP by perusing the <a href="http://magickwand.rubyforge.org/" target="2122301503">documentation</a>.</p>
+<p><a href="http://magickwand.rubyforge.org/" target="1294588528">MagickWand for Ruby</a> is an interface between the Ruby programming language and the <a href="../www/magick-wand.html">MagickWand</a> image processing libraries.  Get started with MagickWand for PHP by perusing the <a href="http://magickwand.rubyforge.org/" target="1371366840">documentation</a>.</p>
 
-<p><a href="http://rubyforge.org/projects/mini-magick" target="2039128363">MiniMagick</a> is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.</p>
+<p><a href="http://rubyforge.org/projects/mini-magick" target="1891764956">MiniMagick</a> is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.</p>
 
-<p><a href="http://quickmagick.rubyforge.org/quick_magick" target="1745129277">QuickMagick</a> is a gem for easily accessing ImageMagick command line tools from Ruby programs.</p>
+<p><a href="http://quickmagick.rubyforge.org/quick_magick" target="1993031319">QuickMagick</a> is a gem for easily accessing ImageMagick command line tools from Ruby programs.</p>
 
 <div style="margin: auto;">
   <h2><a name="tcl"></a>Tcl/Tk</h2>
 </div>
 
-<p><a href="http://tclmagick.sourceforge.net/" target="587854399">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</p>
+<p><a href="http://tclmagick.sourceforge.net/" target="1387234143">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</p>
 
 <div style="margin: auto;">
   <h2><a name="xml-rpc"></a>XML RPC</h2>
 </div>
 
-<p><a href="http://code.google.com/p/remotemagick/" target="1371542824">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</p>
+<p><a href="http://code.google.com/p/remotemagick/" target="735746818">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</p>
 

 </div>

 

diff --git a/www/api/animate.html b/www/api/animate.html
index bd4d116..d0a9377 100644
--- a/www/api/animate.html
+++ b/www/api/animate.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/api/annotate.html b/www/api/annotate.html
index 1d03d56..212cdfc 100644
--- a/www/api/annotate.html
+++ b/www/api/annotate.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/api/attribute.html b/www/api/attribute.html
index acf714c..d8b509f 100644
--- a/www/api/attribute.html
+++ b/www/api/attribute.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/api/blob.html b/www/api/blob.html
index 5021171..a75ab02 100644
--- a/www/api/blob.html
+++ b/www/api/blob.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
 </div>
 </div>
 </div>
diff --git a/www/api/cache-view.html b/www/api/cache-view.html
index a476763..0eab958 100644
--- a/www/api/cache-view.html
+++ b/www/api/cache-view.html
@@ -414,8 +414,7 @@
 <pre class="code">
   const PixelPacket *GetCacheViewVirtualPixels(
     const CacheView *cache_view,const ssize_t x,const ssize_t y,
-    const size_t columns,const size_t rows,
-    ExceptionInfo *exception)
+    const size_t columns,const size_t rows,ExceptionInfo *exception)
 </pre>
 
 <p>A description of each parameter follows:</p></ol>
diff --git a/www/api/cipher.html b/www/api/cipher.html
index bc9cfa9..001d427 100644
--- a/www/api/cipher.html
+++ b/www/api/cipher.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
 </div>
 </div>
 </div>
diff --git a/www/api/colormap.html b/www/api/colormap.html
index 4445226..0ed7524 100644
--- a/www/api/colormap.html
+++ b/www/api/colormap.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/api/compare.html b/www/api/compare.html
index 4d31b5c..a61ba72 100644
--- a/www/api/compare.html
+++ b/www/api/compare.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
 </div>
 </div>
 </div>
diff --git a/www/api/composite.html b/www/api/composite.html
index c6017d9..18eab33 100644
--- a/www/api/composite.html
+++ b/www/api/composite.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/api/constitute.html b/www/api/constitute.html
index a1d50bc..adfa743 100644
--- a/www/api/constitute.html
+++ b/www/api/constitute.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/api/decorate.html b/www/api/decorate.html
index 9d903f0..81cab3b 100644
--- a/www/api/decorate.html
+++ b/www/api/decorate.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/api/deprecate.html b/www/api/deprecate.html
index 74b16e8..dbf9170 100644
--- a/www/api/deprecate.html
+++ b/www/api/deprecate.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/api/distort.html b/www/api/distort.html
index dabd735..9cc187b 100644
--- a/www/api/distort.html
+++ b/www/api/distort.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html
index 4b6c9fd..7296bde 100644
--- a/www/api/drawing-wand.html
+++ b/www/api/drawing-wand.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
 </div>
 </div>
 </div>
diff --git a/www/api/effect.html b/www/api/effect.html
index a1f2ec7..1d164e1 100644
--- a/www/api/effect.html
+++ b/www/api/effect.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
@@ -284,8 +284,7 @@
   Image *ConvolveImage(const Image *image,const size_t order,
     const double *kernel,ExceptionInfo *exception)
   Image *ConvolveImageChannel(const Image *image,const ChannelType channel,
-    const size_t order,const double *kernel,
-    ExceptionInfo *exception)
+    const size_t order,const double *kernel,ExceptionInfo *exception)
 </pre>
 
 <p>A description of each parameter follows:</p></ol>
diff --git a/www/api/image-view.html b/www/api/image-view.html
index 22ca6f7..f1a18d5 100644
--- a/www/api/image-view.html
+++ b/www/api/image-view.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/api/image.html b/www/api/image.html
index d9db7bb..909cdce 100644
--- a/www/api/image.html
+++ b/www/api/image.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
 </div>
 </div>
 </div>
diff --git a/www/api/list.html b/www/api/list.html
index 13f9204..adb4891 100644
--- a/www/api/list.html
+++ b/www/api/list.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/api/magick-deprecate.html b/www/api/magick-deprecate.html
index 043f01d..5a7e85f 100644
--- a/www/api/magick-deprecate.html
+++ b/www/api/magick-deprecate.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/api/magick-property.html b/www/api/magick-property.html
index edbf3c5..79bb01c 100644
--- a/www/api/magick-property.html
+++ b/www/api/magick-property.html
@@ -144,6 +144,9 @@
 <div  class="sponsor">
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
+<div  class="sponsor">
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+</div>
 </div>
 </div>
 </div>

diff --git a/www/api/magick-wand.html b/www/api/magick-wand.html
index 44b5593..d5b91b7 100644
--- a/www/api/magick-wand.html
+++ b/www/api/magick-wand.html
@@ -144,9 +144,6 @@
 <div  class="sponsor">
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
-<div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
-</div>
 </div>
 </div>
 </div>

diff --git a/www/api/magick.html b/www/api/magick.html
index d64f375..0dcde31 100644
--- a/www/api/magick.html
+++ b/www/api/magick.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/api/monitor.html b/www/api/monitor.html
index f78ba59..5084cfd 100644
--- a/www/api/monitor.html
+++ b/www/api/monitor.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
 </div>
 </div>
 </div>
diff --git a/www/api/montage.html b/www/api/montage.html
index 27c69e0..0b78e2d 100644
--- a/www/api/montage.html
+++ b/www/api/montage.html
@@ -144,9 +144,6 @@
 <div  class="sponsor">
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
-<div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
-</div>
 </div>
 </div>
 </div>

diff --git a/www/api/pixel-iterator.html b/www/api/pixel-iterator.html
index eec5735..b0e1244 100644
--- a/www/api/pixel-iterator.html
+++ b/www/api/pixel-iterator.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
 </div>
 </div>
 </div>
diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html
index 110c123..54e0601 100644
--- a/www/api/pixel-wand.html
+++ b/www/api/pixel-wand.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/api/profile.html b/www/api/profile.html
index f74c56e..7a57558 100644
--- a/www/api/profile.html
+++ b/www/api/profile.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/api/property.html b/www/api/property.html
index 748016d..84466d9 100644
--- a/www/api/property.html
+++ b/www/api/property.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/api/quantize.html b/www/api/quantize.html
index 485774a..410c9d8 100644
--- a/www/api/quantize.html
+++ b/www/api/quantize.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/api/registry.html b/www/api/registry.html
index 37abfaf..80cd7d9 100644
--- a/www/api/registry.html
+++ b/www/api/registry.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/api/resize.html b/www/api/resize.html
index 5f9f788..fdd343b 100644
--- a/www/api/resize.html
+++ b/www/api/resize.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
 </div>
 </div>
 </div>
@@ -178,9 +178,8 @@
 <p>The format of the AdaptiveResizeImage method is:</p>
 
 <pre class="code">
-  Image *AdaptiveResizeImage(const Image *image,
-    const size_t columns,const size_t rows,
-    ExceptionInfo *exception)
+  Image *AdaptiveResizeImage(const Image *image,const size_t columns,
+    const size_t rows,ExceptionInfo *exception)
 </pre>
 
 <p>A description of each parameter follows:</p></ol>
@@ -340,7 +339,7 @@
 <ol><p>Image filter to use.</p></ol>
 
 <h5>blur</h5>
-<ol><p>the blur factor where > 1 is blurry, < 1 is sharp. Typically set this to 1.0.</p></ol>
+<ol><p>the blur factor where > 1 is blurry, < 1 is sharp.  Typically set this to 1.0.</p></ol>
 
 <h5>exception</h5>
 <ol><p>return any errors or warnings in this structure.</p></ol>
diff --git a/www/api/resource.html b/www/api/resource.html
index 743d969..bcf9f1e 100644
--- a/www/api/resource.html
+++ b/www/api/resource.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/api/segment.html b/www/api/segment.html
index e35d32b..f405e27 100644
--- a/www/api/segment.html
+++ b/www/api/segment.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/api/shear.html b/www/api/shear.html
index 4ceaa4b..18c36d1 100644
--- a/www/api/shear.html
+++ b/www/api/shear.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/api/signature.html b/www/api/signature.html
index f0ebfbc..97d81e3 100644
--- a/www/api/signature.html
+++ b/www/api/signature.html
@@ -144,6 +144,9 @@
 <div  class="sponsor">
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
+<div  class="sponsor">
+   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+</div>
 </div>
 </div>
 </div>

diff --git a/www/api/statistic.html b/www/api/statistic.html
index 87a4232..c1bb03d 100644
--- a/www/api/statistic.html
+++ b/www/api/statistic.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/api/stream.html b/www/api/stream.html
index 06ea124..415cf48 100644
--- a/www/api/stream.html
+++ b/www/api/stream.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
 </div>
 </div>
 </div>
diff --git a/www/api/transform.html b/www/api/transform.html
index 63b5496..a5f4e20 100644
--- a/www/api/transform.html
+++ b/www/api/transform.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/api/version.html b/www/api/version.html
index f27e8bb..fac8766 100644
--- a/www/api/version.html
+++ b/www/api/version.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/api/wand-view.html b/www/api/wand-view.html
index 7cc316b..fdcd0a2 100644
--- a/www/api/wand-view.html
+++ b/www/api/wand-view.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/architecture.html b/www/architecture.html
index d6e20ac..01f06bf 100644
--- a/www/architecture.html
+++ b/www/architecture.html
@@ -254,7 +254,7 @@
 
 <p>When the pixel cache is initialized, pixels are scaled from whatever bit depth they originated from to that required by the pixel cache.  For example, a 1-channel 1-bit monochrome PBM image is scaled to 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="../www/command-line-options.html#version">&#x2011;version</a> option: </p>
 
-<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.6.3-6 2010-08-08 Q16 http://www.imagemagick.org</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.6.3-7 2010-08-08 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>
 
diff --git a/www/binary-releases.html b/www/binary-releases.html
index a535703..d94e962 100644
--- a/www/binary-releases.html
+++ b/www/binary-releases.html
@@ -189,16 +189,16 @@
   </tr>
 
   <tr>
-      <td valign="top">ImageMagick-6.6.3-6.i386.rpm</td>
-    <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/i386/ImageMagick-6.6.3-6.i386.rpm">download</a></td>
-    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/i386/ImageMagick-6.6.3-6.i386.rpm">download</a></td>
+      <td valign="top">ImageMagick-6.6.3-7.i386.rpm</td>
+    <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/i386/ImageMagick-6.6.3-7.i386.rpm">download</a></td>
+    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/i386/ImageMagick-6.6.3-7.i386.rpm">download</a></td>
     <td valign="top">CentOS 5.4 i386 RPM</td>
   </tr>
 
   <tr>
-      <td valign="top">ImageMagick-6.6.3-6.x86_64.rpm</td>
-      <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-6.6.3-6.x86_64.rpm">download</a></td>
-    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-6.6.3-6.x86_64.rpm">download</a></td>
+      <td valign="top">ImageMagick-6.6.3-7.x86_64.rpm</td>
+      <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-6.6.3-7.x86_64.rpm">download</a></td>
+    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-6.6.3-7.x86_64.rpm">download</a></td>
     <td valign="top">CentOS 5.4 x86_64 RPM</td>
   </tr>
 
@@ -228,7 +228,7 @@
 
 <p>ImageMagick RPM's are self-installing.  Simply type the following command and you're ready to start using ImageMagick:</p>
 
-<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>rpm -Uvh ImageMagick-6.6.3-6.i386.rpm</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>rpm -Uvh ImageMagick-6.6.3-7.i386.rpm</span></p>
 <p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p>
 
 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd $HOME</span></p>
@@ -310,7 +310,7 @@
 <p>ImageMagick runs on all recent Windows releases except Windows 95 / 98. We recommend its use on an NT-based version of Windows (NT4, 2000, 2003, XP, or Vista). Starting with ImageMagick 5.5.7, older versions such as Windows 95 / 98 are not supported anymore. The amount of memory can be an important factor, especially if you intend to work on large images. A minimum of 256 MB of RAM is recommended, but the more RAM the better.  Although ImageMagick runs fine on a single core computer, it automagically runs in parallel on dual and quad-core systems reducing run times considerably.</p>
 
 <p>The Windows version of ImageMagick is self-installing.  Simply click on the appropriate version below and it will launch itself and ask you a few installation questions.  Versions with <em>Q8</em> in the name are 8 bits-per-pixel component (e.g. 8-bit red, 8-bit green, etc.), whereas,  <em>Q16</em> in the filename are 16 bits-per-pixel component. A Q16 version permits you to read or write 16-bit images without losing precision but requires twice as much resources as the Q8 version.  Versions with <em>dll</em> in the filename include ImageMagick libraries as <a href="http://www.answers.com/topic/dll">dynamic link libraries</a>. If you are not sure which version is appropriate, choose
-<a href='http://www.imagemagick.org/download/binaries/ImageMagick-6.6.3-6-Q16-windows-dll.exe'>ImageMagick-6.6.3-6-Q16-windows-dll.exe</a>.</p>
+<a href='http://www.imagemagick.org/download/binaries/ImageMagick-6.6.3-7-Q16-windows-dll.exe'>ImageMagick-6.6.3-7-Q16-windows-dll.exe</a>.</p>
 
 <table class="doc">
   <col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
@@ -322,44 +322,44 @@
   </tr>
 
   <tr>
-        <td valign="top">ImageMagick-6.6.3-6-Q16-windows-dll.exe</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.3-6-Q16-windows-dll.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.3-6-Q16-windows-dll.exe">download</a></td>
+        <td valign="top">ImageMagick-6.6.3-7-Q16-windows-dll.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.3-7-Q16-windows-dll.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.3-7-Q16-windows-dll.exe">download</a></td>
     <td valign="top">Win32 dynamic at 16 bits-per-pixel</td>
   </tr>
 
   <tr>
-        <td valign="top">ImageMagick-6.6.3-6-Q16-windows-static.exe</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.3-6-Q16-windows-static.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.3-6-Q16-windows-static.exe">download</a></td>
+        <td valign="top">ImageMagick-6.6.3-7-Q16-windows-static.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.3-7-Q16-windows-static.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.3-7-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.6.3-6-Q16-windows-x64-dll.exe</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.3-6-Q16-windows-x64-dll.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.3-6-Q16-windows-x64-dll.exe">download</a></td>
+        <td valign="top">ImageMagick-6.6.3-7-Q16-windows-x64-dll.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.3-7-Q16-windows-x64-dll.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.3-7-Q16-windows-x64-dll.exe">download</a></td>
    <td valign="top">x64 dynamic at 16 bits-per-pixel</td>
   </tr>
 
   <tr>
-        <td valign="top">ImageMagick-6.6.3-6-Q16-windows-x64-static.exe</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.3-6-Q16-windows-x64-static.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.3-6-Q16-windows-x64-static.exe">download</a></td>
+        <td valign="top">ImageMagick-6.6.3-7-Q16-windows-x64-static.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.3-7-Q16-windows-x64-static.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.3-7-Q16-windows-x64-static.exe">download</a></td>
    <td valign="top">x64 static at 16 bits-per-pixel</td>
   </tr>
 
   <tr>
-        <td valign="top">ImageMagick-6.6.3-6-Q8-windows-dll.exe</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.3-6-Q8-windows-dll.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.3-6-Q8-windows-dll.exe">download</a></td>
+        <td valign="top">ImageMagick-6.6.3-7-Q8-windows-dll.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.3-7-Q8-windows-dll.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.3-7-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.6.3-6-Q8-windows-static.exe</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.3-6-Q8-windows-static.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.3-6-Q8-windows-static.exe">download</a></td>
+        <td valign="top">ImageMagick-6.6.3-7-Q8-windows-static.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.3-7-Q8-windows-static.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.3-7-Q8-windows-static.exe">download</a></td>
     <td valign="top">Win32 static at 8 bits-per-pixel</td>
   </tr>
 
diff --git a/www/changelog.html b/www/changelog.html
index a7ebb6e..e58d587 100644
--- a/www/changelog.html
+++ b/www/changelog.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
@@ -167,7 +167,9 @@
 

 <div class="main">

 

-<ul><dt>2010-08-13  6.6.3-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<ul><dt>2010-08-15  6.6.3-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Throw exception if image size differs for the compare program but the    -subimage-search option is not specified.</li><br />
+<dt>2010-08-13  6.6.3-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <li> The AdobeRgb.tif TIFF image no longer faults under Windows (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=16838).</li>
   <li> Add -subimage-search option to the compare utility.</li><br />
 <dt>2010-08-12  6.6.3-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
diff --git a/www/cipher.html b/www/cipher.html
index 06178ef..e850239 100644
--- a/www/cipher.html
+++ b/www/cipher.html
@@ -146,7 +146,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/command-line-options.html b/www/command-line-options.html
index 55083f5..5a747be 100644
--- a/www/command-line-options.html
+++ b/www/command-line-options.html
@@ -149,7 +149,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
@@ -685,11 +685,22 @@
 
 <table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Surround the image with a border of color. </td><td style='text-align:right;'></td></tr></table>
 
-<p>Set the width and height using the <em class="arg">size</em> portion of the <em class="arg">gravity</em> argument.  See <a href="../www/command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. Offsets are ignored. </p>
+<p>Set the width and height using the <em class="arg">size</em> portion of the
+<em class="arg">gravity</em> argument.  See <a href="../www/command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. Offsets are
+ignored. </p>
 
-<p>Set the border color by preceding with the <a href="#bordercolor">-bordercolor</a> setting.</p>
+<p>Set the border color by preceding with the <a
+href="#bordercolor">-bordercolor</a> setting.</p>
 
-<p>See also the <a href="#frame">-frame</a> option, which has more functionality.</p>
+<p>The <a href="#border">-border</a> operation is affected by the current <a
+href="#compose">-compose</a> setting and assumes that this is using the default
+'<kbd>Over</kbd>' composition method.  It generates a image of the appropriate
+size colors by the current <a href="#bordercolor">-bordercolor</a> before
+overlaying the original image in the center of this net image.  This means that
+with the default compose method of '<kbd>Over</kbd>' any transparent parts may
+be replaced by the current <a href="#bordercolor">-bordercolor</a> setting.</p>  
+<p>See also the <a href="#frame">-frame</a> option, which has more
+functionality.</p>
 
 <div style="margin: auto;">
   <h4><a name="bordercolor" id="bordercolor"></a>-bordercolor <em class="arg">color</em></h4>
@@ -1210,7 +1221,12 @@
 
 <p>This option places comments in a non-pixel portion of the image file. For a comment to be visibly written on the image itself, use the <a href="#annotate">-annotate</a> or <a href="#draw">-draw</a> options.</p>
 
-<p>Use this option to assign a specific comment to the image, when writing to an image format that supports comments.  You can include the image filename, type, width, height, or other image attribute by embedding special format characters listed under the <a href="#format">-format</a> option. The comment is not drawn on the image, but is embedded in the image datastream via "Comment" tag or similar mechanism. </p>
+<p>Use this option to assign a specific comment to the image, when writing to
+an image format that supports comments.  You can include the image filename,
+type, width, height, or other image attribute by embedding special format
+characters listed in the <a href="../www/escape.html">Format and Print Image
+Properties</a>. The comment is not drawn on the image, but is embedded in the
+image datastream via "Comment" tag or similar mechanism. </p>
 
 <p>For example,</p>
 
@@ -1218,7 +1234,8 @@
      -comment "%m:%f %wx%h"
 </p>
 
-<p>produces an image comment of <kbd>MIFF:bird.miff 512x480</kbd> for an image titled <kbd>bird.miff</kbd> and whose width is 512 and height is 480.</p>
+<p>produces an image comment of <kbd>MIFF:bird.miff 512x480</kbd> for an image
+titled <kbd>bird.miff</kbd> and whose width is 512 and height is 480.</p>
 
 <p>If the first character of <em class="arg">string</em> is <em class="arg">@</em>, the image comment is read from a file titled by the remaining characters in the string.  Comments in a file are literal; no embedded formatting characters are recognized.</p>
 
@@ -1228,534 +1245,29 @@
 
 <table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Set the type of image composition.</td><td style='text-align:right;'></td></tr></table>
 
-<p>The description of composition uses abstract terminology in order to allow
-the description to be more precise, while avoiding constant values which are
-specific to a particular build configuration. Each image pixel is represented
-by red, green, and blue levels (which are equal for a gray pixel). The
-build-dependent value <em class="QR">QuantumRange</em> is the maximum integral
-value which may be stored, per pixel, in the red, green, or blue channels of
-the image. Each image pixel may also optionally (if the image matte channel is
-enabled) have an associated level of opacity, ranging from <em>opaque</em> to
-<em>transparent</em>, which may be used to determine the influence of the pixel
-color when compositing the pixel with another image pixel. If the image matte
-channel is disabled, then all pixels in the image are treated as opaque. The
-color of an opaque pixel is fully visible while the color of a transparent
-pixel color is entirely absent (pixel color is ignored).</p>
+<p>See <a href="../www/compose.html">Alpha Compositing</a> for
+a detailed discussion of alpha compositing.</p>
 
-<p>By definition, raster images have a rectangular shape. All image rows are of
-equal length, as are all image columns. By treating the alpha channel as a
-visual "mask" the rectangular image may be given a "shape" by treating the
-alpha channel as a cookie-cutter for the image. This is done by setting the
-pixels within the shape to be opaque, with pixels outside the shape set as
-transparent. Pixels on the boundary of the shape may be between opaque and
-transparent in order to provide antialiasing (visually smooth edges). The
-description of the composition operators use this concept of image "shape" in
-order to make the description of the operators easier to understand. While it
-is convenient to describe the operators in terms of "shapes" they are by no
-means limited to mask-style operations since they are based on continuous
-floating-point mathematics rather than simple boolean operations.</p>
+<p>This setting effects image processing operators that merge two (or more)
+images together in some way.  This includes the operators,
+<a href="#composite">-composite</a>,
+<a href="#layers">-layers</a> composite,
+<a href="#flatten">-flatten</a>,
+<a href="#mosaic">-mosaic</a>,
+<a href="#layers">-layers</a> merge,
+<a href="#border">-border</a>,
+<a href="#frame">-frame</a>,
+and <a href="#extent">-extent</a>. </p>
 
-<p>The following alpha blending (Duff-Porter) compose methods are available:</p>
-
-<table class="doc">
-  <tbody>
-  <tr valign="top">
-    <th align="left" style="width: 8%">Method</th>
-    <th align="left">Description</th>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">clear</td>
-    <td valign="top">Both the color and the alpha of the destination are
-        cleared. Neither the source nor the destination are used (except for
-        destinations size and other meta-data which is always preserved.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">src</td>
-    <td valign="top">The source is copied to the destination. The destination
-        is not used as input, though it is cleared.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">dst</td>
-    <td valign="top">The destination is left untouched. The source image is
-        completely ignored.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">src-over</td>
-    <td valign="top">The source is composited over the destination. this is
-       the default alpha blending compose method, when neither the compose
-       setting is set, nor is set in the image meta-data.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">dst-over</td>
-    <td valign="top">The destination is composited over the source and the
-        result replaces the destination.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">src-in</td>
-    <td valign="top">The part of the source lying inside of the destination
-        replaces the destination.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">dst-in</td>
-    <td valign="top">The part of the destination lying inside of the source
-        replaces the destination. Areas not overlaid are cleared.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">src-out</td>
-    <td valign="top">The part of the source lying outside of the destination
-        replaces the destination.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">dst-out</td>
-    <td valign="top">The part of the destination lying outside of the source
-        replaces the destination.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">src-atop</td>
-    <td valign="top">The part of the source lying inside of the destination is
-        composited onto the destination.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">dst-atop</td>
-    <td valign="top">The part of the destination lying inside of the source is
-        composited over the source and replaces the destination. Areas not
-        overlaid are cleared. </td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">xor</td>
-    <td valign="top">The part of the source that lies outside of the
-        destination is combined with the part of the destination that lies
-        outside of the source.  Source or Destination, but not both. </td>
-  </tr>
-
-  </tbody>
-</table>
-
-<p>Any of the 'Src-*' methods can also be specified without the 'Src-' part.
-For example the defaul compose method can be specified as just 'Over'.</p>
-
-
-<p>The following mathemathical composition methods are also available. </p>
-
-<table class="doc">
-  <tbody>
-  <tr valign="top">
-    <th align="left" style="width: 8%">Method</th>
-    <th align="left">Description</th>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">multiply</td>
-    <td valign="top">The source is multiplied by the destination and replaces
-        the destination. The resultant color is always at least as dark as
-        either of the two constituent colors. Multiplying any color with black
-        produces black. Multiplying any color with white leaves the original
-        color unchanged.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">screen</td>
-    <td valign="top">The source and destination are complemented and then
-        multiplied and then replace the destination. The resultant color is
-        always at least as light as either of the two constituent colors.
-        Screening any color with white produces white. Screening any color
-        with black leaves the original color unchanged.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">plus</td>
-    <td valign="top">The source is added to the destination and replaces the
-        destination. This operator is useful for averaging or a controled
-        merger of two images, rather than a direct overlay.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">add</td>
-    <td valign="top">As per 'plus' but transparency data is treated as matte
-        values. As such any transparent areas in either image remain
-        transparent. </td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">minus</td>
-    <td valign="top">Subtract the colors in the source image from the
-        destination image. When transparency is involved, opaque areas is
-        subtracted from any destination opaque areas. </td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">subtract</td>
-    <td valign="top">Subtract the colors in the source image from the
-        destination image. When transparency is involved transparent areas are
-        subtracted, so only the opaque areas in the source remain opaque in
-        the destination image. </td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">difference</td>
-    <td valign="top">Subtracts the darker of the two constituent colors from
-        the lighter. Painting with white inverts the destination color.
-        Painting with black produces no change.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">exclusion</td>
-    <td valign="top">Produces an effect similar to that of 'difference', but
-        appears as lower contrast.  Painting with white inverts the
-        destination color. Painting with black produces no change.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">darken</td>
-    <td valign="top">Selects the darker of the destination and source colors.
-        The destination is replaced with the source when the source is darker,
-        otherwise it is left unchanged.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">lighten</td>
-    <td valign="top">Selects the lighter of the destination and source colors.
-        The destination is replaced with the source when the source is
-        lighter, otherwise it is left unchanged. </td>
-  </tr>
-
-  </tbody>
-</table>
-
-<p>Typically these use the default 'Over' alpha blending when transparencies
-are also involved, except for 'Plus' which uses a 'plus' alpha blending.
-This means the alpha channel is used to not only specify that all
-non-transparent parts of the input image is visible, but also applied color
-channel 'weighting' of the values. This also applied to the lighting
-composition methods below. </p>
-
-<p>As of IM v6.6.1-6, if the special '<kbd>Sync</kbd>' flag is not specified
-(enabled by default) with the <a href="#channel" >-channel</a> setting, then
-the above mathematical compositions will nolonger syncronise its actiosn with
-the alpha channel.  Instead the math composition will be applied on an
-individual channel basis as defined by the <a href="#channel" >-channel</a>.
-this includes the alpha channel. </p>
-
-<p>This special usage allows you to perform mathematics between images. </p>
-
-
-<p>The following lighting composition methods are also available. </p>
-
-<table class="doc">
-  <tbody>
-  <tr valign="top">
-    <th align="left" style="width: 8%">Method</th>
-    <th align="left">Description</th>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">linear-dodge</td>
-    <td valign="top">This is equivelent to 'Plus' in that the color channels
-        are simply added, however it does not 'Plus' the alpha channel, but
-        uses the normal 'Over' alpha blending, which transparencies are
-        involved.  Produces a sort of additive multiply-like result. Added
-        ImageMagick version 6.5.4-3. </td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">linear-burn</td>
-    <td valign="top">As 'Linear-Dodge', but also subtract one from the result.
-        Sort of a additive 'Screen' of the images.  Added ImageMagick version
-        6.5.4-3. </td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">color-dodge</td>
-    <td valign="top">Brightens the destination color to reflect the source
-        color. Painting with black produces no change.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">color-burn</td>
-    <td valign="top">Darkens the destination color to reflect the source
-        color.  Painting with white produces no change. Fixed in ImageMagick
-        version 6.5.4-3. </td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">overlay</td>
-    <td valign="top">Multiplies or screens the colors, dependent on the
-        destination color. Source colors overlay the destination whilst
-        preserving its highlights and shadows. The destination color is not
-        replaced, but is mixed with the source color to reflect the lightness
-        or darkness of the destination.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">hard-light</td>
-    <td valign="top">Multiplies or screens the colors, dependent on the source
-        color value. If the source color is lighter than 0.5, the destination
-        is lightened as if it were screened. If the source color is darker
-        than 0.5, the destination is darkened, as if it were multiplied. The
-        degree of lightening or darkening is proportional to the difference
-        between the source color and 0.5. If it is equal to 0.5 the
-        destination is unchanged.  Painting with pure black or white produces
-        black or white.</td>
-  </tr>
-
-
-  <tr valign="top">
-    <td valign="top">linear-light</td>
-    <td valign="top">Like 'Hard-Light' but using linear-dodge and linear-burn
-        instead.  Increases contrast slightly with an impact on the
-        foreground's tonal values.</td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">soft-light</td>
-    <td valign="top">Darkens or lightens the colors, dependent on the source
-        color value. If the source color is lighter than 0.5, the destination
-        is lightened. If the source color is darker than 0.5, the destination
-        is darkened, as if it were burned in. The degree of darkening or
-        lightening is proportional to the difference between the source color
-        and 0.5. If it is equal to 0.5, the destination is unchanged. Painting
-        with pure black or white produces a distinctly darker or lighter area,
-        but does not result in pure black or white. Fixed in ImageMagick
-        version 6.5.4-3. </td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">pegtop-light</td>
-    <td valign="top">Almost equivelent to 'Soft-Light', but using a
-        continuious mathematical formula rather than two conditionally
-        selected formulae. Added ImageMagick version 6.5.4-3. </td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">vivid-light</td>
-    <td valign="top">A modified 'Linear-Light' designed to preserve very stong
-        primary and secondary colors in the image. Added ImageMagick version
-        6.5.4-3. </td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">pin-light</td>
-    <td valign="top">Similar to 'Hard-Light', but using sharp linear shadings,
-        to similate the effects of a strong 'pinhole' light source. Added
-        ImageMagick version 6.5.4-3. </td>
-  </tr>
-
-  </tbody>
-</table>
-
-
-
-<p>Also included are these special purpose compose methods:</p>
-
-<table class="doc">
-  <tbody>
-  <tr valign="top">
-    <th align="left" style="width: 8%">Method</th>
-    <th align="left">Description</th>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">copy-*</td>
-    <td valign="top">Copy the specified channel (Red, Green, Blue, Cyan,
-        Magenta, Yellow, Black, or Opacity) in the source image to the
-        same channel in the destination image.  If the channel specified
-        does not exist in the source image, (which can only happen for methods,
-        '<kbd>copy-opacity</kbd>' or '<kbd>copy-black</kbd>') then it is
-        assumed that the source image is a special grayscale channel image
-        of the values to be copied. </td>
-    </tr>
-
-  <tr valign="top">
-    <td valign="top">change-mask</td>
-    <td valign="top">Replace any destination pixel that is the similar to the source images pixel (as defined by the current <a href="#fuzz">-fuzz</a> factor), with transparency. </td>
-  </tr>
-  </tbody>
-</table>
-
-<p>On top of these composed methods are a few special ones that not only require
-the two images that are being merged or overlaid, but have some extra numerical
-arguments, which are tabled below. </p>
-
-<p>In the "<code>composite</code>" command these composition methods are
-selected using special options with the arguments needed. They are usually,
-but not always, the same name as the composte 'method' they use, and replaces
-the normal use of the <a href="#compose" >-compose</a> setting in the
-"<code>composite</code>" command.  For example... </p>
-
-<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>composite ... -blend 50x50 ...</span></p>
-<p>As of IM v6.5.3-4 the "<code>convert</code>" command can now also supply
-these extra arguments to its <a href="#composite" >-composite</a> operator,
-using the special <a href="#set">-set</a> attribute of '<kbd class="arg">option:compose:args</kbd>'.  This means you can now make use of
-these special argumented <a href="#compose" >-compose</a> methods, those the
-argument and the method both need to be set separatally.  For example... </p>
-
-<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert ... -compose blend  -set option:compose:args 50x50  -composite ...</span></p>
-<p>The following is a table of these special 'argumented' compose methods,
-with a brief summary of what they do. For more details see the equivalent
-"composite" command option name.  </p>
-
-<table class="doc">
-  <tbody>
-  <tr valign="top">
-    <th align="left" style="width: 8%">Method</th>
-    <th align="left">Description</th>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">dissolve</td>
-    <td valign="top">Arguments:
-        <em class="arg">src_percent</em>[x<em class="arg">dst_percent</em>]
-    <br>Equivalent to "<code>composite</code>" <a href="#dissolve">-dissolve</a>
-    <br>Dissolve the 'source' image by the percentage given before overlaying
-        'over' the 'destination' image. If <em class="arg">src_percent</em> is
-        greater than 100, it starts dissolving the main image so it will
-        become transparent at a value of '<kbd class="arg">200</kbd>'.  If
-        both percentages are given, each image are dissolved to the
-        percentages given.
-    </td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">blend</td>
-    <td valign="top">Arguments:
-        <em class="arg">src_percent</em>[x<em class="arg">dst_percent</em>]
-    <br>Equivalent to "<code>composite</code>" <a href="#blend">-blend</a>
-    <br>Average the images together ('plus') according to the percentages
-        given and each pixels transparency.  If only a single percentage value
-        is given it sets the weight of the composite or 'source' image, while
-        the background image is weighted by the exact opposite amount. That is
-        a <kbd>-blend 30</kbd> merges 30% of the 'source' image with 70% of
-        the 'destination' image.  Thus it is equivalent to <kbd>-blend
-        30x70</kbd>.
-    </td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">mathematics</td>
-    <td valign="top">Arguments: <em class="arg">A, B, C, D</em>
-    <br>Not available in "<code>composite</code>" at this time.
-    <br>Merge the source and destination images according to the formula
-    <br>&nbsp; &nbsp; &nbsp;<code>A*Sc*Dc + B*Sc + C*Dc + D</code>
-    <br>Can be used to generate a custom composition method that would
-        otherwise need to be implemented using the slow <a href="#fx">-fx</a>
-        DIY image operator.   Added to ImageMagick version 6.5.4-3.
-    <br>As of IM v6.6.1-6 this method will do per-channel math compositions
-        if the 'Sync' flag is removed from <a href="#channel" >-channel</a>,
-        just like all the other mathematical compostion methods above.
-    </td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">modulate</td>
-    <td valign="top">Arguments:
-        <em class="arg">brightness</em>[x<em class="arg">saturation</em>]
-    <br>Equivalent to "<code>composite</code>" <a href="#watermark">-watermark</a>
-    <br>Take a grayscale image (with alpha mask) and modify the destination
-        image's brightness according to watermark image's grayscale value and
-        the <em class="arg">brightness</em> percentage.  The destinations
-        color saturation attribute is just direct modified by the <em
-        class="arg">saturation</em> percentage, which defaults to 100 percent
-        (no color change).
-
-    </td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">displace</td>
-    <td valign="top">Arguments:
-        <em class="arg">X-scale</em>[x<em class="arg">Y-scale</em>][!][%]
-    <br>Equivalent to "<code>composite</code>" <a href="#displace">-displace</a>
-    <br>With this option, the 'overlay' image, and optionally the 'mask'
-        image, is used as a relative displacement map, which is used to
-        displace the lookup of what part of the destination image is seen at
-        each point of the overlaid area.  Much like the displacement map is a
-        'lens' that distorts the original 'background' image behind it.
-    <br><br>
-        The X-scale is modilated by the 'red' channel of the overlay image
-        while the Y-scale is modulated by the green channel, (the mask image
-        if given is rolled into green channel of the overlay image. This
-        separation allows you to modulate the X and Y lookup displacement
-        separatally allowing you to di 2 dimentional displacements, rather
-        than 1 dimentional verctored displacements (using grayscale image).
-    <br><br>
-        If the overlay image contains transparency this is used as a mask
-        of the resulting image to remove 'invalid' pixels.
-    <br><br>
-        The '%' flag makes the displacement scale relative to the size of the
-        overlay image (100% = half width/height of image). Using '!' switches
-        percentage arguments to refer to the destination image size instead.
-    <br><br>
-        Special flags were added Added to ImageMagick version 6.5.3-5.
-    </td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">distort</td>
-    <td valign="top">Arguments:
-        <em class="arg">X-scale</em>[x<em class="arg">Y-scale</em
-        >[+<em class="arg">X-center</em>+<em class="arg">Y-center</em>]][!][%]
-    <br>Not available in "<code>composite</code>" at this time.
-    <br>Exactly as per 'Displace' (above), but using absolute coordinates,
-        relative to the center of the overlay (or that given).  Basically
-        allows you to generate absolute distortion maps where 'black' will
-        look up the left/top edge, and 'white' looks up the bottom/right
-        edge of the destination image, according to the scale given.
-    <br><br>
-        The '!' flag not only switches percentage scaling, to use the
-        destination image, but also the image the center offset of the lookup.
-        This means the overlay can lookup a completely different region of the
-        destination image.
-    <br><br>
-        Added to ImageMagick version 6.5.3-5.
-    </td>
-  </tr>
-
-  <tr valign="top">
-    <td valign="top">blur</td>
-    <td valign="top">Arguments:
-        <em class="arg">Width</em>[x<em class="arg">Height</em
-          >[+<em class="arg">Angle</em>]]
-    <br>Equivalent to "<code>composite</code>"
-        <a href="#blur-composite">-blur</a>
-    <br>A Variable Blur Mapping Composition method, where each pixel in the
-        overlaid region is replaced with an Elliptical Weighted Average (EWA),
-        with an ellipse (typically a circle) of the given sigma size, scaled
-        according to overlay (source image) grayscale mapping.
-    <br><br>
-        As per 'Displace' and 'Distort', the red channel will modulate the
-        width of the ellipse, while the green channel will modulate the height
-        of the ellipse.  However at this time the ellipse angle is not
-        modulated though this may be a future posibility (perhaps with a
-        special flag to enable use of blur channel for this purpose).
-    <br><br>
-        Added to ImageMagick version 6.5.4-0.
-    </td>
-  </tr>
-
-  </tbody>
-</table>
-
-<p>To print a complete list of all the available compose operators, use <a
-href="#list">-list compose</a>.</p>
+<p>It is also one of the primary options for the "<kbd>composite</kbd>"
+command.  </p>
 
 
 <div style="margin: auto;">
   <h4><a name="composite" id="composite"></a>-composite</h4>
 </div>
 
-<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Perform alpha composition on the current image sequence.</td><td style='text-align:right;'></td></tr></table>
+<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Perform alpha composition on two images and an optional mask</td><td style='text-align:right;'></td></tr></table>
 
 <p>Take the first image 'destination' and overlay the second 'source' image
 according to the current <a href="#compose">-compose</a> setting. The location
@@ -2688,7 +2200,10 @@
    -draw 'image SrcOver 100,100 225,225 image.jpg'
 </p>
 
-<p>You can use 0,0 for the image size, which means to use the actual dimensions found in the image header. Otherwise, it is scaled to the given dimensions. See <a href="#compose">-compose</a> for a description of the composite operators.</p>
+<p>You can use 0,0 for the image size, which means to use the actual
+dimensions found in the image header. Otherwise, it is scaled to the given
+dimensions. See <a href="../www/compose.html">Alpha Compositing</a> for
+a detailed discussion of alpha composition methods that are available. </p>
 
 <p>Use <kbd>text</kbd> to annotate an image with text. Follow the text coordinates with a string. If the string has embedded spaces, enclose it in single or double quotes.</p>
 
@@ -3191,9 +2706,31 @@
 
 <table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Surround the image with a border or beveled frame.</td><td style='text-align:right;'></td></tr></table>
 
-<p>The color of the border is specified with the <a href="#mattecolor">-mattecolor</a> command line option. </p>
+<p>The color of the border is specified with the <a href="#mattecolor"
+>-mattecolor</a> command line option. </p>
 
-<p>See <a href="../www/command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. The <em class="arg">size</em> portion of the <em class="arg">geometry</em> argument indicates the amount of extra width and height that is added to the dimensions of the image. If no offsets are given in the <em class="arg">geometry</em> argument, then the border added is a solid color.  Offsets <em>x</em> and <em>y</em>, if present, specify that the width and height of the border is partitioned to form an outer bevel of thickness <em>x</em>&nbsp;pixels and an inner bevel of thickness <em>y</em>&nbsp;pixels. (Negative offsets make no sense here.)  The <a href="#frame">-frame</a> option is not affected by the <a href="#gravity">-gravity</a> option.</p>
+<p>See <a href="../www/command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. The <em class="arg">size</em> portion of the <em
+class="arg">geometry</em> argument indicates the amount of extra width and
+height that is added to the dimensions of the image. If no offsets are given
+in the <em class="arg">geometry</em> argument, then the border added is
+a solid color.  Offsets <em>x</em> and <em>y</em>, if present, specify that
+the width and height of the border is partitioned to form an outer bevel of
+thickness <em>x</em>&nbsp;pixels and an inner bevel of thickness
+<em>y</em>&nbsp;pixels. Negative offsets make no sense as frame arguments.
+</p>
+
+<p>The <a href="#frame">-frame</a> option is affected by the current <a
+href="#compose">-compose</a> setting and assumes that this is using the default
+'<kbd>Over</kbd>' composition method.  It generates a image of the appripriate
+size with the current <a href="#bordercolor">-bordercolor</a> setting, and then
+draws the frame of four distinct colors close to the current <a
+href="#mattecolor">-mattecolor</a>.  The original image is then overlaid onto
+center of this image.  This means that with the default compose method of
+'<kbd>Over</kbd>' any transparent parts may be replaced by the current <a
+href="#bordercolor">-bordercolor</a> setting.</p>
+
+<p>The image composition is not
+affected by the <a href="#gravity">-gravity</a> option.</p>
 
 
 <div style="margin: auto;">
@@ -3688,7 +3225,9 @@
 
 <p>When saving an image to a <em class="arg">PostScript</em> file, any label assigned to an image is used as a header string to print above the postscript image. </p>
 
-<p>You can include the image filename, type, width, height, or other image attribute by embedding special format character.  See <a href="#format">-format</a> for details of the percent escape codes.</p>
+<p>You can include the image filename, type, width, height, or other image
+attribute by embedding special format character.  See <a href="../www/escape.html">Format and Print Image
+Properties</a> for details of the percent escape codes.</p>
 
 <p>For example,</p>
 
diff --git a/www/command-line-processing.html b/www/command-line-processing.html
index f8768d7..386f693 100644
--- a/www/command-line-processing.html
+++ b/www/command-line-processing.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/command-line-tools.html b/www/command-line-tools.html
index 81d49f7..9f732c0 100644
--- a/www/command-line-tools.html
+++ b/www/command-line-tools.html
@@ -169,11 +169,11 @@
 

 <p class="navigation-index">[<a href="#animate">animate</a> &bull; <a href="#compare">compare</a> &bull; <a href="#composite">composite</a> &bull; <a href="#conjure">conjure</a> &bull; <a href="#convert">convert</a> &bull; <a href="#display">display</a> &bull; <a href="#identify">identify</a> &bull; <a href="#import">import</a> &bull; <a href="#mogrify">mogrify</a> &bull; <a href="#montage">montage</a> &bull; <a href="#stream">stream</a>]</p>
 
-<p>ImageMagick includes a number of command-line utilities for manipulating images.  Most of you are probably accustomed to editing images one at a time with a graphical user interface (GUI) with such programs as <a href="http://www.gimp.org" target="1766644290">gimp</a> or <a href="http://www.adobe.com" target="743080681">Photoshop</a>.  However, a GUI is not always convenient.  Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image.  For these types of operations, the command-line image processing utility is appropriate.</p>
+<p>ImageMagick includes a number of command-line utilities for manipulating images.  Most of you are probably accustomed to editing images one at a time with a graphical user interface (GUI) with such programs as <a href="http://www.gimp.org" target="83926414">gimp</a> or <a href="http://www.adobe.com" target="1573762911">Photoshop</a>.  However, a GUI is not always convenient.  Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image.  For these types of operations, the command-line image processing utility is appropriate.</p>
 
 <p>The ImageMagick command-line tools exit with a status of 0 if the command line arguments have a proper syntax and no problems are encountered.  Expect a descriptive message and an exit status of 1 if any exception occurs such as improper syntax, a problem reading or writing an image, or any other problem that prevents the command from completing successfully.</p>
 
-<p>In the paragraphs below, find a short description for each command-line tool. Click on the program name to get details about the program usage and a list of command-line options that alters how the program behaves.  If you are just getting acquainted with ImageMagick, start with the <a href="#convert">convert</a> program.  Be sure to peruse Anthony Thyssen's tutorial on how to use ImageMagick utilities to <a href="http://www.imagemagick.org/Usage/" target="1848383741">convert, compose, or edit</a> images from the command-line.</p>
+<p>In the paragraphs below, find a short description for each command-line tool. Click on the program name to get details about the program usage and a list of command-line options that alters how the program behaves.  If you are just getting acquainted with ImageMagick, start with the <a href="#convert">convert</a> program.  Be sure to peruse Anthony Thyssen's tutorial on how to use ImageMagick utilities to <a href="http://www.imagemagick.org/Usage/" target="1501920010">convert, compose, or edit</a> images from the command-line.</p>
 
 <div style="margin: auto;">
   <h2><a name="animate"></a><a href="../www/animate.html">animate</a></h2>
diff --git a/www/compose.html b/www/compose.html
index e69de29..8bcba45 100644
--- a/www/compose.html
+++ b/www/compose.html
@@ -0,0 +1,723 @@
+

+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"

+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

+<head>

+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

+  <meta name="verify-v1" content="g222frIIxcQTrvDR3NBRUSKP3AnMNoqxOkIniCEkV7U="/>

+  <title>ImageMagick: Alpha Compositing</title/>
+  <meta http-equiv="Content-Language" content="en-US"/>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="Reply-to" content="magick-users@imagemagick.org"/>
+  <meta name="Application-name" content="ImageMagick"/>
+  <meta name="Description" content="ImageMagick® is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (about 100) including GIF, JPEG, JPEG-2000, PNG, PDF, PhotoCD, TIFF, and DPX. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.  ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you can freely use, copy, modify, and distribute. Its license is compatible with the GPL. It runs on all major operating systems.  The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite programming language. Choose from these interfaces: MagickCore (C), MagickWand (C), ChMagick (Ch), Magick++ (C++), JMagick (Java), L-Magick (Lisp), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a language interface, use ImageMagick to modify or create images automagically and dynamically."/>
+  <meta name="Application-url" content="http://www.imagemagick.org"/>
+  <meta name="Generator" content="PHP"/>
+  <meta name="Keywords" content="alpha, compositing, ImageMagick, ImageMagic, MagickCore, MagickWand, PerlMagick, Magick++, RMagick, PythonMagick, JMagick, TclMagick, Image, Magick, Magic, Wand, ImageMagickObject, Swiss, Army, Knife, Image, Processing"/>
+  <meta name="Rating" content="GENERAL"/>
+  <meta name="Robots" content="INDEX, FOLLOW"/>
+  <meta name="Generator" content="ImageMagick Studio LLC"/>
+  <meta name="Author" content="ImageMagick Studio LLC"/>
+  <meta name="Revisit-after" content="2 DAYS"/>
+  <meta name="Resource-type" content="document"/>
+  <meta name="Copyright" content="Copyright (c) 1999-2010 ImageMagick Studio LLC"/>
+  <meta name="Distribution" content="Global"/>
+  <link rel="icon" href="../images/wand.png"  sizes="32x32"/>
+  <link rel="shortcut icon" href="../images/wand.ico"  type="images/x-icon"/>
+  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"/>

+  <style type="text/css" media="all">

+    @import url("../www/magick.css");

+  </style>

+</head>

+

+<body id="www-imagemagick-org">

+<div class="titlebar">

+<a href="../index.html">

+  <img src="../images/script.png" alt="[ImageMagick]"

+  style="width: 350px; height: 60px; margin: 28px auto; float: left;" /></a>

+<a href="http://www.networkredux.com">

+  <img src="../images/networkredux.png" alt="[sponsor]"

+  style="margin: 45px auto; border: 0px; float: left;" /></a>

+<a href="http://www.imagemagick.org/discourse-server/">

+  <img src="../images/logo.jpg" alt=""

+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>

+<a href="../index.html">

+  <img src="../images/sprite.jpg" alt=""

+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>

+</div>

+

+<div class="westbar">

+

+<div class="menu">
+  <a title="About ImageMagick" href="../index.html">About ImageMagick</a>
+</div>
+<div class="sep"></div>

+<div class="menu">
+  <a title="Binary Releases" href="../www/binary-releases.html">Binary Releases</a>
+</div>
+<div class="sub">
+    <a title="Binary Release: Unix" href="../www/binary-releases.html#unix">Unix</a>
+</div>
+<div class="sub">
+    <a title="Binary Release: MacOS X" href="../www/binary-releases.html#macosx">Mac OS X</a>
+</div>
+<div class="sub">
+    <a title="Binary Release: Windows" href="../www/binary-releases.html#windows">Windows</a>
+</div>
+<div class="sep"></div>

+<div class="menu">
+  <a title="Command-line Tools" href="../www/command-line-tools.html">Command-line Tools</a>
+</div>
+<div class="sub">
+    <a title="Command-line Tools: Processing" href="../www/command-line-processing.html">Processing</a>
+</div>
+<div class="sub">
+    <a title="Command-line Tools: Options" href="../www/command-line-options.html">Options</a>
+</div>
+<div class="sub">
+    <a title="Command-line Tools: Usage" href="http://www.imagemagick.org/Usage/">Usage</a>
+</div>
+<div class="menu">
+  <a title="Program Interfaces" href="../www/api.html">Program Interfaces</a>
+</div>
+<div class="sub">
+    <a title="Program Interface: MagickWand" href="../www/magick-wand.html">MagickWand</a>
+</div>
+<div class="sub">
+    <a title="Program Interface: MagickCore" href="../www/magick-core.html">MagickCore</a>
+</div>
+<div class="sub">
+    <a title="Program Interface: PerlMagick" href="../www/perl-magick.html">PerlMagick</a>
+</div>
+<div class="sub">
+    <a title="Program Interface: Magick++" href="../Magick++/">Magick++</a>
+</div>
+<div class="sep"></div>

+<div  class="menu">
+   <a title="Install from Source" href="../www/install-source.html">Install from Source</a>
+</div>
+<div class="sub">
+    <a title="Install from Source: Unix" href="../www/install-source.html#unix">Unix</a>
+</div>
+<div class="sub">
+    <a title="Install from Source: Windows" href="../www/install-source.html#windows">Windows</a>
+ </div>
+<div class="menu">
+  <a title="Resources" href="../www/resources.html">Resources</a>
+</div>
+<div class="menu">
+  <a title="Architecture" href="../www/architecture.html">Architecture</a>
+</div>
+<div class="menu">
+  <a title="Download" href="../www/download.html">Download</a>
+</div>
+<div class="sep"></div>

+<div class="menu">
+  <a title="Search" href="http://www.imagemagick.org/script/search.php">Search</a>
+</div>
+<div class="sep"></div>

+<div class="menu">
+  <a title="Site Map"href="../www/sitemap.html">Site Map</a>
+</div>
+<div  class="sub">
+    <a title="Site Map: Links"href="../www/links.html">Links</a>
+</div>
+<div class="sep"></div>

+<div  class="menu">
+  <a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
+
+<div class="sponsbox">
+<div  class="sponsor">
+  <a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
+</div>
+<div  class="sponsor">
+  <a title="Sponsor: Webdesign Agentur" href="http://www.ventzke-partner.de">Webdesign Agentur</a><!-- 201101010480 invendio.de-->
+</div>
+<div  class="sponsor">
+  <a title="Sponsor: LVM Versicherung" href="http://www.neu-reich.de">LVM Versicherung</a><!-- 201101010480 -->
+</div>
+<div  class="sponsor">
+  <a title="Sponsor: Deko.net" href="http://www.deko.net">Deko.net</a><!-- 201101010600 Peterssen-->
+</div>
+<div  class="sponsor">
+  <a title="Sponsor: Druckerei" href="http://www.print24.de/">Druckerei</a><!-- 201009010720 -->
+</div>
+<div  class="sponsor">
+   <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
+</div>
+<div  class="sponsor">
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+</div>
+</div>
+</div>
+</div>

+

+<div class="eastbar">

+  <script type="text/javascript">

+  <!--

+    google_ad_client = "pub-3129977114552745";

+    google_ad_slot = "0574824969";

+    google_ad_width = 160;

+    google_ad_height = 600;

+  //-->

+  </script>

+  <script type="text/javascript"

+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

+  </script>

+</div>

+

+<div class="main">

+

+
+<p>The description of composition uses abstract terminology in order to allow
+the description to be more precise, while avoiding constant values which are
+specific to a particular build configuration. Each image pixel is represented
+by red, green, and blue levels (which are equal for a gray pixel). The
+build-dependent value <em class="QR">QuantumRange</em> is the maximum integral
+value which may be stored, per pixel, in the red, green, or blue channels of
+the image. Each image pixel may also optionally (if the image matte channel is
+enabled) have an associated level of opacity, ranging from <em>opaque</em> to
+<em>transparent</em>, which may be used to determine the influence of the pixel
+color when compositing the pixel with another image pixel. If the image matte
+channel is disabled, then all pixels in the image are treated as opaque. The
+color of an opaque pixel is fully visible while the color of a transparent
+pixel color is entirely absent (pixel color is ignored).</p>
+
+<p>By definition, raster images have a rectangular shape. All image rows are of
+equal length, as are all image columns. By treating the alpha channel as a
+visual "mask" the rectangular image may be given a "shape" by treating the
+alpha channel as a cookie-cutter for the image. This is done by setting the
+pixels within the shape to be opaque, with pixels outside the shape set as
+transparent. Pixels on the boundary of the shape may be between opaque and
+transparent in order to provide antialiasing (visually smooth edges). The
+description of the composition operators use this concept of image "shape" in
+order to make the description of the operators easier to understand. While it
+is convenient to describe the operators in terms of "shapes" they are by no
+means limited to mask-style operations since they are based on continuous
+floating-point mathematics rather than simple boolean operations.</p>
+
+<p>The following alpha blending (Duff-Porter) compose methods are available:</p>
+
+<table class="doc">
+  <tbody>
+  <tr valign="top">
+    <th align="left" style="width: 8%">Method</th>
+    <th align="left">Description</th>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">clear</td>
+    <td valign="top">Both the color and the alpha of the destination are
+        cleared. Neither the source nor the destination are used (except for
+        destinations size and other meta-data which is always preserved.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">src</td>
+    <td valign="top">The source is copied to the destination. The destination
+        is not used as input, though it is cleared.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">dst</td>
+    <td valign="top">The destination is left untouched. The source image is
+        completely ignored.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">src-over</td>
+    <td valign="top">The source is composited over the destination. this is
+       the default alpha blending compose method, when neither the compose
+       setting is set, nor is set in the image meta-data.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">dst-over</td>
+    <td valign="top">The destination is composited over the source and the
+        result replaces the destination.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">src-in</td>
+    <td valign="top">The part of the source lying inside of the destination
+        replaces the destination.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">dst-in</td>
+    <td valign="top">The part of the destination lying inside of the source
+        replaces the destination. Areas not overlaid are cleared.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">src-out</td>
+    <td valign="top">The part of the source lying outside of the destination
+        replaces the destination.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">dst-out</td>
+    <td valign="top">The part of the destination lying outside of the source
+        replaces the destination.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">src-atop</td>
+    <td valign="top">The part of the source lying inside of the destination is
+        composited onto the destination.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">dst-atop</td>
+    <td valign="top">The part of the destination lying inside of the source is
+        composited over the source and replaces the destination. Areas not
+        overlaid are cleared. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">xor</td>
+    <td valign="top">The part of the source that lies outside of the
+        destination is combined with the part of the destination that lies
+        outside of the source.  Source or Destination, but not both. </td>
+  </tr>
+
+  </tbody>
+</table>
+
+<p>Any of the 'Src-*' methods can also be specified without the 'Src-' part.
+For example the defaul compose method can be specified as just 'Over'.</p>
+
+
+<p>The following mathemathical composition methods are also available. </p>
+
+<table class="doc">
+  <tbody>
+  <tr valign="top">
+    <th align="left" style="width: 8%">Method</th>
+    <th align="left">Description</th>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">multiply</td>
+    <td valign="top">The source is multiplied by the destination and replaces
+        the destination. The resultant color is always at least as dark as
+        either of the two constituent colors. Multiplying any color with black
+        produces black. Multiplying any color with white leaves the original
+        color unchanged.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">screen</td>
+    <td valign="top">The source and destination are complemented and then
+        multiplied and then replace the destination. The resultant color is
+        always at least as light as either of the two constituent colors.
+        Screening any color with white produces white. Screening any color
+        with black leaves the original color unchanged.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">plus</td>
+    <td valign="top">The source is added to the destination and replaces the
+        destination. This operator is useful for averaging or a controled
+        merger of two images, rather than a direct overlay.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">add</td>
+    <td valign="top">As per 'plus' but transparency data is treated as matte
+        values. As such any transparent areas in either image remain
+        transparent. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">minus</td>
+    <td valign="top">Subtract the colors in the source image from the
+        destination image. When transparency is involved, opaque areas is
+        subtracted from any destination opaque areas. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">subtract</td>
+    <td valign="top">Subtract the colors in the source image from the
+        destination image. When transparency is involved transparent areas are
+        subtracted, so only the opaque areas in the source remain opaque in
+        the destination image. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">difference</td>
+    <td valign="top">Subtracts the darker of the two constituent colors from
+        the lighter. Painting with white inverts the destination color.
+        Painting with black produces no change.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">exclusion</td>
+    <td valign="top">Produces an effect similar to that of 'difference', but
+        appears as lower contrast.  Painting with white inverts the
+        destination color. Painting with black produces no change.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">darken</td>
+    <td valign="top">Selects the darker of the destination and source colors.
+        The destination is replaced with the source when the source is darker,
+        otherwise it is left unchanged.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">lighten</td>
+    <td valign="top">Selects the lighter of the destination and source colors.
+        The destination is replaced with the source when the source is
+        lighter, otherwise it is left unchanged. </td>
+  </tr>
+
+  </tbody>
+</table>
+
+<p>Typically these use the default 'Over' alpha blending when transparencies
+are also involved, except for 'Plus' which uses a 'plus' alpha blending.
+This means the alpha channel is used to not only specify that all
+non-transparent parts of the input image is visible, but also applied color
+channel 'weighting' of the values. This also applied to the lighting
+composition methods below. </p>
+
+<p>As of IM v6.6.1-6, if the special '<kbd>Sync</kbd>' flag is not specified
+(enabled by default) with the <a href="#channel" >-channel</a> setting, then
+the above mathematical compositions will nolonger syncronise its actiosn with
+the alpha channel.  Instead the math composition will be applied on an
+individual channel basis as defined by the <a href="#channel" >-channel</a>.
+this includes the alpha channel. </p>
+
+<p>This special usage allows you to perform mathematics between images. </p>
+
+
+<p>The following lighting composition methods are also available. </p>
+
+<table class="doc">
+  <tbody>
+  <tr valign="top">
+    <th align="left" style="width: 8%">Method</th>
+    <th align="left">Description</th>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">linear-dodge</td>
+    <td valign="top">This is equivelent to 'Plus' in that the color channels
+        are simply added, however it does not 'Plus' the alpha channel, but
+        uses the normal 'Over' alpha blending, which transparencies are
+        involved.  Produces a sort of additive multiply-like result. Added
+        ImageMagick version 6.5.4-3. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">linear-burn</td>
+    <td valign="top">As 'Linear-Dodge', but also subtract one from the result.
+        Sort of a additive 'Screen' of the images.  Added ImageMagick version
+        6.5.4-3. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">color-dodge</td>
+    <td valign="top">Brightens the destination color to reflect the source
+        color. Painting with black produces no change.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">color-burn</td>
+    <td valign="top">Darkens the destination color to reflect the source
+        color.  Painting with white produces no change. Fixed in ImageMagick
+        version 6.5.4-3. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">overlay</td>
+    <td valign="top">Multiplies or screens the colors, dependent on the
+        destination color. Source colors overlay the destination whilst
+        preserving its highlights and shadows. The destination color is not
+        replaced, but is mixed with the source color to reflect the lightness
+        or darkness of the destination.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">hard-light</td>
+    <td valign="top">Multiplies or screens the colors, dependent on the source
+        color value. If the source color is lighter than 0.5, the destination
+        is lightened as if it were screened. If the source color is darker
+        than 0.5, the destination is darkened, as if it were multiplied. The
+        degree of lightening or darkening is proportional to the difference
+        between the source color and 0.5. If it is equal to 0.5 the
+        destination is unchanged.  Painting with pure black or white produces
+        black or white.</td>
+  </tr>
+
+
+  <tr valign="top">
+    <td valign="top">linear-light</td>
+    <td valign="top">Like 'Hard-Light' but using linear-dodge and linear-burn
+        instead.  Increases contrast slightly with an impact on the
+        foreground's tonal values.</td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">soft-light</td>
+    <td valign="top">Darkens or lightens the colors, dependent on the source
+        color value. If the source color is lighter than 0.5, the destination
+        is lightened. If the source color is darker than 0.5, the destination
+        is darkened, as if it were burned in. The degree of darkening or
+        lightening is proportional to the difference between the source color
+        and 0.5. If it is equal to 0.5, the destination is unchanged. Painting
+        with pure black or white produces a distinctly darker or lighter area,
+        but does not result in pure black or white. Fixed in ImageMagick
+        version 6.5.4-3. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">pegtop-light</td>
+    <td valign="top">Almost equivelent to 'Soft-Light', but using a
+        continuious mathematical formula rather than two conditionally
+        selected formulae. Added ImageMagick version 6.5.4-3. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">vivid-light</td>
+    <td valign="top">A modified 'Linear-Light' designed to preserve very stong
+        primary and secondary colors in the image. Added ImageMagick version
+        6.5.4-3. </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">pin-light</td>
+    <td valign="top">Similar to 'Hard-Light', but using sharp linear shadings,
+        to similate the effects of a strong 'pinhole' light source. Added
+        ImageMagick version 6.5.4-3. </td>
+  </tr>
+
+  </tbody>
+</table>
+
+
+
+<p>Also included are these special purpose compose methods:</p>
+
+<table class="doc">
+  <tbody>
+  <tr valign="top">
+    <th align="left" style="width: 8%">Method</th>
+    <th align="left">Description</th>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">copy-*</td>
+    <td valign="top">Copy the specified channel (Red, Green, Blue, Cyan,
+        Magenta, Yellow, Black, or Opacity) in the source image to the
+        same channel in the destination image.  If the channel specified
+        does not exist in the source image, (which can only happen for methods,
+        '<kbd>copy-opacity</kbd>' or '<kbd>copy-black</kbd>') then it is
+        assumed that the source image is a special grayscale channel image
+        of the values to be copied. </td>
+    </tr>
+
+  <tr valign="top">
+    <td valign="top">change-mask</td>
+    <td valign="top">Replace any destination pixel that is the similar to the source images pixel (as defined by the current <a href="#fuzz">-fuzz</a> factor), with transparency. </td>
+  </tr>
+  </tbody>
+</table>
+
+<p>On top of these composed methods are a few special ones that not only require
+the two images that are being merged or overlaid, but have some extra numerical
+arguments, which are tabled below. </p>
+
+<p>In the "<code>composite</code>" command these composition methods are
+selected using special options with the arguments needed. They are usually,
+but not always, the same name as the composte 'method' they use, and replaces
+the normal use of the <a href="#compose" >-compose</a> setting in the
+"<code>composite</code>" command.  For example... </p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>composite ... -blend 50x50 ...</span></p>
+<p>As of IM v6.5.3-4 the "<code>convert</code>" command can now also supply
+these extra arguments to its <a href="#composite" >-composite</a> operator,
+using the special <a href="#set">-set</a> attribute of '<kbd class="arg">option:compose:args</kbd>'.  This means you can now make use of
+these special argumented <a href="#compose" >-compose</a> methods, those the
+argument and the method both need to be set separatally.  For example... </p>
+
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert ... -compose blend  -set option:compose:args 50x50  -composite ...</span></p>
+<p>The following is a table of these special 'argumented' compose methods,
+with a brief summary of what they do. For more details see the equivalent
+"composite" command option name.  </p>
+
+<table class="doc">
+  <tbody>
+  <tr valign="top">
+    <th align="left" style="width: 8%">Method</th>
+    <th align="left">Description</th>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">dissolve</td>
+    <td valign="top">Arguments:
+        <em class="arg">src_percent</em>[x<em class="arg">dst_percent</em>]
+    <br>Equivalent to "<code>composite</code>" <a href="#dissolve">-dissolve</a>
+    <br>Dissolve the 'source' image by the percentage given before overlaying
+        'over' the 'destination' image. If <em class="arg">src_percent</em> is
+        greater than 100, it starts dissolving the main image so it will
+        become transparent at a value of '<kbd class="arg">200</kbd>'.  If
+        both percentages are given, each image are dissolved to the
+        percentages given.
+    </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">blend</td>
+    <td valign="top">Arguments:
+        <em class="arg">src_percent</em>[x<em class="arg">dst_percent</em>]
+    <br>Equivalent to "<code>composite</code>" <a href="#blend">-blend</a>
+    <br>Average the images together ('plus') according to the percentages
+        given and each pixels transparency.  If only a single percentage value
+        is given it sets the weight of the composite or 'source' image, while
+        the background image is weighted by the exact opposite amount. That is
+        a <kbd>-blend 30</kbd> merges 30% of the 'source' image with 70% of
+        the 'destination' image.  Thus it is equivalent to <kbd>-blend
+        30x70</kbd>.
+    </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">mathematics</td>
+    <td valign="top">Arguments: <em class="arg">A, B, C, D</em>
+    <br>Not available in "<code>composite</code>" at this time.
+    <br>Merge the source and destination images according to the formula
+    <br>&nbsp; &nbsp; &nbsp;<code>A*Sc*Dc + B*Sc + C*Dc + D</code>
+    <br>Can be used to generate a custom composition method that would
+        otherwise need to be implemented using the slow <a href="#fx">-fx</a>
+        DIY image operator.   Added to ImageMagick version 6.5.4-3.
+    <br>As of IM v6.6.1-6 this method will do per-channel math compositions
+        if the 'Sync' flag is removed from <a href="#channel" >-channel</a>,
+        just like all the other mathematical compostion methods above.
+    </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">modulate</td>
+    <td valign="top">Arguments:
+        <em class="arg">brightness</em>[x<em class="arg">saturation</em>]
+    <br>Equivalent to "<code>composite</code>" <a href="#watermark">-watermark</a>
+    <br>Take a grayscale image (with alpha mask) and modify the destination
+        image's brightness according to watermark image's grayscale value and
+        the <em class="arg">brightness</em> percentage.  The destinations
+        color saturation attribute is just direct modified by the <em
+        class="arg">saturation</em> percentage, which defaults to 100 percent
+        (no color change).
+
+    </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">displace</td>
+    <td valign="top">Arguments:
+        <em class="arg">X-scale</em>[x<em class="arg">Y-scale</em>][!][%]
+    <br>Equivalent to "<code>composite</code>" <a href="#displace">-displace</a>
+    <br>With this option, the 'overlay' image, and optionally the 'mask'
+        image, is used as a relative displacement map, which is used to
+        displace the lookup of what part of the destination image is seen at
+        each point of the overlaid area.  Much like the displacement map is a
+        'lens' that distorts the original 'background' image behind it.
+    <br><br>
+        The X-scale is modilated by the 'red' channel of the overlay image
+        while the Y-scale is modulated by the green channel, (the mask image
+        if given is rolled into green channel of the overlay image. This
+        separation allows you to modulate the X and Y lookup displacement
+        separatally allowing you to di 2 dimentional displacements, rather
+        than 1 dimentional verctored displacements (using grayscale image).
+    <br><br>
+        If the overlay image contains transparency this is used as a mask
+        of the resulting image to remove 'invalid' pixels.
+    <br><br>
+        The '%' flag makes the displacement scale relative to the size of the
+        overlay image (100% = half width/height of image). Using '!' switches
+        percentage arguments to refer to the destination image size instead.
+    <br><br>
+        Special flags were added Added to ImageMagick version 6.5.3-5.
+    </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">distort</td>
+    <td valign="top">Arguments:
+        <em class="arg">X-scale</em>[x<em class="arg">Y-scale</em
+        >[+<em class="arg">X-center</em>+<em class="arg">Y-center</em>]][!][%]
+    <br>Not available in "<code>composite</code>" at this time.
+    <br>Exactly as per 'Displace' (above), but using absolute coordinates,
+        relative to the center of the overlay (or that given).  Basically
+        allows you to generate absolute distortion maps where 'black' will
+        look up the left/top edge, and 'white' looks up the bottom/right
+        edge of the destination image, according to the scale given.
+    <br><br>
+        The '!' flag not only switches percentage scaling, to use the
+        destination image, but also the image the center offset of the lookup.
+        This means the overlay can lookup a completely different region of the
+        destination image.
+    <br><br>
+        Added to ImageMagick version 6.5.3-5.
+    </td>
+  </tr>
+
+  <tr valign="top">
+    <td valign="top">blur</td>
+    <td valign="top">Arguments:
+        <em class="arg">Width</em>[x<em class="arg">Height</em
+          >[+<em class="arg">Angle</em>]]
+    <br>Equivalent to "<code>composite</code>"
+        <a href="#blur-composite">-blur</a>
+    <br>A Variable Blur Mapping Composition method, where each pixel in the
+        overlaid region is replaced with an Elliptical Weighted Average (EWA),
+        with an ellipse (typically a circle) of the given sigma size, scaled
+        according to overlay (source image) grayscale mapping.
+    <br><br>
+        As per 'Displace' and 'Distort', the red channel will modulate the
+        width of the ellipse, while the green channel will modulate the height
+        of the ellipse.  However at this time the ellipse angle is not
+        modulated though this may be a future posibility (perhaps with a
+        special flag to enable use of blur channel for this purpose).
+    <br><br>
+        Added to ImageMagick version 6.5.4-0.
+    </td>
+  </tr>
+
+  </tbody>
+</table>
+
+<p>To print a complete list of all the available compose operators, use <a
+href="#list">-list compose</a>.</p>
+
+
+

+</div>

+

+<div id="linkbar">

+    <span id="linkbar-west">&nbsp;</span>

+    <span id="linkbar-center">

+      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull;

+      <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>

+    </span>

+    <span id="linkbar-east">&nbsp;</span>

+  </div>

+  <div class="footer">

+    <span id="footer-west">&copy; 1999-2010 ImageMagick Studio LLC</span>

+    <span id="footer-east"> <a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span>

+  </div>

+  <div style="clear: both; margin: 0; width: 100%; "></div>

+  <script type="text/javascript">

+    var _gaq = _gaq || [];

+    _gaq.push(['_setAccount', 'UA-17690367-1']);

+    _gaq.push(['_trackPageview']);

+

+    (function() {

+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';

+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);

+    })();

+  </script>

+</body>

+</html>

diff --git a/www/contact.html b/www/contact.html
index e3c19cc..3bc2df3 100644
--- a/www/contact.html
+++ b/www/contact.html
@@ -175,7 +175,7 @@
     <h2>Contact the Development Team</h2>
   </div>
 
-  <p>Use this form to contact the ImageMagick Wizards for any of the issues listed below.  You can expect a reply within 24-48 hours if your message is on topic and is a sponsorshp, license, or security issue.  The bug and documentation issues are for reporting only.  For any other issue, post your message to the <a href="http://www.imagemagick.org/discourse-server" target="815952914">discourse server</a>.</p>
+  <p>Use this form to contact the ImageMagick Wizards for any of the issues listed below.  You can expect a reply within 24-48 hours if your message is on topic and is a sponsorshp, license, or security issue.  The bug and documentation issues are for reporting only.  For any other issue, post your message to the <a href="http://www.imagemagick.org/discourse-server" target="420039342">discourse server</a>.</p>
   <fieldset>
   <legend>Contact the Wizards</legend>
 	<p>Enter this code, <em class="warn">
diff --git a/www/convert.html b/www/convert.html
index 0de5f00..3dd4acb 100644
--- a/www/convert.html
+++ b/www/convert.html
@@ -146,7 +146,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/download.html b/www/download.html
index 582d062..51cf82d 100644
--- a/www/download.html
+++ b/www/download.html
@@ -169,7 +169,7 @@
 

 <p class="navigation-index"></p>
 <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="../www/subversion.html">Subversion</a>.  Before you download, you may want to review recent <a href="../www/changelog.html">changes</a> to the ImageMagick distribution.</p>
-<p>The latest release of ImageMagick is version 6.6.3-6.</p>
+<p>The latest release of ImageMagick is version 6.6.3-7.</p>
 <dl class="doc">
   <dt class="doc">Australia</dt>
     <dd><a href="ftp://mirror.aarnet.edu.au/pub/ImageMagick/">ftp://mirror.aarnet.edu.au/pub/ImageMagick/</a></dd>
diff --git a/www/examples.html b/www/examples.html
index 9453490..9302d8d 100644
--- a/www/examples.html
+++ b/www/examples.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
 </div>
 </div>
 </div>
@@ -167,7 +167,7 @@
 

 <div class="main">

 

-<p>Here are a few examples of what you can do with an image using ImageMagick from the command line, a program interface, or script.  You can generate this image yourself with this <a href="../www/perl-magick.html">PerlMagick</a> script, <a href="../www/source/examples.pl" target="1490040398">examples.pl</a>.</p><br />
+<p>Here are a few examples of what you can do with an image using ImageMagick from the command line, a program interface, or script.  You can generate this image yourself with this <a href="../www/perl-magick.html">PerlMagick</a> script, <a href="../www/source/examples.pl" target="1084705225">examples.pl</a>.</p><br />
 
 <div class="viewport">
   <img src="../images/examples.jpg" alt="[ImageMagick]" width="734" height="2972" border="0" name="titlebar-west" />
diff --git a/www/exception.html b/www/exception.html
index 9775b75..a2e192e 100644
--- a/www/exception.html
+++ b/www/exception.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/formats.html b/www/formats.html
index b0d0e8d..eaf1c7b 100644
--- a/www/formats.html
+++ b/www/formats.html
@@ -146,7 +146,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/fx.html b/www/fx.html
index 0511f47..d9d57f0 100644
--- a/www/fx.html
+++ b/www/fx.html
@@ -146,7 +146,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html
index a033d28..1e0adae 100644
--- a/www/high-dynamic-range.html
+++ b/www/high-dynamic-range.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/history.html b/www/history.html
index 24fb02a..3c7a830 100644
--- a/www/history.html
+++ b/www/history.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
@@ -179,7 +179,7 @@
 

 <p>The next generation of ImageMagick, version 5, started when Bob Friesenhahn contacted me and suggested I improve the application programming interface so users could leverage the image-processing algorithms from other languages or scripts.  Bob also wrote a C++ wrapper for ImageMagick called Magick++, and began contributing enhancements such as the module loader facility, automatic file identification, and test suites.  In the mean-time, the project picked up a few other notable contributors: Glenn Randers-Pehrson, William Radcliffe, and Leonard Rosenthol.  By now, ImageMagick was being utilized by tens of thousands of users, who reacted gruffly when a new release broke an existing API call or script.  The other members of the group wanted to freeze the API and command line but I was not quite ready, since ImageMagick was not quite what I had envisioned it could be. Bob and the others created a fork of ImageMagick while I continued to develop ImageMagick.</p>

 

-<p>I did not work alone for long.  Anthony Thyssen contacted me about deficiencies in the ImageMagick command line programs.  He pointed out that the command line was confusing when dealing with more than one image. He suggested an orderly, well-defined method for dealing with the command line, and this became ImageMagick version 6 (the current release). His efforts are detailed on his web pages, <a href="http://www.imagemagick.org/Usage/" target="1413364877">Examples of ImageMagick Usage</a>.  I highly recommend that you peruse his site. He has illustrated the power of ImageMagick in ways that even I did not know were possible.</p>

+<p>I did not work alone for long.  Anthony Thyssen contacted me about deficiencies in the ImageMagick command line programs.  He pointed out that the command line was confusing when dealing with more than one image. He suggested an orderly, well-defined method for dealing with the command line, and this became ImageMagick version 6 (the current release). His efforts are detailed on his web pages, <a href="http://www.imagemagick.org/Usage/" target="1583617455">Examples of ImageMagick Usage</a>.  I highly recommend that you peruse his site. He has illustrated the power of ImageMagick in ways that even I did not know were possible.</p>

 

 <p>Another notable contributer, Fred Weinhaus, makes available a plethora of command-line <a href="http://www.fmwconcepts.com/imagemagick/">scripts</a> that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.</p>

 

diff --git a/www/identify.html b/www/identify.html
index d32b44c..47de9b6 100644
--- a/www/identify.html
+++ b/www/identify.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
@@ -237,7 +237,7 @@
     Tainted: False  <br/>
     Filesize: 3.97266kb  <br/>
     Number pixels: 3.14453kb  <br/>
-    Version: ImageMagick 6.6.3-6 2010-08-08 Q16 http://www.imagemagick.org</span></p>
+    Version: ImageMagick 6.6.3-7 2010-08-08 Q16 http://www.imagemagick.org</span></p>
 <p>To get the print size in inches of an image at 72 DPI, use:</p>
 
 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -format "%[fx:w/72] by %[fx:h/72] inches" document.png</span><span class='crtout'>8.5 x 11 inches</span></p>
diff --git a/www/import.html b/www/import.html
index d757f43..33039c6 100644
--- a/www/import.html
+++ b/www/import.html
@@ -146,7 +146,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/index.html b/www/index.html
index ff97a71..cd230d6 100644
--- a/www/index.html
+++ b/www/index.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/license.html b/www/license.html
index bcea590..8a82b93 100644
--- a/www/license.html
+++ b/www/license.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/magick-core.html b/www/magick-core.html
index 95ba0e5..8fed1ec 100644
--- a/www/magick-core.html
+++ b/www/magick-core.html
@@ -146,7 +146,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/magick-vector-graphics.html b/www/magick-vector-graphics.html
index 89dc299..fc42e10 100644
--- a/www/magick-vector-graphics.html
+++ b/www/magick-vector-graphics.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/magick-wand.html b/www/magick-wand.html
index 1fa4302..6abd6f8 100644
--- a/www/magick-wand.html
+++ b/www/magick-wand.html
@@ -146,7 +146,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/miff.html b/www/miff.html
index dbae239..4a9ae10 100644
--- a/www/miff.html
+++ b/www/miff.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/mirrors.html b/www/mirrors.html
index 95ea998..607e525 100644
--- a/www/mirrors.html
+++ b/www/mirrors.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
@@ -170,9 +170,9 @@
 <p>The ImageMagick web site is available from a variety of web mirrors around the world listed below.</p>
 <dl class="magick-mirror">
   <dt>France</dt>
-    <dd><a href="http://imagemagick.europnews.de/" target="1232019525">http://imagemagick.europnews.de/</a></dd><br />
+    <dd><a href="http://imagemagick.europnews.de/" target="478994642">http://imagemagick.europnews.de/</a></dd><br />
   <dt>Unites States</dt>
-    <dd><a href="http://www.imagemagick.org/" target="1785748941">http://www.imagemagick.org/</a></dd>
+    <dd><a href="http://www.imagemagick.org/" target="1220789049">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>
 

diff --git a/www/mogrify.html b/www/mogrify.html
index ebfa51b..9a0fd86 100644
--- a/www/mogrify.html
+++ b/www/mogrify.html
@@ -146,7 +146,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
diff --git a/www/montage.html b/www/montage.html
index 58b8497..511f33f 100644
--- a/www/montage.html
+++ b/www/montage.html
@@ -146,7 +146,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
 </div>
 </div>
 </div>
diff --git a/www/motion-picture.html b/www/motion-picture.html
index 81ea871..9f12a5a 100644
--- a/www/motion-picture.html
+++ b/www/motion-picture.html
@@ -146,7 +146,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
 </div>
 </div>
 </div>
diff --git a/www/quantize.html b/www/quantize.html
index 9e4dc33..f363b45 100644
--- a/www/quantize.html
+++ b/www/quantize.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/resources.html b/www/resources.html
index 1b6341a..f767270 100644
--- a/www/resources.html
+++ b/www/resources.html
@@ -144,6 +144,9 @@
 <div  class="sponsor">
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
+<div  class="sponsor">
+   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+</div>
 </div>
 </div>
 </div>

diff --git a/www/sitemap.html b/www/sitemap.html
index 989e88a..4f71a73 100644
--- a/www/sitemap.html
+++ b/www/sitemap.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
 </div>
 </div>
 </div>
@@ -178,7 +178,7 @@
 <dl>

   <dd><a href="../www/index.html">Introduction</a>: convert, edit, and compose images from the command-line or program interface.</dd>

   <dd><a href="../www/examples.html">Examples of ImageMagick usage</a>: a few examples that show what you can do with an image using ImageMagick.</dd>

-  <dd><a href="http://www.imagemagick.org/Usage/" target="739780662">Anthony Thyssen's examples of ImageMagick usage</a>:  a comprehensive tutorial of using ImageMagick from the command line.</dd>

+  <dd><a href="http://www.imagemagick.org/Usage/" target="1002115057">Anthony Thyssen's examples of ImageMagick usage</a>:  a comprehensive tutorial of using ImageMagick from the command line.</dd>

   <dd><a href="../www/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="../www/resources.html">Resources</a>: ImageMagick depends on external resources including configuration files, loadable modules, fonts, and environment variables.</dd>

   <dd><a href="../www/architecture.html">Architecture</a>: get to know more about the software and algorithms behind ImageMagick.</dd>

@@ -192,12 +192,12 @@
 <dl>

   <dd><a href="../www/download.html">Download ImageMagick</a>: ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors.</dd>

   <ul>

-    <dd><a href="http://www.imagemagick.org/download" target="899727766">Unix source</a>: Unix source distributions.</dd>

-    <dd><a href="http://www.imagemagick.org/download/windows" target="554007742">Windows source</a>: Windows source distributions.</dd>

-    <dd><a href="http://www.imagemagick.org/download/binaries" target="632787701">Unix and Windows binaries</a>: Unix and Windows binary distributions.</dd>

+    <dd><a href="http://www.imagemagick.org/download" target="829003383">Unix source</a>: Unix source distributions.</dd>

+    <dd><a href="http://www.imagemagick.org/download/windows" target="961187323">Windows source</a>: Windows source distributions.</dd>

+    <dd><a href="http://www.imagemagick.org/download/binaries" target="2126028615">Unix and Windows binaries</a>: Unix and Windows binary distributions.</dd>

     <dd><a href="../www/subversion.html">Subversion repository</a>: stable and development source releases.</dd>

-    <dd><a href="http://www.magickwand.org/" target="861148558">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd>

-    <dd><a href="http://www.imagemagick.org/download/delegates" target="1471098282">Delegate libraries</a>: ImageMagick depends on a number of optional delegate libraries to extend its functionality.</dd>

+    <dd><a href="http://www.magickwand.org/" target="2064887291">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd>

+    <dd><a href="http://www.imagemagick.org/download/delegates" target="389730158">Delegate libraries</a>: ImageMagick depends on a number of optional delegate libraries to extend its functionality.</dd>

   </ul>

 </dl>

 

@@ -236,7 +236,7 @@
   <dd><a href="../www/command-line-processing.html">Command line processing</a>: the anatomy of the command line.</dd>

   <dd><a href="../www/command-line-options.html">Command line options</a>: annotated list of all options that can appear on the command-line.</dd>

   <dd><a href="../www/fx.html">Fx</a>: apply a mathematical expression to an image or image channels.</dd>

-  <dd><a href="http://www.fmwconcepts.com/imagemagick/" target="1496846460">Fred's ImageMagick Scripts</a>:  a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.</dd>

+  <dd><a href="http://www.fmwconcepts.com/imagemagick/" target="1105812918">Fred's ImageMagick Scripts</a>:  a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.</dd>

 </dl>

 

 <div style="margin: auto;">

@@ -246,21 +246,21 @@
 <dl>

   <dd><a href="../www/api.html">Program interfaces</a>: application programming interfaces.</dd>

   <ul>

-    <dd><a href="http://www.imagemagick.org/ChMagick" target="1461227473">ChMagick</a>: is a <a href="http://www.softintegration.com/" target="1480436941">Ch</a> an embeddable MagickCore C/C++ interpreter for cross-platform scripting.</dd>

-    <dd><a href="http://common-lisp.net/project/cl-magick/" target="1456667871">CL-Magick</a>: provides a Common Lisp interface to the ImageMagick library.</dd>

-    <dd><a href="https://gna.org/projects/g2f/" target="547323324">G2F</a>: implements an Ada 95 binding to a subset of the low-level MagickCore library.</dd>

-    <dd><a href="http://www.imagemagick.org/Magick++" target="157246759">Magick++</a>: provides an object-oriented C++ interface to ImageMagick.</dd>

-    <dd><a href="http://pecl.php.net/package/imagick" target="2135480757">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/" target="486548012">JMagick</a>: provides an object-oriented Java interface to ImageMagick.</dd>

+    <dd><a href="http://www.imagemagick.org/ChMagick" target="622477692">ChMagick</a>: is a <a href="http://www.softintegration.com/" target="982833244">Ch</a> an embeddable MagickCore C/C++ interpreter for cross-platform scripting.</dd>

+    <dd><a href="http://common-lisp.net/project/cl-magick/" target="1665039093">CL-Magick</a>: provides a Common Lisp interface to the ImageMagick library.</dd>

+    <dd><a href="https://gna.org/projects/g2f/" target="509494874">G2F</a>: implements an Ada 95 binding to a subset of the low-level MagickCore library.</dd>

+    <dd><a href="http://www.imagemagick.org/Magick++" target="1116688968">Magick++</a>: provides an object-oriented C++ interface to ImageMagick.</dd>

+    <dd><a href="http://pecl.php.net/package/imagick" target="278972755">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/" target="277736343">JMagick</a>: provides an object-oriented Java interface to ImageMagick.</dd>

     <dd><a href="../www/magick-core.html">MagickCore</a>: C API, recommended for wizard-level developers.</dd>

     <dd><a href="../www/magick-wand.html">MagickWand</a>: convert, compose, and edit images from the C language.</dd>

-    <dd><a href="http://www.magickwand.org/" target="22793908">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd>

-    <dd><a href="http://code.google.com/p/nmagick" target="145084067">nMagick</a>: is a port of the ImageMagick library to the haXe and Neko platforms.</dd>

-    <dd><a href="http://wiki.lazarus.freepascal.org/index.html/PascalMagick" target="2127457975">PascalMagick</a>: a Pascal binding for the MagickWand API and also the low-level MagickCore library.</dd>

+    <dd><a href="http://www.magickwand.org/" target="802496984">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd>

+    <dd><a href="http://code.google.com/p/nmagick" target="805566863">nMagick</a>: is a port of the ImageMagick library to the haXe and Neko platforms.</dd>

+    <dd><a href="http://wiki.lazarus.freepascal.org/index.html/PascalMagick" target="1643724942">PascalMagick</a>: a Pascal binding for the MagickWand API and also the low-level MagickCore library.</dd>

     <dd><a href="../www/perl-magick.html">PerlMagick</a>: convert, compose, and edit images from the Perl language.</dd>

-    <dd><a href="http://www.imagemagick.org/download/python/" target="1191306049">PythonMagick</a>: an object-oriented Python interface to ImageMagick.</dd>

-    <dd><a href="http://rmagick.rubyforge.org/" target="1598965799">RMagick</a>: is an interface between the Ruby programming language and ImageMagick.</dd>

-    <dd><a href="http://tclmagick.sourceforge.net/" target="1361086237">TclMagick</a>: a native Tcl-extension to the ImageMagick MagickWand API.</dd>

+    <dd><a href="http://www.imagemagick.org/download/python/" target="2001732408">PythonMagick</a>: an object-oriented Python interface to ImageMagick.</dd>

+    <dd><a href="http://rmagick.rubyforge.org/" target="280154765">RMagick</a>: is an interface between the Ruby programming language and ImageMagick.</dd>

+    <dd><a href="http://tclmagick.sourceforge.net/" target="584721838">TclMagick</a>: a native Tcl-extension to the ImageMagick MagickWand API.</dd>

   </ul>

 </dl>

 

@@ -280,8 +280,8 @@
 </div>

 

 <dl>

-  <dd><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;camp=1789&amp;tag=imagemagick-20&amp;creative=9325&amp;path=tg/detail/-/1590595904/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846" target="1672690422">Definitive Guide to ImageMagick</a>: this book explains ImageMagick in a practical, learn-by-example fashion.</dd>

-  <dd><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;camp=1789&amp;tag=imagemagick-20&amp;creative=9325&amp;path=tg/detail/-/1904811868/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846" target="794437612">ImageMagick Tricks</a>: this book is packed with examples of photo manipulations, logo creation, animations, and complete web projects.</dd>

+  <dd><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;camp=1789&amp;tag=imagemagick-20&amp;creative=9325&amp;path=tg/detail/-/1590595904/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846" target="1789755204">Definitive Guide to ImageMagick</a>: this book explains ImageMagick in a practical, learn-by-example fashion.</dd>

+  <dd><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;camp=1789&amp;tag=imagemagick-20&amp;creative=9325&amp;path=tg/detail/-/1904811868/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846" target="1773002488">ImageMagick Tricks</a>: this book is packed with examples of photo manipulations, logo creation, animations, and complete web projects.</dd>

   <dd><a href="http://www.imagemagick.org/discourse-server">Discourse server</a>: get help from fellow ImageMagick users and developers, post to these forums.</dd>

   <dd><a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a>: for bug reports (only if you do not want to sign up to the <a href="http://www.imagemagick.org/discourse-server">discourse server</a>), a source or documentation patch, a security or license issue, or if you want to be a sponsor of the ImageMagick project.</dd>

 </dl>

@@ -291,7 +291,7 @@
 </div>

 

 <dl>

-  <dd><a href="http://www.imagemagick.org/discourse-server/viewforum.html?f=3" target="1178638852">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" target="988203370">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="../www/sponsors.html">Sponsor ImageMagick</a>: contribute bug fixes, enhancements, hardware, funds, etc. to ensure the ImageMagick project thrives.</dd>

   <dd><a href="../www/t-shirt.html">ImageMagick t-shirt</a>: donate $25 USD and we acknowledge your gift with a logoed t-shirt.</dd>

 </dl>

@@ -317,8 +317,8 @@
   <h2><a name="sandbox"></a>Technology Sandbox</h2>

 </div>

 <dl>

-  <dd><a href="http://www.fmwconcepts.com/imagemagick/linkcounter.html?dir=fourier_transforms/&linkname=fourier.html" target="243885959">Fourier Transform Processing With ImageMagick</a></dd>

-  <dd><a href="http://www.imagemagick.org/Usage/fourier/" target="1831262984">ImageMagick v6 Examples -- Fourier Transforms</a></dd>

+  <dd><a href="http://www.fmwconcepts.com/imagemagick/linkcounter.html?dir=fourier_transforms/&linkname=fourier.html" target="310895029">Fourier Transform Processing With ImageMagick</a></dd>

+  <dd><a href="http://www.imagemagick.org/Usage/fourier/" target="1979572427">ImageMagick v6 Examples -- Fourier Transforms</a></dd>

 </dl>

 

 

diff --git a/www/sponsors.html b/www/sponsors.html
index 634fc58..1eb7ae1 100644
--- a/www/sponsors.html
+++ b/www/sponsors.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
 </div>
 </div>
 </div>
diff --git a/www/subversion.html b/www/subversion.html
index c4a4928..1a3ffea 100644
--- a/www/subversion.html
+++ b/www/subversion.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
diff --git a/www/t-shirt.html b/www/t-shirt.html
index 7398c77..0810042 100644
--- a/www/t-shirt.html
+++ b/www/t-shirt.html
@@ -145,7 +145,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>