diff --git a/www/perl-magick.html b/www/perl-magick.html
index 9b7243e..4cec9fc 100644
--- a/www/perl-magick.html
+++ b/www/perl-magick.html
@@ -1,6 +1,6 @@
-<!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">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="verify-v1" content="g222frIIxcQTrvDR3NBRUSKP3AnMNoqxOkIniCEkV7U="/>
@@ -9,7 +9,7 @@
<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, or compose bitmap images in a variety of formats. Use ImageMagick to scale, rotate, shear, distort and transform images."/>
+ <meta name="Description" content="ImageMagick is a software suite to create, edit, compose, or convert bitmap images in a variety of formats. Use ImageMagick to scale, rotate, shear, distort and transform images."/>
<meta name="Application-url" content="http://www.imagemagick.org"/>
<meta name="Generator" content="PHP"/>
<meta name="Keywords" content="perlmagick, perl, api, for, imagemagick, ImageMagick, ImageMagic, MagickCore, MagickWand, PerlMagick, Magick++, RMagick, PythonMagick, JMagick, TclMagick, Image, Magick, Magic, Wand, ImageMagickObject, Swiss, Army, Knife, Image, Processing"/>
@@ -21,12 +21,25 @@
<meta name="Resource-type" content="document"/>
<meta name="Copyright" content="Copyright (c) 1999-2011 ImageMagick Studio LLC"/>
<meta name="Distribution" content="Global"/>
- <link rel="icon" href="../images/wand.png" sizes="32x32"/>
+ <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"/>
<style type="text/css" media="all">
@import url("../www/magick.css");
</style>
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+ <script type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"></script>
+ <link rel="stylesheet" type="text/css" href="../fancybox/jquery.fancybox-1.3.4.css" media="screen" />
+ <script type="text/javascript">
+ $(document).ready(function() {
+ $("a[href$=.jpg],a[href$=.png],a[href$=.gif]").fancybox({
+ 'transitionIn' : 'elastic',
+ 'transitionOut' : 'elastic',
+ 'overlayShow' : false,
+ 'opacity' : true
+ });
+ });
+ </script>
</head>
<body id="www-imagemagick-org">
@@ -89,7 +102,7 @@
<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>
+ <a title="Program Interface: Magick++" href="../www/magick++.html">Magick++</a>
</div>
<div class="sep"></div>
<div class="menu">
@@ -127,7 +140,7 @@
<div class="sponsbox">
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
<div class="sponsor">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
@@ -138,15 +151,6 @@
<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: Diamonds are a Girls Best Friend" href="http://www.schmuck.org">Diamonds are a Girls Best Friend</a><!-- 201101010600 Peterssen-->
-</div>
</div>
</div>
</div>
@@ -172,7 +176,7 @@
<p class="navigation-index">[<a href="#installation">Installation</a> • <a href="#overview">Overview</a> • <a href="#example">Example Script</a> • <a href="#read">Read or Write an Image</a> • <a href="#manipulate">Manipulate an Image</a> • <a href="#set-attribute">Set an Image Attribute</a> • <a href="#get-attribute">Get an Image Attribute</a> • <a href="#compare">Compare an Image to its Reconstruction</a> • <a href="#montage">Create an Image Montage</a> • <a href="#blobs">Working with Blobs</a> • <a href="#direct-access">Direct-access to Image Pixels</a> • <a href="#miscellaneous">Miscellaneous Methods</a> • <a href="#exceptions">Handling Exceptions</a>• <a href="#constants">Constant</a> ]</p>
<div class="doc-section">
-<a name="introduction"></a>
+<a id="introduction"></a>
<p><a href="../www/download.html">PerlMagick</a> is an objected-oriented <a href="http://www.perl.com/perl/">Perl</a> interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts. You must have ImageMagick 6.5.5 or above and Perl version 5.005_02 or greater installed on your system for PerlMagick to build properly.</p>
<p>There are a number of useful scripts available to show you the value of PerlMagick. You can do Web based image manipulation and conversion with <a href="http://www.imagemagick.org/download/perl">MagickStudio</a>, or use <a href="https://www.imagemagick.org/subversion/ImageMagick/trunk/PerlMagick/demo/">L-systems</a> to create images of plants using mathematical constructs, and finally navigate through collections of thumbnail images and select the image to view with the <a href="http://webmagick.sourceforge.net/">WebMagick Image Navigator</a>.</p>
@@ -180,7 +184,7 @@
<p>You can try PerlMagick from your Web browser at the <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">ImageMagick Studio</a>. Or, you can see <a href="../www/examples.html">examples</a> of select PerlMagick functions.</p>
</div>
-<h2><a name="installation"></a>Installation</h2>
+<h2><a id="installation"></a>Installation</h2>
<div class="doc-section">
<p><b>UNIX</b></p>
@@ -219,7 +223,7 @@
</div>
-<h2><a name="overview"></a>Overview</h2>
+<h2><a id="overview"></a>Overview</h2>
<div class="doc-section">
<p>Any script that wants to use PerlMagick methods must first define the methods within its namespace and instantiate an image object. Do this with:</p>
@@ -262,7 +266,7 @@
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>$ENV{PATH}='/../bin:/usr/bin:/usr/local/bin';</span></p>
<div style="margin: auto;">
-<h2><a name="example"></a>Example Script</h2>
+<h2><a id="example"></a>Example Script</h2>
</div>
<p>Here is an example script to get you started:</p>
@@ -351,7 +355,7 @@
</pre>
<div style="margin: auto;">
- <h2><a name="read"></a>Read or Write an Image</h2>
+ <h2><a id="read"></a>Read or Write an Image</h2>
</div>
<p>Use the methods listed below to either read, write, or display an image or image sequence:</p>
@@ -448,7 +452,7 @@
</div>
-<h2><a name="manipulate"></a>Manipulate an Image</h2>
+<h2><a id="manipulate"></a>Manipulate an Image</h2>
<div class="doc-section">
<p>Once you create an image with, for example, method ReadImage() you may want to operate on it. Below is a list of all the image manipulations methods available to you with PerlMagick. There are <a href="../www/examples.html">examples</a> of select PerlMagick methods. Here is an example call to an image manipulation method:</p>
@@ -1317,7 +1321,7 @@
</div>
-<h2><a name="set-attribute"></a>Set an Image Attribute</h2>
+<h2><a id="set-attribute"></a>Set an Image Attribute</h2>
<div class="doc-section">
<p>Use method Set() to set an image attribute. For example,</p>
@@ -1734,7 +1738,7 @@
</div>
-<h2><a name="get-attribute"></a>Get an Image Attribute</h2>
+<h2><a id="get-attribute"></a>Get an Image Attribute</h2>
<div class="doc-section">
<p>Use method Get() to get an image attribute. For example,</p>
@@ -1986,7 +1990,7 @@
</div>
-<h2><a name="compare"></a>Compare an Image to its Reconstruction</h2>
+<h2><a id="compare"></a>Compare an Image to its Reconstruction</h2>
<div class="doc-section">
</div>
@@ -2044,7 +2048,7 @@
<p>In addition to the reported root mean squared error of around 0.024, a difference image is displayed so you can visually identify the difference between the images.</p>
-<h2><a name="montage"></a>Create an Image Montage</h2>
+<h2><a id="montage"></a>Create an Image Montage</h2>
<div class="doc-section">
<p>Use method Montage() to create a composite image by combining several separate images. The images are tiled on the composite image with the name of the image optionally appearing just below the individual tile. For example,</p>
@@ -2178,7 +2182,7 @@
</div>
-<h2><a name="blobs"></a>Working with Blobs</h2>
+<h2><a id="blobs"></a>Working with Blobs</h2>
<div class="doc-section">
<p>A blob contains data that directly represent a particular image
@@ -2231,7 +2235,7 @@
</div>
-<h2><a name="direct-access"></a>Direct-access to Image Pixels</h2>
+<h2><a id="direct-access"></a>Direct-access to Image Pixels</h2>
<div class="doc-section">
<p>Use these methods to obtain direct access to the image pixels:</p>
@@ -2280,7 +2284,7 @@
</div>
-<h2><a name="miscellaneous"></a>Miscellaneous Methods</h2>
+<h2><a id="miscellaneous"></a>Miscellaneous Methods</h2>
<div class="doc-section">
<p>The Append() method append a set of images. For example,</p>
@@ -2459,7 +2463,7 @@
</div>
-<h2><a name="exceptions"></a>Handling Exceptions</h2>
+<h2><a id="exceptions"></a>Handling Exceptions</h2>
<div class="doc-section">
<p>All PerlMagick methods return an undefined string context upon success. If any problems occur, the error is returned as a string with an embedded numeric status code. A status code less than 400 is a warning. This means that the operation did not complete but was recoverable to some degree. A numeric code greater or equal to 400 is an error and indicates the operation failed completely. Here is how exceptions are returned for the different methods:</p>
@@ -2510,7 +2514,7 @@
</div>
-<h2><a name="constants"></a>Constants</h2>
+<h2><a id="constants"></a>Constants</h2>
<div class="doc-section">
<p>PerlMagick includes these constants:</p>