Show
Ignore:
Timestamp:
10/16/09 12:04:28 (5 months ago)
Author:
cristy
Message:
 
Location:
ImageMagick/trunk/www/api
Files:
36 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/www/api/attribute.html

    r373 r397  
     1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
     2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
     3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
     4<head> 
     5  <meta name="verify-v1" content="g222frIIxcQTrvDR3NBRUSKP3AnMNoqxOkIniCEkV7U=" /> 
     6  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf" /> 
     7  <style type="text/css" media="screen,projection"><!-- 
     8    @import url("../../www/magick.css"); 
     9  --></style> 
     10  <link rel="shortcut icon" href="../../images/wand.ico"  type="images/vnd.microsoft.icon"/> 
     11  <title>ImageMagick: MagickCore, C API for ImageMagick: Set Text Attributes</title> 
     12  <meta http-equiv="Content-Language" content="en-US"/> 
     13  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 
     14  <meta http-equiv="Reply-to" content="magick-users@imagemagick.org"/> 
     15  <meta name="Generator" content="PHP"/> 
     16  <meta name="Keywords" content="magickcore, c, api, for, imagemagick:, set, text, attributes, ImageMagick, ImageMagic, MagickCore, MagickWand, PerlMagick, Magick++, RMagick, PythonMagick, JMagick, TclMagick, Image, Magick, Magic, Wand, ImageMagickObject, Swiss, Army, Knife, Image, Processing"/> 
     17  <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."/> 
     18  <meta name="Rating" content="GENERAL"/> 
     19  <meta name="Robots" content="INDEX, FOLLOW"/> 
     20  <meta name="Generator" content="ImageMagick Studio LLC"/> 
     21  <meta name="Author" content="ImageMagick Studio LLC"/> 
     22  <meta name="Revisit-after" content="2 DAYS"/> 
     23  <meta name="Resource-type" content="document"/> 
     24  <meta name="Copyright" content="Copyright (c) 1999-2009 ImageMagick Studio LLC"/> 
     25  <meta name="Distribution" content="Global"/> 
     26</head> 
     27 
     28<body id="www-imagemagick-org"> 
     29<div class="titlebar"> 
     30<a href="../../index.html"> 
     31  <img src="../../images/script.png" alt="[ImageMagick]" 
     32  style="width: 350px; height: 60px; margin: 28px auto; float: left;" /></a> 
     33<a href="http://www.networkredux.com"> 
     34  <img src="../../images/networkredux.png" alt="[sponsor]" 
     35  style="margin: 45px auto; border: 0px; float: left;" /></a> 
     36<a href="http://www.imagemagick.org/discourse-server/"> 
     37  <img src="../../images/logo.jpg" alt="" 
     38  style="width: 114px; height: 118px; border: 0px; float: right;" /></a> 
     39<a href="../../index.html"> 
     40  <img src="../../images/sprite.jpg" alt="" 
     41  style="width: 114px; height: 118px; border: 0px; float: right;" /></a> 
     42</div> 
     43 
     44<div class="eastbar"> 
     45 
     46<div class="menu"> 
     47  <a href="../../index.html">About ImageMagick</a> 
     48</div> 
     49<div class="sep"></div> 
     50<div class="menu"> 
     51  <a href="../../www/command-line-tools.html">Command-line Tools</a> 
     52</div> 
     53<div class="sub"> 
     54    <a href="../../www/command-line-processing.html">Processing</a> 
     55</div> 
     56<div class="sub"> 
     57    <a href="../../www/command-line-options.html">Options</a> 
     58</div> 
     59<div class="sub"> 
     60    <a href="http://www.imagemagick.org/Usage/">Usage</a> 
     61</div> 
     62<div class="menu"> 
     63  <a href="../../www/api.html">Program Interfaces</a> 
     64</div> 
     65<div class="sub"> 
     66    <a href="../../www/magick-wand.html">MagickWand</a> 
     67</div> 
     68<div class="sub"> 
     69    <a href="../../www/magick-core.html">MagickCore</a> 
     70</div> 
     71<div class="sub"> 
     72    <a href="../../www/perl-magick.html">PerlMagick</a> 
     73</div> 
     74<div class="sub"> 
     75    <a href="../../Magick++/">Magick++</a> 
     76</div> 
     77<div class="menu"> 
     78  <a href="../../www/architecture.html">Architecture</a> 
     79</div> 
     80<div class="sep"></div> 
     81<div  class="menu"> 
     82   <a href="../../www/install-source.html">Install from Source</a> 
     83</div> 
     84<div class="sub"> 
     85    <a href="../../www/install-source.html#unix">Unix</a> 
     86</div> 
     87<div class="sub"> 
     88    <a href="../../www/install-source.html#windows">Windows</a> 
     89 </div> 
     90<div class="menu"> 
     91  <a href="../../www/binary-releases.html">Binary Releases</a> 
     92</div> 
     93<div class="sub"> 
     94    <a href="../../www/binary-releases.html#unix">Unix</a> 
     95</div> 
     96<div class="sub"> 
     97    <a href="../../www/binary-releases.html#macosx">Mac OS X</a> 
     98</div> 
     99<div class="sub"> 
     100    <a href="../../www/binary-releases.html#windows">Windows</a> 
     101</div> 
     102<div class="menu"> 
     103  <a href="../../www/resources.html">Resources</a> 
     104</div> 
     105<div class="sep"></div> 
     106<div class="menu"> 
     107  <a href="../../www/download.html">Download</a> 
     108</div> 
     109<div class="sep"></div> 
     110<div class="menu"> 
     111  <a href="../http://www.imagemagick.org/script/search.php">Search</a> 
     112</div> 
     113<div class="sep"></div> 
     114<div class="menu"> 
     115  <a href="../../www/sitemap.html">Site Map</a> 
     116</div> 
     117<div  class="sub"> 
     118    <a href="../../www/links.html">Links</a> 
     119</div> 
     120<div class="sep"></div> 
     121<div  class="menu"> 
     122  <a href="../../www/sponsors.html">Sponsors:</a> 
     123 
     124<div class="sponsbox"> 
     125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
     129  <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201003010120 Buchhorn --> 
     130</div> 
     131<div  class="sponsor"> 
     132  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     133</div> 
     134<div  class="sponsor"> 
     135   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
     136</div> 
     137<div  class="sponsor"> 
     138   <a href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012001200 allesdruck.de--> 
     139</div> 
     140<div  class="sponsor"> 
     141  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
     142</div> 
     143<div  class="sponsor"> 
     144  <a href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 201002010000 --> 
     145</div> 
     146</div> 
     147</div> 
     148 
     149 
     150</div> 
     151 
     152<div class="main"> 
     153 
     154<p class="navigation-index">[<a href="#GetImageChannelDepth">GetImageChannelDepth</a> &bull; <a href="#GetImageQuantumDepth">GetImageQuantumDepth</a> &bull; <a href="#GetImageType">GetImageType</a> &bull; <a href="#IsGrayImage">IsGrayImage</a> &bull; <a href="#IsMonochromeImage">IsMonochromeImage</a> &bull; <a href="#IsOpaqueImage">IsOpaqueImage</a> &bull; <a href="#SetImageChannelDepth">SetImageChannelDepth</a>]</p> 
     155 
     156<h2><a href="http://www.imagemagick.org/api/MagickCore/attribute 
     157_8c.html" target="source" name="GetImageChannelDepth">GetImageChannelDepth</a></h2> 
     158<div class="doc-section"> 
     159 
     160<p>GetImageChannelDepth() returns the depth of a particular image channel.</p></ol> 
     161 
     162<p>The format of the GetImageChannelDepth method is:</p> 
     163 
     164<pre class="code"> 
     165  unsigned long GetImageDepth(const Image *image,ExceptionInfo *exception) 
     166  unsigned long GetImageChannelDepth(const Image *image, 
     167    const ChannelType channel,ExceptionInfo *exception) 
     168</pre> 
     169 
     170<p>A description of each parameter follows:</p></ol> 
     171 
     172<h5>image</h5> 
     173<ol><p>the image.</p></ol> 
     174 
     175<h5>channel</h5> 
     176<ol><p>the channel.</p></ol> 
     177 
     178<h5>exception</h5> 
     179<ol><p>return any errors or warnings in this structure.</p></ol> 
     180 
     181 </div> 
     182<h2><a href="http://www.imagemagick.org/api/MagickCore/attribute 
     183_8c.html" target="source" name="GetImageQuantumDepth">GetImageQuantumDepth</a></h2> 
     184<div class="doc-section"> 
     185 
     186<p>GetImageQuantumDepth() returns the depth of the image rounded to a legal quantum depth: 8, 16, or 32.</p></ol> 
     187 
     188<p>The format of the GetImageQuantumDepth method is:</p> 
     189 
     190<pre class="code"> 
     191  unsigned long GetImageQuantumDepth(const Image *image, 
     192    const MagickBooleanType constrain) 
     193</pre> 
     194 
     195<p>A description of each parameter follows:</p></ol> 
     196 
     197<h5>image</h5> 
     198<ol><p>the image.</p></ol> 
     199 
     200<h5>constrain</h5> 
     201<ol><p>A value other than MagickFalse, constrains the depth to a maximum of MAGICKCORE_QUANTUM_DEPTH.</p></ol> 
     202 
     203 </div> 
     204<h2><a href="http://www.imagemagick.org/api/MagickCore/attribute 
     205_8c.html" target="source" name="GetImageType">GetImageType</a></h2> 
     206<div class="doc-section"> 
     207 
     208<p>GetImageType() returns the potential type of image:</p></ol> 
     209 
     210<p>Bilevel         Grayscale        GrayscaleMatte Palette         PaletteMatte     TrueColor TrueColorMatte  ColorSeparation  ColorSeparationMatte</p></ol> 
     211 
     212<p>To ensure the image type matches its potential, use SetImageType():</p> 
     213 
     214<pre class="text"> 
     215      (void) SetImageType(image,GetImageType(image)); 
     216</pre> 
     217 
     218<p>The format of the GetImageType method is:</p> 
     219 
     220<pre class="code"> 
     221  ImageType GetImageType(const Image *image,ExceptionInfo *exception) 
     222</pre> 
     223 
     224<p>A description of each parameter follows:</p></ol> 
     225 
     226<h5>image</h5> 
     227<ol><p>the image.</p></ol> 
     228 
     229<h5>exception</h5> 
     230<ol><p>return any errors or warnings in this structure.</p></ol> 
     231 
     232 </div> 
     233<h2><a href="http://www.imagemagick.org/api/MagickCore/attribute 
     234_8c.html" target="source" name="IsGrayImage">IsGrayImage</a></h2> 
     235<div class="doc-section"> 
     236 
     237<p>IsGrayImage() returns MagickTrue if all the pixels in the image have the same red, green, and blue intensities.</p></ol> 
     238 
     239<p>The format of the IsGrayImage method is:</p> 
     240 
     241<pre class="code"> 
     242  MagickBooleanType IsGrayImage(const Image *image, 
     243    ExceptionInfo *exception) 
     244</pre> 
     245 
     246<p>A description of each parameter follows:</p></ol> 
     247 
     248<h5>image</h5> 
     249<ol><p>the image.</p></ol> 
     250 
     251<h5>exception</h5> 
     252<ol><p>return any errors or warnings in this structure.</p></ol> 
     253 
     254 </div> 
     255<h2><a href="http://www.imagemagick.org/api/MagickCore/attribute 
     256_8c.html" target="source" name="IsMonochromeImage">IsMonochromeImage</a></h2> 
     257<div class="doc-section"> 
     258 
     259<p>IsMonochromeImage() returns MagickTrue if all the pixels in the image have the same red, green, and blue intensities and the intensity is either 0 or QuantumRange.</p></ol> 
     260 
     261<p>The format of the IsMonochromeImage method is:</p> 
     262 
     263<pre class="code"> 
     264  MagickBooleanType IsMonochromeImage(const Image *image, 
     265    ExceptionInfo *exception) 
     266</pre> 
     267 
     268<p>A description of each parameter follows:</p></ol> 
     269 
     270<h5>image</h5> 
     271<ol><p>the image.</p></ol> 
     272 
     273<h5>exception</h5> 
     274<ol><p>return any errors or warnings in this structure.</p></ol> 
     275 
     276 </div> 
     277<h2><a href="http://www.imagemagick.org/api/MagickCore/attribute 
     278_8c.html" target="source" name="IsOpaqueImage">IsOpaqueImage</a></h2> 
     279<div class="doc-section"> 
     280 
     281<p>IsOpaqueImage() returns MagickTrue if none of the pixels in the image have an opacity value other than opaque (0).</p></ol> 
     282 
     283<p>The format of the IsOpaqueImage method is:</p> 
     284 
     285<pre class="code"> 
     286  MagickBooleanType IsOpaqueImage(const Image *image, 
     287    ExceptionInfo *exception) 
     288</pre> 
     289 
     290<p>A description of each parameter follows:</p></ol> 
     291 
     292<h5>image</h5> 
     293<ol><p>the image.</p></ol> 
     294 
     295<h5>exception</h5> 
     296<ol><p>return any errors or warnings in this structure.</p></ol> 
     297 
     298 </div> 
     299<h2><a href="http://www.imagemagick.org/api/MagickCore/attribute 
     300_8c.html" target="source" name="SetImageChannelDepth">SetImageChannelDepth</a></h2> 
     301<div class="doc-section"> 
     302 
     303<p>SetImageChannelDepth() sets the depth of the image.</p></ol> 
     304 
     305<p>The format of the SetImageChannelDepth method is:</p> 
     306 
     307<pre class="code"> 
     308  MagickBooleanType SetImageDepth(Image *image,const unsigned long depth) 
     309  MagickBooleanType SetImageChannelDepth(Image *image, 
     310    const ChannelType channel,const unsigned long depth) 
     311</pre> 
     312 
     313<p>A description of each parameter follows:</p></ol> 
     314 
     315<h5>image</h5> 
     316<ol><p>the image.</p></ol> 
     317 
     318<h5>channel</h5> 
     319<ol><p>the channel.</p></ol> 
     320 
     321<h5>depth</h5> 
     322<ol><p>the image depth.</p></ol> 
     323 
     324 </div> 
     325 
     326</div> 
     327 
     328<div id="linkbar"> 
     329 <!--    <span id="linkbar-west">&nbsp;</span>  --> 
     330    <span id="linkbar-center"> 
     331      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
     332      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
     333    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     334    </span> 
     335    <span id="linkbar-east">&nbsp;</span> 
     336  </div> 
     337  <div class="footer"> 
     338    <span id="footer-west">&copy; 1999-2009 ImageMagick Studio LLC</span> 
     339    <span id="footer-east"> <a href="../http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span> 
     340  </div> 
     341  <div style="clear: both; margin: 0; width: 100%; "></div> 
     342</body> 
     343</html> 
  • ImageMagick/trunk/www/api/blob.html

    r332 r397  
    344344      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    345345      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    346     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     346    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    347347    </span> 
    348348    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/color.html

    r349 r397  
    152152<div class="main"> 
    153153 
    154 <p class="navigation-index">[<a href="#GetColorInfoList">GetColorInfoList</a> &bull; <a href="#GetColorList">GetColorList</a> &bull; <a href="#GetImageHistogram">GetImageHistogram</a> &bull; <a href="#GetNumberColors">GetNumberColors</a> &bull; <a href="#IsGrayImage">IsGrayImage</a> &bull; <a href="#IsHistogramImage">IsHistogramImage</a> &bull; <a href="#IsMonochromeImage">IsMonochromeImage</a> &bull; <a href="#IsOpaqueImage">IsOpaqueImage</a> &bull; <a href="#IsPaletteImage">IsPaletteImage</a> &bull; <a href="#ListColorInfo">ListColorInfo</a> &bull; <a href="#LoadColorList">LoadColorList</a> &bull; <a href="#QueryColorDatabase">QueryColorDatabase</a> &bull; <a href="#QueryColorname">QueryColorname</a> &bull; <a href="#QueryMagickColor">QueryMagickColor</a> &bull; <a href="#QueryMagickColorname">QueryMagickColorname</a> &bull; <a href="#UniqueImageColors">UniqueImageColors</a>]</p> 
     154<p class="navigation-index">[<a href="#GetColorInfoList">GetColorInfoList</a> &bull; <a href="#GetColorList">GetColorList</a> &bull; <a href="#ListColorInfo">ListColorInfo</a> &bull; <a href="#LoadColorList">LoadColorList</a> &bull; <a href="#QueryColorDatabase">QueryColorDatabase</a> &bull; <a href="#QueryColorname">QueryColorname</a> &bull; <a href="#QueryMagickColor">QueryMagickColor</a> &bull; <a href="#QueryMagickColorname">QueryMagickColorname</a>]</p> 
    155155 
    156156<h2><a href="http://www.imagemagick.org/api/MagickCore/color 
     
    205205 </div> 
    206206<h2><a href="http://www.imagemagick.org/api/MagickCore/color 
    207 _8c.html" target="source" name="GetImageHistogram">GetImageHistogram</a></h2> 
    208 <div class="doc-section"> 
    209  
    210 <p>GetImageHistogram() returns the unique colors in an image.</p></ol> 
    211  
    212 <p>The format of the GetImageHistogram method is:</p> 
    213  
    214 <pre class="code"> 
    215   unsigned long GetImageHistogram(const Image *image, 
    216     unsigned long *number_colors,ExceptionInfo *exception) 
     207_8c.html" target="source" name="ListColorInfo">ListColorInfo</a></h2> 
     208<div class="doc-section"> 
     209 
     210<p>ListColorInfo() lists color names to the specified file.  Color names are a convenience.  Rather than defining a color by its red, green, and blue intensities just use a color name such as white, blue, or yellow.</p></ol> 
     211 
     212<p>The format of the ListColorInfo method is:</p> 
     213 
     214<pre class="code"> 
     215  MagickBooleanType ListColorInfo(FILE *file,ExceptionInfo *exception) 
     216</pre> 
     217 
     218<p>A description of each parameter follows.</p></ol> 
     219 
     220<h5>file</h5> 
     221<ol><p>List color names to this file handle.</p></ol> 
     222 
     223<h5>exception</h5> 
     224<ol><p>return any errors or warnings in this structure.</p></ol> 
     225 
     226 </div> 
     227<h2><a href="http://www.imagemagick.org/api/MagickCore/color 
     228_8c.html" target="source" name="LoadColorList">LoadColorList</a></h2> 
     229<div class="doc-section"> 
     230 
     231<p>LoadColorList() loads one or more color configuration file which provides a mapping between color attributes and a color name.</p></ol> 
     232 
     233<p>The format of the LoadColorLists method is:</p> 
     234 
     235<pre class="code"> 
     236  MagickBooleanType LoadColorLists(const char *filename, 
     237    ExceptionInfo *exception) 
     238</pre> 
     239 
     240<p>A description of each parameter follows:</p></ol> 
     241 
     242<h5>filename</h5> 
     243<ol><p>the font file name.</p></ol> 
     244 
     245<h5>exception</h5> 
     246<ol><p>return any errors or warnings in this structure.</p></ol> 
     247 
     248 </div> 
     249<h2><a href="http://www.imagemagick.org/api/MagickCore/color 
     250_8c.html" target="source" name="QueryColorDatabase">QueryColorDatabase</a></h2> 
     251<div class="doc-section"> 
     252 
     253<p>QueryColorDatabase() returns the red, green, blue, and opacity intensities for a given color name.</p></ol> 
     254 
     255<p>The format of the QueryColorDatabase method is:</p> 
     256 
     257<pre class="code"> 
     258  MagickBooleanType QueryColorDatabase(const char *name,PixelPacket *color, 
     259    ExceptionInfo *exception) 
     260</pre> 
     261 
     262<p>A description of each parameter follows:</p></ol> 
     263 
     264<h5>name</h5> 
     265<ol><p>the color name (e.g. white, blue, yellow).</p></ol> 
     266 
     267<h5>color</h5> 
     268<ol><p>the red, green, blue, and opacity intensities values of the named color in this structure.</p></ol> 
     269 
     270<h5>exception</h5> 
     271<ol><p>return any errors or warnings in this structure.</p></ol> 
     272 
     273 </div> 
     274<h2><a href="http://www.imagemagick.org/api/MagickCore/color 
     275_8c.html" target="source" name="QueryColorname">QueryColorname</a></h2> 
     276<div class="doc-section"> 
     277 
     278<p>QueryColorname() returns a named color for the given color intensity.  If an exact match is not found, a rgb() color is returned instead.</p></ol> 
     279 
     280<p>The format of the QueryColorname method is:</p> 
     281 
     282<pre class="code"> 
     283  MagickBooleanType QueryColorname(const Image *image, 
     284    const PixelPacket *color,const ComplianceType compliance,char *name, 
     285    ExceptionInfo *exception) 
    217286</pre> 
    218287 
     
    222291<ol><p>the image.</p></ol> 
    223292 
    224 <h5>file</h5> 
    225 <ol><p>Write a histogram of the color distribution to this file handle.</p></ol> 
    226  
    227 <h5>exception</h5> 
    228 <ol><p>return any errors or warnings in this structure.</p></ol> 
    229  
    230  </div> 
    231 <h2><a href="http://www.imagemagick.org/api/MagickCore/color 
    232 _8c.html" target="source" name="GetNumberColors">GetNumberColors</a></h2> 
    233 <div class="doc-section"> 
    234  
    235 <p>GetNumberColors() returns the number of unique colors in an image.</p></ol> 
    236  
    237 <p>The format of the GetNumberColors method is:</p> 
    238  
    239 <pre class="code"> 
    240   unsigned long GetNumberColors(const Image *image,FILE *file, 
     293<h5>color</h5> 
     294<ol><p>the color intensities.</p></ol> 
     295 
     296<h5>compliance</h5> 
     297<ol><p>Adhere to this color standard: SVG, X11, or XPM.</p></ol> 
     298 
     299<h5>name</h5> 
     300<ol><p>Return the color name or hex value.</p></ol> 
     301 
     302<h5>exception</h5> 
     303<ol><p>return any errors or warnings in this structure.</p></ol> 
     304 
     305 </div> 
     306<h2><a href="http://www.imagemagick.org/api/MagickCore/color 
     307_8c.html" target="source" name="QueryMagickColor">QueryMagickColor</a></h2> 
     308<div class="doc-section"> 
     309 
     310<p>QueryMagickColor() returns the red, green, blue, and opacity intensities for a given color name.</p></ol> 
     311 
     312<p>The format of the QueryMagickColor method is:</p> 
     313 
     314<pre class="code"> 
     315  MagickBooleanType QueryMagickColor(const char *name, 
     316    MagickPixelPacket *color,ExceptionInfo *exception) 
     317</pre> 
     318 
     319<p>A description of each parameter follows:</p></ol> 
     320 
     321<h5>name</h5> 
     322<ol><p>the color name (e.g. white, blue, yellow).</p></ol> 
     323 
     324<h5>color</h5> 
     325<ol><p>the red, green, blue, and opacity intensities values of the named color in this structure.</p></ol> 
     326 
     327<h5>exception</h5> 
     328<ol><p>return any errors or warnings in this structure.</p></ol> 
     329 
     330 </div> 
     331<h2><a href="http://www.imagemagick.org/api/MagickCore/color 
     332_8c.html" target="source" name="QueryMagickColorname">QueryMagickColorname</a></h2> 
     333<div class="doc-section"> 
     334 
     335<p>QueryMagickColorname() returns a named color for the given color intensity. If an exact match is not found, a hex value is returned instead.  For example an intensity of rgb:(0,0,0) returns black whereas rgb:(223,223,223) returns #dfdfdf.</p></ol> 
     336 
     337<p>The format of the QueryMagickColorname method is:</p> 
     338 
     339<pre class="code"> 
     340  MagickBooleanType QueryMagickColorname(const Image *image, 
     341    const PixelPacket *color,const ComplianceType compliance,char *name, 
    241342    ExceptionInfo *exception) 
    242343</pre> 
     
    247348<ol><p>the image.</p></ol> 
    248349 
    249 <h5>file</h5> 
    250 <ol><p>Write a histogram of the color distribution to this file handle.</p></ol> 
    251  
    252 <h5>exception</h5> 
    253 <ol><p>return any errors or warnings in this structure.</p></ol> 
    254  
    255  </div> 
    256 <h2><a href="http://www.imagemagick.org/api/MagickCore/color 
    257 _8c.html" target="source" name="IsGrayImage">IsGrayImage</a></h2> 
    258 <div class="doc-section"> 
    259  
    260 <p>IsGrayImage() returns MagickTrue if all the pixels in the image have the same red, green, and blue intensities.</p></ol> 
    261  
    262 <p>The format of the IsGrayImage method is:</p> 
    263  
    264 <pre class="code"> 
    265   MagickBooleanType IsGrayImage(const Image *image, 
    266     ExceptionInfo *exception) 
    267 </pre> 
    268  
    269 <p>A description of each parameter follows:</p></ol> 
    270  
    271 <h5>image</h5> 
    272 <ol><p>the image.</p></ol> 
    273  
    274 <h5>exception</h5> 
    275 <ol><p>return any errors or warnings in this structure.</p></ol> 
    276  
    277  </div> 
    278 <h2><a href="http://www.imagemagick.org/api/MagickCore/color 
    279 _8c.html" target="source" name="IsHistogramImage">IsHistogramImage</a></h2> 
    280 <div class="doc-section"> 
    281  
    282 <p>IsHistogramImage() returns MagickTrue if the image has 1024 unique colors or less.</p></ol> 
    283  
    284 <p>The format of the IsHistogramImage method is:</p> 
    285  
    286 <pre class="code"> 
    287   MagickBooleanType IsHistogramImage(const Image *image, 
    288     ExceptionInfo *exception) 
    289 </pre> 
    290  
    291 <p>A description of each parameter follows.</p></ol> 
    292  
    293 <h5>image</h5> 
    294 <ol><p>the image.</p></ol> 
    295  
    296 <h5>exception</h5> 
    297 <ol><p>return any errors or warnings in this structure.</p></ol> 
    298  
    299  </div> 
    300 <h2><a href="http://www.imagemagick.org/api/MagickCore/color 
    301 _8c.html" target="source" name="IsMonochromeImage">IsMonochromeImage</a></h2> 
    302 <div class="doc-section"> 
    303  
    304 <p>IsMonochromeImage() returns MagickTrue if all the pixels in the image have the same red, green, and blue intensities and the intensity is either 0 or QuantumRange.</p></ol> 
    305  
    306 <p>The format of the IsMonochromeImage method is:</p> 
    307  
    308 <pre class="code"> 
    309   MagickBooleanType IsMonochromeImage(const Image *image, 
    310     ExceptionInfo *exception) 
    311 </pre> 
    312  
    313 <p>A description of each parameter follows:</p></ol> 
    314  
    315 <h5>image</h5> 
    316 <ol><p>the image.</p></ol> 
    317  
    318 <h5>exception</h5> 
    319 <ol><p>return any errors or warnings in this structure.</p></ol> 
    320  
    321  </div> 
    322 <h2><a href="http://www.imagemagick.org/api/MagickCore/color 
    323 _8c.html" target="source" name="IsOpaqueImage">IsOpaqueImage</a></h2> 
    324 <div class="doc-section"> 
    325  
    326 <p>IsOpaqueImage() returns MagickTrue if none of the pixels in the image have an opacity value other than opaque (0).</p></ol> 
    327  
    328 <p>The format of the IsOpaqueImage method is:</p> 
    329  
    330 <pre class="code"> 
    331   MagickBooleanType IsOpaqueImage(const Image *image, 
    332     ExceptionInfo *exception) 
    333 </pre> 
    334  
    335 <p>A description of each parameter follows:</p></ol> 
    336  
    337 <h5>image</h5> 
    338 <ol><p>the image.</p></ol> 
    339  
    340 <h5>exception</h5> 
    341 <ol><p>return any errors or warnings in this structure.</p></ol> 
    342  
    343  </div> 
    344 <h2><a href="http://www.imagemagick.org/api/MagickCore/color 
    345 _8c.html" target="source" name="IsPaletteImage">IsPaletteImage</a></h2> 
    346 <div class="doc-section"> 
    347  
    348 <p>IsPaletteImage() returns MagickTrue if the image is PseudoClass and has 256 unique colors or less.</p></ol> 
    349  
    350 <p>The format of the IsPaletteImage method is:</p> 
    351  
    352 <pre class="code"> 
    353   MagickBooleanType IsPaletteImage(const Image *image, 
    354     ExceptionInfo *exception) 
    355 </pre> 
    356  
    357 <p>A description of each parameter follows.</p></ol> 
    358  
    359 <h5>image</h5> 
    360 <ol><p>the image.</p></ol> 
    361  
    362 <h5>exception</h5> 
    363 <ol><p>return any errors or warnings in this structure.</p></ol> 
    364  
    365  </div> 
    366 <h2><a href="http://www.imagemagick.org/api/MagickCore/color 
    367 _8c.html" target="source" name="ListColorInfo">ListColorInfo</a></h2> 
    368 <div class="doc-section"> 
    369  
    370 <p>ListColorInfo() lists color names to the specified file.  Color names are a convenience.  Rather than defining a color by its red, green, and blue intensities just use a color name such as white, blue, or yellow.</p></ol> 
    371  
    372 <p>The format of the ListColorInfo method is:</p> 
    373  
    374 <pre class="code"> 
    375   MagickBooleanType ListColorInfo(FILE *file,ExceptionInfo *exception) 
    376 </pre> 
    377  
    378 <p>A description of each parameter follows.</p></ol> 
    379  
    380 <h5>file</h5> 
    381 <ol><p>List color names to this file handle.</p></ol> 
    382  
    383 <h5>exception</h5> 
    384 <ol><p>return any errors or warnings in this structure.</p></ol> 
    385  
    386  </div> 
    387 <h2><a href="http://www.imagemagick.org/api/MagickCore/color 
    388 _8c.html" target="source" name="LoadColorList">LoadColorList</a></h2> 
    389 <div class="doc-section"> 
    390  
    391 <p>LoadColorList() loads one or more color configuration file which provides a mapping between color attributes and a color name.</p></ol> 
    392  
    393 <p>The format of the LoadColorLists method is:</p> 
    394  
    395 <pre class="code"> 
    396   MagickBooleanType LoadColorLists(const char *filename, 
    397     ExceptionInfo *exception) 
    398 </pre> 
    399  
    400 <p>A description of each parameter follows:</p></ol> 
    401  
    402 <h5>filename</h5> 
    403 <ol><p>the font file name.</p></ol> 
    404  
    405 <h5>exception</h5> 
    406 <ol><p>return any errors or warnings in this structure.</p></ol> 
    407  
    408  </div> 
    409 <h2><a href="http://www.imagemagick.org/api/MagickCore/color 
    410 _8c.html" target="source" name="QueryColorDatabase">QueryColorDatabase</a></h2> 
    411 <div class="doc-section"> 
    412  
    413 <p>QueryColorDatabase() returns the red, green, blue, and opacity intensities for a given color name.</p></ol> 
    414  
    415 <p>The format of the QueryColorDatabase method is:</p> 
    416  
    417 <pre class="code"> 
    418   MagickBooleanType QueryColorDatabase(const char *name,PixelPacket *color, 
    419     ExceptionInfo *exception) 
    420 </pre> 
    421  
    422 <p>A description of each parameter follows:</p></ol> 
    423  
    424 <h5>name</h5> 
    425 <ol><p>the color name (e.g. white, blue, yellow).</p></ol> 
    426  
    427 <h5>color</h5> 
    428 <ol><p>the red, green, blue, and opacity intensities values of the named color in this structure.</p></ol> 
    429  
    430 <h5>exception</h5> 
    431 <ol><p>return any errors or warnings in this structure.</p></ol> 
    432  
    433  </div> 
    434 <h2><a href="http://www.imagemagick.org/api/MagickCore/color 
    435 _8c.html" target="source" name="QueryColorname">QueryColorname</a></h2> 
    436 <div class="doc-section"> 
    437  
    438 <p>QueryColorname() returns a named color for the given color intensity.  If an exact match is not found, a rgb() color is returned instead.</p></ol> 
    439  
    440 <p>The format of the QueryColorname method is:</p> 
    441  
    442 <pre class="code"> 
    443   MagickBooleanType QueryColorname(const Image *image, 
    444     const PixelPacket *color,const ComplianceType compliance,char *name, 
    445     ExceptionInfo *exception) 
    446 </pre> 
    447  
    448 <p>A description of each parameter follows.</p></ol> 
    449  
    450 <h5>image</h5> 
    451 <ol><p>the image.</p></ol> 
    452  
    453350<h5>color</h5> 
    454351<ol><p>the color intensities.</p></ol> 
    455352 
    456 <h5>compliance</h5> 
     353<h5>Compliance</h5> 
    457354<ol><p>Adhere to this color standard: SVG, X11, or XPM.</p></ol> 
    458355 
    459356<h5>name</h5> 
    460357<ol><p>Return the color name or hex value.</p></ol> 
    461  
    462 <h5>exception</h5> 
    463 <ol><p>return any errors or warnings in this structure.</p></ol> 
    464  
    465  </div> 
    466 <h2><a href="http://www.imagemagick.org/api/MagickCore/color 
    467 _8c.html" target="source" name="QueryMagickColor">QueryMagickColor</a></h2> 
    468 <div class="doc-section"> 
    469  
    470 <p>QueryMagickColor() returns the red, green, blue, and opacity intensities for a given color name.</p></ol> 
    471  
    472 <p>The format of the QueryMagickColor method is:</p> 
    473  
    474 <pre class="code"> 
    475   MagickBooleanType QueryMagickColor(const char *name, 
    476     MagickPixelPacket *color,ExceptionInfo *exception) 
    477 </pre> 
    478  
    479 <p>A description of each parameter follows:</p></ol> 
    480  
    481 <h5>name</h5> 
    482 <ol><p>the color name (e.g. white, blue, yellow).</p></ol> 
    483  
    484 <h5>color</h5> 
    485 <ol><p>the red, green, blue, and opacity intensities values of the named color in this structure.</p></ol> 
    486  
    487 <h5>exception</h5> 
    488 <ol><p>return any errors or warnings in this structure.</p></ol> 
    489  
    490  </div> 
    491 <h2><a href="http://www.imagemagick.org/api/MagickCore/color 
    492 _8c.html" target="source" name="QueryMagickColorname">QueryMagickColorname</a></h2> 
    493 <div class="doc-section"> 
    494  
    495 <p>QueryMagickColorname() returns a named color for the given color intensity. If an exact match is not found, a hex value is returned instead.  For example an intensity of rgb:(0,0,0) returns black whereas rgb:(223,223,223) returns #dfdfdf.</p></ol> 
    496  
    497 <p>The format of the QueryMagickColorname method is:</p> 
    498  
    499 <pre class="code"> 
    500   MagickBooleanType QueryMagickColorname(const Image *image, 
    501     const PixelPacket *color,const ComplianceType compliance,char *name, 
    502     ExceptionInfo *exception) 
    503 </pre> 
    504  
    505 <p>A description of each parameter follows.</p></ol> 
    506  
    507 <h5>image</h5> 
    508 <ol><p>the image.</p></ol> 
    509  
    510 <h5>color</h5> 
    511 <ol><p>the color intensities.</p></ol> 
    512  
    513 <h5>Compliance</h5> 
    514 <ol><p>Adhere to this color standard: SVG, X11, or XPM.</p></ol> 
    515  
    516 <h5>name</h5> 
    517 <ol><p>Return the color name or hex value.</p></ol> 
    518  
    519 <h5>exception</h5> 
    520 <ol><p>return any errors or warnings in this structure.</p></ol> 
    521  
    522  </div> 
    523 <h2><a href="http://www.imagemagick.org/api/MagickCore/color 
    524 _8c.html" target="source" name="UniqueImageColors">UniqueImageColors</a></h2> 
    525 <div class="doc-section"> 
    526  
    527 <p>UniqueImageColors() returns the unique colors of an image.</p></ol> 
    528  
    529 <p>The format of the UniqueImageColors method is:</p> 
    530  
    531 <pre class="code"> 
    532   Image *UniqueImageColors(const Image *image,ExceptionInfo *exception) 
    533 </pre> 
    534  
    535 <p>A description of each parameter follows.</p></ol> 
    536  
    537 <h5>image</h5> 
    538 <ol><p>the image.</p></ol> 
    539358 
    540359<h5>exception</h5> 
  • ImageMagick/trunk/www/api/compare.html

    r349 r397  
    326326      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    327327      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    328     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     328    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    329329    </span> 
    330330    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/composite.html

    r349 r397  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/deprecate.html

    r349 r397  
    25982598      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    25992599      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    2600     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     2600    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    26012601    </span> 
    26022602    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/distort.html

    r349 r397  
    258258      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    259259      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    260     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     260    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    261261    </span> 
    262262    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/draw.html

    r349 r397  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     126   <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/drawing-wand.html

    r349 r397  
    30683068      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    30693069      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    3070     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     3070    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    30713071    </span> 
    30723072    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/effect.html

    r349 r397  
    689689      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    690690      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    691     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     691    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    692692    </span> 
    693693    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/enhance.html

    r332 r397  
    696696      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    697697      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    698     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     698    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    699699    </span> 
    700700    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/exception.html

    r349 r397  
    466466      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    467467      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    468     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     468    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    469469    </span> 
    470470    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/fx.html

    r349 r397  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/histogram.html

    r349 r397  
    152152<div class="main"> 
    153153 
    154 <p class="navigation-index">[<a href="#MinMaxStretchImage">MinMaxStretchImage</a>]</p> 
    155  
     154<p class="navigation-index">[<a href="#GetImageHistogram">GetImageHistogram</a> &bull; <a href="#IsHistogramImage">IsHistogramImage</a> &bull; <a href="#IsPaletteImage">IsPaletteImage</a> &bull; <a href="#MinMaxStretchImage">MinMaxStretchImage</a> &bull; <a href="#GetNumberColors">GetNumberColors</a> &bull; <a href="#UniqueImageColors">UniqueImageColors</a>]</p> 
     155 
     156<h2><a href="http://www.imagemagick.org/api/MagickCore/histogram 
     157_8c.html" target="source" name="GetImageHistogram">GetImageHistogram</a></h2> 
     158<div class="doc-section"> 
     159 
     160<p>GetImageHistogram() returns the unique colors in an image.</p></ol> 
     161 
     162<p>The format of the GetImageHistogram method is:</p> 
     163 
     164<pre class="code"> 
     165  unsigned long GetImageHistogram(const Image *image, 
     166    unsigned long *number_colors,ExceptionInfo *exception) 
     167</pre> 
     168 
     169<p>A description of each parameter follows.</p></ol> 
     170 
     171<h5>image</h5> 
     172<ol><p>the image.</p></ol> 
     173 
     174<h5>file</h5> 
     175<ol><p>Write a histogram of the color distribution to this file handle.</p></ol> 
     176 
     177<h5>exception</h5> 
     178<ol><p>return any errors or warnings in this structure.</p></ol> 
     179 
     180 </div> 
     181<h2><a href="http://www.imagemagick.org/api/MagickCore/histogram 
     182_8c.html" target="source" name="IsHistogramImage">IsHistogramImage</a></h2> 
     183<div class="doc-section"> 
     184 
     185<p>IsHistogramImage() returns MagickTrue if the image has 1024 unique colors or less.</p></ol> 
     186 
     187<p>The format of the IsHistogramImage method is:</p> 
     188 
     189<pre class="code"> 
     190  MagickBooleanType IsHistogramImage(const Image *image, 
     191    ExceptionInfo *exception) 
     192</pre> 
     193 
     194<p>A description of each parameter follows.</p></ol> 
     195 
     196<h5>image</h5> 
     197<ol><p>the image.</p></ol> 
     198 
     199<h5>exception</h5> 
     200<ol><p>return any errors or warnings in this structure.</p></ol> 
     201 
     202 </div> 
     203<h2><a href="http://www.imagemagick.org/api/MagickCore/histogram 
     204_8c.html" target="source" name="IsPaletteImage">IsPaletteImage</a></h2> 
     205<div class="doc-section"> 
     206 
     207<p>IsPaletteImage() returns MagickTrue if the image is PseudoClass and has 256 unique colors or less.</p></ol> 
     208 
     209<p>The format of the IsPaletteImage method is:</p> 
     210 
     211<pre class="code"> 
     212  MagickBooleanType IsPaletteImage(const Image *image, 
     213    ExceptionInfo *exception) 
     214</pre> 
     215 
     216<p>A description of each parameter follows.</p></ol> 
     217 
     218<h5>image</h5> 
     219<ol><p>the image.</p></ol> 
     220 
     221<h5>exception</h5> 
     222<ol><p>return any errors or warnings in this structure.</p></ol> 
     223 
     224 </div> 
    156225<h2><a href="http://www.imagemagick.org/api/MagickCore/histogram 
    157226_8c.html" target="source" name="MinMaxStretchImage">MinMaxStretchImage</a></h2> 
     
    184253<h5>black_adjust, white_adjust</h5> 
    185254<ol><p>Move the Black/White Point inward from the minimum and maximum points by this color value.</p></ol> 
     255 
     256 </div> 
     257<h2><a href="http://www.imagemagick.org/api/MagickCore/histogram 
     258_8c.html" target="source" name="GetNumberColors">GetNumberColors</a></h2> 
     259<div class="doc-section"> 
     260 
     261<p>GetNumberColors() returns the number of unique colors in an image.</p></ol> 
     262 
     263<p>The format of the GetNumberColors method is:</p> 
     264 
     265<pre class="code"> 
     266  unsigned long GetNumberColors(const Image *image,FILE *file, 
     267    ExceptionInfo *exception) 
     268</pre> 
     269 
     270<p>A description of each parameter follows.</p></ol> 
     271 
     272<h5>image</h5> 
     273<ol><p>the image.</p></ol> 
     274 
     275<h5>file</h5> 
     276<ol><p>Write a histogram of the color distribution to this file handle.</p></ol> 
     277 
     278<h5>exception</h5> 
     279<ol><p>return any errors or warnings in this structure.</p></ol> 
     280 
     281 </div> 
     282<h2><a href="http://www.imagemagick.org/api/MagickCore/histogram 
     283_8c.html" target="source" name="UniqueImageColors">UniqueImageColors</a></h2> 
     284<div class="doc-section"> 
     285 
     286<p>UniqueImageColors() returns the unique colors of an image.</p></ol> 
     287 
     288<p>The format of the UniqueImageColors method is:</p> 
     289 
     290<pre class="code"> 
     291  Image *UniqueImageColors(const Image *image,ExceptionInfo *exception) 
     292</pre> 
     293 
     294<p>A description of each parameter follows.</p></ol> 
     295 
     296<h5>image</h5> 
     297<ol><p>the image.</p></ol> 
     298 
     299<h5>exception</h5> 
     300<ol><p>return any errors or warnings in this structure.</p></ol> 
    186301 
    187302 </div> 
     
    194309      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    195310      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    196     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     311    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    197312    </span> 
    198313    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/image.html

    r349 r397  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    152152<div class="main"> 
    153153 
    154 <p class="navigation-index">[<a href="#AcquireImage">AcquireImage</a> &bull; <a href="#AcquireImageColormap">AcquireImageColormap</a> &bull; <a href="#AcquireImageInfo">AcquireImageInfo</a> &bull; <a href="#AcquireNextImage">AcquireNextImage</a> &bull; <a href="#AppendImages">AppendImages</a> &bull; <a href="#CatchImageException">CatchImageException</a> &bull; <a href="#ClipImagePath">ClipImagePath</a> &bull; <a href="#CloneImage">CloneImage</a> &bull; <a href="#CloneImageInfo">CloneImageInfo</a> &bull; <a href="#CombineImages">CombineImages</a> &bull; <a href="#DestroyImage">DestroyImage</a> &bull; <a href="#DestroyImageInfo">DestroyImageInfo</a> &bull; <a href="#GetImageAlphaChannel">GetImageAlphaChannel</a> &bull; <a href="#GetImageClipMask">GetImageClipMask</a> &bull; <a href="#GetImageException">GetImageException</a> &bull; <a href="#GetImageInfo">GetImageInfo</a> &bull; <a href="#GetImageMask">GetImageMask</a> &bull; <a href="#GetImageType">GetImageType</a> &bull; <a href="#GetImageVirtualPixelMethod">GetImageVirtualPixelMethod</a> &bull; <a href="#InterpretImageFilename">InterpretImageFilename</a> &bull; <a href="#IsHighDynamicRangeImage">IsHighDynamicRangeImage</a> &bull; <a href="#IsImageObject">IsImageObject</a> &bull; <a href="#IsTaintImage">IsTaintImage</a> &bull; <a href="#ModifyImage">ModifyImage</a> &bull; <a href="#NewMagickImage">NewMagickImage</a> &bull; <a href="#ReferenceImage">ReferenceImage</a> &bull; <a href="#ResetImagePage">ResetImagePage</a> &bull; <a href="#SeparateImageChannel">SeparateImageChannel</a> &bull; <a href="#SeparateImages">SeparateImages</a> &bull; <a href="#SetImageAlphaChannel">SetImageAlphaChannel</a> &bull; <a href="#SetImageBackgroundColor">SetImageBackgroundColor</a> &bull; <a href="#SetImageStorageClass">SetImageStorageClass</a> &bull; <a href="#SetImageClipMask">SetImageClipMask</a> &bull; <a href="#SetImageExtent">SetImageExtent</a> &bull; <a href="#SetImageInfoBlob">SetImageInfoBlob</a> &bull; <a href="#SetImageInfoFile">SetImageInfoFile</a> &bull; <a href="#SetImageMask">SetImageMask</a> &bull; <a href="#SetImageOpacity">SetImageOpacity</a> &bull; <a href="#SetImageType">SetImageType</a> &bull; <a href="#SetImageVirtualPixelMethod">SetImageVirtualPixelMethod</a> &bull; <a href="#StripImage">StripImage</a>]</p> 
     154<p class="navigation-index">[<a href="#AcquireImage">AcquireImage</a> &bull; <a href="#AcquireImageColormap">AcquireImageColormap</a> &bull; <a href="#AcquireImageInfo">AcquireImageInfo</a> &bull; <a href="#AcquireNextImage">AcquireNextImage</a> &bull; <a href="#AppendImages">AppendImages</a> &bull; <a href="#CatchImageException">CatchImageException</a> &bull; <a href="#ClipImagePath">ClipImagePath</a> &bull; <a href="#CloneImage">CloneImage</a> &bull; <a href="#CloneImageInfo">CloneImageInfo</a> &bull; <a href="#CombineImages">CombineImages</a> &bull; <a href="#DestroyImage">DestroyImage</a> &bull; <a href="#DestroyImageInfo">DestroyImageInfo</a> &bull; <a href="#GetImageAlphaChannel">GetImageAlphaChannel</a> &bull; <a href="#GetImageClipMask">GetImageClipMask</a> &bull; <a href="#GetImageException">GetImageException</a> &bull; <a href="#GetImageInfo">GetImageInfo</a> &bull; <a href="#GetImageMask">GetImageMask</a> &bull; <a href="#GetImageVirtualPixelMethod">GetImageVirtualPixelMethod</a> &bull; <a href="#InterpretImageFilename">InterpretImageFilename</a> &bull; <a href="#IsHighDynamicRangeImage">IsHighDynamicRangeImage</a> &bull; <a href="#IsImageObject">IsImageObject</a> &bull; <a href="#IsTaintImage">IsTaintImage</a> &bull; <a href="#ModifyImage">ModifyImage</a> &bull; <a href="#NewMagickImage">NewMagickImage</a> &bull; <a href="#ReferenceImage">ReferenceImage</a> &bull; <a href="#ResetImagePage">ResetImagePage</a> &bull; <a href="#SeparateImageChannel">SeparateImageChannel</a> &bull; <a href="#SeparateImages">SeparateImages</a> &bull; <a href="#SetImageAlphaChannel">SetImageAlphaChannel</a> &bull; <a href="#SetImageBackgroundColor">SetImageBackgroundColor</a> &bull; <a href="#SetImageStorageClass">SetImageStorageClass</a> &bull; <a href="#SetImageClipMask">SetImageClipMask</a> &bull; <a href="#SetImageExtent">SetImageExtent</a> &bull; <a href="#SetImageInfoBlob">SetImageInfoBlob</a> &bull; <a href="#SetImageInfoFile">SetImageInfoFile</a> &bull; <a href="#SetImageMask">SetImageMask</a> &bull; <a href="#SetImageOpacity">SetImageOpacity</a> &bull; <a href="#SetImageType">SetImageType</a> &bull; <a href="#SetImageVirtualPixelMethod">SetImageVirtualPixelMethod</a> &bull; <a href="#StripImage">StripImage</a>]</p> 
    155155 
    156156<h2><a href="http://www.imagemagick.org/api/MagickCore/image 
     
    497497<h5>image</h5> 
    498498<ol><p>the image.</p></ol> 
    499  
    500  </div> 
    501 <h2><a href="http://www.imagemagick.org/api/MagickCore/image 
    502 _8c.html" target="source" name="GetImageType">GetImageType</a></h2> 
    503 <div class="doc-section"> 
    504  
    505 <p>GetImageType() returns the potential type of image:</p></ol> 
    506  
    507 <p>Bilevel         Grayscale        GrayscaleMatte Palette         PaletteMatte     TrueColor TrueColorMatte  ColorSeparation  ColorSeparationMatte</p></ol> 
    508  
    509 <p>To ensure the image type matches its potential, use SetImageType():</p> 
    510  
    511 <pre class="text"> 
    512       (void) SetImageType(image,GetImageType(image)); 
    513 </pre> 
    514  
    515 <p>The format of the GetImageType method is:</p> 
    516  
    517 <pre class="code"> 
    518   ImageType GetImageType(const Image *image,ExceptionInfo *exception) 
    519 </pre> 
    520  
    521 <p>A description of each parameter follows:</p></ol> 
    522  
    523 <h5>image</h5> 
    524 <ol><p>the image.</p></ol> 
    525  
    526 <h5>exception</h5> 
    527 <ol><p>return any errors or warnings in this structure.</p></ol> 
    528499 
    529500 </div> 
     
    10381009      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    10391010      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    1040     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     1011    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    10411012    </span> 
    10421013    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/layer.html

    r349 r397  
    448448      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    449449      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    450     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     450    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    451451    </span> 
    452452    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/list.html

    r323 r397  
    646646      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    647647      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    648     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     648    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    649649    </span> 
    650650    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/magick-image.html

    r349 r397  
    63366336      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    63376337      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    6338     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     6338    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    63396339    </span> 
    63406340    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/magick-property.html

    r349 r397  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    152152<div class="main"> 
    153153 
    154 <p class="navigation-index">[<a href="#MagickDeleteImageProperty">MagickDeleteImageProperty</a> &bull; <a href="#MagickDeleteOption">MagickDeleteOption</a> &bull; <a href="#MagickGetAntialias">MagickGetAntialias</a> &bull; <a href="#MagickGetBackgroundColor">MagickGetBackgroundColor</a> &bull; <a href="#MagickGetColorspace">MagickGetColorspace</a> &bull; <a href="#MagickGetCompression">MagickGetCompression</a> &bull; <a href="#MagickGetCompressionQuality">MagickGetCompressionQuality</a> &bull; <a href="#MagickGetCopyright">MagickGetCopyright</a> &bull; <a href="#MagickGetFilename">MagickGetFilename</a> &bull; <a href="#MagickGetFont">MagickGetFont</a> &bull; <a href="#MagickGetFormat">MagickGetFormat</a> &bull; <a href="#MagickGetGravity">MagickGetGravity</a> &bull; <a href="#MagickGetHomeURL">MagickGetHomeURL</a> &bull; <a href="#MagickGetImageProfile">MagickGetImageProfile</a> &bull; <a href="#MagickGetImageProfiles">MagickGetImageProfiles</a> &bull; <a href="#MagickGetImageProperty">MagickGetImageProperty</a> &bull; <a href="#MagickGetImageProperties">MagickGetImageProperties</a> &bull; <a href="#MagickGetInterlaceScheme">MagickGetInterlaceScheme</a> &bull; <a href="#MagickGetInterpolateMethod">MagickGetInterpolateMethod</a> &bull; <a href="#MagickGetOption">MagickGetOption</a> &bull; <a href="#MagickGetOptions">MagickGetOptions</a> &bull; <a href="#MagickGetOrientation">MagickGetOrientation</a> &bull; <a href="#MagickGetPackageName">MagickGetPackageName</a> &bull; <a href="#MagickGetPage">MagickGetPage</a> &bull; <a href="#MagickGetPointsize">MagickGetPointsize</a> &bull; <a href="#MagickGetQuantumDepth">MagickGetQuantumDepth</a> &bull; <a href="#MagickGetQuantumRange">MagickGetQuantumRange</a> &bull; <a href="#MagickGetReleaseDate">MagickGetReleaseDate</a> &bull; <a href="#MagickGetResource">MagickGetResource</a> &bull; <a href="#MagickGetResourceLimit">MagickGetResourceLimit</a> &bull; <a href="#MagickGetSamplingFactors">MagickGetSamplingFactors</a> &bull; <a href="#MagickGetSize">MagickGetSize</a> &bull; <a href="#MagickGetSizeOffset">MagickGetSizeOffset</a> &bull; <a href="#MagickGetType">MagickGetType</a> &bull; <a href="#MagickGetVersion">MagickGetVersion</a> &bull; <a href="#MagickProfileImage">MagickProfileImage</a> &bull; <a href="#MagickRemoveImageProfile">MagickRemoveImageProfile</a> &bull; <a href="#MagickSetAntialias">MagickSetAntialias</a> &bull; <a href="#MagickSetBackgroundColor">MagickSetBackgroundColor</a> &bull; <a href="#MagickSetColorspace">MagickSetColorspace</a> &bull; <a href="#MagickSetCompression">MagickSetCompression</a> &bull; <a href="#MagickSetCompressionQuality">MagickSetCompressionQuality</a> &bull; <a href="#MagickSetDepth">MagickSetDepth</a> &bull; <a href="#MagickSetExtract">MagickSetExtract</a> &bull; <a href="#MagickSetFilename">MagickSetFilename</a> &bull; <a href="#MagickSetFont">MagickSetFont</a> &bull; <a href="#MagickSetFormat">MagickSetFormat</a> &bull; <a href="#MagickSetGravity">MagickSetGravity</a> &bull; <a href="#MagickSetImageProfile">MagickSetImageProfile</a> &bull; <a href="#MagickSetImageProperty">MagickSetImageProperty</a> &bull; <a href="#MagickSetInterlaceScheme">MagickSetInterlaceScheme</a> &bull; <a href="#MagickSetInterpolateMethod">MagickSetInterpolateMethod</a> &bull; <a href="#MagickSetOption">MagickSetOption</a> &bull; <a href="#MagickSetOrientation">MagickSetOrientation</a> &bull; <a href="#MagickSetPage">MagickSetPage</a> &bull; <a href="#MagickSetPassphrase">MagickSetPassphrase</a> &bull; <a href="#MagickSetPointsize">MagickSetPointsize</a> &bull; <a href="#MagickSetProgressMonitor">MagickSetProgressMonitor</a> &bull; <a href="#MagickSetResourceLimit">MagickSetResourceLimit</a> &bull; <a href="#MagickSetResolution">MagickSetResolution</a> &bull; <a href="#MagickSetSamplingFactors">MagickSetSamplingFactors</a> &bull; <a href="#MagickSetSize">MagickSetSize</a> &bull; <a href="#MagickSetSizeOffset">MagickSetSizeOffset</a> &bull; <a href="#MagickSetType">MagickSetType</a>]</p> 
    155  
     154<p class="navigation-index">[<a href="#MagickDeleteImageArtifact">MagickDeleteImageArtifact</a> &bull; <a href="#MagickDeleteImageProperty">MagickDeleteImageProperty</a> &bull; <a href="#MagickDeleteOption">MagickDeleteOption</a> &bull; <a href="#MagickGetAntialias">MagickGetAntialias</a> &bull; <a href="#MagickGetBackgroundColor">MagickGetBackgroundColor</a> &bull; <a href="#MagickGetColorspace">MagickGetColorspace</a> &bull; <a href="#MagickGetCompression">MagickGetCompression</a> &bull; <a href="#MagickGetCompressionQuality">MagickGetCompressionQuality</a> &bull; <a href="#MagickGetCopyright">MagickGetCopyright</a> &bull; <a href="#MagickGetFilename">MagickGetFilename</a> &bull; <a href="#MagickGetFont">MagickGetFont</a> &bull; <a href="#MagickGetFormat">MagickGetFormat</a> &bull; <a href="#MagickGetGravity">MagickGetGravity</a> &bull; <a href="#MagickGetHomeURL">MagickGetHomeURL</a> &bull; <a href="#MagickGetImageArtifact">MagickGetImageArtifact</a> &bull; <a href="#MagickGetImageArtifacts">MagickGetImageArtifacts</a> &bull; <a href="#MagickGetImageProfile">MagickGetImageProfile</a> &bull; <a href="#MagickGetImageProfiles">MagickGetImageProfiles</a> &bull; <a href="#MagickGetImageProperty">MagickGetImageProperty</a> &bull; <a href="#MagickGetImageProperties">MagickGetImageProperties</a> &bull; <a href="#MagickGetInterlaceScheme">MagickGetInterlaceScheme</a> &bull; <a href="#MagickGetInterpolateMethod">MagickGetInterpolateMethod</a> &bull; <a href="#MagickGetOption">MagickGetOption</a> &bull; <a href="#MagickGetOptions">MagickGetOptions</a> &bull; <a href="#MagickGetOrientation">MagickGetOrientation</a> &bull; <a href="#MagickGetPackageName">MagickGetPackageName</a> &bull; <a href="#MagickGetPage">MagickGetPage</a> &bull; <a href="#MagickGetPointsize">MagickGetPointsize</a> &bull; <a href="#MagickGetQuantumDepth">MagickGetQuantumDepth</a> &bull; <a href="#MagickGetQuantumRange">MagickGetQuantumRange</a> &bull; <a href="#MagickGetReleaseDate">MagickGetReleaseDate</a> &bull; <a href="#MagickGetResource">MagickGetResource</a> &bull; <a href="#MagickGetResourceLimit">MagickGetResourceLimit</a> &bull; <a href="#MagickGetSamplingFactors">MagickGetSamplingFactors</a> &bull; <a href="#MagickGetSize">MagickGetSize</a> &bull; <a href="#MagickGetSizeOffset">MagickGetSizeOffset</a> &bull; <a href="#MagickGetType">MagickGetType</a> &bull; <a href="#MagickGetVersion">MagickGetVersion</a> &bull; <a href="#MagickProfileImage">MagickProfileImage</a> &bull; <a href="#MagickRemoveImageProfile">MagickRemoveImageProfile</a> &bull; <a href="#MagickSetAntialias">MagickSetAntialias</a> &bull; <a href="#MagickSetBackgroundColor">MagickSetBackgroundColor</a> &bull; <a href="#MagickSetColorspace">MagickSetColorspace</a> &bull; <a href="#MagickSetCompression">MagickSetCompression</a> &bull; <a href="#MagickSetCompressionQuality">MagickSetCompressionQuality</a> &bull; <a href="#MagickSetDepth">MagickSetDepth</a> &bull; <a href="#MagickSetExtract">MagickSetExtract</a> &bull; <a href="#MagickSetFilename">MagickSetFilename</a> &bull; <a href="#MagickSetFont">MagickSetFont</a> &bull; <a href="#MagickSetFormat">MagickSetFormat</a> &bull; <a href="#MagickSetGravity">MagickSetGravity</a> &bull; <a href="#MagickSetImageArtifact">MagickSetImageArtifact</a> &bull; <a href="#MagickSetImageProfile">MagickSetImageProfile</a> &bull; <a href="#MagickSetImageProperty">MagickSetImageProperty</a> &bull; <a href="#MagickSetInterlaceScheme">MagickSetInterlaceScheme</a> &bull; <a href="#MagickSetInterpolateMethod">MagickSetInterpolateMethod</a> &bull; <a href="#MagickSetOption">MagickSetOption</a> &bull; <a href="#MagickSetOrientation">MagickSetOrientation</a> &bull; <a href="#MagickSetPage">MagickSetPage</a> &bull; <a href="#MagickSetPassphrase">MagickSetPassphrase</a> &bull; <a href="#MagickSetPointsize">MagickSetPointsize</a> &bull; <a href="#MagickSetProgressMonitor">MagickSetProgressMonitor</a> &bull; <a href="#MagickSetResourceLimit">MagickSetResourceLimit</a> &bull; <a href="#MagickSetResolution">MagickSetResolution</a> &bull; <a href="#MagickSetSamplingFactors">MagickSetSamplingFactors</a> &bull; <a href="#MagickSetSize">MagickSetSize</a> &bull; <a href="#MagickSetSizeOffset">MagickSetSizeOffset</a> &bull; <a href="#MagickSetType">MagickSetType</a>]</p> 
     155 
     156<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property 
     157_8c.html" target="source" name="MagickDeleteImageArtifact">MagickDeleteImageArtifact</a></h2> 
     158<div class="doc-section"> 
     159 
     160<p>MagickDeleteImageArtifact() deletes a wand artifact.</p></ol> 
     161 
     162<p>The format of the MagickDeleteImageArtifact method is:</p> 
     163 
     164<pre class="code"> 
     165  MagickBooleanType MagickDeleteImageArtifact(MagickWand *wand, 
     166    const char *artifact) 
     167</pre> 
     168 
     169<p>A description of each parameter follows:</p></ol> 
     170 
     171<h5>image</h5> 
     172<ol><p>the image.</p></ol> 
     173 
     174<h5>artifact</h5> 
     175<ol><p>the image artifact.</p></ol> 
     176 
     177 </div> 
    156178<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property 
    157179_8c.html" target="source" name="MagickDeleteImageProperty">MagickDeleteImageProperty</a></h2> 
     
    384406  char *MagickGetHomeURL(void) 
    385407</pre> 
     408 
     409 </div> 
     410<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property 
     411_8c.html" target="source" name="MagickGetImageArtifact">MagickGetImageArtifact</a></h2> 
     412<div class="doc-section"> 
     413 
     414<p>MagickGetImageArtifact() returns a value associated with the specified artifact.  Use MagickRelinquishMemory() to free the value when you are finished with it.</p></ol> 
     415 
     416<p>The format of the MagickGetImageArtifact method is:</p> 
     417 
     418<pre class="code"> 
     419  char *MagickGetImageArtifact(MagickWand *wand,const char *artifact) 
     420</pre> 
     421 
     422<p>A description of each parameter follows:</p></ol> 
     423 
     424<h5>wand</h5> 
     425<ol><p>the magick wand.</p></ol> 
     426 
     427<h5>artifact</h5> 
     428<ol><p>the artifact.</p></ol> 
     429 
     430 </div> 
     431<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property 
     432_8c.html" target="source" name="MagickGetImageArtifacts">MagickGetImageArtifacts</a></h2> 
     433<div class="doc-section"> 
     434 
     435<p>MagickGetImageArtifacts() returns all the artifact names that match the specified pattern associated with a wand.  Use MagickGetImageProperty() to return the value of a particular artifact.  Use MagickRelinquishMemory() to free the value when you are finished with it.</p></ol> 
     436 
     437<p>The format of the MagickGetImageArtifacts method is:</p> 
     438 
     439<pre class="code"> 
     440  char *MagickGetImageArtifacts(MagickWand *wand, 
     441    const char *pattern,unsigned long *number_artifacts) 
     442</pre> 
     443 
     444<p>A description of each parameter follows:</p></ol> 
     445 
     446<h5>wand</h5> 
     447<ol><p>the magick wand.</p></ol> 
     448 
     449<h5>pattern</h5> 
     450<ol><p>Specifies a pointer to a text string containing a pattern.</p></ol> 
     451 
     452<h5>number_artifacts</h5> 
     453<ol><p>the number artifacts associated with this wand.</p></ol> 
    386454 
    387455 </div> 
     
    11251193<h5>type</h5> 
    11261194<ol><p>the gravity type.</p></ol> 
     1195 
     1196 </div> 
     1197<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property 
     1198_8c.html" target="source" name="MagickSetImageArtifact">MagickSetImageArtifact</a></h2> 
     1199<div class="doc-section"> 
     1200 
     1201<p>MagickSetImageArtifact() associates a artifact with an image.</p></ol> 
     1202 
     1203<p>The format of the MagickSetImageArtifact method is:</p> 
     1204 
     1205<pre class="code"> 
     1206  MagickBooleanType MagickSetImageArtifact(MagickWand *wand, 
     1207    const char *artifact,const char *value) 
     1208</pre> 
     1209 
     1210<p>A description of each parameter follows:</p></ol> 
     1211 
     1212<h5>wand</h5> 
     1213<ol><p>the magick wand.</p></ol> 
     1214 
     1215<h5>artifact</h5> 
     1216<ol><p>the artifact.</p></ol> 
     1217 
     1218<h5>value</h5> 
     1219<ol><p>the value.</p></ol> 
    11271220 
    11281221 </div> 
  • ImageMagick/trunk/www/api/magick-wand.html

    r332 r397  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/magick.html

    r332 r397  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     126   <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/memory.html

    r332 r397  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/module.html

    r349 r397  
    152152<div class="main"> 
    153153 
    154 <p class="navigation-index">[<a href="#AcquireModuleInfo">AcquireModuleInfo</a> &bull; <a href="#DestroyModuleList">DestroyModuleList</a> &bull; <a href="#GetModuleInfo">GetModuleInfo</a> &bull; <a href="#GetModuleInfoList">GetModuleInfoList</a> &bull; <a href="#GetModuleList">GetModuleList</a> &bull; <a href="#GetMagickModulePath">GetMagickModulePath</a> &bull; <a href="#InvokeDynamicImageFilter">InvokeDynamicImageFilter</a> &bull; <a href="#ListModuleInfo">ListModuleInfo</a> &bull; <a href="#OpenModule">OpenModule</a> &bull; <a href="#OpenModules">OpenModules</a> &bull; <a href="#RegisterModule">RegisterModule</a> &bull; <a href="#TagToCoderModuleName">TagToCoderModuleName</a> &bull; <a href="#TagToFilterModuleName">TagToFilterModuleName</a> &bull; <a href="#TagToModuleName">TagToModuleName</a> &bull; <a href="#UnregisterModule">UnregisterModule</a>]</p> 
     154<p class="navigation-index">[<a href="#AcquireModuleInfo">AcquireModuleInfo</a> &bull; <a href="#DestroyModuleList">DestroyModuleList</a> &bull; <a href="#GetModuleInfo">GetModuleInfo</a> &bull; <a href="#GetModuleInfoList">GetModuleInfoList</a> &bull; <a href="#GetModuleList">GetModuleList</a> &bull; <a href="#GetMagickModulePath">GetMagickModulePath</a> &bull; <a href="#InitializeModuleList">InitializeModuleList</a> &bull; <a href="#InvokeDynamicImageFilter">InvokeDynamicImageFilter</a> &bull; <a href="#ListModuleInfo">ListModuleInfo</a> &bull; <a href="#OpenModule">OpenModule</a> &bull; <a href="#OpenModules">OpenModules</a> &bull; <a href="#RegisterModule">RegisterModule</a> &bull; <a href="#TagToCoderModuleName">TagToCoderModuleName</a> &bull; <a href="#TagToFilterModuleName">TagToFilterModuleName</a> &bull; <a href="#TagToModuleName">TagToModuleName</a> &bull; <a href="#UnregisterModule">UnregisterModule</a>]</p> 
    155155 
    156156<h2><a href="http://www.imagemagick.org/api/MagickCore/module 
     
    282282<h5>path</h5> 
    283283<ol><p>the path associated with the filename.</p></ol> 
     284 
     285<h5>exception</h5> 
     286<ol><p>return any errors or warnings in this structure.</p></ol> 
     287 
     288 </div> 
     289<h2><a href="http://www.imagemagick.org/api/MagickCore/module 
     290_8c.html" target="source" name="InitializeModuleList">InitializeModuleList</a></h2> 
     291<div class="doc-section"> 
     292 
     293<p>InitializeModuleList() initializes the module loader.</p></ol> 
     294 
     295<p>The format of the InitializeModuleList() method is:</p> 
     296 
     297<pre class="code"> 
     298  InitializeModuleList(Exceptioninfo *exception) 
     299</pre> 
     300 
     301<p>A description of each parameter follows.</p></ol> 
    284302 
    285303<h5>exception</h5> 
  • ImageMagick/trunk/www/api/monitor.html

    r318 r397  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/paint.html

    r332 r397  
    327327      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    328328      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    329     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     329    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    330330    </span> 
    331331    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/pixel-iterator.html

    r349 r397  
    507507      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    508508      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    509     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     509    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    510510    </span> 
    511511    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/pixel-view.html

    r349 r397  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    568568      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    569569      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    570     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     570    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    571571    </span> 
    572572    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/profile.html

    r349 r397  
    377377      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    378378      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    379     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     379    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    380380    </span> 
    381381    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/property.html

    r332 r397  
    398398      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    399399      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    400     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     400    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    401401    </span> 
    402402    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/registry.html

    r349 r397  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    315315      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    316316      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    317     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     317    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    318318    </span> 
    319319    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/resize.html

    r332 r397  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/resource.html

    r323 r397  
    322322      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    323323      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    324     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     324    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    325325    </span> 
    326326    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/segment.html

    r349 r397  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    194194      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    195195      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    196     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     196    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    197197    </span> 
    198198    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/shear.html

    r349 r397  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     126   <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    266266      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    267267      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    268     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     268    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    269269    </span> 
    270270    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/signature.html

    r349 r397  
    180180      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    181181      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    182     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     182    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    183183    </span> 
    184184    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/transform.html

    r349 r397  
    498498      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    499499      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    500     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     500    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    501501    </span> 
    502502    <span id="linkbar-east">&nbsp;</span>