diff --git a/www/api/resize.html b/www/api/resize.html
index cfd2273..b6e0232 100644
--- a/www/api/resize.html
+++ b/www/api/resize.html
@@ -24,6 +24,7 @@
<link rel="icon" href="../../images/wand.png"/>
<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"/>
+ <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
<style type="text/css" media="all">
@import url("../../www/magick.css");
</style>
@@ -178,11 +179,11 @@
Methods</h1>
<p class="navigation-index">[<a href="#AdaptiveResizeImage">AdaptiveResizeImage</a> • <a href="#MagnifyImage">MagnifyImage</a> • <a href="#MinifyImage">MinifyImage</a> • <a href="#ResampleImage">ResampleImage</a> • <a href="#LiquidRescaleImage">LiquidRescaleImage</a> • <a href="#ResizeImage">ResizeImage</a> • <a href="#SampleImage">SampleImage</a> • <a href="#ScaleImage">ScaleImage</a> • <a href="#ThumbnailImage">ThumbnailImage</a>]</p>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/resize
-_8c.html" target="source" name="AdaptiveResizeImage">AdaptiveResizeImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resize
+_8c.html" id="AdaptiveResizeImage">AdaptiveResizeImage</a></h2>
<div class="doc-section">
-<p>AdaptiveResizeImage() adaptively resize image with pixel resampling.</p></ol>
+<p>AdaptiveResizeImage() adaptively resize image with pixel resampling.</p>
<p>The format of the AdaptiveResizeImage method is:</p>
@@ -191,26 +192,26 @@
const size_t rows,ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
<h5>columns</h5>
-<ol><p>the number of columns in the resized image.</p></ol>
+<p>the number of columns in the resized image.</p>
<h5>rows</h5>
-<ol><p>the number of rows in the resized image.</p></ol>
+<p>the number of rows in the resized image.</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/resize
-_8c.html" target="source" name="MagnifyImage">MagnifyImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resize
+_8c.html" id="MagnifyImage">MagnifyImage</a></h2>
<div class="doc-section">
-<p>MagnifyImage() is a convenience method that scales an image proportionally to twice its size.</p></ol>
+<p>MagnifyImage() is a convenience method that scales an image proportionally to twice its size.</p>
<p>The format of the MagnifyImage method is:</p>
@@ -218,20 +219,20 @@
Image *MagnifyImage(const Image *image,ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/resize
-_8c.html" target="source" name="MinifyImage">MinifyImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resize
+_8c.html" id="MinifyImage">MinifyImage</a></h2>
<div class="doc-section">
-<p>MinifyImage() is a convenience method that scales an image proportionally to half its size.</p></ol>
+<p>MinifyImage() is a convenience method that scales an image proportionally to half its size.</p>
<p>The format of the MinifyImage method is:</p>
@@ -239,20 +240,20 @@
Image *MinifyImage(const Image *image,ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/resize
-_8c.html" target="source" name="ResampleImage">ResampleImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resize
+_8c.html" id="ResampleImage">ResampleImage</a></h2>
<div class="doc-section">
-<p>ResampleImage() resize image in terms of its pixel size, so that when displayed at the given resolution it will be the same size in terms of real world units as the original image at the original resolution.</p></ol>
+<p>ResampleImage() resize image in terms of its pixel size, so that when displayed at the given resolution it will be the same size in terms of real world units as the original image at the original resolution.</p>
<p>The format of the ResampleImage method is:</p>
@@ -262,29 +263,29 @@
ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>image</h5>
-<ol><p>the image to be resized to fit the given resolution.</p></ol>
+<p>the image to be resized to fit the given resolution.</p>
<h5>x_resolution</h5>
-<ol><p>the new image x resolution.</p></ol>
+<p>the new image x resolution.</p>
<h5>y_resolution</h5>
-<ol><p>the new image y resolution.</p></ol>
+<p>the new image y resolution.</p>
<h5>filter</h5>
-<ol><p>Image filter to use.</p></ol>
+<p>Image filter to use.</p>
<h5>blur</h5>
-<ol><p>the blur factor where > 1 is blurry, < 1 is sharp.</p></ol>
+<p>the blur factor where > 1 is blurry, < 1 is sharp.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/resize
-_8c.html" target="source" name="LiquidRescaleImage">LiquidRescaleImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resize
+_8c.html" id="LiquidRescaleImage">LiquidRescaleImage</a></h2>
<div class="doc-section">
-<p>LiquidRescaleImage() rescales image with seam carving.</p></ol>
+<p>LiquidRescaleImage() rescales image with seam carving.</p>
<p>The format of the LiquidRescaleImage method is:</p>
@@ -294,36 +295,36 @@
const double delta_x,const double rigidity,ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
<h5>columns</h5>
-<ol><p>the number of columns in the rescaled image.</p></ol>
+<p>the number of columns in the rescaled image.</p>
<h5>rows</h5>
-<ol><p>the number of rows in the rescaled image.</p></ol>
+<p>the number of rows in the rescaled image.</p>
<h5>delta_x</h5>
-<ol><p>maximum seam transversal step (0 means straight seams).</p></ol>
+<p>maximum seam transversal step (0 means straight seams).</p>
<h5>rigidity</h5>
-<ol><p>introduce a bias for non-straight seams (typically 0).</p></ol>
+<p>introduce a bias for non-straight seams (typically 0).</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/resize
-_8c.html" target="source" name="ResizeImage">ResizeImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resize
+_8c.html" id="ResizeImage">ResizeImage</a></h2>
<div class="doc-section">
-<p>ResizeImage() scales an image to the desired dimensions, using the given filter (see AcquireFilterInfo()).</p></ol>
+<p>ResizeImage() scales an image to the desired dimensions, using the given filter (see AcquireFilterInfo()).</p>
-<p>If an undefined filter is given the filter defaults to Mitchell for a colormapped image, a image with a matte channel, or if the image is enlarged. Otherwise the filter defaults to a Lanczos.</p></ol>
+<p>If an undefined filter is given the filter defaults to Mitchell for a colormapped image, a image with a matte channel, or if the image is enlarged. Otherwise the filter defaults to a Lanczos.</p>
-<p>ResizeImage() was inspired by Paul Heckbert's "zoom" program.</p></ol>
+<p>ResizeImage() was inspired by Paul Heckbert's "zoom" program.</p>
<p>The format of the ResizeImage method is:</p>
@@ -333,32 +334,32 @@
ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
<h5>columns</h5>
-<ol><p>the number of columns in the scaled image.</p></ol>
+<p>the number of columns in the scaled image.</p>
<h5>rows</h5>
-<ol><p>the number of rows in the scaled image.</p></ol>
+<p>the number of rows in the scaled image.</p>
<h5>filter</h5>
-<ol><p>Image filter to use.</p></ol>
+<p>Image filter to use.</p>
<h5>blur</h5>
-<ol><p>the blur factor where > 1 is blurry, < 1 is sharp. Typically set this to 1.0.</p></ol>
+<p>the blur factor where > 1 is blurry, < 1 is sharp. Typically set this to 1.0.</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/resize
-_8c.html" target="source" name="SampleImage">SampleImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resize
+_8c.html" id="SampleImage">SampleImage</a></h2>
<div class="doc-section">
-<p>SampleImage() scales an image to the desired dimensions with pixel sampling. Unlike other scaling methods, this method does not introduce any additional color into the scaled image.</p></ol>
+<p>SampleImage() scales an image to the desired dimensions with pixel sampling. Unlike other scaling methods, this method does not introduce any additional color into the scaled image.</p>
<p>The format of the SampleImage method is:</p>
@@ -367,26 +368,26 @@
const size_t rows,ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
<h5>columns</h5>
-<ol><p>the number of columns in the sampled image.</p></ol>
+<p>the number of columns in the sampled image.</p>
<h5>rows</h5>
-<ol><p>the number of rows in the sampled image.</p></ol>
+<p>the number of rows in the sampled image.</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/resize
-_8c.html" target="source" name="ScaleImage">ScaleImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resize
+_8c.html" id="ScaleImage">ScaleImage</a></h2>
<div class="doc-section">
-<p>ScaleImage() changes the size of an image to the given dimensions.</p></ol>
+<p>ScaleImage() changes the size of an image to the given dimensions.</p>
<p>The format of the ScaleImage method is:</p>
@@ -395,26 +396,26 @@
const size_t rows,ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
<h5>columns</h5>
-<ol><p>the number of columns in the scaled image.</p></ol>
+<p>the number of columns in the scaled image.</p>
<h5>rows</h5>
-<ol><p>the number of rows in the scaled image.</p></ol>
+<p>the number of rows in the scaled image.</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/resize
-_8c.html" target="source" name="ThumbnailImage">ThumbnailImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resize
+_8c.html" id="ThumbnailImage">ThumbnailImage</a></h2>
<div class="doc-section">
-<p>ThumbnailImage() changes the size of an image to the given dimensions and removes any associated profiles. The goal is to produce small low cost thumbnail images suited for display on the Web.</p></ol>
+<p>ThumbnailImage() changes the size of an image to the given dimensions and removes any associated profiles. The goal is to produce small low cost thumbnail images suited for display on the Web.</p>
<p>The format of the ThumbnailImage method is:</p>
@@ -423,19 +424,19 @@
const size_t rows,ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
<h5>columns</h5>
-<ol><p>the number of columns in the scaled image.</p></ol>
+<p>the number of columns in the scaled image.</p>
<h5>rows</h5>
-<ol><p>the number of rows in the scaled image.</p></ol>
+<p>the number of rows in the scaled image.</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>