]> granicus.if.org Git - imagemagick/blobdiff - www/api/draw.html
(no commit message)
[imagemagick] / www / api / draw.html
index c5f47a7e232cc8d720adf27c1de549d0ce922406..0695fb12b49a5af4e1bb1e4424fe87679b1a737b 100644 (file)
@@ -1,15 +1,19 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\r
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">\r
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" \r
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\r
+<html version="-//W3C//DTD XHTML 1.1//EN"\r
+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"\r
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+      xsi:schemaLocation="http://www.w3.org/1999/xhtml\r
+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">\r
 <head>\r
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>\r
   <meta name="verify-v1" content="g222frIIxcQTrvDR3NBRUSKP3AnMNoqxOkIniCEkV7U="/>\r
-  <title>ImageMagick: MagickCore, C API for ImageMagick: Draw on an Image</title/>
+  <title>ImageMagick: MagickCore, C API for ImageMagick: Draw on an Image</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="Description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition resize, rotate, shear, distort and transform images."/>
   <meta name="Application-url" content="http://www.imagemagick.org"/>
   <meta name="Generator" content="PHP"/>
   <meta name="Keywords" content="magickcore, c, api, for, imagemagick:, draw, on, an, image, ImageMagick, ImageMagic, MagickCore, MagickWand, PerlMagick, Magick++, RMagick, PythonMagick, JMagick, TclMagick, Image, Magick, Magic, Wand, ImageMagickObject, Swiss, Army, Knife, Image, Processing"/>
   <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="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"/>\r
+  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />\r
   <style type="text/css" media="all">\r
     @import url("../../www/magick.css");\r
   </style>\r
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>\r
+  <script type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"></script>\r
+  <link rel="stylesheet" type="text/css" href="../fancybox/jquery.fancybox-1.3.4.css" media="screen" />\r
+  <script type="text/javascript">\r
+    $(document).ready(function() {\r
+      $("a[href$=.jpg],a[href$=.png],a[href$=.gif]").fancybox({\r
+        'transitionIn'  : 'elastic',\r
+        'transitionOut' : 'elastic',\r
+        'overlayShow'   : false,\r
+        'opacity'       : true\r
+      });\r
+    });\r
+  </script>\r
 </head>\r
 \r
 <body id="www-imagemagick-org">\r
 <div class="titlebar">\r
-<a href="../../index.html">\r
-  <img src="../../images/script.png" alt="[ImageMagick]"\r
-  style="width: 350px; height: 60px; margin: 28px auto; float: left;" /></a>\r
-<a href="http://www.networkredux.com">\r
-  <img src="../../images/networkredux.png" alt="[sponsor]"\r
-  style="margin: 45px auto; border: 0px; float: left;" /></a>\r
+<div style="margin: 17px auto; float: left;">\r
+  <script type="text/javascript">\r
+  <!--\r
+    google_ad_client = "pub-3129977114552745";\r
+    google_ad_slot = "5439289906";\r
+    google_ad_width = 728;\r
+    google_ad_height = 90;\r
+  //-->\r
+  </script>\r
+  <script type="text/javascript"\r
+    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">\r
+  </script>\r
+</div>\r
 <a href="http://www.imagemagick.org/discourse-server/">\r
-  <img src="../../images/logo.jpg" alt=""\r
-  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+  <img src="../../images/logo.jpg"\r
+  alt="ImageMagick Logo"\r
+  style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
 <a href="../../index.html">\r
-  <img src="../../images/sprite.jpg" alt=""\r
+  <img src="../../images/sprite.jpg"\r
+  alt="ImageMagick Sprite"\r
   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
 </div>\r
 \r
@@ -60,6 +87,9 @@
 <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: iPhone" href="../../www/binary-releases.html#iPhone">iPhone</a>
+</div>
 <div class="sub">
     <a title="Binary Release: Windows" href="../../www/binary-releases.html#windows">Windows</a>
 </div>
     <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>\r
 <div  class="menu">
 </div>
 <div class="sep"></div>\r
 <div class="menu">
-  <a title="Search" href="../http://www.imagemagick.org/script/search.php">Search</a>
+  <a title="Search" href="../../www/search.html">Search</a>
 </div>
 <div class="sep"></div>\r
 <div class="menu">
-  <a title="Site Map"href="../../www/sitemap.html">Site Map</a>
+  <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>
+  <a title="Site Map: Links" href="../../www/links.html">Links</a>
 </div>
 <div class="sep"></div>\r
 <div  class="menu">
   <a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
 
+<a href="http://www.networkredux.com">
+  <img src="../../images/networkredux.png" alt="[sponsor]"
+  style="margin-top: 4px; margin-left: 4px; border: 0px; float: left;" /></a>
 <div class="sponsbox">
 <div  class="sponsor">
-   <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/">Online-Magazin</a><!-- 20101101000200 -->
+  <a title="Sponsor: Web Hosting Reviews" href="http://www.webhostingmasters.com">Web Hosting Reviews</a><!-- 201107011500 affliatelabel -->
 </div>
 <div  class="sponsor">
-  <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+  <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201303011500 r.leo -->
 </div>
 <div  class="sponsor">
-  <a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
+  <a title="Sponsor: Hotel München" href="http://www.messehotel-erb-muenchen.de">Hotel München</a><!-- 201111010450 cerb -->
 </div>
 <div  class="sponsor">
-  <a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
+  <a title="Sponsor: Website Hosting" href="http://www.hostreviewgeeks.com">Website Hosting</a><!-- 201107010090 alexanian media -->
+</div>
+<div  class="sponsor">
+  <a title="Sponsor: Best Web Hosting" href="http://webhostinggeeks.com">Best Web Hosting</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-  <a title="Sponsor: Webdesign Agentur" href="http://www.ventzke-partner.de">Webdesign Agentur</a><!-- 201101010480 invendio.de-->
+  <a title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-  <a title="Sponsor: LVM Versicherung" href="http://www.neu-reich.de">LVM Versicherung</a><!-- 201101010480 -->
+  <a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
 </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-->
+  <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
 </div>\r
 \r
 <div class="eastbar">\r
-  <script type="text/javascript">\r
-  <!--\r
-    google_ad_client = "pub-3129977114552745";\r
-    google_ad_slot = "0574824969";\r
-    google_ad_width = 160;\r
-    google_ad_height = 600;\r
-  //-->\r
-  </script>\r
-  <script type="text/javascript"\r
-    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">\r
-  </script>\r
+\r
 </div>\r
 \r
 <div class="main">\r
 \r
+<h1>Module draw Methods</h1>
 <p class="navigation-index">[<a href="#AcquireDrawInfo">AcquireDrawInfo</a> &bull; <a href="#CloneDrawInfo">CloneDrawInfo</a> &bull; <a href="#DestroyDrawInfo">DestroyDrawInfo</a> &bull; <a href="#DrawAffineImage">DrawAffineImage</a> &bull; <a href="#DrawClipPath">DrawClipPath</a> &bull; <a href="#DrawImage">DrawImage</a> &bull; <a href="#DrawGradientImage">DrawGradientImage</a> &bull; <a href="#DrawPatternPath">DrawPatternPath</a> &bull; <a href="#DrawPrimitive">DrawPrimitive</a> &bull; <a href="#GetAffineMatrix">GetAffineMatrix</a>]</p>
 
-<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
-_8c.html" target="source" name="AcquireDrawInfo">AcquireDrawInfo</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw_8c.html" id="AcquireDrawInfo">AcquireDrawInfo</a></h2>
 <div class="doc-section">
 
-<p>AcquireDrawInfo() returns a DrawInfo structure properly initialized.</p></ol>
+<p>AcquireDrawInfo() returns a DrawInfo structure properly initialized.</p>
 
 <p>The format of the AcquireDrawInfo method is:</p>
 
@@ -185,11 +211,10 @@ _8c.html" target="source" name="AcquireDrawInfo">AcquireDrawInfo</a></h2>
 </pre>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
-_8c.html" target="source" name="CloneDrawInfo">CloneDrawInfo</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw_8c.html" id="CloneDrawInfo">CloneDrawInfo</a></h2>
 <div class="doc-section">
 
-<p>CloneDrawInfo() makes a copy of the given draw info structure.  If NULL is specified, a new image info structure is created initialized to default values.</p></ol>
+<p>CloneDrawInfo() makes a copy of the given draw info structure.  If NULL is specified, a new image info structure is created initialized to default values.</p>
 
 <p>The format of the CloneDrawInfo method is:</p>
 
@@ -198,20 +223,19 @@ _8c.html" target="source" name="CloneDrawInfo">CloneDrawInfo</a></h2>
     const DrawInfo *draw_info)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>image_info</h5>
-<ol><p>the image info.</p></ol>
+<p>the image info.</p>
 
 <h5>draw_info</h5>
-<ol><p>the draw info.</p></ol>
+<p>the draw info.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
-_8c.html" target="source" name="DestroyDrawInfo">DestroyDrawInfo</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw_8c.html" id="DestroyDrawInfo">DestroyDrawInfo</a></h2>
 <div class="doc-section">
 
-<p>DestroyDrawInfo() deallocates memory associated with an DrawInfo structure.</p></ol>
+<p>DestroyDrawInfo() deallocates memory associated with an DrawInfo structure.</p>
 
 <p>The format of the DestroyDrawInfo method is:</p>
 
@@ -219,17 +243,16 @@ _8c.html" target="source" name="DestroyDrawInfo">DestroyDrawInfo</a></h2>
   DrawInfo *DestroyDrawInfo(DrawInfo *draw_info)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>draw_info</h5>
-<ol><p>the draw info.</p></ol>
+<p>the draw info.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
-_8c.html" target="source" name="DrawAffineImage">DrawAffineImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw_8c.html" id="DrawAffineImage">DrawAffineImage</a></h2>
 <div class="doc-section">
 
-<p>DrawAffineImage() composites the source over the destination image as dictated by the affine transform.</p></ol>
+<p>DrawAffineImage() composites the source over the destination image as dictated by the affine transform.</p>
 
 <p>The format of the DrawAffineImage method is:</p>
 
@@ -238,23 +261,22 @@ _8c.html" target="source" name="DrawAffineImage">DrawAffineImage</a></h2>
     const AffineMatrix *affine)
 </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>source</h5>
-<ol><p>the source image.</p></ol>
+<p>the source image.</p>
 
 <h5>affine</h5>
-<ol><p>the affine transform.</p></ol>
+<p>the affine transform.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
-_8c.html" target="source" name="DrawClipPath">DrawClipPath</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw_8c.html" id="DrawClipPath">DrawClipPath</a></h2>
 <div class="doc-section">
 
-<p>DrawClipPath() draws the clip path on the image mask.</p></ol>
+<p>DrawClipPath() draws the clip path on the image mask.</p>
 
 <p>The format of the DrawClipPath method is:</p>
 
@@ -263,23 +285,22 @@ _8c.html" target="source" name="DrawClipPath">DrawClipPath</a></h2>
     const char *name)
 </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>draw_info</h5>
-<ol><p>the draw info.</p></ol>
+<p>the draw info.</p>
 
 <h5>name</h5>
-<ol><p>the name of the clip path.</p></ol>
+<p>the name of the clip path.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
-_8c.html" target="source" name="DrawImage">DrawImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw_8c.html" id="DrawImage">DrawImage</a></h2>
 <div class="doc-section">
 
-<p>DrawImage() draws a graphic primitive on your image.  The primitive may be represented as a string or filename.  Precede the filename with an "at" sign (@) and the contents of the file are drawn on the image.  You can affect how text is drawn by setting one or more members of the draw info structure.</p></ol>
+<p>DrawImage() draws a graphic primitive on your image.  The primitive may be represented as a string or filename.  Precede the filename with an "at" sign (@) and the contents of the file are drawn on the image.  You can affect how text is drawn by setting one or more members of the draw info structure.</p>
 
 <p>The format of the DrawImage method is:</p>
 
@@ -287,20 +308,19 @@ _8c.html" target="source" name="DrawImage">DrawImage</a></h2>
   MagickBooleanType DrawImage(Image *image,const DrawInfo *draw_info)
 </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>draw_info</h5>
-<ol><p>the draw info.</p></ol>
+<p>the draw info.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
-_8c.html" target="source" name="DrawGradientImage">DrawGradientImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw_8c.html" id="DrawGradientImage">DrawGradientImage</a></h2>
 <div class="doc-section">
 
-<p>DrawGradientImage() draws a linear gradient on the image.</p></ol>
+<p>DrawGradientImage() draws a linear gradient on the image.</p>
 
 <p>The format of the DrawGradientImage method is:</p>
 
@@ -309,20 +329,19 @@ _8c.html" target="source" name="DrawGradientImage">DrawGradientImage</a></h2>
     const DrawInfo *draw_info)
 </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>_info</h5>
-<ol><p>the draw info.</p></ol>
+<p>the draw info.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
-_8c.html" target="source" name="DrawPatternPath">DrawPatternPath</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw_8c.html" id="DrawPatternPath">DrawPatternPath</a></h2>
 <div class="doc-section">
 
-<p>DrawPatternPath() draws a pattern.</p></ol>
+<p>DrawPatternPath() draws a pattern.</p>
 
 <p>The format of the DrawPatternPath method is:</p>
 
@@ -331,26 +350,25 @@ _8c.html" target="source" name="DrawPatternPath">DrawPatternPath</a></h2>
     const char *name,Image **pattern)
 </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>draw_info</h5>
-<ol><p>the draw info.</p></ol>
+<p>the draw info.</p>
 
 <h5>name</h5>
-<ol><p>the pattern name.</p></ol>
+<p>the pattern name.</p>
 
 <h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
-_8c.html" target="source" name="DrawPrimitive">DrawPrimitive</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw_8c.html" id="DrawPrimitive">DrawPrimitive</a></h2>
 <div class="doc-section">
 
-<p>DrawPrimitive() draws a primitive (line, rectangle, ellipse) on the image.</p></ol>
+<p>DrawPrimitive() draws a primitive (line, rectangle, ellipse) on the image.</p>
 
 <p>The format of the DrawPrimitive method is:</p>
 
@@ -359,23 +377,22 @@ _8c.html" target="source" name="DrawPrimitive">DrawPrimitive</a></h2>
     PrimitiveInfo *primitive_info)
 </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>draw_info</h5>
-<ol><p>the draw info.</p></ol>
+<p>the draw info.</p>
 
 <h5>primitive_info</h5>
-<ol><p>Specifies a pointer to a PrimitiveInfo structure.</p></ol>
+<p>Specifies a pointer to a PrimitiveInfo structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
-_8c.html" target="source" name="GetAffineMatrix">GetAffineMatrix</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw_8c.html" id="GetAffineMatrix">GetAffineMatrix</a></h2>
 <div class="doc-section">
 
-<p>GetAffineMatrix() returns an AffineMatrix initialized to the identity matrix.</p></ol>
+<p>GetAffineMatrix() returns an AffineMatrix initialized to the identity matrix.</p>
 
 <p>The format of the GetAffineMatrix method is:</p>
 
@@ -383,10 +400,10 @@ _8c.html" target="source" name="GetAffineMatrix">GetAffineMatrix</a></h2>
   void GetAffineMatrix(AffineMatrix *affine_matrix)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>affine_matrix</h5>
-<ol><p>the affine matrix.</p></ol>
+<p>the affine matrix.</p>
 
  </div>
 \r
@@ -401,7 +418,7 @@ _8c.html" target="source" name="GetAffineMatrix">GetAffineMatrix</a></h2>
     <span id="linkbar-east">&nbsp;</span>\r
   </div>\r
   <div class="footer">\r
-    <span id="footer-west">&copy; 1999-2010 ImageMagick Studio LLC</span>\r
+    <span id="footer-west">&copy; 1999-2011 ImageMagick Studio LLC</span>\r
     <span id="footer-east"> <a href="../http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span>\r
   </div>\r
   <div style="clear: both; margin: 0; width: 100%; "></div>\r