]> granicus.if.org Git - imagemagick/blobdiff - www/api/enhance.html
(no commit message)
[imagemagick] / www / api / enhance.html
index c6f03286e1945e5af243a1eadbf2efaf6ded152a..5e81ad47cfaf5caa1c316a3b515bfb5f3fa23aa6 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: Enhance an Image</title/>
+  <title>ImageMagick: MagickCore, C API for ImageMagick: Enhance 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:, enhance, 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: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+  <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: Webdesign Agentur" href="http://www.ventzke-partner.de">Webdesign Agentur</a><!-- 201101010480 invendio.de-->
+  <a title="Sponsor: Best Web Hosting" href="http://webhostinggeeks.com">Best Web Hosting</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-  <a title="Sponsor: LVM Versicherung" href="http://www.neu-reich.de">LVM Versicherung</a><!-- 201101010480 -->
+  <a title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 -->
 </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: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
+</div>
+<div  class="sponsor">
+  <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div  class="sponsor">
+   <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011080100025 atlas.multimedia-->
 </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 enhance Methods</h1>
 <p class="navigation-index">[<a href="#AutoGammaImage">AutoGammaImage</a> &bull; <a href="#AutoLevelImage">AutoLevelImage</a> &bull; <a href="#Use BrightnessContrastImage">Use BrightnessContrastImage</a> &bull; <a href="#ColorDecisionListImage">ColorDecisionListImage</a> &bull; <a href="#ClutImage">ClutImage</a> &bull; <a href="#ContrastImage">ContrastImage</a> &bull; <a href="#The ContrastStretchImage">The ContrastStretchImage</a> &bull; <a href="#EnhanceImage">EnhanceImage</a> &bull; <a href="#EqualizeImage">EqualizeImage</a> &bull; <a href="#GammaImage">GammaImage</a> &bull; <a href="#HaldClutImage">HaldClutImage</a> &bull; <a href="#LevelImage">LevelImage</a> &bull; <a href="#LevelizeImage">LevelizeImage</a> &bull; <a href="#LevelizeImageChannel">LevelizeImageChannel</a> &bull; <a href="#LevelImageColor">LevelImageColor</a> &bull; <a href="#The LinearStretchImage">The LinearStretchImage</a> &bull; <a href="#ModulateImage">ModulateImage</a> &bull; <a href="#NegateImage">NegateImage</a> &bull; <a href="#The NormalizeImage">The NormalizeImage</a> &bull; <a href="#SigmoidalContrastImage">SigmoidalContrastImage</a>]</p>
 
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="AutoGammaImage">AutoGammaImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="AutoGammaImage">AutoGammaImage</a></h2>
 <div class="doc-section">
 
-<p>AutoGammaImage() extract the 'mean' from the image and adjust the image to try make set its gamma appropriatally.</p></ol>
+<p>AutoGammaImage() extract the 'mean' from the image and adjust the image to try make set its gamma appropriatally.</p>
 
 <p>The format of the AutoGammaImage method is:</p>
 
@@ -183,20 +212,19 @@ _8c.html" target="source" name="AutoGammaImage">AutoGammaImage</a></h2>
     const ChannelType channel)
 </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 auto-level</p></ol>
+<p>The image to auto-level</p>
 
 <h5>channel</h5>
-<ol><p>The channels to auto-level.  If the special 'SyncChannels' flag is set all given channels is adjusted in the same way using the mean average of those channels.</p></ol>
+<p>The channels to auto-level.  If the special 'SyncChannels' flag is set all given channels is adjusted in the same way using the mean average of those channels.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="AutoLevelImage">AutoLevelImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="AutoLevelImage">AutoLevelImage</a></h2>
 <div class="doc-section">
 
-<p>AutoLevelImage() adjusts the levels of a particular image channel by scaling the minimum and maximum values to the full quantum range.</p></ol>
+<p>AutoLevelImage() adjusts the levels of a particular image channel by scaling the minimum and maximum values to the full quantum range.</p>
 
 <p>The format of the LevelImage method is:</p>
 
@@ -206,20 +234,19 @@ _8c.html" target="source" name="AutoLevelImage">AutoLevelImage</a></h2>
     const ChannelType channel)
 </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 auto-level</p></ol>
+<p>The image to auto-level</p>
 
 <h5>channel</h5>
-<ol><p>The channels to auto-level.  If the special 'SyncChannels' flag is set the min/max/mean value of all given channels is used for all given channels, to all channels in the same way.</p></ol>
+<p>The channels to auto-level.  If the special 'SyncChannels' flag is set the min/max/mean value of all given channels is used for all given channels, to all channels in the same way.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="Use BrightnessContrastImage">Use BrightnessContrastImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="Use_BrightnessContrastImage">Use BrightnessContrastImage</a></h2>
 <div class="doc-section">
 
-<p>Use BrightnessContrastImage() to change the brightness and/or contrast of an image.  It converts the brightness and contrast parameters into slope and intercept and calls a polynomical function to apply to the image.</p></ol>
+<p>Use BrightnessContrastImage() to change the brightness and/or contrast of an image.  It converts the brightness and contrast parameters into slope and intercept and calls a polynomical function to apply to the image.</p>
 
 <p>The format of the BrightnessContrastImage method is:</p>
 
@@ -231,23 +258,22 @@ _8c.html" target="source" name="Use BrightnessContrastImage">Use BrightnessContr
     const double contrast)
 </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>channel</h5>
-<ol><p>the channel.</p></ol>
+<p>the channel.</p>
 
 <h5>brightness</h5>
-<ol><p>the brightness percent (-100 .. 100).</p></ol>
+<p>the brightness percent (-100 .. 100).</p>
 
 <h5>contrast</h5>
-<ol><p>the contrast percent (-100 .. 100).</p></ol>
+<p>the contrast percent (-100 .. 100).</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="ColorDecisionListImage">ColorDecisionListImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="ColorDecisionListImage">ColorDecisionListImage</a></h2>
 <div class="doc-section">
 
 <p>ColorDecisionListImage() accepts a lightweight Color Correction Collection (CCC) file which solely contains one or more color corrections and applies the correction to the image.  Here is a sample CCC file:</p>
@@ -267,7 +293,7 @@ _8c.html" target="source" name="ColorDecisionListImage">ColorDecisionListImage</
       </ColorCorrectionCollection>
 </pre>
 
-<p>which includes the slop, offset, and power for each of the RGB channels as well as the saturation.</p></ol>
+<p>which includes the slop, offset, and power for each of the RGB channels as well as the saturation.</p>
 
 <p>The format of the ColorDecisionListImage method is:</p>
 
@@ -276,24 +302,23 @@ _8c.html" target="source" name="ColorDecisionListImage">ColorDecisionListImage</
     const char *color_correction_collection)
 </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>color_correction_collection</h5>
-<ol><p>the color correction collection in XML.</p></ol>
+<p>the color correction collection in XML.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="ClutImage">ClutImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="ClutImage">ClutImage</a></h2>
 <div class="doc-section">
 
-<p>ClutImage() replaces each color value in the given image, by using it as an index to lookup a replacement color value in a Color Look UP Table in the form of an image.  The values are extracted along a diagonal of the CLUT image so either a horizontal or vertial gradient image can be used.</p></ol>
+<p>ClutImage() replaces each color value in the given image, by using it as an index to lookup a replacement color value in a Color Look UP Table in the form of an image.  The values are extracted along a diagonal of the CLUT image so either a horizontal or vertial gradient image can be used.</p>
 
-<p>Typically this is used to either re-color a gray-scale image according to a color gradient in the CLUT image, or to perform a freeform histogram (level) adjustment according to the (typically gray-scale) gradient in the CLUT image.</p></ol>
+<p>Typically this is used to either re-color a gray-scale image according to a color gradient in the CLUT image, or to perform a freeform histogram (level) adjustment according to the (typically gray-scale) gradient in the CLUT image.</p>
 
-<p>When the 'channel' mask includes the matte/alpha transparency channel but one image has no such channel it is assumed that that image is a simple gray-scale image that will effect the alpha channel values, either for gray-scale coloring (with transparent or semi-transparent colors), or a histogram adjustment of existing alpha channel values.   If both images have matte channels, direct and normal indexing is applied, which is rarely used.</p></ol>
+<p>When the 'channel' mask includes the matte/alpha transparency channel but one image has no such channel it is assumed that that image is a simple gray-scale image that will effect the alpha channel values, either for gray-scale coloring (with transparent or semi-transparent colors), or a histogram adjustment of existing alpha channel values.   If both images have matte channels, direct and normal indexing is applied, which is rarely used.</p>
 
 <p>The format of the ClutImage method is:</p>
 
@@ -303,23 +328,22 @@ _8c.html" target="source" name="ClutImage">ClutImage</a></h2>
     const ChannelType channel,Image *clut_image)
 </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, which is replaced by indexed CLUT values</p></ol>
+<p>the image, which is replaced by indexed CLUT values</p>
 
 <h5>clut_image</h5>
-<ol><p>the color lookup table image for replacement color values.</p></ol>
+<p>the color lookup table image for replacement color values.</p>
 
 <h5>channel</h5>
-<ol><p>the channel.</p></ol>
+<p>the channel.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="ContrastImage">ContrastImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="ContrastImage">ContrastImage</a></h2>
 <div class="doc-section">
 
-<p>ContrastImage() enhances the intensity differences between the lighter and darker elements of the image.  Set sharpen to a MagickTrue to increase the image contrast otherwise the contrast is reduced.</p></ol>
+<p>ContrastImage() enhances the intensity differences between the lighter and darker elements of the image.  Set sharpen to a MagickTrue to increase the image contrast otherwise the contrast is reduced.</p>
 
 <p>The format of the ContrastImage method is:</p>
 
@@ -328,20 +352,19 @@ _8c.html" target="source" name="ContrastImage">ContrastImage</a></h2>
     const MagickBooleanType sharpen)
 </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>sharpen</h5>
-<ol><p>Increase or decrease image contrast.</p></ol>
+<p>Increase or decrease image contrast.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="The ContrastStretchImage">The ContrastStretchImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="The_ContrastStretchImage">The ContrastStretchImage</a></h2>
 <div class="doc-section">
 
-<p>The ContrastStretchImage() is a simple image enhancement technique that attempts to improve the contrast in an image by `stretching' the range of intensity values it contains to span a desired range of values. It differs from the more sophisticated histogram equalization in that it can only apply   a linear scaling function to the image pixel values.  As a result the `enhancement' is less harsh.</p></ol>
+<p>The ContrastStretchImage() is a simple image enhancement technique that attempts to improve the contrast in an image by `stretching' the range of intensity values it contains to span a desired range of values. It differs from the more sophisticated histogram equalization in that it can only apply   a linear scaling function to the image pixel values.  As a result the `enhancement' is less harsh.</p>
 
 <p>The format of the ContrastStretchImage method is:</p>
 
@@ -353,29 +376,28 @@ _8c.html" target="source" name="The ContrastStretchImage">The ContrastStretchIma
     const double white_point)
 </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>channel</h5>
-<ol><p>the channel.</p></ol>
+<p>the channel.</p>
 
 <h5>black_point</h5>
-<ol><p>the black point.</p></ol>
+<p>the black point.</p>
 
 <h5>white_point</h5>
-<ol><p>the white point.</p></ol>
+<p>the white point.</p>
 
 <h5>levels</h5>
-<ol><p>Specify the levels where the black and white points have the range of 0 to number-of-pixels (e.g. 1, 10x90, etc.).</p></ol>
+<p>Specify the levels where the black and white points have the range of 0 to number-of-pixels (e.g. 1, 10x90, etc.).</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="EnhanceImage">EnhanceImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="EnhanceImage">EnhanceImage</a></h2>
 <div class="doc-section">
 
-<p>EnhanceImage() applies a digital filter that improves the quality of a noisy image.</p></ol>
+<p>EnhanceImage() applies a digital filter that improves the quality of a noisy image.</p>
 
 <p>The format of the EnhanceImage method is:</p>
 
@@ -383,20 +405,19 @@ _8c.html" target="source" name="EnhanceImage">EnhanceImage</a></h2>
   Image *EnhanceImage(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/enhance
-_8c.html" target="source" name="EqualizeImage">EqualizeImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="EqualizeImage">EqualizeImage</a></h2>
 <div class="doc-section">
 
-<p>EqualizeImage() applies a histogram equalization to the image.</p></ol>
+<p>EqualizeImage() applies a histogram equalization to the image.</p>
 
 <p>The format of the EqualizeImage method is:</p>
 
@@ -406,48 +427,49 @@ _8c.html" target="source" name="EqualizeImage">EqualizeImage</a></h2>
     const ChannelType channel)
 </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>channel</h5>
-<ol><p>the channel.</p></ol>
+<p>the channel.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="GammaImage">GammaImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="GammaImage">GammaImage</a></h2>
 <div class="doc-section">
 
-<p>GammaImage() gamma-corrects a particular image channel.  The same image viewed on different devices will have perceptual differences in the way the image's intensities are represented on the screen.  Specify individual gamma levels for the red, green, and blue channels, or adjust all three with the gamma parameter.  Values typically range from 0.8 to 2.3.</p></ol>
+<p>GammaImage() gamma-corrects a particular image channel.  The same image viewed on different devices will have perceptual differences in the way the image's intensities are represented on the screen.  Specify individual gamma levels for the red, green, and blue channels, or adjust all three with the gamma parameter.  Values typically range from 0.8 to 2.3.</p>
 
-<p>You can also reduce the influence of a particular channel with a gamma value of 0.</p></ol>
+<p>You can also reduce the influence of a particular channel with a gamma value of 0.</p>
 
 <p>The format of the GammaImage method is:</p>
 
 <pre class="code">
-  MagickBooleanType GammaImage(Image *image,const double gamma)
+  MagickBooleanType GammaImage(Image *image,const char *level)
   MagickBooleanType GammaImageChannel(Image *image,
     const ChannelType channel,const double gamma)
 </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>channel</h5>
-<ol><p>the channel.</p></ol>
+<p>the channel.</p>
+
+<h5>level</h5>
+<p>the image gamma as a string (e.g. 1.6,1.2,1.0).</p>
 
 <h5>gamma</h5>
-<ol><p>the image gamma.</p></ol>
+<p>the image gamma.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="HaldClutImage">HaldClutImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="HaldClutImage">HaldClutImage</a></h2>
 <div class="doc-section">
 
-<p>HaldClutImage() applies a Hald color lookup table to the image.  A Hald color lookup table is a 3-dimensional color cube mapped to 2 dimensions. Create it with the HALD coder.  You can apply any color transformation to the Hald image and then use this method to apply the transform to the image.</p></ol>
+<p>HaldClutImage() applies a Hald color lookup table to the image.  A Hald color lookup table is a 3-dimensional color cube mapped to 2 dimensions. Create it with the HALD coder.  You can apply any color transformation to the Hald image and then use this method to apply the transform to the image.</p>
 
 <p>The format of the HaldClutImage method is:</p>
 
@@ -457,29 +479,28 @@ _8c.html" target="source" name="HaldClutImage">HaldClutImage</a></h2>
     const ChannelType channel,Image *hald_image)
 </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, which is replaced by indexed CLUT values</p></ol>
+<p>the image, which is replaced by indexed CLUT values</p>
 
 <h5>hald_image</h5>
-<ol><p>the color lookup table image for replacement color values.</p></ol>
+<p>the color lookup table image for replacement color values.</p>
 
 <h5>channel</h5>
-<ol><p>the channel.</p></ol>
+<p>the channel.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="LevelImage">LevelImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="LevelImage">LevelImage</a></h2>
 <div class="doc-section">
 
-<p>LevelImage() adjusts the levels of a particular image channel by scaling the colors falling between specified white and black points to the full available quantum range.</p></ol>
+<p>LevelImage() adjusts the levels of a particular image channel by scaling the colors falling between specified white and black points to the full available quantum range.</p>
 
-<p>The parameters provided represent the black, and white points.  The black point specifies the darkest color in the image. Colors darker than the black point are set to zero.  White point specifies the lightest color in the image.  Colors brighter than the white point are set to the maximum quantum value.</p></ol>
+<p>The parameters provided represent the black, and white points.  The black point specifies the darkest color in the image. Colors darker than the black point are set to zero.  White point specifies the lightest color in the image.  Colors brighter than the white point are set to the maximum quantum value.</p>
 
-<p>If a '!' flag is given, map black and white colors to the given levels rather than mapping those levels to black and white.  See LevelizeImageChannel() and LevelizeImageChannel(), below.</p></ol>
+<p>If a '!' flag is given, map black and white colors to the given levels rather than mapping those levels to black and white.  See LevelizeImageChannel() and LevelizeImageChannel(), below.</p>
 
-<p>Gamma specifies a gamma correction to apply to the image.</p></ol>
+<p>Gamma specifies a gamma correction to apply to the image.</p>
 
 <p>The format of the LevelImage method is:</p>
 
@@ -487,22 +508,21 @@ _8c.html" target="source" name="LevelImage">LevelImage</a></h2>
   MagickBooleanType LevelImage(Image *image,const char *levels)
 </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>levels</h5>
-<ol><p>Specify the levels where the black and white points have the range of 0-QuantumRange, and gamma has the range 0-10 (e.g. 10x90+2). A '!' flag inverts the re-mapping.</p></ol>
+<p>Specify the levels where the black and white points have the range of 0-QuantumRange, and gamma has the range 0-10 (e.g. 10x90+2). A '!' flag inverts the re-mapping.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="LevelizeImage">LevelizeImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="LevelizeImage">LevelizeImage</a></h2>
 <div class="doc-section">
 
-<p>LevelizeImage() applies the normal level operation to the image, spreading out the values between the black and white points over the entire range of values.  Gamma correction is also applied after the values has been mapped.</p></ol>
+<p>LevelizeImage() applies the normal level operation to the image, spreading out the values between the black and white points over the entire range of values.  Gamma correction is also applied after the values has been mapped.</p>
 
-<p>It is typically used to improve image contrast, or to provide a controlled linear threshold for the image. If the black and white points are set to the minimum and maximum values found in the image, the image can be normalized.  or by swapping black and white values, negate the image.</p></ol>
+<p>It is typically used to improve image contrast, or to provide a controlled linear threshold for the image. If the black and white points are set to the minimum and maximum values found in the image, the image can be normalized.  or by swapping black and white values, negate the image.</p>
 
 <p>The format of the LevelizeImage method is:</p>
 
@@ -514,33 +534,32 @@ _8c.html" target="source" name="LevelizeImage">LevelizeImage</a></h2>
     const double white_point,const double gamma)
 </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>channel</h5>
-<ol><p>the channel.</p></ol>
+<p>the channel.</p>
 
 <h5>black_point</h5>
-<ol><p>The level which is to be mapped to zero (black)</p></ol>
+<p>The level which is to be mapped to zero (black)</p>
 
 <h5>white_point</h5>
-<ol><p>The level which is to be mapped to QuantiumRange (white)</p></ol>
+<p>The level which is to be mapped to QuantiumRange (white)</p>
 
 <h5>gamma</h5>
-<ol><p>adjust gamma by this factor before mapping values. use 1.0 for purely linear stretching of image color values</p></ol>
+<p>adjust gamma by this factor before mapping values. use 1.0 for purely linear stretching of image color values</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="LevelizeImageChannel">LevelizeImageChannel</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="LevelizeImageChannel">LevelizeImageChannel</a></h2>
 <div class="doc-section">
 
-<p>LevelizeImageChannel() applies the reversed LevelImage() operation to just the specific channels specified.  It compresses the full range of color values, so that they lie between the given black and white points. Gamma is applied before the values are mapped.</p></ol>
+<p>LevelizeImageChannel() applies the reversed LevelImage() operation to just the specific channels specified.  It compresses the full range of color values, so that they lie between the given black and white points. Gamma is applied before the values are mapped.</p>
 
-<p>LevelizeImageChannel() can be called with by using a +level command line API option, or using a '!' on a -level or LevelImage() geometry string.</p></ol>
+<p>LevelizeImageChannel() can be called with by using a +level command line API option, or using a '!' on a -level or LevelImage() geometry string.</p>
 
-<p>It can be used for example de-contrast a greyscale image to the exact levels specified.  Or by using specific levels for each channel of an image you can convert a gray-scale image to any linear color gradient, according to those levels.</p></ol>
+<p>It can be used for example de-contrast a greyscale image to the exact levels specified.  Or by using specific levels for each channel of an image you can convert a gray-scale image to any linear color gradient, according to those levels.</p>
 
 <p>The format of the LevelizeImageChannel method is:</p>
 
@@ -549,31 +568,30 @@ _8c.html" target="source" name="LevelizeImageChannel">LevelizeImageChannel</a></
     const ChannelType channel,const char *levels)
 </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>channel</h5>
-<ol><p>the channel.</p></ol>
+<p>the channel.</p>
 
 <h5>black_point</h5>
-<ol><p>The level to map zero (black) to.</p></ol>
+<p>The level to map zero (black) to.</p>
 
 <h5>white_point</h5>
-<ol><p>The level to map QuantiumRange (white) to.</p></ol>
+<p>The level to map QuantiumRange (white) to.</p>
 
 <h5>gamma</h5>
-<ol><p>adjust gamma by this factor before mapping values.</p></ol>
+<p>adjust gamma by this factor before mapping values.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="LevelImageColor">LevelImageColor</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="LevelImageColor">LevelImageColor</a></h2>
 <div class="doc-section">
 
-<p>LevelImageColor() maps the given color to "black" and "white" values, linearly spreading out the colors, and level values on a channel by channel bases, as per LevelImage().  The given colors allows you to specify different level ranges for each of the color channels seperatally.</p></ol>
+<p>LevelImageColor() maps the given color to "black" and "white" values, linearly spreading out the colors, and level values on a channel by channel bases, as per LevelImage().  The given colors allows you to specify different level ranges for each of the color channels separately.</p>
 
-<p>If the boolean 'invert' is set true the image values will modifyed in the reverse direction. That is any existing "black" and "white" colors in the image will become the color values given, with all other values compressed appropriatally.  This effectivally maps a greyscale gradient into the given color gradient.</p></ol>
+<p>If the boolean 'invert' is set true the image values will modifyed in the reverse direction. That is any existing "black" and "white" colors in the image will become the color values given, with all other values compressed appropriatally.  This effectivally maps a greyscale gradient into the given color gradient.</p>
 
 <p>The format of the LevelColorsImageChannel method is:</p>
 
@@ -586,29 +604,28 @@ _8c.html" target="source" name="LevelImageColor">LevelImageColor</a></h2>
   const MagickPixelPacket *white_color,const MagickBooleanType invert)
 </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>channel</h5>
-<ol><p>the channel.</p></ol>
+<p>the channel.</p>
 
 <h5>black_color</h5>
-<ol><p>The color to map black to/from</p></ol>
+<p>The color to map black to/from</p>
 
 <h5>white_point</h5>
-<ol><p>The color to map white to/from</p></ol>
+<p>The color to map white to/from</p>
 
 <h5>invert</h5>
-<ol><p>if true map the colors (levelize), rather than from (level)</p></ol>
+<p>if true map the colors (levelize), rather than from (level)</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="The LinearStretchImage">The LinearStretchImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="The_LinearStretchImage">The LinearStretchImage</a></h2>
 <div class="doc-section">
 
-<p>The LinearStretchImage() discards any pixels below the black point and above the white point and levels the remaining pixels.</p></ol>
+<p>The LinearStretchImage() discards any pixels below the black point and above the white point and levels the remaining pixels.</p>
 
 <p>The format of the LinearStretchImage method is:</p>
 
@@ -617,23 +634,22 @@ _8c.html" target="source" name="The LinearStretchImage">The LinearStretchImage</
     const double black_point,const double white_point)
 </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>black_point</h5>
-<ol><p>the black point.</p></ol>
+<p>the black point.</p>
 
 <h5>white_point</h5>
-<ol><p>the white point.</p></ol>
+<p>the white point.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="ModulateImage">ModulateImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="ModulateImage">ModulateImage</a></h2>
 <div class="doc-section">
 
-<p>ModulateImage() lets you control the brightness, saturation, and hue of an image.  Modulate represents the brightness, saturation, and hue as one parameter (e.g. 90,150,100).  If the image colorspace is HSL, the modulation is lightness, saturation, and hue.  And if the colorspace is HWB, use blackness, whiteness, and hue.</p></ol>
+<p>ModulateImage() lets you control the brightness, saturation, and hue of an image.  Modulate represents the brightness, saturation, and hue as one parameter (e.g. 90,150,100).  If the image colorspace is HSL, the modulation is lightness, saturation, and hue.  And if the colorspace is HWB, use blackness, whiteness, and hue.</p>
 
 <p>The format of the ModulateImage method is:</p>
 
@@ -641,20 +657,19 @@ _8c.html" target="source" name="ModulateImage">ModulateImage</a></h2>
   MagickBooleanType ModulateImage(Image *image,const char *modulate)
 </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>modulate</h5>
-<ol><p>Define the percent change in brightness, saturation, and hue.</p></ol>
+<p>Define the percent change in brightness, saturation, and hue.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="NegateImage">NegateImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="NegateImage">NegateImage</a></h2>
 <div class="doc-section">
 
-<p>NegateImage() negates the colors in the reference image.  The grayscale option means that only grayscale values within the image are negated.</p></ol>
+<p>NegateImage() negates the colors in the reference image.  The grayscale option means that only grayscale values within the image are negated.</p>
 
 <p>The format of the NegateImageChannel method is:</p>
 
@@ -665,23 +680,22 @@ _8c.html" target="source" name="NegateImage">NegateImage</a></h2>
     const ChannelType channel,const MagickBooleanType grayscale)
 </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>channel</h5>
-<ol><p>the channel.</p></ol>
+<p>the channel.</p>
 
 <h5>grayscale</h5>
-<ol><p>If MagickTrue, only negate grayscale pixels within the image.</p></ol>
+<p>If MagickTrue, only negate grayscale pixels within the image.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="The NormalizeImage">The NormalizeImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="The_NormalizeImage">The NormalizeImage</a></h2>
 <div class="doc-section">
 
-<p>The NormalizeImage() method enhances the contrast of a color image by mapping the darkest 2 percent of all pixel to black and the brightest 1 percent to white.</p></ol>
+<p>The NormalizeImage() method enhances the contrast of a color image by mapping the darkest 2 percent of all pixel to black and the brightest 1 percent to white.</p>
 
 <p>The format of the NormalizeImage method is:</p>
 
@@ -691,20 +705,19 @@ _8c.html" target="source" name="The NormalizeImage">The NormalizeImage</a></h2>
     const ChannelType channel)
 </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>channel</h5>
-<ol><p>the channel.</p></ol>
+<p>the channel.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
-_8c.html" target="source" name="SigmoidalContrastImage">SigmoidalContrastImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance_8c.html" id="SigmoidalContrastImage">SigmoidalContrastImage</a></h2>
 <div class="doc-section">
 
-<p>SigmoidalContrastImage() adjusts the contrast of an image with a non-linear sigmoidal contrast algorithm.  Increase the contrast of the image using a sigmoidal transfer function without saturating highlights or shadows. Contrast indicates how much to increase the contrast (0 is none; 3 is typical; 20 is pushing it); mid-point indicates where midtones fall in the resultant image (0 is white; 50 is middle-gray; 100 is black).  Set sharpen to MagickTrue to increase the image contrast otherwise the contrast is reduced.</p></ol>
+<p>SigmoidalContrastImage() adjusts the contrast of an image with a non-linear sigmoidal contrast algorithm.  Increase the contrast of the image using a sigmoidal transfer function without saturating highlights or shadows. Contrast indicates how much to increase the contrast (0 is none; 3 is typical; 20 is pushing it); mid-point indicates where midtones fall in the resultant image (0 is white; 50 is middle-gray; 100 is black).  Set sharpen to MagickTrue to increase the image contrast otherwise the contrast is reduced.</p>
 
 <p>The format of the SigmoidalContrastImage method is:</p>
 
@@ -716,22 +729,22 @@ _8c.html" target="source" name="SigmoidalContrastImage">SigmoidalContrastImage</
     const double contrast,const double midpoint)
 </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>channel</h5>
-<ol><p>the channel.</p></ol>
+<p>the channel.</p>
 
 <h5>sharpen</h5>
-<ol><p>Increase or decrease image contrast.</p></ol>
+<p>Increase or decrease image contrast.</p>
 
 <h5>alpha</h5>
-<ol><p>strength of the contrast, the larger the number the more 'threshold-like' it becomes.</p></ol>
+<p>strength of the contrast, the larger the number the more 'threshold-like' it becomes.</p>
 
 <h5>beta</h5>
-<ol><p>midpoint of the function as a color value 0 to QuantumRange.</p></ol>
+<p>midpoint of the function as a color value 0 to QuantumRange.</p>
 
  </div>
 \r
@@ -746,7 +759,7 @@ _8c.html" target="source" name="SigmoidalContrastImage">SigmoidalContrastImage</
     <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