%global VERSION 6.6.7
-%global Patchlevel 6
+%global Patchlevel 7
Name: ImageMagick
Version: %{VERSION}
<configuremap>
<configure name="NAME" value="ImageMagick"/>
<configure name="LIB_VERSION" value="0x667"/>
- <configure name="LIB_VERSION_NUMBER" value="6,6,7,6"/>
- <configure name="RELEASE_DATE" value="2011-02-06"/>
+ <configure name="LIB_VERSION_NUMBER" value="6,6,7,7"/>
+ <configure name="RELEASE_DATE" value="2011-02-07"/>
<configure name="CONFIGURE" value="./configure "/>
<configure name="PREFIX" value="/usr/local"/>
<configure name="EXEC-PREFIX" value="/usr/local"/>
<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><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
#! /bin/sh
# libtool - Provide generalized library-building support services.
-# Generated automatically by config.status (ImageMagick) 6.6.7-6
+# Generated automatically by config.status (ImageMagick) 6.6.7-7
# Libtool was configured on host magick.imagemagick.org:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
#define MagickLibVersion 0x667
#define MagickLibVersionText "6.6.7"
#define MagickLibVersionNumber 4,0,1
-#define MagickLibAddendum "-6"
+#define MagickLibAddendum "-7"
#define MagickLibInterface 4
#define MagickLibMinInterface 4
-#define MagickReleaseDate "2011-02-06"
-#define MagickChangeDate "20110206"
+#define MagickReleaseDate "2011-02-07"
+#define MagickChangeDate "20110207"
#define MagickAuthoritativeURL "http://www.imagemagick.org"
#if defined(MAGICKCORE_OPENMP_SUPPORT)
#define MagickOpenMPFeature "OpenMP "
# PACKAGE_NAME (e.g. "1.0.0").
PACKAGE_VERSION='6.6.7'
PACKAGE_LIB_VERSION="0x667"
-PACKAGE_RELEASE="6"
+PACKAGE_RELEASE="7"
PACKAGE_LIB_VERSION_NUMBER="6,6,7,${PACKAGE_RELEASE}"
PACKAGE_RELEASE_DATE=`date +%F`
PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
<p>The configure script looks at your environment and decides what it can cobble together to get ImageMagick compiled and installed on your system. This includes finding a compiler, where your compiler header files are located (e.g. stdlib.h), and if any delegate libraries are available for ImageMagick to use (e.g. JPEG, PNG, TIFF, etc.). If you are willing to accept configure's default options, and build from within the source directory, you can simply type:</p>
-<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.6.7-5</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>./configure</span></p>
+<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.6.7-6</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>./configure</span></p>
<p>Watch the configure script output to verify that it finds everything that
you think it should. Pay particular attention to the last lines of the script output. For example, here is a recent report from our system:</p>
<div class="doc-section">
<p><a href="../www/download.html">Download</a> the ImageMagick source distribution and verify the distribution against its <a href="http://www.imagemagick.org/download/digest.rdf">message digest</a>.</p>
<p>Unpack and change into the top-level ImageMagick directory:</p>
- <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>tar xvfz ImageMagick-6.6.7-5.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.6.7-5</span></p> <p>Configure ImageMagick:</p>
+ <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>tar xvfz ImageMagick-6.6.7-6.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.6.7-6</span></p> <p>Configure ImageMagick:</p>
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>./configure --prefix=/opt --with-quantum-depth=16 \ <br/>
--disable-dependency-tracking --with-x=yes \ <br/>
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib/ \ <br/>
<p>Although you can download and install delegate libraries yourself, many are already available in the <a href="http://gnuwin32.sourceforge.net/">GnuWin32</a> distribution. Download and install whichever delegate libraries you require such as JPEG, PNG, TIFF, etc. Make sure you specify the development headers when you install a package. Next type,</p>
-<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>tar jxvf ImageMagick-6.6.7-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.6.7-5</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>sudo make install</span></p></div>
+<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>tar jxvf ImageMagick-6.6.7-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.6.7-6</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>sudo make install</span></p></div>
<h2><a id="problems"></a>Dealing with Unexpected Problems</h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
<ol>
<li>Double-click on
- <kbd>VisualMagick/bin/ImageMagick-6.6.7-5-Q16-windows-dll.exe</kbd>
+ <kbd>VisualMagick/bin/ImageMagick-6.6.7-6-Q16-windows-dll.exe</kbd>
to launch the ImageMagick binary distribution.</li>
<li>Complete the installer screens to install ImageMagick on your system.</li>
</ol>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
<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><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#AnimateImages">AnimateImages</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/animate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/animate
_8c.html" id="AnimateImages">AnimateImages</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#AnnotateImage">AnnotateImage</a> • <a href="#FormatMagickCaption">FormatMagickCaption</a> • <a href="#GetMultilineTypeMetrics">GetMultilineTypeMetrics</a> • <a href="#GetTypeMetrics">GetTypeMetrics</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/annotate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/annotate
_8c.html" id="AnnotateImage">AnnotateImage</a></h2>
<div class="doc-section">
<p>the draw info.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/annotate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/annotate
_8c.html" id="FormatMagickCaption">FormatMagickCaption</a></h2>
<div class="doc-section">
<p>the caption.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/annotate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/annotate
_8c.html" id="GetMultilineTypeMetrics">GetMultilineTypeMetrics</a></h2>
<div class="doc-section">
<p>Return the font metrics in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/annotate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/annotate
_8c.html" id="GetTypeMetrics">GetTypeMetrics</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#GetImageChannelDepth">GetImageChannelDepth</a> • <a href="#GetImageQuantumDepth">GetImageQuantumDepth</a> • <a href="#GetImageType">GetImageType</a> • <a href="#IsGrayImage">IsGrayImage</a> • <a href="#IsMonochromeImage">IsMonochromeImage</a> • <a href="#IsOpaqueImage">IsOpaqueImage</a> • <a href="#SetImageChannelDepth">SetImageChannelDepth</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/attribute
+<h2><a href="http://www.imagemagick.org/api/MagickCore/attribute
_8c.html" id="GetImageChannelDepth">GetImageChannelDepth</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/attribute
+<h2><a href="http://www.imagemagick.org/api/MagickCore/attribute
_8c.html" id="GetImageQuantumDepth">GetImageQuantumDepth</a></h2>
<div class="doc-section">
<p>A value other than MagickFalse, constrains the depth to a maximum of MAGICKCORE_QUANTUM_DEPTH.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/attribute
+<h2><a href="http://www.imagemagick.org/api/MagickCore/attribute
_8c.html" id="GetImageType">GetImageType</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/attribute
+<h2><a href="http://www.imagemagick.org/api/MagickCore/attribute
_8c.html" id="IsGrayImage">IsGrayImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/attribute
+<h2><a href="http://www.imagemagick.org/api/MagickCore/attribute
_8c.html" id="IsMonochromeImage">IsMonochromeImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/attribute
+<h2><a href="http://www.imagemagick.org/api/MagickCore/attribute
_8c.html" id="IsOpaqueImage">IsOpaqueImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/attribute
+<h2><a href="http://www.imagemagick.org/api/MagickCore/attribute
_8c.html" id="SetImageChannelDepth">SetImageChannelDepth</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#BlobToImage">BlobToImage</a> • <a href="#FileToImage">FileToImage</a> • <a href="#GetBlobProperties">GetBlobProperties</a> • <a href="#ImageToBlob">ImageToBlob</a> • <a href="#ImageToFile">ImageToFile</a> • <a href="#ImagesToBlob">ImagesToBlob</a> • <a href="#InjectImageBlob">InjectImageBlob</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/blob
+<h2><a href="http://www.imagemagick.org/api/MagickCore/blob
_8c.html" id="BlobToImage">BlobToImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/blob
+<h2><a href="http://www.imagemagick.org/api/MagickCore/blob
_8c.html" id="FileToImage">FileToImage</a></h2>
<div class="doc-section">
<p>the filename.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/blob
+<h2><a href="http://www.imagemagick.org/api/MagickCore/blob
_8c.html" id="GetBlobProperties">GetBlobProperties</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/blob
+<h2><a href="http://www.imagemagick.org/api/MagickCore/blob
_8c.html" id="ImageToBlob">ImageToBlob</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/blob
+<h2><a href="http://www.imagemagick.org/api/MagickCore/blob
_8c.html" id="ImageToFile">ImageToFile</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/blob
+<h2><a href="http://www.imagemagick.org/api/MagickCore/blob
_8c.html" id="ImagesToBlob">ImagesToBlob</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/blob
+<h2><a href="http://www.imagemagick.org/api/MagickCore/blob
_8c.html" id="InjectImageBlob">InjectImageBlob</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#AcquireCacheView">AcquireCacheView</a> • <a href="#CloneCacheView">CloneCacheView</a> • <a href="#DestroyCacheView">DestroyCacheView</a> • <a href="#GetCacheViewColorspace">GetCacheViewColorspace</a> • <a href="#GetCacheViewException">GetCacheViewException</a> • <a href="#GetCacheViewStorageClass">GetCacheViewStorageClass</a> • <a href="#GetCacheViewAuthenticPixels">GetCacheViewAuthenticPixels</a> • <a href="#GetOneCacheViewAuthenticPixel">GetOneCacheViewAuthenticPixel</a> • <a href="#GetCacheViewAuthenticIndexQueue">GetCacheViewAuthenticIndexQueue</a> • <a href="#GetCacheViewAuthenticPixelQueue">GetCacheViewAuthenticPixelQueue</a> • <a href="#GetCacheViewVirtualIndexQueue">GetCacheViewVirtualIndexQueue</a> • <a href="#GetCacheViewVirtualPixelQueue">GetCacheViewVirtualPixelQueue</a> • <a href="#GetCacheViewVirtualPixels">GetCacheViewVirtualPixels</a> • <a href="#GetOneCacheViewVirtualPixel">GetOneCacheViewVirtualPixel</a> • <a href="#GetOneCacheViewVirtualMethodPixel">GetOneCacheViewVirtualMethodPixel</a> • <a href="#QueueCacheViewAuthenticPixels">QueueCacheViewAuthenticPixels</a> • <a href="#SetCacheViewStorageClass">SetCacheViewStorageClass</a> • <a href="#SetCacheViewVirtualPixelMethod">SetCacheViewVirtualPixelMethod</a> • <a href="#SyncCacheViewAuthenticPixels">SyncCacheViewAuthenticPixels</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="AcquireCacheView">AcquireCacheView</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="CloneCacheView">CloneCacheView</a></h2>
<div class="doc-section">
<p>the cache view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="DestroyCacheView">DestroyCacheView</a></h2>
<div class="doc-section">
<p>the cache view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="GetCacheViewColorspace">GetCacheViewColorspace</a></h2>
<div class="doc-section">
<p>the cache view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="GetCacheViewException">GetCacheViewException</a></h2>
<div class="doc-section">
<p>the cache view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="GetCacheViewStorageClass">GetCacheViewStorageClass</a></h2>
<div class="doc-section">
<p>the cache view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="GetCacheViewAuthenticPixels">GetCacheViewAuthenticPixels</a></h2>
<div class="doc-section">
<p>These values define the perimeter of a region of pixels.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="GetOneCacheViewAuthenticPixel">GetOneCacheViewAuthenticPixel</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="GetCacheViewAuthenticIndexQueue">GetCacheViewAuthenticIndexQueue</a></h2>
<div class="doc-section">
<p>the cache view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="GetCacheViewAuthenticPixelQueue">GetCacheViewAuthenticPixelQueue</a></h2>
<div class="doc-section">
<p>the cache view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="GetCacheViewVirtualIndexQueue">GetCacheViewVirtualIndexQueue</a></h2>
<div class="doc-section">
<p>the cache view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="GetCacheViewVirtualPixelQueue">GetCacheViewVirtualPixelQueue</a></h2>
<div class="doc-section">
<p>the cache view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="GetCacheViewVirtualPixels">GetCacheViewVirtualPixels</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="GetOneCacheViewVirtualPixel">GetOneCacheViewVirtualPixel</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="GetOneCacheViewVirtualMethodPixel">GetOneCacheViewVirtualMethodPixel</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="QueueCacheViewAuthenticPixels">QueueCacheViewAuthenticPixels</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="SetCacheViewStorageClass">SetCacheViewStorageClass</a></h2>
<div class="doc-section">
<p>the image storage class: PseudoClass or DirectClass.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="SetCacheViewVirtualPixelMethod">SetCacheViewVirtualPixelMethod</a></h2>
<div class="doc-section">
<p>the virtual pixel method.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view
_8c.html" id="SyncCacheViewAuthenticPixels">SyncCacheViewAuthenticPixels</a></h2>
<div class="doc-section">
Methods</h1>
<p class="navigation-index">[<a href="#AcquirePixelCacheNexus">AcquirePixelCacheNexus</a> • <a href="#GetAuthenticIndexQueue">GetAuthenticIndexQueue</a> • <a href="#GetAuthenticPixelQueue">GetAuthenticPixelQueue</a> • <a href="#GetAuthenticPixels">GetAuthenticPixels</a> • <a href="#GetOneAuthenticPixel">GetOneAuthenticPixel</a> • <a href="#GetOneVirtualMagickPixel">GetOneVirtualMagickPixel</a> • <a href="#GetOneVirtualMethodPixel">GetOneVirtualMethodPixel</a> • <a href="#GetOneVirtualPixel">GetOneVirtualPixel</a> • <a href="#GetVirtualIndexQueue">GetVirtualIndexQueue</a> • <a href="#VirtualPixelModulo">VirtualPixelModulo</a> • <a href="#GetVirtualPixelQueue">GetVirtualPixelQueue</a> • <a href="#GetVirtualPixels">GetVirtualPixels</a> • <a href="#QueueAuthenticPixels">QueueAuthenticPixels</a> • <a href="#SetPixelCacheVirtualMethod">SetPixelCacheVirtualMethod</a> • <a href="#SyncAuthenticPixels">SyncAuthenticPixels</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache
_8c.html" id="AcquirePixelCacheNexus">AcquirePixelCacheNexus</a></h2>
<div class="doc-section">
<p>the number of nexus threads.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache
_8c.html" id="GetAuthenticIndexQueue">GetAuthenticIndexQueue</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache
_8c.html" id="GetAuthenticPixelQueue">GetAuthenticPixelQueue</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache
_8c.html" id="GetAuthenticPixels">GetAuthenticPixels</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache
_8c.html" id="GetOneAuthenticPixel">GetOneAuthenticPixel</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache
_8c.html" id="GetOneVirtualMagickPixel">GetOneVirtualMagickPixel</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache
_8c.html" id="GetOneVirtualMethodPixel">GetOneVirtualMethodPixel</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache
_8c.html" id="GetOneVirtualPixel">GetOneVirtualPixel</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache
_8c.html" id="GetVirtualIndexQueue">GetVirtualIndexQueue</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache
_8c.html" id="VirtualPixelModulo">VirtualPixelModulo</a></h2>
<div class="doc-section">
<p>VirtualPixelModulo() computes the remainder of dividing offset by extent. It returns not only the quotient (tile the offset falls in) but also the positive remainer within that tile such that 0 <= remainder < extent. This method is essentially a ldiv() using a floored modulo division rather than the normal default truncated modulo division. </p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache
_8c.html" id="GetVirtualPixelQueue">GetVirtualPixelQueue</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache
_8c.html" id="GetVirtualPixels">GetVirtualPixels</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache
_8c.html" id="QueueAuthenticPixels">QueueAuthenticPixels</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache
_8c.html" id="SetPixelCacheVirtualMethod">SetPixelCacheVirtualMethod</a></h2>
<div class="doc-section">
<p>choose the type of virtual pixel.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cache
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache
_8c.html" id="SyncAuthenticPixels">SyncAuthenticPixels</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#AcquireAESInfo">AcquireAESInfo</a> • <a href="#DestroyAESInfo">DestroyAESInfo</a> • <a href="#EncipherAESBlock">EncipherAESBlock</a> • <a href="#PasskeyDecipherImage">PasskeyDecipherImage</a> • <a href="#PasskeyEncipherImage">PasskeyEncipherImage</a> • <a href="#SetAESKey">SetAESKey</a> • <a href="#PasskeyDecipherImage">PasskeyDecipherImage</a> • <a href="#PasskeyEncipherImage">PasskeyEncipherImage</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cipher
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cipher
_8c.html" id="AcquireAESInfo">AcquireAESInfo</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cipher
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cipher
_8c.html" id="DestroyAESInfo">DestroyAESInfo</a></h2>
<div class="doc-section">
<p>the cipher context.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cipher
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cipher
_8c.html" id="EncipherAESBlock">EncipherAESBlock</a></h2>
<div class="doc-section">
<p>the cipher text.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cipher
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cipher
_8c.html" id="PasskeyDecipherImage">PasskeyDecipherImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cipher
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cipher
_8c.html" id="PasskeyEncipherImage">PasskeyEncipherImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cipher
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cipher
_8c.html" id="SetAESKey">SetAESKey</a></h2>
<div class="doc-section">
<p>the key.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cipher
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cipher
_8c.html" id="PasskeyDecipherImage">PasskeyDecipherImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/cipher
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cipher
_8c.html" id="PasskeyEncipherImage">PasskeyEncipherImage</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#GetColorInfoList">GetColorInfoList</a> • <a href="#GetColorList">GetColorList</a> • <a href="#ListColorInfo">ListColorInfo</a> • <a href="#LoadColorList">LoadColorList</a> • <a href="#QueryColorDatabase">QueryColorDatabase</a> • <a href="#QueryColorDatabase">QueryColorDatabase</a> • <a href="#QueryColorname">QueryColorname</a> • <a href="#QueryMagickColorCompliance">QueryMagickColorCompliance</a> • <a href="#QueryMagickColor">QueryMagickColor</a> • <a href="#QueryMagickColorname">QueryMagickColorname</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/color
+<h2><a href="http://www.imagemagick.org/api/MagickCore/color
_8c.html" id="GetColorInfoList">GetColorInfoList</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/color
+<h2><a href="http://www.imagemagick.org/api/MagickCore/color
_8c.html" id="GetColorList">GetColorList</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/color
+<h2><a href="http://www.imagemagick.org/api/MagickCore/color
_8c.html" id="ListColorInfo">ListColorInfo</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/color
+<h2><a href="http://www.imagemagick.org/api/MagickCore/color
_8c.html" id="LoadColorList">LoadColorList</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/color
+<h2><a href="http://www.imagemagick.org/api/MagickCore/color
_8c.html" id="QueryColorDatabase">QueryColorDatabase</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/color
+<h2><a href="http://www.imagemagick.org/api/MagickCore/color
_8c.html" id="QueryColorDatabase">QueryColorDatabase</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/color
+<h2><a href="http://www.imagemagick.org/api/MagickCore/color
_8c.html" id="QueryColorname">QueryColorname</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/color
+<h2><a href="http://www.imagemagick.org/api/MagickCore/color
_8c.html" id="QueryMagickColorCompliance">QueryMagickColorCompliance</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/color
+<h2><a href="http://www.imagemagick.org/api/MagickCore/color
_8c.html" id="QueryMagickColor">QueryMagickColor</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/color
+<h2><a href="http://www.imagemagick.org/api/MagickCore/color
_8c.html" id="QueryMagickColorname">QueryMagickColorname</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#AcquireImageColormap">AcquireImageColormap</a> • <a href="#CycleColormap">CycleColormap</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/colormap
+<h2><a href="http://www.imagemagick.org/api/MagickCore/colormap
_8c.html" id="AcquireImageColormap">AcquireImageColormap</a></h2>
<div class="doc-section">
<p>the number of colors in the image colormap.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/colormap
+<h2><a href="http://www.imagemagick.org/api/MagickCore/colormap
_8c.html" id="CycleColormap">CycleColormap</a></h2>
<div class="doc-section">
<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><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#CompareImageChannels">CompareImageChannels</a> • <a href="#GetImageChannelDistortion">GetImageChannelDistortion</a> • <a href="#GetImageChannelDistrortion">GetImageChannelDistrortion</a> • <a href="#IsImagesEqual">IsImagesEqual</a> • <a href="#SimilarityImage">SimilarityImage</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/compare
+<h2><a href="http://www.imagemagick.org/api/MagickCore/compare
_8c.html" id="CompareImageChannels">CompareImageChannels</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/compare
+<h2><a href="http://www.imagemagick.org/api/MagickCore/compare
_8c.html" id="GetImageChannelDistortion">GetImageChannelDistortion</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/compare
+<h2><a href="http://www.imagemagick.org/api/MagickCore/compare
_8c.html" id="GetImageChannelDistrortion">GetImageChannelDistrortion</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/compare
+<h2><a href="http://www.imagemagick.org/api/MagickCore/compare
_8c.html" id="IsImagesEqual">IsImagesEqual</a></h2>
<div class="doc-section">
<p>the reconstruct image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/compare
+<h2><a href="http://www.imagemagick.org/api/MagickCore/compare
_8c.html" id="SimilarityImage">SimilarityImage</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#CompositeImageChannel">CompositeImageChannel</a> • <a href="#TextureImage">TextureImage</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/composite
+<h2><a href="http://www.imagemagick.org/api/MagickCore/composite
_8c.html" id="CompositeImageChannel">CompositeImageChannel</a></h2>
<div class="doc-section">
<p>Previous to IM v6.5.3-3 this was called "modify-outside-overlay"</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/composite
+<h2><a href="http://www.imagemagick.org/api/MagickCore/composite
_8c.html" id="TextureImage">TextureImage</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#ConstituteImage">ConstituteImage</a> • <a href="#PingImage">PingImage</a> • <a href="#PingImages">PingImages</a> • <a href="#ReadImage">ReadImage</a> • <a href="#ReadImages">ReadImages</a> • <a href="#WriteImage">WriteImage</a> • <a href="#WriteImages">WriteImages</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/constitute
+<h2><a href="http://www.imagemagick.org/api/MagickCore/constitute
_8c.html" id="ConstituteImage">ConstituteImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/constitute
+<h2><a href="http://www.imagemagick.org/api/MagickCore/constitute
_8c.html" id="PingImage">PingImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/constitute
+<h2><a href="http://www.imagemagick.org/api/MagickCore/constitute
_8c.html" id="PingImages">PingImages</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/constitute
+<h2><a href="http://www.imagemagick.org/api/MagickCore/constitute
_8c.html" id="ReadImage">ReadImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/constitute
+<h2><a href="http://www.imagemagick.org/api/MagickCore/constitute
_8c.html" id="ReadImages">ReadImages</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/constitute
+<h2><a href="http://www.imagemagick.org/api/MagickCore/constitute
_8c.html" id="WriteImage">WriteImage</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/constitute
+<h2><a href="http://www.imagemagick.org/api/MagickCore/constitute
_8c.html" id="WriteImages">WriteImages</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#BorderImage">BorderImage</a> • <a href="#FrameImage">FrameImage</a> • <a href="#RaiseImage">RaiseImage</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/decorate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/decorate
_8c.html" id="BorderImage">BorderImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/decorate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/decorate
_8c.html" id="FrameImage">FrameImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/decorate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/decorate
_8c.html" id="RaiseImage">RaiseImage</a></h2>
<div class="doc-section">
Methods</h1>
<p class="navigation-index">[<a href="#AcquireCacheViewIndexes">AcquireCacheViewIndexes</a> • <a href="#AcquireCacheViewPixels">AcquireCacheViewPixels</a> • <a href="#AcquireImagePixels">AcquireImagePixels</a> • <a href="#AcquireIndexes">AcquireIndexes</a> • <a href="#AcquireMemory">AcquireMemory</a> • <a href="#AcquireOneCacheViewPixel">AcquireOneCacheViewPixel</a> • <a href="#AcquireOneCacheViewVirtualPixel">AcquireOneCacheViewVirtualPixel</a> • <a href="#AcquireOneMagickPixel">AcquireOneMagickPixel</a> • <a href="#AcquireOnePixel">AcquireOnePixel</a> • <a href="#AcquireOneVirtualPixel">AcquireOneVirtualPixel</a> • <a href="#AcquirePixels">AcquirePixels</a> • <a href="#AffinityImage">AffinityImage</a> • <a href="#AffinityImages">AffinityImages</a> • <a href="#AllocateImage">AllocateImage</a> • <a href="#AllocateImageColormap">AllocateImageColormap</a> • <a href="#AllocateNextImage">AllocateNextImage</a> • <a href="#AllocateString">AllocateString</a> • <a href="#AverageImages">AverageImages</a> • <a href="#ChannelThresholdImage">ChannelThresholdImage</a> • <a href="#ClipPathImage">ClipPathImage</a> • <a href="#CloneImageAttributes">CloneImageAttributes</a> • <a href="#CloneMemory">CloneMemory</a> • <a href="#CloseCacheView">CloseCacheView</a> • <a href="#ColorFloodfill">ColorFloodfill</a> • <a href="#DeleteImageAttribute">DeleteImageAttribute</a> • <a href="#DeleteImageList">DeleteImageList</a> • <a href="#DeleteMagickRegistry">DeleteMagickRegistry</a> • <a href="#DescribeImage">DescribeImage</a> • <a href="#DestroyImageAttributes">DestroyImageAttributes</a> • <a href="#DestroyImages">DestroyImages</a> • <a href="#DestroyMagick">DestroyMagick</a> • <a href="#DispatchImage">DispatchImage</a> • <a href="#ExtractSubimageFromImageImage">ExtractSubimageFromImageImage</a> • <a href="#FlattenImages">FlattenImages</a> • <a href="#FormatImageAttribute">FormatImageAttribute</a> • <a href="#FormatString">FormatString</a> • <a href="#GetConfigureBlob">GetConfigureBlob</a> • <a href="#GetCacheView">GetCacheView</a> • <a href="#GetCacheViewIndexes">GetCacheViewIndexes</a> • <a href="#GetCacheViewPixels">GetCacheViewPixels</a> • <a href="#GetImageAttribute">GetImageAttribute</a> • <a href="#GetImageClippingPathAttribute">GetImageClippingPathAttribute</a> • <a href="#GetImageFromMagickRegistry">GetImageFromMagickRegistry</a> • <a href="#GetMagickRegistry">GetMagickRegistry</a> • <a href="#GetImageGeometry">GetImageGeometry</a> • <a href="#GetImageList">GetImageList</a> • <a href="#GetImageListIndex">GetImageListIndex</a> • <a href="#GetImageListSize">GetImageListSize</a> • <a href="#GetImagePixels">GetImagePixels</a> • <a href="#GetIndexes">GetIndexes</a> • <a href="#GetNextImage">GetNextImage</a> • <a href="#GetNextImageAttribute">GetNextImageAttribute</a> • <a href="#GetNumberScenes">GetNumberScenes</a> • <a href="#GetOnePixel">GetOnePixel</a> • <a href="#GetPixels">GetPixels</a> • <a href="#GetPreviousImage">GetPreviousImage</a> • <a href="#HSLTransform">HSLTransform</a> • <a href="#IdentityAffine">IdentityAffine</a> • <a href="#InitializeMagick">InitializeMagick</a> • <a href="#InterpolatePixelColor">InterpolatePixelColor</a> • <a href="#InterpretImageAttributes">InterpretImageAttributes</a> • <a href="#LevelImageColor">LevelImageColor</a> • <a href="#LiberateMemory">LiberateMemory</a> • <a href="#LiberateSemaphoreInfo">LiberateSemaphoreInfo</a> • <a href="#MagickIncarnate">MagickIncarnate</a> • <a href="#MagickMonitor">MagickMonitor</a> • <a href="#MapImage">MapImage</a> • <a href="#MapImages">MapImages</a> • <a href="#MatteFloodfill">MatteFloodfill</a> • <a href="#MaximumImages">MaximumImages</a> • <a href="#MinimumImages">MinimumImages</a> • <a href="#MosaicImages">MosaicImages</a> • <a href="#OpaqueImage">OpaqueImage</a> • <a href="#OpenCacheView">OpenCacheView</a> • <a href="#PaintFloodfill">PaintFloodfill</a> • <a href="#PaintOpaqueImage">PaintOpaqueImage</a> • <a href="#PaintTransparentImage">PaintTransparentImage</a> • <a href="#ParseSizeGeometry">ParseSizeGeometry</a> • <a href="#PopImageList">PopImageList</a> • <a href="#PopImagePixels">PopImagePixels</a> • <a href="#PostscriptGeometry">PostscriptGeometry</a> • <a href="#PushImageList">PushImageList</a> • <a href="#PushImagePixels">PushImagePixels</a> • <a href="#QuantizationError">QuantizationError</a> • <a href="#RandomChannelThresholdImage">RandomChannelThresholdImage</a> • <a href="#ReacquireMemory">ReacquireMemory</a> • <a href="#RecolorImage">RecolorImage</a> • <a href="#ResetImageAttributeIterator">ResetImageAttributeIterator</a> • <a href="#SetCacheViewPixels">SetCacheViewPixels</a> • <a href="#SetExceptionInfo">SetExceptionInfo</a> • <a href="#SetImage">SetImage</a> • <a href="#SetImageAttribute">SetImageAttribute</a> • <a href="#SetImageList">SetImageList</a> • <a href="#SetImagePixels">SetImagePixels</a> • <a href="#SetMagickRegistry">SetMagickRegistry</a> • <a href="#SetMonitorHandler">SetMonitorHandler</a> • <a href="#ShiftImageList">ShiftImageList</a> • <a href="#SpliceImageList">SpliceImageList</a> • <a href="#Strip">Strip</a> • <a href="#SyncCacheView">SyncCacheView</a> • <a href="#SyncCacheViewPixels">SyncCacheViewPixels</a> • <a href="#SyncImagePixels">SyncImagePixels</a> • <a href="#TemporaryFilename">TemporaryFilename</a> • <a href="#ThresholdImage">ThresholdImage</a> • <a href="#ThresholdImageChannel">ThresholdImageChannel</a> • <a href="#TransformHSL">TransformHSL</a> • <a href="#TranslateText">TranslateText</a> • <a href="#TransparentImage">TransparentImage</a> • <a href="#UnshiftImageList">UnshiftImageList</a> • <a href="#ZoomImage">ZoomImage</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="AcquireCacheViewIndexes">AcquireCacheViewIndexes</a></h2>
<div class="doc-section">
<p>the cache view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="AcquireCacheViewPixels">AcquireCacheViewPixels</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="AcquireImagePixels">AcquireImagePixels</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="AcquireIndexes">AcquireIndexes</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="AcquireMemory">AcquireMemory</a></h2>
<div class="doc-section">
<p>the size of the memory in bytes to allocate.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="AcquireOneCacheViewPixel">AcquireOneCacheViewPixel</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="AcquireOneCacheViewVirtualPixel">AcquireOneCacheViewVirtualPixel</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="AcquireOneMagickPixel">AcquireOneMagickPixel</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="AcquireOnePixel">AcquireOnePixel</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="AcquireOneVirtualPixel">AcquireOneVirtualPixel</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="AcquirePixels">AcquirePixels</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="AffinityImage">AffinityImage</a></h2>
<div class="doc-section">
<p>the reference image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="AffinityImages">AffinityImages</a></h2>
<div class="doc-section">
<p>the reference image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="AllocateImage">AllocateImage</a></h2>
<div class="doc-section">
<p>Many of the image default values are set from this structure. For example, filename, compression, depth, background color, and others.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="AllocateImageColormap">AllocateImageColormap</a></h2>
<div class="doc-section">
<p>the number of colors in the image colormap.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="AllocateNextImage">AllocateNextImage</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="AllocateString">AllocateString</a></h2>
<div class="doc-section">
<p>A character string.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="AverageImages">AverageImages</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="ChannelThresholdImage">ChannelThresholdImage</a></h2>
<div class="doc-section">
<p>define the threshold values.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="ClipPathImage">ClipPathImage</a></h2>
<div class="doc-section">
<p>if non-zero, later operations take effect inside clipping path. Otherwise later operations take effect outside clipping path.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="CloneImageAttributes">CloneImageAttributes</a></h2>
<div class="doc-section">
<p>the clone image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="CloneMemory">CloneMemory</a></h2>
<div class="doc-section">
<p>the size of the memory in bytes to allocate.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="CloseCacheView">CloseCacheView</a></h2>
<div class="doc-section">
<p>the address of a structure of type CacheView.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="ColorFloodfill">ColorFloodfill</a></h2>
<div class="doc-section">
<p>Choose either FloodfillMethod or FillToBorderMethod.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="DeleteImageAttribute">DeleteImageAttribute</a></h2>
<div class="doc-section">
<p>the image key.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="DeleteImageList">DeleteImageList</a></h2>
<div class="doc-section">
<p>the position within the list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="DeleteMagickRegistry">DeleteMagickRegistry</a></h2>
<div class="doc-section">
<p>the registry id.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="DescribeImage">DescribeImage</a></h2>
<div class="doc-section">
<p>A value other than zero prints more detailed information about the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="DestroyImageAttributes">DestroyImageAttributes</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="DestroyImages">DestroyImages</a></h2>
<div class="doc-section">
<p>the image sequence.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="DestroyMagick">DestroyMagick</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="DispatchImage">DispatchImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="ExtractSubimageFromImageImage">ExtractSubimageFromImageImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="FlattenImages">FlattenImages</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="FormatImageAttribute">FormatImageAttribute</a></h2>
<div class="doc-section">
<p>A string describing the format to use to write the remaining arguments.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="FormatString">FormatString</a></h2>
<div class="doc-section">
<p>A string describing the format to use to write the remaining arguments.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetConfigureBlob">GetConfigureBlob</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetCacheView">GetCacheView</a></h2>
<div class="doc-section">
<p>These values define the perimeter of a region of pixels.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetCacheViewIndexes">GetCacheViewIndexes</a></h2>
<div class="doc-section">
<p>the cache view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetCacheViewPixels">GetCacheViewPixels</a></h2>
<div class="doc-section">
<p>These values define the perimeter of a region of pixels.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetImageAttribute">GetImageAttribute</a></h2>
<div class="doc-section">
<p>These character strings are the name of an image attribute to return.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetImageClippingPathAttribute">GetImageClippingPathAttribute</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetImageFromMagickRegistry">GetImageFromMagickRegistry</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetMagickRegistry">GetMagickRegistry</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetImageGeometry">GetImageGeometry</a></h2>
<div class="doc-section">
<p>the region as defined by the geometry string with respect to the image and its gravity.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetImageList">GetImageList</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetImageListIndex">GetImageListIndex</a></h2>
<div class="doc-section">
<p>the image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetImageListSize">GetImageListSize</a></h2>
<div class="doc-section">
<p>the image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetImagePixels">GetImagePixels</a></h2>
<div class="doc-section">
<p>These values define the perimeter of a region of pixels.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetIndexes">GetIndexes</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetNextImage">GetNextImage</a></h2>
<div class="doc-section">
<p>the image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetNextImageAttribute">GetNextImageAttribute</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetNumberScenes">GetNumberScenes</a></h2>
<div class="doc-section">
<p>the image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetOnePixel">GetOnePixel</a></h2>
<div class="doc-section">
<p>These values define the location of the pixel to return.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetPixels">GetPixels</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="GetPreviousImage">GetPreviousImage</a></h2>
<div class="doc-section">
<p>the image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="HSLTransform">HSLTransform</a></h2>
<div class="doc-section">
<p>A pointer to a pixel component of type Quantum.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="IdentityAffine">IdentityAffine</a></h2>
<div class="doc-section">
<p>A pointer the affine transform of type AffineMatrix.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="InitializeMagick">InitializeMagick</a></h2>
<div class="doc-section">
<p>the execution path of the current ImageMagick client.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="InterpolatePixelColor">InterpolatePixelColor</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="InterpretImageAttributes">InterpretImageAttributes</a></h2>
<div class="doc-section">
<p>the address of a character string containing the embedded formatting characters.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="LevelImageColor">LevelImageColor</a></h2>
<div class="doc-section">
<p>if true map the colors (levelize), rather than from (level)</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="LiberateMemory">LiberateMemory</a></h2>
<div class="doc-section">
<p>A pointer to a block of memory to free for reuse.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="LiberateSemaphoreInfo">LiberateSemaphoreInfo</a></h2>
<div class="doc-section">
<p>Specifies a pointer to an SemaphoreInfo structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="MagickIncarnate">MagickIncarnate</a></h2>
<div class="doc-section">
<p>the execution path of the current ImageMagick client.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="MagickMonitor">MagickMonitor</a></h2>
<div class="doc-section">
<p>the client data.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="MapImage">MapImage</a></h2>
<div class="doc-section">
<p>Set this integer value to something other than zero to dither the mapped image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="MapImages">MapImages</a></h2>
<div class="doc-section">
<p>Set this integer value to something other than zero to dither the quantized image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="MatteFloodfill">MatteFloodfill</a></h2>
<div class="doc-section">
<p>Choose either FloodfillMethod or FillToBorderMethod.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="MaximumImages">MaximumImages</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="MinimumImages">MinimumImages</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="MosaicImages">MosaicImages</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="OpaqueImage">OpaqueImage</a></h2>
<div class="doc-section">
<p>the replacement color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="OpenCacheView">OpenCacheView</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="PaintFloodfill">PaintFloodfill</a></h2>
<div class="doc-section">
<p>Choose either FloodfillMethod or FillToBorderMethod.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="PaintOpaqueImage">PaintOpaqueImage</a></h2>
<div class="doc-section">
<p>the replacement color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="PaintTransparentImage">PaintTransparentImage</a></h2>
<div class="doc-section">
<p>the replacement opacity value.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="ParseSizeGeometry">ParseSizeGeometry</a></h2>
<div class="doc-section">
<p>the region as defined by the geometry string.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="PopImageList">PopImageList</a></h2>
<div class="doc-section">
<p>the image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="PopImagePixels">PopImagePixels</a></h2>
<div class="doc-section">
<p>The components are transferred to this buffer.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="PostscriptGeometry">PostscriptGeometry</a></h2>
<div class="doc-section">
<p>Specifies a pointer to an array of characters. The string is either a Postscript page name (e.g. A4) or a postscript page geometry (e.g. 612x792+36+36).</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="PushImageList">PushImageList</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="PushImagePixels">PushImagePixels</a></h2>
<div class="doc-section">
<p>The pixel components are transferred from this buffer.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="QuantizationError">QuantizationError</a></h2>
<div class="doc-section">
<p>Specifies a pointer to an Image structure; returned from ReadImage.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="RandomChannelThresholdImage">RandomChannelThresholdImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="ReacquireMemory">ReacquireMemory</a></h2>
<div class="doc-section">
<p>the new size of the allocated memory.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="RecolorImage">RecolorImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="ResetImageAttributeIterator">ResetImageAttributeIterator</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="SetCacheViewPixels">SetCacheViewPixels</a></h2>
<div class="doc-section">
<p>These values define the perimeter of a region of pixels.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="SetExceptionInfo">SetExceptionInfo</a></h2>
<div class="doc-section">
<p>the exception severity.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="SetImage">SetImage</a></h2>
<div class="doc-section">
<p>Set each pixel to this level of transparency.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="SetImageAttribute">SetImageAttribute</a></h2>
<div class="doc-section">
<p>the value.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="SetImageList">SetImageList</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="SetImagePixels">SetImagePixels</a></h2>
<div class="doc-section">
<p>These values define the perimeter of a region of pixels.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="SetMagickRegistry">SetMagickRegistry</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="SetMonitorHandler">SetMonitorHandler</a></h2>
<div class="doc-section">
<p>Specifies a pointer to a method to handle monitors.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="ShiftImageList">ShiftImageList</a></h2>
<div class="doc-section">
<p>the image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="SpliceImageList">SpliceImageList</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="Strip">Strip</a></h2>
<div class="doc-section">
<p>Specifies an array of characters.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="SyncCacheView">SyncCacheView</a></h2>
<div class="doc-section">
<p>the cache view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="SyncCacheViewPixels">SyncCacheViewPixels</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="SyncImagePixels">SyncImagePixels</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="TemporaryFilename">TemporaryFilename</a></h2>
<div class="doc-section">
<p>Specifies a pointer to an array of characters. The unique path name is returned in this array.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="ThresholdImage">ThresholdImage</a></h2>
<div class="doc-section">
<p>Define the threshold value</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="ThresholdImageChannel">ThresholdImageChannel</a></h2>
<div class="doc-section">
<p>define the threshold values.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="TransformHSL">TransformHSL</a></h2>
<div class="doc-section">
<p>A pointer to a double value representing a component of the HSL color space.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="TranslateText">TranslateText</a></h2>
<div class="doc-section">
<p>the address of a character string containing the embedded formatting characters.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="TransparentImage">TransparentImage</a></h2>
<div class="doc-section">
<p>the replacement opacity value.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="UnshiftImageList">UnshiftImageList</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickCore/deprecate
_8c.html" id="ZoomImage">ZoomImage</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#DisplayImages">DisplayImages</a> • <a href="#RemoteDisplayCommand">RemoteDisplayCommand</a> • <a href="#XDisplayBackgroundImage">XDisplayBackgroundImage</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/display
+<h2><a href="http://www.imagemagick.org/api/MagickCore/display
_8c.html" id="DisplayImages">DisplayImages</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/display
+<h2><a href="http://www.imagemagick.org/api/MagickCore/display
_8c.html" id="RemoteDisplayCommand">RemoteDisplayCommand</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/display
+<h2><a href="http://www.imagemagick.org/api/MagickCore/display
_8c.html" id="XDisplayBackgroundImage">XDisplayBackgroundImage</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#DistortImage">DistortImage</a> • <a href="#SparseColorImage">SparseColorImage</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/distort
+<h2><a href="http://www.imagemagick.org/api/MagickCore/distort
_8c.html" id="DistortImage">DistortImage</a></h2>
<div class="doc-section">
<p>o 'filter' Set filter to use for area-resampling (scale shrinking). Set to 'point' to turn off and use 'interpolate' lookup instead</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/distort
+<h2><a href="http://www.imagemagick.org/api/MagickCore/distort
_8c.html" id="SparseColorImage">SparseColorImage</a></h2>
<div class="doc-section">
<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><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#AcquireDrawInfo">AcquireDrawInfo</a> • <a href="#CloneDrawInfo">CloneDrawInfo</a> • <a href="#DestroyDrawInfo">DestroyDrawInfo</a> • <a href="#DrawAffineImage">DrawAffineImage</a> • <a href="#DrawClipPath">DrawClipPath</a> • <a href="#DrawImage">DrawImage</a> • <a href="#DrawGradientImage">DrawGradientImage</a> • <a href="#DrawPatternPath">DrawPatternPath</a> • <a href="#DrawPrimitive">DrawPrimitive</a> • <a href="#GetAffineMatrix">GetAffineMatrix</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/draw
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
_8c.html" id="AcquireDrawInfo">AcquireDrawInfo</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/draw
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
_8c.html" id="CloneDrawInfo">CloneDrawInfo</a></h2>
<div class="doc-section">
<p>the draw info.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/draw
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
_8c.html" id="DestroyDrawInfo">DestroyDrawInfo</a></h2>
<div class="doc-section">
<p>the draw info.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/draw
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
_8c.html" id="DrawAffineImage">DrawAffineImage</a></h2>
<div class="doc-section">
<p>the affine transform.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/draw
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
_8c.html" id="DrawClipPath">DrawClipPath</a></h2>
<div class="doc-section">
<p>the name of the clip path.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/draw
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
_8c.html" id="DrawImage">DrawImage</a></h2>
<div class="doc-section">
<p>the draw info.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/draw
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
_8c.html" id="DrawGradientImage">DrawGradientImage</a></h2>
<div class="doc-section">
<p>the draw info.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/draw
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
_8c.html" id="DrawPatternPath">DrawPatternPath</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/draw
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
_8c.html" id="DrawPrimitive">DrawPrimitive</a></h2>
<div class="doc-section">
<p>Specifies a pointer to a PrimitiveInfo structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/draw
+<h2><a href="http://www.imagemagick.org/api/MagickCore/draw
_8c.html" id="GetAffineMatrix">GetAffineMatrix</a></h2>
<div class="doc-section">
Methods</h1>
<p class="navigation-index">[<a href="#ClearDrawingWand">ClearDrawingWand</a> • <a href="#CloneDrawingWand">CloneDrawingWand</a> • <a href="#DestroyDrawingWand">DestroyDrawingWand</a> • <a href="#DrawAffine">DrawAffine</a> • <a href="#DrawAnnotation">DrawAnnotation</a> • <a href="#DrawArc">DrawArc</a> • <a href="#DrawBezier">DrawBezier</a> • <a href="#DrawCircle">DrawCircle</a> • <a href="#DrawClearException">DrawClearException</a> • <a href="#DrawComposite">DrawComposite</a> • <a href="#DrawColor">DrawColor</a> • <a href="#DrawComment">DrawComment</a> • <a href="#DrawEllipse">DrawEllipse</a> • <a href="#DrawGetBorderColor">DrawGetBorderColor</a> • <a href="#DrawGetClipPath">DrawGetClipPath</a> • <a href="#DrawGetClipRule">DrawGetClipRule</a> • <a href="#DrawGetClipUnits">DrawGetClipUnits</a> • <a href="#DrawGetException">DrawGetException</a> • <a href="#DrawGetExceptionType">DrawGetExceptionType</a> • <a href="#DrawGetFillColor">DrawGetFillColor</a> • <a href="#DrawGetFillOpacity">DrawGetFillOpacity</a> • <a href="#DrawGetFillRule">DrawGetFillRule</a> • <a href="#DrawGetFont">DrawGetFont</a> • <a href="#DrawGetFontFamily">DrawGetFontFamily</a> • <a href="#DrawGetFontResolution">DrawGetFontResolution</a> • <a href="#DrawGetFontSize">DrawGetFontSize</a> • <a href="#DrawGetFontStretch">DrawGetFontStretch</a> • <a href="#DrawGetFontStyle">DrawGetFontStyle</a> • <a href="#DrawGetFontWeight">DrawGetFontWeight</a> • <a href="#DrawGetGravity">DrawGetGravity</a> • <a href="#DrawGetOpacity">DrawGetOpacity</a> • <a href="#DrawGetStrokeAntialias">DrawGetStrokeAntialias</a> • <a href="#DrawGetStrokeColor">DrawGetStrokeColor</a> • <a href="#DrawGetStrokeDashArray">DrawGetStrokeDashArray</a> • <a href="#DrawGetStrokeDashOffset">DrawGetStrokeDashOffset</a> • <a href="#DrawGetStrokeLineCap">DrawGetStrokeLineCap</a> • <a href="#DrawGetStrokeLineJoin">DrawGetStrokeLineJoin</a> • <a href="#DrawGetStrokeMiterLimit">DrawGetStrokeMiterLimit</a> • <a href="#DrawGetStrokeOpacity">DrawGetStrokeOpacity</a> • <a href="#DrawGetStrokeWidth">DrawGetStrokeWidth</a> • <a href="#DrawGetTextAlignment">DrawGetTextAlignment</a> • <a href="#DrawGetTextAntialias">DrawGetTextAntialias</a> • <a href="#DrawGetTextDecoration">DrawGetTextDecoration</a> • <a href="#DrawGetTextEncoding">DrawGetTextEncoding</a> • <a href="#DrawGetTextKerning">DrawGetTextKerning</a> • <a href="#DrawGetTextInterwordSpacing">DrawGetTextInterwordSpacing</a> • <a href="#DrawGetTextInterwordSpacing">DrawGetTextInterwordSpacing</a> • <a href="#DrawGetVectorGraphics">DrawGetVectorGraphics</a> • <a href="#DrawGetTextUnderColor">DrawGetTextUnderColor</a> • <a href="#DrawLine">DrawLine</a> • <a href="#DrawMatte">DrawMatte</a> • <a href="#DrawPathClose">DrawPathClose</a> • <a href="#DrawPathCurveToAbsolute">DrawPathCurveToAbsolute</a> • <a href="#DrawPathCurveToRelative">DrawPathCurveToRelative</a> • <a href="#DrawPathCurveToQuadraticBezierAbsolute">DrawPathCurveToQuadraticBezierAbsolute</a> • <a href="#DrawPathCurveToQuadraticBezierRelative">DrawPathCurveToQuadraticBezierRelative</a> • <a href="#DrawPathCurveToQuadraticBezierSmoothAbsolute">DrawPathCurveToQuadraticBezierSmoothAbsolute</a> • <a href="#DrawPathCurveToQuadraticBezierSmoothAbsolute">DrawPathCurveToQuadraticBezierSmoothAbsolute</a> • <a href="#DrawPathCurveToSmoothAbsolute">DrawPathCurveToSmoothAbsolute</a> • <a href="#DrawPathCurveToSmoothRelative">DrawPathCurveToSmoothRelative</a> • <a href="#DrawPathEllipticArcAbsolute">DrawPathEllipticArcAbsolute</a> • <a href="#DrawPathEllipticArcRelative">DrawPathEllipticArcRelative</a> • <a href="#DrawPathFinish">DrawPathFinish</a> • <a href="#DrawPathLineToAbsolute">DrawPathLineToAbsolute</a> • <a href="#DrawPathLineToRelative">DrawPathLineToRelative</a> • <a href="#DrawPathLineToHorizontalAbsolute">DrawPathLineToHorizontalAbsolute</a> • <a href="#DrawPathLineToHorizontalRelative">DrawPathLineToHorizontalRelative</a> • <a href="#DrawPathLineToVerticalAbsolute">DrawPathLineToVerticalAbsolute</a> • <a href="#DrawPathLineToVerticalRelative">DrawPathLineToVerticalRelative</a> • <a href="#DrawPathMoveToAbsolute">DrawPathMoveToAbsolute</a> • <a href="#DrawPathMoveToRelative">DrawPathMoveToRelative</a> • <a href="#DrawPathStart">DrawPathStart</a> • <a href="#DrawPoint">DrawPoint</a> • <a href="#DrawPolygon">DrawPolygon</a> • <a href="#DrawPolyline">DrawPolyline</a> • <a href="#DrawPopClipPath">DrawPopClipPath</a> • <a href="#DrawPopDefs">DrawPopDefs</a> • <a href="#DrawPopPattern">DrawPopPattern</a> • <a href="#DrawPushClipPath">DrawPushClipPath</a> • <a href="#DrawPushDefs">DrawPushDefs</a> • <a href="#DrawPushPattern">DrawPushPattern</a> • <a href="#DrawRectangle">DrawRectangle</a> • <a href="#DrawResetVectorGraphics">DrawResetVectorGraphics</a> • <a href="#DrawRotate">DrawRotate</a> • <a href="#DrawRoundRectangle">DrawRoundRectangle</a> • <a href="#DrawScale">DrawScale</a> • <a href="#DrawSetBorderColor">DrawSetBorderColor</a> • <a href="#DrawSetClipPath">DrawSetClipPath</a> • <a href="#DrawSetClipRule">DrawSetClipRule</a> • <a href="#DrawSetClipUnits">DrawSetClipUnits</a> • <a href="#DrawSetFillColor">DrawSetFillColor</a> • <a href="#DrawSetFillOpacity">DrawSetFillOpacity</a> • <a href="#DrawSetFontResolution">DrawSetFontResolution</a> • <a href="#DrawSetOpacity">DrawSetOpacity</a> • <a href="#DrawSetFillPatternURL">DrawSetFillPatternURL</a> • <a href="#DrawSetFillRule">DrawSetFillRule</a> • <a href="#DrawSetFont">DrawSetFont</a> • <a href="#DrawSetFontFamily">DrawSetFontFamily</a> • <a href="#DrawSetFontSize">DrawSetFontSize</a> • <a href="#DrawSetFontStretch">DrawSetFontStretch</a> • <a href="#DrawSetFontStyle">DrawSetFontStyle</a> • <a href="#DrawSetFontWeight">DrawSetFontWeight</a> • <a href="#DrawSetGravity">DrawSetGravity</a> • <a href="#DrawSetStrokeColor">DrawSetStrokeColor</a> • <a href="#DrawSetStrokePatternURL">DrawSetStrokePatternURL</a> • <a href="#DrawSetStrokeAntialias">DrawSetStrokeAntialias</a> • <a href="#DrawSetStrokeDashArray">DrawSetStrokeDashArray</a> • <a href="#DrawSetStrokeDashOffset">DrawSetStrokeDashOffset</a> • <a href="#DrawSetStrokeLineCap">DrawSetStrokeLineCap</a> • <a href="#DrawSetStrokeLineJoin">DrawSetStrokeLineJoin</a> • <a href="#DrawSetStrokeMiterLimit">DrawSetStrokeMiterLimit</a> • <a href="#DrawSetStrokeOpacity">DrawSetStrokeOpacity</a> • <a href="#DrawSetStrokeWidth">DrawSetStrokeWidth</a> • <a href="#DrawSetTextAlignment">DrawSetTextAlignment</a> • <a href="#DrawSetTextAntialias">DrawSetTextAntialias</a> • <a href="#DrawSetTextDecoration">DrawSetTextDecoration</a> • <a href="#DrawSetTextEncoding">DrawSetTextEncoding</a> • <a href="#DrawSetTextKerning">DrawSetTextKerning</a> • <a href="#DrawSetTextInterwordSpacing">DrawSetTextInterwordSpacing</a> • <a href="#DrawSetTextInterwordSpacing">DrawSetTextInterwordSpacing</a> • <a href="#DrawSetTextUnderColor">DrawSetTextUnderColor</a> • <a href="#DrawSetVectorGraphics">DrawSetVectorGraphics</a> • <a href="#DrawSkewX">DrawSkewX</a> • <a href="#DrawSkewY">DrawSkewY</a> • <a href="#DrawTranslate">DrawTranslate</a> • <a href="#DrawSetViewbox">DrawSetViewbox</a> • <a href="#IsDrawingWand">IsDrawingWand</a> • <a href="#NewDrawingWand">NewDrawingWand</a> • <a href="#PeekDrawingWand">PeekDrawingWand</a> • <a href="#PopDrawingWand">PopDrawingWand</a> • <a href="#PushDrawingWand">PushDrawingWand</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="ClearDrawingWand">ClearDrawingWand</a></h2>
<div class="doc-section">
<p>the drawing wand. to destroy</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="CloneDrawingWand">CloneDrawingWand</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DestroyDrawingWand">DestroyDrawingWand</a></h2>
<div class="doc-section">
<p>the drawing wand. to destroy</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawAffine">DrawAffine</a></h2>
<div class="doc-section">
<p>Affine matrix parameters</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawAnnotation">DrawAnnotation</a></h2>
<div class="doc-section">
<p>text to draw</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawArc">DrawArc</a></h2>
<div class="doc-section">
<p>ending degrees of rotation</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawBezier">DrawBezier</a></h2>
<div class="doc-section">
<p>coordinates</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawCircle">DrawCircle</a></h2>
<div class="doc-section">
<p>perimeter y ordinate</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawClearException">DrawClearException</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawComposite">DrawComposite</a></h2>
<div class="doc-section">
<p>Image to composite is obtained from this wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawColor">DrawColor</a></h2>
<div class="doc-section">
<p>paint method.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawComment">DrawComment</a></h2>
<div class="doc-section">
<p>comment text</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawEllipse">DrawEllipse</a></h2>
<div class="doc-section">
<p>ending rotation in degrees</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetBorderColor">DrawGetBorderColor</a></h2>
<div class="doc-section">
<p>Return the border color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetClipPath">DrawGetClipPath</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetClipRule">DrawGetClipRule</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetClipUnits">DrawGetClipUnits</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetException">DrawGetException</a></h2>
<div class="doc-section">
<p>the severity of the error is returned here.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetExceptionType">DrawGetExceptionType</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetFillColor">DrawGetFillColor</a></h2>
<div class="doc-section">
<p>Return the fill color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetFillOpacity">DrawGetFillOpacity</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetFillRule">DrawGetFillRule</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetFont">DrawGetFont</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetFontFamily">DrawGetFontFamily</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetFontResolution">DrawGetFontResolution</a></h2>
<div class="doc-section">
<p>the y-resolution.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetFontSize">DrawGetFontSize</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetFontStretch">DrawGetFontStretch</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetFontStyle">DrawGetFontStyle</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetFontWeight">DrawGetFontWeight</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetGravity">DrawGetGravity</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetOpacity">DrawGetOpacity</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetStrokeAntialias">DrawGetStrokeAntialias</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetStrokeColor">DrawGetStrokeColor</a></h2>
<div class="doc-section">
<p>Return the stroke color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetStrokeDashArray">DrawGetStrokeDashArray</a></h2>
<div class="doc-section">
<p>address to place number of elements in dash array</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetStrokeDashOffset">DrawGetStrokeDashOffset</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetStrokeLineCap">DrawGetStrokeLineCap</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetStrokeLineJoin">DrawGetStrokeLineJoin</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetStrokeMiterLimit">DrawGetStrokeMiterLimit</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetStrokeOpacity">DrawGetStrokeOpacity</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetStrokeWidth">DrawGetStrokeWidth</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetTextAlignment">DrawGetTextAlignment</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetTextAntialias">DrawGetTextAntialias</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetTextDecoration">DrawGetTextDecoration</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetTextEncoding">DrawGetTextEncoding</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetTextKerning">DrawGetTextKerning</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetTextInterwordSpacing">DrawGetTextInterwordSpacing</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetTextInterwordSpacing">DrawGetTextInterwordSpacing</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetVectorGraphics">DrawGetVectorGraphics</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawGetTextUnderColor">DrawGetTextUnderColor</a></h2>
<div class="doc-section">
<p>Return the under color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawLine">DrawLine</a></h2>
<div class="doc-section">
<p>ending y ordinate</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawMatte">DrawMatte</a></h2>
<div class="doc-section">
<p>paint method.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathClose">DrawPathClose</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathCurveToAbsolute">DrawPathCurveToAbsolute</a></h2>
<div class="doc-section">
<p>y ordinate of the end of the curve</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathCurveToRelative">DrawPathCurveToRelative</a></h2>
<div class="doc-section">
<p>y ordinate of the end of the curve</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathCurveToQuadraticBezierAbsolute">DrawPathCurveToQuadraticBezierAbsolute</a></h2>
<div class="doc-section">
<p>y ordinate of final point</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathCurveToQuadraticBezierRelative">DrawPathCurveToQuadraticBezierRelative</a></h2>
<div class="doc-section">
<p>y ordinate of final point</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathCurveToQuadraticBezierSmoothAbsolute">DrawPathCurveToQuadraticBezierSmoothAbsolute</a></h2>
<div class="doc-section">
<p>y ordinate of final point</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathCurveToQuadraticBezierSmoothAbsolute">DrawPathCurveToQuadraticBezierSmoothAbsolute</a></h2>
<div class="doc-section">
<p>y ordinate of final point</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathCurveToSmoothAbsolute">DrawPathCurveToSmoothAbsolute</a></h2>
<div class="doc-section">
<p>y ordinate of termination point</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathCurveToSmoothRelative">DrawPathCurveToSmoothRelative</a></h2>
<div class="doc-section">
<p>y ordinate of termination point</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathEllipticArcAbsolute">DrawPathEllipticArcAbsolute</a></h2>
<div class="doc-section">
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathEllipticArcRelative">DrawPathEllipticArcRelative</a></h2>
<div class="doc-section">
<p>If non-zero (true) then draw the arc matching a clock-wise rotation</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathFinish">DrawPathFinish</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathLineToAbsolute">DrawPathLineToAbsolute</a></h2>
<div class="doc-section">
<p>target y ordinate</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathLineToRelative">DrawPathLineToRelative</a></h2>
<div class="doc-section">
<p>target y ordinate</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathLineToHorizontalAbsolute">DrawPathLineToHorizontalAbsolute</a></h2>
<div class="doc-section">
<p>target x ordinate</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathLineToHorizontalRelative">DrawPathLineToHorizontalRelative</a></h2>
<div class="doc-section">
<p>target x ordinate</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathLineToVerticalAbsolute">DrawPathLineToVerticalAbsolute</a></h2>
<div class="doc-section">
<p>target y ordinate</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathLineToVerticalRelative">DrawPathLineToVerticalRelative</a></h2>
<div class="doc-section">
<p>target y ordinate</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathMoveToAbsolute">DrawPathMoveToAbsolute</a></h2>
<div class="doc-section">
<p>target y ordinate</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathMoveToRelative">DrawPathMoveToRelative</a></h2>
<div class="doc-section">
<p>target y ordinate</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPathStart">DrawPathStart</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPoint">DrawPoint</a></h2>
<div class="doc-section">
<p>target y coordinate</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPolygon">DrawPolygon</a></h2>
<div class="doc-section">
<p>coordinate array</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPolyline">DrawPolyline</a></h2>
<div class="doc-section">
<p>coordinate array</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPopClipPath">DrawPopClipPath</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPopDefs">DrawPopDefs</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPopPattern">DrawPopPattern</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPushClipPath">DrawPushClipPath</a></h2>
<div class="doc-section">
<p>string identifier to associate with the clip path for later use.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPushDefs">DrawPushDefs</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawPushPattern">DrawPushPattern</a></h2>
<div class="doc-section">
<p>height of pattern space</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawRectangle">DrawRectangle</a></h2>
<div class="doc-section">
<p>y ordinate of second coordinate</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawResetVectorGraphics">DrawResetVectorGraphics</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawRotate">DrawRotate</a></h2>
<div class="doc-section">
<p>degrees of rotation</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawRoundRectangle">DrawRoundRectangle</a></h2>
<div class="doc-section">
<p>radius of corner in vertical direction</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawScale">DrawScale</a></h2>
<div class="doc-section">
<p>vertical scale factor</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetBorderColor">DrawSetBorderColor</a></h2>
<div class="doc-section">
<p>border wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetClipPath">DrawSetClipPath</a></h2>
<div class="doc-section">
<p>name of clipping path to associate with image</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetClipRule">DrawSetClipRule</a></h2>
<div class="doc-section">
<p>fill rule (EvenOddRule or NonZeroRule)</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetClipUnits">DrawSetClipUnits</a></h2>
<div class="doc-section">
<p>units to use (UserSpace, UserSpaceOnUse, or ObjectBoundingBox)</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetFillColor">DrawSetFillColor</a></h2>
<div class="doc-section">
<p>fill wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetFillOpacity">DrawSetFillOpacity</a></h2>
<div class="doc-section">
<p>fill opacity</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetFontResolution">DrawSetFontResolution</a></h2>
<div class="doc-section">
<p>the image y resolution.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetOpacity">DrawSetOpacity</a></h2>
<div class="doc-section">
<p>fill opacity</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetFillPatternURL">DrawSetFillPatternURL</a></h2>
<div class="doc-section">
<p>URL to use to obtain fill pattern.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetFillRule">DrawSetFillRule</a></h2>
<div class="doc-section">
<p>fill rule (EvenOddRule or NonZeroRule)</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetFont">DrawSetFont</a></h2>
<div class="doc-section">
<p>font name</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetFontFamily">DrawSetFontFamily</a></h2>
<div class="doc-section">
<p>font family</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetFontSize">DrawSetFontSize</a></h2>
<div class="doc-section">
<p>text pointsize</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetFontStretch">DrawSetFontStretch</a></h2>
<div class="doc-section">
<p>font stretch (NormalStretch, UltraCondensedStretch, CondensedStretch, SemiCondensedStretch, SemiExpandedStretch, ExpandedStretch, ExtraExpandedStretch, UltraExpandedStretch, AnyStretch)</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetFontStyle">DrawSetFontStyle</a></h2>
<div class="doc-section">
<p>font style (NormalStyle, ItalicStyle, ObliqueStyle, AnyStyle)</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetFontWeight">DrawSetFontWeight</a></h2>
<div class="doc-section">
<p>font weight (valid range 100-900)</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetGravity">DrawSetGravity</a></h2>
<div class="doc-section">
<p>positioning gravity (NorthWestGravity, NorthGravity, NorthEastGravity, WestGravity, CenterGravity, EastGravity, SouthWestGravity, SouthGravity, SouthEastGravity)</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetStrokeColor">DrawSetStrokeColor</a></h2>
<div class="doc-section">
<p>stroke wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetStrokePatternURL">DrawSetStrokePatternURL</a></h2>
<div class="doc-section">
<p>URL specifying pattern ID (e.g. "#pattern_id")</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetStrokeAntialias">DrawSetStrokeAntialias</a></h2>
<div class="doc-section">
<p>set to false (zero) to disable antialiasing</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetStrokeDashArray">DrawSetStrokeDashArray</a></h2>
<div class="doc-section">
<p>dash array values</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetStrokeDashOffset">DrawSetStrokeDashOffset</a></h2>
<div class="doc-section">
<p>dash offset</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetStrokeLineCap">DrawSetStrokeLineCap</a></h2>
<div class="doc-section">
<p>linecap style</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetStrokeLineJoin">DrawSetStrokeLineJoin</a></h2>
<div class="doc-section">
<p>line join style</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetStrokeMiterLimit">DrawSetStrokeMiterLimit</a></h2>
<div class="doc-section">
<p>miter limit</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetStrokeOpacity">DrawSetStrokeOpacity</a></h2>
<div class="doc-section">
<p>stroke opacity. The value 1.0 is opaque.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetStrokeWidth">DrawSetStrokeWidth</a></h2>
<div class="doc-section">
<p>stroke width</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetTextAlignment">DrawSetTextAlignment</a></h2>
<div class="doc-section">
<p>text alignment. One of UndefinedAlign, LeftAlign, CenterAlign, or RightAlign.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetTextAntialias">DrawSetTextAntialias</a></h2>
<div class="doc-section">
<p>antialias boolean. Set to false (0) to disable antialiasing.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetTextDecoration">DrawSetTextDecoration</a></h2>
<div class="doc-section">
<p>text decoration. One of NoDecoration, UnderlineDecoration, OverlineDecoration, or LineThroughDecoration</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetTextEncoding">DrawSetTextEncoding</a></h2>
<div class="doc-section">
<p>character string specifying text encoding</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetTextKerning">DrawSetTextKerning</a></h2>
<div class="doc-section">
<p>text kerning</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetTextInterwordSpacing">DrawSetTextInterwordSpacing</a></h2>
<div class="doc-section">
<p>text line spacing</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetTextInterwordSpacing">DrawSetTextInterwordSpacing</a></h2>
<div class="doc-section">
<p>text word spacing</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetTextUnderColor">DrawSetTextUnderColor</a></h2>
<div class="doc-section">
<p>text under wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetVectorGraphics">DrawSetVectorGraphics</a></h2>
<div class="doc-section">
<p>the drawing wand XML.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSkewX">DrawSkewX</a></h2>
<div class="doc-section">
<p>number of degrees to skew the coordinates</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSkewY">DrawSkewY</a></h2>
<div class="doc-section">
<p>number of degrees to skew the coordinates</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawTranslate">DrawTranslate</a></h2>
<div class="doc-section">
<p>new y ordinate for coordinate system origin</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="DrawSetViewbox">DrawSetViewbox</a></h2>
<div class="doc-section">
<p>bottom y ordinate</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="IsDrawingWand">IsDrawingWand</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="NewDrawingWand">NewDrawingWand</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="PeekDrawingWand">PeekDrawingWand</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="PopDrawingWand">PopDrawingWand</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/drawing-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/drawing-wand
_8c.html" id="PushDrawingWand">PushDrawingWand</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#AdaptiveBlurImage">AdaptiveBlurImage</a> • <a href="#AdaptiveSharpenImage">AdaptiveSharpenImage</a> • <a href="#BlurImage">BlurImage</a> • <a href="#ConvolveImage">ConvolveImage</a> • <a href="#DespeckleImage">DespeckleImage</a> • <a href="#EdgeImage">EdgeImage</a> • <a href="#EmbossImage">EmbossImage</a> • <a href="#FilterImage">FilterImage</a> • <a href="#GaussianBlurImage">GaussianBlurImage</a> • <a href="#MedianFilterImage">MedianFilterImage</a> • <a href="#MotionBlurImage">MotionBlurImage</a> • <a href="#PreviewImage">PreviewImage</a> • <a href="#RadialBlurImage">RadialBlurImage</a> • <a href="#ReduceNoiseImage">ReduceNoiseImage</a> • <a href="#SelectiveBlurImage">SelectiveBlurImage</a> • <a href="#ShadeImage">ShadeImage</a> • <a href="#SharpenImage">SharpenImage</a> • <a href="#SpreadImage">SpreadImage</a> • <a href="#UnsharpMaskImage">UnsharpMaskImage</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="AdaptiveBlurImage">AdaptiveBlurImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="AdaptiveSharpenImage">AdaptiveSharpenImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="BlurImage">BlurImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="ConvolveImage">ConvolveImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="DespeckleImage">DespeckleImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="EdgeImage">EdgeImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="EmbossImage">EmbossImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="FilterImage">FilterImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="GaussianBlurImage">GaussianBlurImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="MedianFilterImage">MedianFilterImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="MotionBlurImage">MotionBlurImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="PreviewImage">PreviewImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="RadialBlurImage">RadialBlurImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="ReduceNoiseImage">ReduceNoiseImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="SelectiveBlurImage">SelectiveBlurImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="ShadeImage">ShadeImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="SharpenImage">SharpenImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="SpreadImage">SpreadImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/effect
+<h2><a href="http://www.imagemagick.org/api/MagickCore/effect
_8c.html" id="UnsharpMaskImage">UnsharpMaskImage</a></h2>
<div class="doc-section">
Methods</h1>
<p class="navigation-index">[<a href="#AutoGammaImage">AutoGammaImage</a> • <a href="#AutoLevelImage">AutoLevelImage</a> • <a href="#Use BrightnessContrastImage">Use BrightnessContrastImage</a> • <a href="#ColorDecisionListImage">ColorDecisionListImage</a> • <a href="#ClutImage">ClutImage</a> • <a href="#ContrastImage">ContrastImage</a> • <a href="#The ContrastStretchImage">The ContrastStretchImage</a> • <a href="#EnhanceImage">EnhanceImage</a> • <a href="#EqualizeImage">EqualizeImage</a> • <a href="#GammaImage">GammaImage</a> • <a href="#HaldClutImage">HaldClutImage</a> • <a href="#LevelImage">LevelImage</a> • <a href="#LevelizeImage">LevelizeImage</a> • <a href="#LevelizeImageChannel">LevelizeImageChannel</a> • <a href="#LevelImageColor">LevelImageColor</a> • <a href="#The LinearStretchImage">The LinearStretchImage</a> • <a href="#ModulateImage">ModulateImage</a> • <a href="#NegateImage">NegateImage</a> • <a href="#The NormalizeImage">The NormalizeImage</a> • <a href="#SigmoidalContrastImage">SigmoidalContrastImage</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/enhance
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
_8c.html" id="AutoGammaImage">AutoGammaImage</a></h2>
<div class="doc-section">
<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.wizards-toolkit.org/api/MagickCore/enhance
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
_8c.html" id="AutoLevelImage">AutoLevelImage</a></h2>
<div class="doc-section">
<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.wizards-toolkit.org/api/MagickCore/enhance
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
_8c.html" id="Use_BrightnessContrastImage">Use BrightnessContrastImage</a></h2>
<div class="doc-section">
<p>the contrast percent (-100 .. 100).</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/enhance
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
_8c.html" id="ColorDecisionListImage">ColorDecisionListImage</a></h2>
<div class="doc-section">
<p>the color correction collection in XML.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/enhance
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
_8c.html" id="ClutImage">ClutImage</a></h2>
<div class="doc-section">
<p>the channel.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/enhance
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
_8c.html" id="ContrastImage">ContrastImage</a></h2>
<div class="doc-section">
<p>Increase or decrease image contrast.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/enhance
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
_8c.html" id="The_ContrastStretchImage">The ContrastStretchImage</a></h2>
<div class="doc-section">
<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.wizards-toolkit.org/api/MagickCore/enhance
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
_8c.html" id="EnhanceImage">EnhanceImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/enhance
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
_8c.html" id="EqualizeImage">EqualizeImage</a></h2>
<div class="doc-section">
<p>the channel.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/enhance
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
_8c.html" id="GammaImage">GammaImage</a></h2>
<div class="doc-section">
<p>the image gamma.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/enhance
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
_8c.html" id="HaldClutImage">HaldClutImage</a></h2>
<div class="doc-section">
<p>the channel.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/enhance
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
_8c.html" id="LevelImage">LevelImage</a></h2>
<div class="doc-section">
<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.wizards-toolkit.org/api/MagickCore/enhance
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
_8c.html" id="LevelizeImage">LevelizeImage</a></h2>
<div class="doc-section">
<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.wizards-toolkit.org/api/MagickCore/enhance
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
_8c.html" id="LevelizeImageChannel">LevelizeImageChannel</a></h2>
<div class="doc-section">
<p>adjust gamma by this factor before mapping values.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/enhance
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
_8c.html" id="LevelImageColor">LevelImageColor</a></h2>
<div class="doc-section">
<p>if true map the colors (levelize), rather than from (level)</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/enhance
+<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 white point.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/enhance
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
_8c.html" id="ModulateImage">ModulateImage</a></h2>
<div class="doc-section">
<p>Define the percent change in brightness, saturation, and hue.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/enhance
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
_8c.html" id="NegateImage">NegateImage</a></h2>
<div class="doc-section">
<p>If MagickTrue, only negate grayscale pixels within the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/enhance
+<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 channel.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/enhance
+<h2><a href="http://www.imagemagick.org/api/MagickCore/enhance
_8c.html" id="SigmoidalContrastImage">SigmoidalContrastImage</a></h2>
<div class="doc-section">
<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><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#AcquireExceptionInfo">AcquireExceptionInfo</a> • <a href="#ClearMagickException">ClearMagickException</a> • <a href="#CatchException">CatchException</a> • <a href="#DestroyExceptionInfo">DestroyExceptionInfo</a> • <a href="#GetExceptionInfo">GetExceptionInfo</a> • <a href="#GetExceptionMessage">GetExceptionMessage</a> • <a href="#GetLocaleExceptionMessage">GetLocaleExceptionMessage</a> • <a href="#InheritException">InheritException</a> • <a href="#MagickError">MagickError</a> • <a href="#MagickFatalError">MagickFatalError</a> • <a href="#MagickWarning">MagickWarning</a> • <a href="#SetErrorHandler">SetErrorHandler</a> • <a href="#SetFatalErrorHandler">SetFatalErrorHandler</a> • <a href="#SetWarningHandler">SetWarningHandler</a> • <a href="#ThrowException">ThrowException</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/exception
+<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
_8c.html" id="AcquireExceptionInfo">AcquireExceptionInfo</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/exception
+<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
_8c.html" id="ClearMagickException">ClearMagickException</a></h2>
<div class="doc-section">
<p>the exception info.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/exception
+<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
_8c.html" id="CatchException">CatchException</a></h2>
<div class="doc-section">
<p>the exception info.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/exception
+<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
_8c.html" id="DestroyExceptionInfo">DestroyExceptionInfo</a></h2>
<div class="doc-section">
<p>the exception info.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/exception
+<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
_8c.html" id="GetExceptionInfo">GetExceptionInfo</a></h2>
<div class="doc-section">
<p>the exception info.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/exception
+<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
_8c.html" id="GetExceptionMessage">GetExceptionMessage</a></h2>
<div class="doc-section">
<p>the error code.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/exception
+<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
_8c.html" id="GetLocaleExceptionMessage">GetLocaleExceptionMessage</a></h2>
<div class="doc-section">
<p>the message tag.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/exception
+<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
_8c.html" id="InheritException">InheritException</a></h2>
<div class="doc-section">
<p>the related exception info.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/exception
+<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
_8c.html" id="MagickError">MagickError</a></h2>
<div class="doc-section">
<p>Specifies any description to the reason.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/exception
+<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
_8c.html" id="MagickFatalError">MagickFatalError</a></h2>
<div class="doc-section">
<p>Specifies any description to the reason.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/exception
+<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
_8c.html" id="MagickWarning">MagickWarning</a></h2>
<div class="doc-section">
<p>Describe the warning.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/exception
+<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
_8c.html" id="SetErrorHandler">SetErrorHandler</a></h2>
<div class="doc-section">
<p>the method to handle errors.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/exception
+<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
_8c.html" id="SetFatalErrorHandler">SetFatalErrorHandler</a></h2>
<div class="doc-section">
<p>the method to handle errors.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/exception
+<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
_8c.html" id="SetWarningHandler">SetWarningHandler</a></h2>
<div class="doc-section">
<p>the method to handle warnings.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/exception
+<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
_8c.html" id="ThrowException">ThrowException</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#GetImageChannelFeatures">GetImageChannelFeatures</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/feature
+<h2><a href="http://www.imagemagick.org/api/MagickCore/feature
_8c.html" id="GetImageChannelFeatures">GetImageChannelFeatures</a></h2>
<div class="doc-section">
Methods</h1>
<p class="navigation-index">[<a href="#AddNoiseImage">AddNoiseImage</a> • <a href="#BlueShiftImage">BlueShiftImage</a> • <a href="#CharcoalImage">CharcoalImage</a> • <a href="#ColorizeImage">ColorizeImage</a> • <a href="#ColorMatrixImage">ColorMatrixImage</a> • <a href="#FxImage">FxImage</a> • <a href="#ImplodeImage">ImplodeImage</a> • <a href="#The MorphImages">The MorphImages</a> • <a href="#PlasmaImage">PlasmaImage</a> • <a href="#PolaroidImage">PolaroidImage</a> • <a href="#MagickSepiaToneImage">MagickSepiaToneImage</a> • <a href="#ShadowImage">ShadowImage</a> • <a href="#SketchImage">SketchImage</a> • <a href="#SolarizeImage">SolarizeImage</a> • <a href="#SteganoImage">SteganoImage</a> • <a href="#StereoAnaglyphImage">StereoAnaglyphImage</a> • <a href="#SwirlImage">SwirlImage</a> • <a href="#TintImage">TintImage</a> • <a href="#VignetteImage">VignetteImage</a> • <a href="#WaveImage">WaveImage</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="AddNoiseImage">AddNoiseImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="BlueShiftImage">BlueShiftImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="CharcoalImage">CharcoalImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="ColorizeImage">ColorizeImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="ColorMatrixImage">ColorMatrixImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="FxImage">FxImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="ImplodeImage">ImplodeImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="The_MorphImages">The MorphImages</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="PlasmaImage">PlasmaImage</a></h2>
<div class="doc-section">
<p>Limit the plasma recursion depth.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="PolaroidImage">PolaroidImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="MagickSepiaToneImage">MagickSepiaToneImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="ShadowImage">ShadowImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="SketchImage">SketchImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="SolarizeImage">SolarizeImage</a></h2>
<div class="doc-section">
<p>Define the extent of the solarization.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="SteganoImage">SteganoImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="StereoAnaglyphImage">StereoAnaglyphImage</a></h2>
<div class="doc-section">
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="SwirlImage">SwirlImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="TintImage">TintImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="VignetteImage">VignetteImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/fx
+<h2><a href="http://www.imagemagick.org/api/MagickCore/fx
_8c.html" id="WaveImage">WaveImage</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#GetImageHistogram">GetImageHistogram</a> • <a href="#IsHistogramImage">IsHistogramImage</a> • <a href="#IsPaletteImage">IsPaletteImage</a> • <a href="#MinMaxStretchImage">MinMaxStretchImage</a> • <a href="#GetNumberColors">GetNumberColors</a> • <a href="#UniqueImageColors">UniqueImageColors</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/histogram
+<h2><a href="http://www.imagemagick.org/api/MagickCore/histogram
_8c.html" id="GetImageHistogram">GetImageHistogram</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/histogram
+<h2><a href="http://www.imagemagick.org/api/MagickCore/histogram
_8c.html" id="IsHistogramImage">IsHistogramImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/histogram
+<h2><a href="http://www.imagemagick.org/api/MagickCore/histogram
_8c.html" id="IsPaletteImage">IsPaletteImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/histogram
+<h2><a href="http://www.imagemagick.org/api/MagickCore/histogram
_8c.html" id="MinMaxStretchImage">MinMaxStretchImage</a></h2>
<div class="doc-section">
<p>Move the Black/White Point inward from the minimum and maximum points by this color value.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/histogram
+<h2><a href="http://www.imagemagick.org/api/MagickCore/histogram
_8c.html" id="GetNumberColors">GetNumberColors</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/histogram
+<h2><a href="http://www.imagemagick.org/api/MagickCore/histogram
_8c.html" id="UniqueImageColors">UniqueImageColors</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#CloneImageView">CloneImageView</a> • <a href="#DestroyImageView">DestroyImageView</a> • <a href="#DuplexTransferImageViewIterator">DuplexTransferImageViewIterator</a> • <a href="#GetImageViewAuthenticIndexes">GetImageViewAuthenticIndexes</a> • <a href="#GetImageViewAuthenticPixels">GetImageViewAuthenticPixels</a> • <a href="#GetImageViewException">GetImageViewException</a> • <a href="#GetImageViewExtent">GetImageViewExtent</a> • <a href="#GetImageViewImage">GetImageViewImage</a> • <a href="#GetImageViewIterator">GetImageViewIterator</a> • <a href="#GetImageViewVirtualIndexes">GetImageViewVirtualIndexes</a> • <a href="#GetImageViewVirtualPixels">GetImageViewVirtualPixels</a> • <a href="#IsImageView">IsImageView</a> • <a href="#NewImageView">NewImageView</a> • <a href="#NewImageViewRegion">NewImageViewRegion</a> • <a href="#SetImageViewDescription">SetImageViewDescription</a> • <a href="#SetImageViewIterator">SetImageViewIterator</a> • <a href="#SetImageViewThreads">SetImageViewThreads</a> • <a href="#TransferImageViewIterator">TransferImageViewIterator</a> • <a href="#UpdateImageViewIterator">UpdateImageViewIterator</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="CloneImageView">CloneImageView</a></h2>
<div class="doc-section">
<p>the image view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="DestroyImageView">DestroyImageView</a></h2>
<div class="doc-section">
<p>the image view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="DuplexTransferImageViewIterator">DuplexTransferImageViewIterator</a></h2>
<div class="doc-section">
<p>the user defined context.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="GetImageViewAuthenticIndexes">GetImageViewAuthenticIndexes</a></h2>
<div class="doc-section">
<p>the image view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="GetImageViewAuthenticPixels">GetImageViewAuthenticPixels</a></h2>
<div class="doc-section">
<p>the image view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="GetImageViewException">GetImageViewException</a></h2>
<div class="doc-section">
<p>the severity of the error is returned here.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="GetImageViewExtent">GetImageViewExtent</a></h2>
<div class="doc-section">
<p>the image view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="GetImageViewImage">GetImageViewImage</a></h2>
<div class="doc-section">
<p>the image view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="GetImageViewIterator">GetImageViewIterator</a></h2>
<div class="doc-section">
<p>the user defined context.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="GetImageViewVirtualIndexes">GetImageViewVirtualIndexes</a></h2>
<div class="doc-section">
<p>the image view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="GetImageViewVirtualPixels">GetImageViewVirtualPixels</a></h2>
<div class="doc-section">
<p>the image view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="IsImageView">IsImageView</a></h2>
<div class="doc-section">
<p>the image view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="NewImageView">NewImageView</a></h2>
<div class="doc-section">
<p>the wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="NewImageViewRegion">NewImageViewRegion</a></h2>
<div class="doc-section">
<p>These values define the perimeter of a extent of pixel_wands view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="SetImageViewDescription">SetImageViewDescription</a></h2>
<div class="doc-section">
<p>the image view description.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="SetImageViewIterator">SetImageViewIterator</a></h2>
<div class="doc-section">
<p>the user defined context.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="SetImageViewThreads">SetImageViewThreads</a></h2>
<div class="doc-section">
<p>the number of threads in a thread team.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="TransferImageViewIterator">TransferImageViewIterator</a></h2>
<div class="doc-section">
<p>the user defined context.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image-view
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view
_8c.html" id="UpdateImageViewIterator">UpdateImageViewIterator</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#AcquireImage">AcquireImage</a> • <a href="#AcquireImageInfo">AcquireImageInfo</a> • <a href="#AcquireNextImage">AcquireNextImage</a> • <a href="#AppendImages">AppendImages</a> • <a href="#CatchImageException">CatchImageException</a> • <a href="#ClipImagePath">ClipImagePath</a> • <a href="#CloneImage">CloneImage</a> • <a href="#CloneImageInfo">CloneImageInfo</a> • <a href="#CombineImages">CombineImages</a> • <a href="#DestroyImage">DestroyImage</a> • <a href="#DestroyImageInfo">DestroyImageInfo</a> • <a href="#GetImageAlphaChannel">GetImageAlphaChannel</a> • <a href="#GetImageClipMask">GetImageClipMask</a> • <a href="#GetImageException">GetImageException</a> • <a href="#GetImageInfo">GetImageInfo</a> • <a href="#GetImageInfoFile">GetImageInfoFile</a> • <a href="#GetImageMask">GetImageMask</a> • <a href="#GetImageVirtualPixelMethod">GetImageVirtualPixelMethod</a> • <a href="#InterpretImageFilename">InterpretImageFilename</a> • <a href="#IsHighDynamicRangeImage">IsHighDynamicRangeImage</a> • <a href="#IsImageObject">IsImageObject</a> • <a href="#IsTaintImage">IsTaintImage</a> • <a href="#ModifyImage">ModifyImage</a> • <a href="#NewMagickImage">NewMagickImage</a> • <a href="#ReferenceImage">ReferenceImage</a> • <a href="#ResetImagePage">ResetImagePage</a> • <a href="#SeparateImageChannel">SeparateImageChannel</a> • <a href="#SeparateImages">SeparateImages</a> • <a href="#SetImageAlphaChannel">SetImageAlphaChannel</a> • <a href="#SetImageBackgroundColor">SetImageBackgroundColor</a> • <a href="#SetImageColor">SetImageColor</a> • <a href="#SetImageStorageClass">SetImageStorageClass</a> • <a href="#SetImageClipMask">SetImageClipMask</a> • <a href="#SetImageExtent">SetImageExtent</a> • <a href="#SetImageInfoBlob">SetImageInfoBlob</a> • <a href="#SetImageInfoFile">SetImageInfoFile</a> • <a href="#SetImageMask">SetImageMask</a> • <a href="#SetImageOpacity">SetImageOpacity</a> • <a href="#SetImageType">SetImageType</a> • <a href="#SetImageVirtualPixelMethod">SetImageVirtualPixelMethod</a> • <a href="#StripImage">StripImage</a> • <a href="#SyncImageSettings">SyncImageSettings</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="AcquireImage">AcquireImage</a></h2>
<div class="doc-section">
<p>Many of the image default values are set from this structure. For example, filename, compression, depth, background color, and others.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="AcquireImageInfo">AcquireImageInfo</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="AcquireNextImage">AcquireNextImage</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="AppendImages">AppendImages</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="CatchImageException">CatchImageException</a></h2>
<div class="doc-section">
<p>An image sequence.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="ClipImagePath">ClipImagePath</a></h2>
<div class="doc-section">
<p>if non-zero, later operations take effect inside clipping path. Otherwise later operations take effect outside clipping path.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="CloneImage">CloneImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="CloneImageInfo">CloneImageInfo</a></h2>
<div class="doc-section">
<p>the image info.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="CombineImages">CombineImages</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="DestroyImage">DestroyImage</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="DestroyImageInfo">DestroyImageInfo</a></h2>
<div class="doc-section">
<p>the image info.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="GetImageAlphaChannel">GetImageAlphaChannel</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="GetImageClipMask">GetImageClipMask</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="GetImageException">GetImageException</a></h2>
<div class="doc-section">
<p>return the highest severity exception.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="GetImageInfo">GetImageInfo</a></h2>
<div class="doc-section">
<p>the image info.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="GetImageInfoFile">GetImageInfoFile</a></h2>
<div class="doc-section">
<p>the image info.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="GetImageMask">GetImageMask</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="GetImageVirtualPixelMethod">GetImageVirtualPixelMethod</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="InterpretImageFilename">InterpretImageFilename</a></h2>
<div class="doc-section">
<p>return the formatted filename in this character buffer.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="IsHighDynamicRangeImage">IsHighDynamicRangeImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="IsImageObject">IsImageObject</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="IsTaintImage">IsTaintImage</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="ModifyImage">ModifyImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="NewMagickImage">NewMagickImage</a></h2>
<div class="doc-section">
<p>the image color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="ReferenceImage">ReferenceImage</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="ResetImagePage">ResetImagePage</a></h2>
<div class="doc-section">
<p>the relative page specification.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="SeparateImageChannel">SeparateImageChannel</a></h2>
<div class="doc-section">
<p>Identify which channel to extract: RedChannel, GreenChannel, BlueChannel, OpacityChannel, CyanChannel, MagentaChannel, YellowChannel, or BlackChannel.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="SeparateImages">SeparateImages</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="SetImageAlphaChannel">SetImageAlphaChannel</a></h2>
<div class="doc-section">
<p>The alpha channel type: ActivateAlphaChannel, CopyAlphaChannel, DeactivateAlphaChannel, ExtractAlphaChannel, OpaqueAlphaChannel, ResetAlphaChannel, SetAlphaChannel, ShapeAlphaChannel, and TransparentAlphaChannel.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="SetImageBackgroundColor">SetImageBackgroundColor</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="SetImageColor">SetImageColor</a></h2>
<div class="doc-section">
<p>the image color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="SetImageStorageClass">SetImageStorageClass</a></h2>
<div class="doc-section">
<p>The image class.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="SetImageClipMask">SetImageClipMask</a></h2>
<div class="doc-section">
<p>the image clip path.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="SetImageExtent">SetImageExtent</a></h2>
<div class="doc-section">
<p>The image height in pixels.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="SetImageInfoBlob">SetImageInfoBlob</a></h2>
<div class="doc-section">
<p>the blob length.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="SetImageInfoFile">SetImageInfoFile</a></h2>
<div class="doc-section">
<p>the file.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="SetImageMask">SetImageMask</a></h2>
<div class="doc-section">
<p>the image mask.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="SetImageOpacity">SetImageOpacity</a></h2>
<div class="doc-section">
<p>the level of transparency: 0 is fully opaque and QuantumRange is fully transparent.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="SetImageType">SetImageType</a></h2>
<div class="doc-section">
<p>Image type.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="SetImageVirtualPixelMethod">SetImageVirtualPixelMethod</a></h2>
<div class="doc-section">
<p>choose the type of virtual pixel.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="StripImage">StripImage</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/image
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image
_8c.html" id="SyncImageSettings">SyncImageSettings</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#CoalesceImages">CoalesceImages</a> • <a href="#DisposeImages">DisposeImages</a> • <a href="#CompareImageLayers">CompareImageLayers</a> • <a href="#DeconstructImages">DeconstructImages</a> • <a href="#OptimizeImageLayers">OptimizeImageLayers</a> • <a href="#OptimizeImagePlusLayers">OptimizeImagePlusLayers</a> • <a href="#OptimizeImageTransparency">OptimizeImageTransparency</a> • <a href="#RemoveDuplicateLayers">RemoveDuplicateLayers</a> • <a href="#RemoveZeroDelayLayers">RemoveZeroDelayLayers</a> • <a href="#CompositeLayers">CompositeLayers</a> • <a href="#MergeImageLayers">MergeImageLayers</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/layer
+<h2><a href="http://www.imagemagick.org/api/MagickCore/layer
_8c.html" id="CoalesceImages">CoalesceImages</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/layer
+<h2><a href="http://www.imagemagick.org/api/MagickCore/layer
_8c.html" id="DisposeImages">DisposeImages</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/layer
+<h2><a href="http://www.imagemagick.org/api/MagickCore/layer
_8c.html" id="CompareImageLayers">CompareImageLayers</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/layer
+<h2><a href="http://www.imagemagick.org/api/MagickCore/layer
_8c.html" id="DeconstructImages">DeconstructImages</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/layer
+<h2><a href="http://www.imagemagick.org/api/MagickCore/layer
_8c.html" id="OptimizeImageLayers">OptimizeImageLayers</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/layer
+<h2><a href="http://www.imagemagick.org/api/MagickCore/layer
_8c.html" id="OptimizeImagePlusLayers">OptimizeImagePlusLayers</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/layer
+<h2><a href="http://www.imagemagick.org/api/MagickCore/layer
_8c.html" id="OptimizeImageTransparency">OptimizeImageTransparency</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/layer
+<h2><a href="http://www.imagemagick.org/api/MagickCore/layer
_8c.html" id="RemoveDuplicateLayers">RemoveDuplicateLayers</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/layer
+<h2><a href="http://www.imagemagick.org/api/MagickCore/layer
_8c.html" id="RemoveZeroDelayLayers">RemoveZeroDelayLayers</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/layer
+<h2><a href="http://www.imagemagick.org/api/MagickCore/layer
_8c.html" id="CompositeLayers">CompositeLayers</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/layer
+<h2><a href="http://www.imagemagick.org/api/MagickCore/layer
_8c.html" id="MergeImageLayers">MergeImageLayers</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#AppendImageToList">AppendImageToList</a> • <a href="#CloneImageList">CloneImageList</a> • <a href="#CloneImages">CloneImages</a> • <a href="#DeleteImageFromList">DeleteImageFromList</a> • <a href="#DeleteImages">DeleteImages</a> • <a href="#DestroyImageList">DestroyImageList</a> • <a href="#GetFirstImageInList">GetFirstImageInList</a> • <a href="#GetImageFromList">GetImageFromList</a> • <a href="#GetImageIndexInList">GetImageIndexInList</a> • <a href="#GetImageListLength">GetImageListLength</a> • <a href="#GetLastImageInList">GetLastImageInList</a> • <a href="#GetNextImageInList">GetNextImageInList</a> • <a href="#GetPreviousImageInList">GetPreviousImageInList</a> • <a href="#ImageListToArray">ImageListToArray</a> • <a href="#InsertImageInList">InsertImageInList</a> • <a href="#NewImageList">NewImageList</a> • <a href="#PrependImageToList">PrependImageToList</a> • <a href="#RemoveImageFromList">RemoveImageFromList</a> • <a href="#RemoveFirstImageFromList">RemoveFirstImageFromList</a> • <a href="#RemoveLastImageFromList">RemoveLastImageFromList</a> • <a href="#ReplaceImageInList">ReplaceImageInList</a> • <a href="#ReverseImageList">ReverseImageList</a> • <a href="#SpliceImageIntoList">SpliceImageIntoList</a> • <a href="#SplitImageList">SplitImageList</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="AppendImageToList">AppendImageToList</a></h2>
<div class="doc-section">
<p>the appended image or image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="CloneImageList">CloneImageList</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="CloneImages">CloneImages</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="DeleteImageFromList">DeleteImageFromList</a></h2>
<div class="doc-section">
<p>the image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="DeleteImages">DeleteImages</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="DestroyImageList">DestroyImageList</a></h2>
<div class="doc-section">
<p>the image sequence.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="GetFirstImageInList">GetFirstImageInList</a></h2>
<div class="doc-section">
<p>the image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="GetImageFromList">GetImageFromList</a></h2>
<div class="doc-section">
<p>the position within the list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="GetImageIndexInList">GetImageIndexInList</a></h2>
<div class="doc-section">
<p>the image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="GetImageListLength">GetImageListLength</a></h2>
<div class="doc-section">
<p>the image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="GetLastImageInList">GetLastImageInList</a></h2>
<div class="doc-section">
<p>the image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="GetNextImageInList">GetNextImageInList</a></h2>
<div class="doc-section">
<p>the image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="GetPreviousImageInList">GetPreviousImageInList</a></h2>
<div class="doc-section">
<p>the image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="ImageListToArray">ImageListToArray</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="InsertImageInList">InsertImageInList</a></h2>
<div class="doc-section">
<p>the image list to insert.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="NewImageList">NewImageList</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="PrependImageToList">PrependImageToList</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="RemoveImageFromList">RemoveImageFromList</a></h2>
<div class="doc-section">
<p>the image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="RemoveFirstImageFromList">RemoveFirstImageFromList</a></h2>
<div class="doc-section">
<p>the image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="RemoveLastImageFromList">RemoveLastImageFromList</a></h2>
<div class="doc-section">
<p>the image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="ReplaceImageInList">ReplaceImageInList</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="ReverseImageList">ReverseImageList</a></h2>
<div class="doc-section">
<p>the image list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="SpliceImageIntoList">SpliceImageIntoList</a></h2>
<div class="doc-section">
<p>Replace the removed image list with this list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/list
+<h2><a href="http://www.imagemagick.org/api/MagickCore/list
_8c.html" id="SplitImageList">SplitImageList</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#MagickAverageImages">MagickAverageImages</a> • <a href="#ClonePixelView">ClonePixelView</a> • <a href="#DestroyPixelView">DestroyPixelView</a> • <a href="#DuplexTransferPixelViewIterator">DuplexTransferPixelViewIterator</a> • <a href="#GetPixelViewException">GetPixelViewException</a> • <a href="#GetPixelViewHeight">GetPixelViewHeight</a> • <a href="#GetPixelViewIterator">GetPixelViewIterator</a> • <a href="#GetPixelViewPixels">GetPixelViewPixels</a> • <a href="#GetPixelViewWand">GetPixelViewWand</a> • <a href="#GetPixelViewWidth">GetPixelViewWidth</a> • <a href="#GetPixelViewX">GetPixelViewX</a> • <a href="#GetPixelViewY">GetPixelViewY</a> • <a href="#IsPixelView">IsPixelView</a> • <a href="#MagickClipPathImage">MagickClipPathImage</a> • <a href="#DrawGetFillAlpha">DrawGetFillAlpha</a> • <a href="#DrawGetStrokeAlpha">DrawGetStrokeAlpha</a> • <a href="#DrawPeekGraphicWand">DrawPeekGraphicWand</a> • <a href="#DrawPopGraphicContext">DrawPopGraphicContext</a> • <a href="#DrawPushGraphicContext">DrawPushGraphicContext</a> • <a href="#DrawSetFillAlpha">DrawSetFillAlpha</a> • <a href="#DrawSetStrokeAlpha">DrawSetStrokeAlpha</a> • <a href="#MagickColorFloodfillImage">MagickColorFloodfillImage</a> • <a href="#MagickDescribeImage">MagickDescribeImage</a> • <a href="#MagickFlattenImages">MagickFlattenImages</a> • <a href="#MagickGetImageAttribute">MagickGetImageAttribute</a> • <a href="#MagickGetImageMatte">MagickGetImageMatte</a> • <a href="#MagickGetImagePixels">MagickGetImagePixels</a> • <a href="#MagickGetImageSize">MagickGetImageSize</a> • <a href="#MagickMapImage">MagickMapImage</a> • <a href="#MagickMatteFloodfillImage">MagickMatteFloodfillImage</a> • <a href="#MagickMaximumImages">MagickMaximumImages</a> • <a href="#MagickMinimumImages">MagickMinimumImages</a> • <a href="#MagickMosaicImages">MagickMosaicImages</a> • <a href="#MagickOpaqueImage">MagickOpaqueImage</a> • <a href="#MagickPaintFloodfillImage">MagickPaintFloodfillImage</a> • <a href="#MagickPaintOpaqueImage">MagickPaintOpaqueImage</a> • <a href="#MagickPaintTransparentImage">MagickPaintTransparentImage</a> • <a href="#MagickRecolorImage">MagickRecolorImage</a> • <a href="#MagickSetImageAttribute">MagickSetImageAttribute</a> • <a href="#MagickSetImageIndex">MagickSetImageIndex</a> • <a href="#MagickTransparentImage">MagickTransparentImage</a> • <a href="#MagickRegionOfInterestImage">MagickRegionOfInterestImage</a> • <a href="#MagickSetImagePixels">MagickSetImagePixels</a> • <a href="#MagickWriteImageBlob">MagickWriteImageBlob</a> • <a href="#NewPixelView">NewPixelView</a> • <a href="#NewPixelViewRegion">NewPixelViewRegion</a> • <a href="#PixelGetNextRow">PixelGetNextRow</a> • <a href="#PixelIteratorGetException">PixelIteratorGetException</a> • <a href="#SetPixelViewIterator">SetPixelViewIterator</a> • <a href="#TransferPixelViewIterator">TransferPixelViewIterator</a> • <a href="#UpdatePixelViewIterator">UpdatePixelViewIterator</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickAverageImages">MagickAverageImages</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="ClonePixelView">ClonePixelView</a></h2>
<div class="doc-section">
<p>the pixel view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="DestroyPixelView">DestroyPixelView</a></h2>
<div class="doc-section">
<p>number of threads.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="DuplexTransferPixelViewIterator">DuplexTransferPixelViewIterator</a></h2>
<div class="doc-section">
<p>the user defined context.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="GetPixelViewException">GetPixelViewException</a></h2>
<div class="doc-section">
<p>the severity of the error is returned here.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="GetPixelViewHeight">GetPixelViewHeight</a></h2>
<div class="doc-section">
<p>the pixel view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="GetPixelViewIterator">GetPixelViewIterator</a></h2>
<div class="doc-section">
<p>the user defined context.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="GetPixelViewPixels">GetPixelViewPixels</a></h2>
<div class="doc-section">
<p>the pixel view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="GetPixelViewWand">GetPixelViewWand</a></h2>
<div class="doc-section">
<p>the pixel view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="GetPixelViewWidth">GetPixelViewWidth</a></h2>
<div class="doc-section">
<p>the pixel view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="GetPixelViewX">GetPixelViewX</a></h2>
<div class="doc-section">
<p>the pixel view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="GetPixelViewY">GetPixelViewY</a></h2>
<div class="doc-section">
<p>the pixel view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="IsPixelView">IsPixelView</a></h2>
<div class="doc-section">
<p>the pixel view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickClipPathImage">MagickClipPathImage</a></h2>
<div class="doc-section">
<p>if non-zero, later operations take effect inside clipping path. Otherwise later operations take effect outside clipping path.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="DrawGetFillAlpha">DrawGetFillAlpha</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="DrawGetStrokeAlpha">DrawGetStrokeAlpha</a></h2>
<div class="doc-section">
<h5>wand</h5>
<p>the drawing wand. </p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="DrawPeekGraphicWand">DrawPeekGraphicWand</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="DrawPopGraphicContext">DrawPopGraphicContext</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="DrawPushGraphicContext">DrawPushGraphicContext</a></h2>
<div class="doc-section">
<p>the drawing wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="DrawSetFillAlpha">DrawSetFillAlpha</a></h2>
<div class="doc-section">
<p>fill alpha</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="DrawSetStrokeAlpha">DrawSetStrokeAlpha</a></h2>
<div class="doc-section">
<p>stroke alpha. The value 1.0 is opaque.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickColorFloodfillImage">MagickColorFloodfillImage</a></h2>
<div class="doc-section">
<p>the starting location of the operation.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickDescribeImage">MagickDescribeImage</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickFlattenImages">MagickFlattenImages</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickGetImageAttribute">MagickGetImageAttribute</a></h2>
<div class="doc-section">
<p>the property.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickGetImageMatte">MagickGetImageMatte</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickGetImagePixels">MagickGetImagePixels</a></h2>
<div class="doc-section">
<p>This array of values contain the pixel components as defined by map and type. You must preallocate this array where the expected length varies depending on the values of width, height, map, and type.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickGetImageSize">MagickGetImageSize</a></h2>
<div class="doc-section">
<p>the image length in bytes.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickMapImage">MagickMapImage</a></h2>
<div class="doc-section">
<p>Set this integer value to something other than zero to dither the mapped image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickMatteFloodfillImage">MagickMatteFloodfillImage</a></h2>
<div class="doc-section">
<p>the starting location of the operation.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickMaximumImages">MagickMaximumImages</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickMinimumImages">MagickMinimumImages</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickMosaicImages">MagickMosaicImages</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickOpaqueImage">MagickOpaqueImage</a></h2>
<div class="doc-section">
<p>By default target must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. The fuzz member of image defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color for the purposes of the floodfill.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickPaintFloodfillImage">MagickPaintFloodfillImage</a></h2>
<div class="doc-section">
<p>the starting location of the operation.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickPaintOpaqueImage">MagickPaintOpaqueImage</a></h2>
<div class="doc-section">
<p>By default target must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. The fuzz member of image defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color for the purposes of the floodfill.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickPaintTransparentImage">MagickPaintTransparentImage</a></h2>
<div class="doc-section">
<p>By default target must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. The fuzz member of image defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color for the purposes of the floodfill.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickRecolorImage">MagickRecolorImage</a></h2>
<div class="doc-section">
<p>An array of doubles representing the color matrix.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickSetImageAttribute">MagickSetImageAttribute</a></h2>
<div class="doc-section">
<p>the value.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickSetImageIndex">MagickSetImageIndex</a></h2>
<div class="doc-section">
<p>the scene number.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickTransparentImage">MagickTransparentImage</a></h2>
<div class="doc-section">
<p>By default target must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. The fuzz member of image defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color for the purposes of the floodfill.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickRegionOfInterestImage">MagickRegionOfInterestImage</a></h2>
<div class="doc-section">
<p>the region y offset.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickSetImagePixels">MagickSetImagePixels</a></h2>
<div class="doc-section">
<p>This array of values contain the pixel components as defined by map and type. You must preallocate this array where the expected length varies depending on the values of width, height, map, and type.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="MagickWriteImageBlob">MagickWriteImageBlob</a></h2>
<div class="doc-section">
<p>the length of the blob.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="NewPixelView">NewPixelView</a></h2>
<div class="doc-section">
<p>the wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="NewPixelViewRegion">NewPixelViewRegion</a></h2>
<div class="doc-section">
<p>These values define the perimeter of a region of pixel_wands view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="PixelGetNextRow">PixelGetNextRow</a></h2>
<div class="doc-section">
<p>the number of pixel wands.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="PixelIteratorGetException">PixelIteratorGetException</a></h2>
<div class="doc-section">
<p>the severity of the error is returned here.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="SetPixelViewIterator">SetPixelViewIterator</a></h2>
<div class="doc-section">
<p>the user defined context.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="TransferPixelViewIterator">TransferPixelViewIterator</a></h2>
<div class="doc-section">
<p>the user defined context.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/deprecate
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate
_8c.html" id="UpdatePixelViewIterator">UpdatePixelViewIterator</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#GetImageFromMagickWand">GetImageFromMagickWand</a> • <a href="#MagickAdaptiveBlurImage">MagickAdaptiveBlurImage</a> • <a href="#MagickAdaptiveResizeImage">MagickAdaptiveResizeImage</a> • <a href="#MagickAdaptiveSharpenImage">MagickAdaptiveSharpenImage</a> • <a href="#MagickAdaptiveThresholdImage">MagickAdaptiveThresholdImage</a> • <a href="#MagickAddImage">MagickAddImage</a> • <a href="#MagickAddNoiseImage">MagickAddNoiseImage</a> • <a href="#MagickAffineTransformImage">MagickAffineTransformImage</a> • <a href="#MagickAnnotateImage">MagickAnnotateImage</a> • <a href="#MagickAnimateImages">MagickAnimateImages</a> • <a href="#MagickAppendImages">MagickAppendImages</a> • <a href="#MagickAutoGammaImage">MagickAutoGammaImage</a> • <a href="#MagickAutoLevelImage">MagickAutoLevelImage</a> • <a href="#MagickBlackThresholdImage">MagickBlackThresholdImage</a> • <a href="#MagickBlueShiftImage">MagickBlueShiftImage</a> • <a href="#MagickBlurImage">MagickBlurImage</a> • <a href="#MagickBorderImage">MagickBorderImage</a> • <a href="#Use MagickBrightnessContrastImage">Use MagickBrightnessContrastImage</a> • <a href="#MagickCharcoalImage">MagickCharcoalImage</a> • <a href="#MagickChopImage">MagickChopImage</a> • <a href="#MagickClampImage">MagickClampImage</a> • <a href="#MagickClipImage">MagickClipImage</a> • <a href="#MagickClipImagePath">MagickClipImagePath</a> • <a href="#MagickClutImage">MagickClutImage</a> • <a href="#MagickCoalesceImages">MagickCoalesceImages</a> • <a href="#MagickColorDecisionListImage">MagickColorDecisionListImage</a> • <a href="#MagickColorizeImage">MagickColorizeImage</a> • <a href="#MagickColorMatrixImage">MagickColorMatrixImage</a> • <a href="#MagickCombineImages">MagickCombineImages</a> • <a href="#MagickCommentImage">MagickCommentImage</a> • <a href="#MagickCompareImageChannels">MagickCompareImageChannels</a> • <a href="#MagickCompareImageLayers">MagickCompareImageLayers</a> • <a href="#MagickCompareImages">MagickCompareImages</a> • <a href="#MagickCompositeImage">MagickCompositeImage</a> • <a href="#MagickContrastImage">MagickContrastImage</a> • <a href="#MagickContrastStretchImage">MagickContrastStretchImage</a> • <a href="#MagickConvolveImage">MagickConvolveImage</a> • <a href="#MagickCropImage">MagickCropImage</a> • <a href="#MagickCycleColormapImage">MagickCycleColormapImage</a> • <a href="#MagickConstituteImage">MagickConstituteImage</a> • <a href="#MagickDecipherImage">MagickDecipherImage</a> • <a href="#MagickDeconstructImages">MagickDeconstructImages</a> • <a href="#MagickDeskewImage">MagickDeskewImage</a> • <a href="#MagickDespeckleImage">MagickDespeckleImage</a> • <a href="#MagickDestroyImage">MagickDestroyImage</a> • <a href="#MagickDisplayImage">MagickDisplayImage</a> • <a href="#MagickDisplayImages">MagickDisplayImages</a> • <a href="#MagickDistortImage">MagickDistortImage</a> • <a href="#MagickDrawImage">MagickDrawImage</a> • <a href="#MagickEdgeImage">MagickEdgeImage</a> • <a href="#MagickEmbossImage">MagickEmbossImage</a> • <a href="#MagickEncipherImage">MagickEncipherImage</a> • <a href="#MagickEnhanceImage">MagickEnhanceImage</a> • <a href="#MagickEqualizeImage">MagickEqualizeImage</a> • <a href="#MagickEvaluateImage">MagickEvaluateImage</a> • <a href="#MagickExportImagePixels">MagickExportImagePixels</a> • <a href="#MagickExtentImage">MagickExtentImage</a> • <a href="#MagickFilterImage">MagickFilterImage</a> • <a href="#MagickFlipImage">MagickFlipImage</a> • <a href="#MagickFloodfillPaintImage">MagickFloodfillPaintImage</a> • <a href="#MagickFlopImage">MagickFlopImage</a> • <a href="#MagickForwardFourierTransformImage">MagickForwardFourierTransformImage</a> • <a href="#MagickFrameImage">MagickFrameImage</a> • <a href="#MagickFunctionImage">MagickFunctionImage</a> • <a href="#MagickFxImage">MagickFxImage</a> • <a href="#MagickGammaImage">MagickGammaImage</a> • <a href="#MagickGaussianBlurImage">MagickGaussianBlurImage</a> • <a href="#MagickGetImage">MagickGetImage</a> • <a href="#MagickGetImageAlphaChannel">MagickGetImageAlphaChannel</a> • <a href="#MagickGetImageClipMask">MagickGetImageClipMask</a> • <a href="#MagickGetImageBackgroundColor">MagickGetImageBackgroundColor</a> • <a href="#MagickGetImageBlob">MagickGetImageBlob</a> • <a href="#MagickGetImageBlob">MagickGetImageBlob</a> • <a href="#MagickGetImageBluePrimary">MagickGetImageBluePrimary</a> • <a href="#MagickGetImageBorderColor">MagickGetImageBorderColor</a> • <a href="#MagickGetImageChannelDepth">MagickGetImageChannelDepth</a> • <a href="#MagickGetImageChannelDistortion">MagickGetImageChannelDistortion</a> • <a href="#MagickGetImageChannelDistortions">MagickGetImageChannelDistortions</a> • <a href="#MagickGetImageChannelFeatures">MagickGetImageChannelFeatures</a> • <a href="#MagickGetImageChannelKurtosis">MagickGetImageChannelKurtosis</a> • <a href="#MagickGetImageChannelMean">MagickGetImageChannelMean</a> • <a href="#MagickGetImageChannelRange">MagickGetImageChannelRange</a> • <a href="#MagickGetImageChannelStatistics">MagickGetImageChannelStatistics</a> • <a href="#MagickGetImageColormapColor">MagickGetImageColormapColor</a> • <a href="#MagickGetImageColors">MagickGetImageColors</a> • <a href="#MagickGetImageColorspace">MagickGetImageColorspace</a> • <a href="#MagickGetImageCompose">MagickGetImageCompose</a> • <a href="#MagickGetImageCompression">MagickGetImageCompression</a> • <a href="#MagickGetImageCompression">MagickGetImageCompression</a> • <a href="#MagickGetImageDelay">MagickGetImageDelay</a> • <a href="#MagickGetImageDepth">MagickGetImageDepth</a> • <a href="#MagickGetImageDistortion">MagickGetImageDistortion</a> • <a href="#MagickGetImageDispose">MagickGetImageDispose</a> • <a href="#MagickGetImageFilename">MagickGetImageFilename</a> • <a href="#MagickGetImageFormat">MagickGetImageFormat</a> • <a href="#MagickGetImageFuzz">MagickGetImageFuzz</a> • <a href="#MagickGetImageGamma">MagickGetImageGamma</a> • <a href="#MagickGetImageGravity">MagickGetImageGravity</a> • <a href="#MagickGetImageGreenPrimary">MagickGetImageGreenPrimary</a> • <a href="#MagickGetImageHeight">MagickGetImageHeight</a> • <a href="#MagickGetImageHistogram">MagickGetImageHistogram</a> • <a href="#MagickGetImageInterlaceScheme">MagickGetImageInterlaceScheme</a> • <a href="#MagickGetImageInterpolateMethod">MagickGetImageInterpolateMethod</a> • <a href="#MagickGetImageIterations">MagickGetImageIterations</a> • <a href="#MagickGetImageLength">MagickGetImageLength</a> • <a href="#MagickGetImageMatteColor">MagickGetImageMatteColor</a> • <a href="#MagickGetImageOrientation">MagickGetImageOrientation</a> • <a href="#MagickGetImagePage">MagickGetImagePage</a> • <a href="#MagickGetImagePixelColor">MagickGetImagePixelColor</a> • <a href="#MagickGetImageRedPrimary">MagickGetImageRedPrimary</a> • <a href="#MagickGetImageRegion">MagickGetImageRegion</a> • <a href="#MagickGetImageRenderingIntent">MagickGetImageRenderingIntent</a> • <a href="#MagickGetImageResolution">MagickGetImageResolution</a> • <a href="#MagickGetImageScene">MagickGetImageScene</a> • <a href="#MagickGetImageSignature">MagickGetImageSignature</a> • <a href="#MagickGetImageTicksPerSecond">MagickGetImageTicksPerSecond</a> • <a href="#MagickGetImageType">MagickGetImageType</a> • <a href="#MagickGetImageUnits">MagickGetImageUnits</a> • <a href="#MagickGetImageVirtualPixelMethod">MagickGetImageVirtualPixelMethod</a> • <a href="#MagickGetImageWhitePoint">MagickGetImageWhitePoint</a> • <a href="#MagickGetImageWidth">MagickGetImageWidth</a> • <a href="#MagickGetNumberImages">MagickGetNumberImages</a> • <a href="#MagickGetImageTotalInkDensity">MagickGetImageTotalInkDensity</a> • <a href="#MagickHaldClutImage">MagickHaldClutImage</a> • <a href="#MagickHasNextImage">MagickHasNextImage</a> • <a href="#MagickHasPreviousImage">MagickHasPreviousImage</a> • <a href="#MagickIdentifyImage">MagickIdentifyImage</a> • <a href="#MagickImplodeImage">MagickImplodeImage</a> • <a href="#MagickImportImagePixels">MagickImportImagePixels</a> • <a href="#MagickInverseFourierTransformImage">MagickInverseFourierTransformImage</a> • <a href="#MagickLabelImage">MagickLabelImage</a> • <a href="#MagickLevelImage">MagickLevelImage</a> • <a href="#MagickLinearStretchImage">MagickLinearStretchImage</a> • <a href="#MagickLiquidRescaleImage">MagickLiquidRescaleImage</a> • <a href="#MagickMagnifyImage">MagickMagnifyImage</a> • <a href="#MagickMedianFilterImage">MagickMedianFilterImage</a> • <a href="#MagickMergeImageLayers">MagickMergeImageLayers</a> • <a href="#MagickMinifyImage">MagickMinifyImage</a> • <a href="#MagickModulateImage">MagickModulateImage</a> • <a href="#MagickMontageImage">MagickMontageImage</a> • <a href="#MagickMorphImages">MagickMorphImages</a> • <a href="#MagickMorphologyImage">MagickMorphologyImage</a> • <a href="#MagickMotionBlurImage">MagickMotionBlurImage</a> • <a href="#MagickNegateImage">MagickNegateImage</a> • <a href="#MagickNewImage">MagickNewImage</a> • <a href="#MagickNextImage">MagickNextImage</a> • <a href="#MagickNormalizeImage">MagickNormalizeImage</a> • <a href="#MagickOilPaintImage">MagickOilPaintImage</a> • <a href="#MagickOpaquePaintImage">MagickOpaquePaintImage</a> • <a href="#MagickOptimizeImageLayers">MagickOptimizeImageLayers</a> • <a href="#MagickOrderedPosterizeImage">MagickOrderedPosterizeImage</a> • <a href="#MagickPingImage">MagickPingImage</a> • <a href="#MagickPingImageBlob">MagickPingImageBlob</a> • <a href="#MagickPingImageFile">MagickPingImageFile</a> • <a href="#MagickPolaroidImage">MagickPolaroidImage</a> • <a href="#MagickPosterizeImage">MagickPosterizeImage</a> • <a href="#MagickPreviewImages">MagickPreviewImages</a> • <a href="#MagickPreviousImage">MagickPreviousImage</a> • <a href="#MagickQuantizeImage">MagickQuantizeImage</a> • <a href="#MagickQuantizeImages">MagickQuantizeImages</a> • <a href="#MagickRadialBlurImage">MagickRadialBlurImage</a> • <a href="#MagickRaiseImage">MagickRaiseImage</a> • <a href="#MagickRandomThresholdImage">MagickRandomThresholdImage</a> • <a href="#MagickReadImage">MagickReadImage</a> • <a href="#MagickReadImageBlob">MagickReadImageBlob</a> • <a href="#MagickReadImageFile">MagickReadImageFile</a> • <a href="#MagickReduceNoiseImage">MagickReduceNoiseImage</a> • <a href="#MagickRemapImage">MagickRemapImage</a> • <a href="#MagickRemoveImage">MagickRemoveImage</a> • <a href="#MagickResampleImage">MagickResampleImage</a> • <a href="#MagickResetImagePage">MagickResetImagePage</a> • <a href="#MagickResizeImage">MagickResizeImage</a> • <a href="#MagickRollImage">MagickRollImage</a> • <a href="#MagickRotateImage">MagickRotateImage</a> • <a href="#MagickSampleImage">MagickSampleImage</a> • <a href="#MagickScaleImage">MagickScaleImage</a> • <a href="#MagickSegmentImage">MagickSegmentImage</a> • <a href="#MagickSelectiveBlurImage">MagickSelectiveBlurImage</a> • <a href="#MagickSeparateImageChannel">MagickSeparateImageChannel</a> • <a href="#MagickSepiaToneImage">MagickSepiaToneImage</a> • <a href="#MagickSetImage">MagickSetImage</a> • <a href="#MagickSetImageAlphaChannel">MagickSetImageAlphaChannel</a> • <a href="#MagickSetImageBackgroundColor">MagickSetImageBackgroundColor</a> • <a href="#MagickSetImageBias">MagickSetImageBias</a> • <a href="#MagickSetImageBluePrimary">MagickSetImageBluePrimary</a> • <a href="#MagickSetImageBorderColor">MagickSetImageBorderColor</a> • <a href="#MagickSetImageChannelDepth">MagickSetImageChannelDepth</a> • <a href="#MagickSetImageClipMask">MagickSetImageClipMask</a> • <a href="#MagickSetImageColor">MagickSetImageColor</a> • <a href="#MagickSetImageColormapColor">MagickSetImageColormapColor</a> • <a href="#MagickSetImageColorspace">MagickSetImageColorspace</a> • <a href="#MagickSetImageCompose">MagickSetImageCompose</a> • <a href="#MagickSetImageCompression">MagickSetImageCompression</a> • <a href="#MagickSetImageCompressionQuality">MagickSetImageCompressionQuality</a> • <a href="#MagickSetImageDelay">MagickSetImageDelay</a> • <a href="#MagickSetImageDepth">MagickSetImageDepth</a> • <a href="#MagickSetImageDispose">MagickSetImageDispose</a> • <a href="#MagickSetImageExtent">MagickSetImageExtent</a> • <a href="#MagickSetImageFilename">MagickSetImageFilename</a> • <a href="#MagickSetImageFormat">MagickSetImageFormat</a> • <a href="#MagickSetImageFuzz">MagickSetImageFuzz</a> • <a href="#MagickSetImageGamma">MagickSetImageGamma</a> • <a href="#MagickSetImageGravity">MagickSetImageGravity</a> • <a href="#MagickSetImageGreenPrimary">MagickSetImageGreenPrimary</a> • <a href="#MagickSetImageInterlaceScheme">MagickSetImageInterlaceScheme</a> • <a href="#MagickSetImageInterpolateMethod">MagickSetImageInterpolateMethod</a> • <a href="#MagickSetImageIterations">MagickSetImageIterations</a> • <a href="#MagickSetImageMatte">MagickSetImageMatte</a> • <a href="#MagickSetImageMatteColor">MagickSetImageMatteColor</a> • <a href="#MagickSetImageOpacity">MagickSetImageOpacity</a> • <a href="#MagickSetImageOrientation">MagickSetImageOrientation</a> • <a href="#MagickSetImagePage">MagickSetImagePage</a> • <a href="#MagickSetImageProgressMonitor">MagickSetImageProgressMonitor</a> • <a href="#MagickSetImageRedPrimary">MagickSetImageRedPrimary</a> • <a href="#MagickSetImageRenderingIntent">MagickSetImageRenderingIntent</a> • <a href="#MagickSetImageResolution">MagickSetImageResolution</a> • <a href="#MagickSetImageScene">MagickSetImageScene</a> • <a href="#MagickSetImageTicksPerSecond">MagickSetImageTicksPerSecond</a> • <a href="#MagickSetImageType">MagickSetImageType</a> • <a href="#MagickSetImageUnits">MagickSetImageUnits</a> • <a href="#MagickSetImageVirtualPixelMethod">MagickSetImageVirtualPixelMethod</a> • <a href="#MagickSetImageWhitePoint">MagickSetImageWhitePoint</a> • <a href="#MagickShadeImage">MagickShadeImage</a> • <a href="#MagickShadowImage">MagickShadowImage</a> • <a href="#MagickSharpenImage">MagickSharpenImage</a> • <a href="#MagickShaveImage">MagickShaveImage</a> • <a href="#MagickShearImage">MagickShearImage</a> • <a href="#MagickSigmoidalContrastImage">MagickSigmoidalContrastImage</a> • <a href="#MagickSimilarityImage">MagickSimilarityImage</a> • <a href="#MagickSketchImage">MagickSketchImage</a> • <a href="#MagickSolarizeImage">MagickSolarizeImage</a> • <a href="#MagickSparseColorImage">MagickSparseColorImage</a> • <a href="#MagickSpliceImage">MagickSpliceImage</a> • <a href="#MagickSpreadImage">MagickSpreadImage</a> • <a href="#MagickSteganoImage">MagickSteganoImage</a> • <a href="#MagickStereoImage">MagickStereoImage</a> • <a href="#MagickStripImage">MagickStripImage</a> • <a href="#MagickSwirlImage">MagickSwirlImage</a> • <a href="#MagickTextureImage">MagickTextureImage</a> • <a href="#MagickThresholdImage">MagickThresholdImage</a> • <a href="#MagickThumbnailImage">MagickThumbnailImage</a> • <a href="#MagickTintImage">MagickTintImage</a> • <a href="#MagickTransformImage">MagickTransformImage</a> • <a href="#MagickTransformImageColorspace">MagickTransformImageColorspace</a> • <a href="#MagickTransparentPaintImage">MagickTransparentPaintImage</a> • <a href="#MagickTransposeImage">MagickTransposeImage</a> • <a href="#MagickTransverseImage">MagickTransverseImage</a> • <a href="#MagickTrimImage">MagickTrimImage</a> • <a href="#MagickUniqueImageColors">MagickUniqueImageColors</a> • <a href="#MagickUnsharpMaskImage">MagickUnsharpMaskImage</a> • <a href="#MagickVignetteImage">MagickVignetteImage</a> • <a href="#MagickWaveImage">MagickWaveImage</a> • <a href="#MagickWhiteThresholdImage">MagickWhiteThresholdImage</a> • <a href="#MagickWriteImage">MagickWriteImage</a> • <a href="#MagickWriteImageFile">MagickWriteImageFile</a> • <a href="#MagickWriteImages">MagickWriteImages</a> • <a href="#MagickWriteImagesFile">MagickWriteImagesFile</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="GetImageFromMagickWand">GetImageFromMagickWand</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickAdaptiveBlurImage">MagickAdaptiveBlurImage</a></h2>
<div class="doc-section">
<p>the standard deviation of the Gaussian, in pixels.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickAdaptiveResizeImage">MagickAdaptiveResizeImage</a></h2>
<div class="doc-section">
<p>the number of rows in the scaled image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickAdaptiveSharpenImage">MagickAdaptiveSharpenImage</a></h2>
<div class="doc-section">
<p>the standard deviation of the Gaussian, in pixels.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickAdaptiveThresholdImage">MagickAdaptiveThresholdImage</a></h2>
<div class="doc-section">
<p>the mean offset.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickAddImage">MagickAddImage</a></h2>
<div class="doc-section">
<p>A wand that contains images to add at the current image location.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickAddNoiseImage">MagickAddNoiseImage</a></h2>
<div class="doc-section">
<p>The type of noise: Uniform, Gaussian, Multiplicative, Impulse, Laplacian, or Poisson.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickAffineTransformImage">MagickAffineTransformImage</a></h2>
<div class="doc-section">
<p>the draw wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickAnnotateImage">MagickAnnotateImage</a></h2>
<div class="doc-section">
<p>text to draw</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickAnimateImages">MagickAnimateImages</a></h2>
<div class="doc-section">
<p>the X server name.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickAppendImages">MagickAppendImages</a></h2>
<div class="doc-section">
<p>By default, images are stacked left-to-right. Set stack to MagickTrue to stack them top-to-bottom.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickAutoGammaImage">MagickAutoGammaImage</a></h2>
<div class="doc-section">
<p>the image channel(s).</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickAutoLevelImage">MagickAutoLevelImage</a></h2>
<div class="doc-section">
<p>the image channel(s).</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickBlackThresholdImage">MagickBlackThresholdImage</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickBlueShiftImage">MagickBlueShiftImage</a></h2>
<div class="doc-section">
<p>the blue shift factor (default 1.5)</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickBlurImage">MagickBlurImage</a></h2>
<div class="doc-section">
<p>the standard deviation of the , in pixels.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickBorderImage">MagickBorderImage</a></h2>
<div class="doc-section">
<p>the border height.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="Use_MagickBrightnessContrastImage">Use MagickBrightnessContrastImage</a></h2>
<div class="doc-section">
<p>the contrast percent (-100 .. 100).</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickCharcoalImage">MagickCharcoalImage</a></h2>
<div class="doc-section">
<p>the standard deviation of the Gaussian, in pixels.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickChopImage">MagickChopImage</a></h2>
<div class="doc-section">
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickClampImage">MagickClampImage</a></h2>
<div class="doc-section">
<p>the channel.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickClipImage">MagickClipImage</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickClipImagePath">MagickClipImagePath</a></h2>
<div class="doc-section">
<p>if non-zero, later operations take effect inside clipping path. Otherwise later operations take effect outside clipping path.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickClutImage">MagickClutImage</a></h2>
<div class="doc-section">
<p>the clut image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickCoalesceImages">MagickCoalesceImages</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickColorDecisionListImage">MagickColorDecisionListImage</a></h2>
<div class="doc-section">
<p>the color correction collection in XML.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickColorizeImage">MagickColorizeImage</a></h2>
<div class="doc-section">
<p>the opacity pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickColorMatrixImage">MagickColorMatrixImage</a></h2>
<div class="doc-section">
<p>the color matrix.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickCombineImages">MagickCombineImages</a></h2>
<div class="doc-section">
<p>the channel.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickCommentImage">MagickCommentImage</a></h2>
<div class="doc-section">
<p>the image comment.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickCompareImageChannels">MagickCompareImageChannels</a></h2>
<div class="doc-section">
<p>the computed distortion between the images.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickCompareImageLayers">MagickCompareImageLayers</a></h2>
<div class="doc-section">
<p>the compare method.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickCompareImages">MagickCompareImages</a></h2>
<div class="doc-section">
<p>the computed distortion between the images.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickCompositeImage">MagickCompositeImage</a></h2>
<div class="doc-section">
<p>the row offset of the composited image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickContrastImage">MagickContrastImage</a></h2>
<div class="doc-section">
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickContrastStretchImage">MagickContrastStretchImage</a></h2>
<div class="doc-section">
<p>the white point.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickConvolveImage">MagickConvolveImage</a></h2>
<div class="doc-section">
<p>An array of doubles representing the convolution kernel.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickCropImage">MagickCropImage</a></h2>
<div class="doc-section">
<p>the region y-offset.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickCycleColormapImage">MagickCycleColormapImage</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickConstituteImage">MagickConstituteImage</a></h2>
<div class="doc-section">
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickDecipherImage">MagickDecipherImage</a></h2>
<div class="doc-section">
<p>the passphrase.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickDeconstructImages">MagickDeconstructImages</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickDeskewImage">MagickDeskewImage</a></h2>
<div class="doc-section">
<p>separate background from foreground.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickDespeckleImage">MagickDespeckleImage</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickDestroyImage">MagickDestroyImage</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickDisplayImage">MagickDisplayImage</a></h2>
<div class="doc-section">
<p>the X server name.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickDisplayImages">MagickDisplayImages</a></h2>
<div class="doc-section">
<p>the X server name.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickDistortImage">MagickDistortImage</a></h2>
<div class="doc-section">
<p>Attempt to resize destination to fit distorted source.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickDrawImage">MagickDrawImage</a></h2>
<div class="doc-section">
<p>the draw wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickEdgeImage">MagickEdgeImage</a></h2>
<div class="doc-section">
<p>the radius of the pixel neighborhood.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickEmbossImage">MagickEmbossImage</a></h2>
<div class="doc-section">
<p>the standard deviation of the Gaussian, in pixels.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickEncipherImage">MagickEncipherImage</a></h2>
<div class="doc-section">
<p>the passphrase.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickEnhanceImage">MagickEnhanceImage</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickEqualizeImage">MagickEqualizeImage</a></h2>
<div class="doc-section">
<p>the image channel(s).</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickEvaluateImage">MagickEvaluateImage</a></h2>
<div class="doc-section">
<p>A value value.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickExportImagePixels">MagickExportImagePixels</a></h2>
<div class="doc-section">
<p>This array of values contain the pixel components as defined by map and type. You must preallocate this array where the expected length varies depending on the values of width, height, map, and type.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickExtentImage">MagickExtentImage</a></h2>
<div class="doc-section">
<p>the region y offset.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickFilterImage">MagickFilterImage</a></h2>
<div class="doc-section">
<p>An array of doubles representing the convolution kernel.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickFlipImage">MagickFlipImage</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickFloodfillPaintImage">MagickFloodfillPaintImage</a></h2>
<div class="doc-section">
<p>paint any pixel that does not match the target color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickFlopImage">MagickFlopImage</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickForwardFourierTransformImage">MagickForwardFourierTransformImage</a></h2>
<div class="doc-section">
<p>if true, return as magnitude / phase pair otherwise a real / imaginary image pair.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickFrameImage">MagickFrameImage</a></h2>
<div class="doc-section">
<p>the outer bevel width.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickFunctionImage">MagickFunctionImage</a></h2>
<div class="doc-section">
<p>the function arguments.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickFxImage">MagickFxImage</a></h2>
<div class="doc-section">
<p>the expression.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGammaImage">MagickGammaImage</a></h2>
<div class="doc-section">
<p>Define the level of gamma correction.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGaussianBlurImage">MagickGaussianBlurImage</a></h2>
<div class="doc-section">
<p>the standard deviation of the Gaussian, in pixels.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImage">MagickGetImage</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageAlphaChannel">MagickGetImageAlphaChannel</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageClipMask">MagickGetImageClipMask</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageBackgroundColor">MagickGetImageBackgroundColor</a></h2>
<div class="doc-section">
<p>Return the background color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageBlob">MagickGetImageBlob</a></h2>
<div class="doc-section">
<p>the length of the blob.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageBlob">MagickGetImageBlob</a></h2>
<div class="doc-section">
<p>the length of the blob.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageBluePrimary">MagickGetImageBluePrimary</a></h2>
<div class="doc-section">
<p>the chromaticity blue primary y-point.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageBorderColor">MagickGetImageBorderColor</a></h2>
<div class="doc-section">
<p>Return the border color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageChannelDepth">MagickGetImageChannelDepth</a></h2>
<div class="doc-section">
<p>the image channel(s).</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageChannelDistortion">MagickGetImageChannelDistortion</a></h2>
<div class="doc-section">
<p>the computed distortion between the images.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageChannelDistortions">MagickGetImageChannelDistortions</a></h2>
<div class="doc-section">
<p>the metric.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageChannelFeatures">MagickGetImageChannelFeatures</a></h2>
<div class="doc-section">
<p>the distance.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageChannelKurtosis">MagickGetImageChannelKurtosis</a></h2>
<div class="doc-section">
<p>The skewness for the specified channel(s).</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageChannelMean">MagickGetImageChannelMean</a></h2>
<div class="doc-section">
<p>The standard deviation for the specified channel(s).</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageChannelRange">MagickGetImageChannelRange</a></h2>
<div class="doc-section">
<p>The maximum pixel value for the specified channel(s).</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageChannelStatistics">MagickGetImageChannelStatistics</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageColormapColor">MagickGetImageColormapColor</a></h2>
<div class="doc-section">
<p>Return the colormap color in this wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageColors">MagickGetImageColors</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageColorspace">MagickGetImageColorspace</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageCompose">MagickGetImageCompose</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageCompression">MagickGetImageCompression</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageCompression">MagickGetImageCompression</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageDelay">MagickGetImageDelay</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageDepth">MagickGetImageDepth</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageDistortion">MagickGetImageDistortion</a></h2>
<div class="doc-section">
<p>the computed distortion between the images.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageDispose">MagickGetImageDispose</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageFilename">MagickGetImageFilename</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageFormat">MagickGetImageFormat</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageFuzz">MagickGetImageFuzz</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageGamma">MagickGetImageGamma</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageGravity">MagickGetImageGravity</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageGreenPrimary">MagickGetImageGreenPrimary</a></h2>
<div class="doc-section">
<p>the chromaticity green primary y-point.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageHeight">MagickGetImageHeight</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageHistogram">MagickGetImageHistogram</a></h2>
<div class="doc-section">
<p>the number of unique colors in the image and the number of pixel wands returned.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageInterlaceScheme">MagickGetImageInterlaceScheme</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageInterpolateMethod">MagickGetImageInterpolateMethod</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageIterations">MagickGetImageIterations</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageLength">MagickGetImageLength</a></h2>
<div class="doc-section">
<p>the image length in bytes.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageMatteColor">MagickGetImageMatteColor</a></h2>
<div class="doc-section">
<p>Return the matte color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageOrientation">MagickGetImageOrientation</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImagePage">MagickGetImagePage</a></h2>
<div class="doc-section">
<p>the page y-offset.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImagePixelColor">MagickGetImagePixelColor</a></h2>
<div class="doc-section">
<p>Return the colormap color in this wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageRedPrimary">MagickGetImageRedPrimary</a></h2>
<div class="doc-section">
<p>the chromaticity red primary y-point.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageRegion">MagickGetImageRegion</a></h2>
<div class="doc-section">
<p>the region y offset.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageRenderingIntent">MagickGetImageRenderingIntent</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageResolution">MagickGetImageResolution</a></h2>
<div class="doc-section">
<p>the image y-resolution.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageScene">MagickGetImageScene</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageSignature">MagickGetImageSignature</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageTicksPerSecond">MagickGetImageTicksPerSecond</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageType">MagickGetImageType</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageUnits">MagickGetImageUnits</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageVirtualPixelMethod">MagickGetImageVirtualPixelMethod</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageWhitePoint">MagickGetImageWhitePoint</a></h2>
<div class="doc-section">
<p>the chromaticity white y-point.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageWidth">MagickGetImageWidth</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetNumberImages">MagickGetNumberImages</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickGetImageTotalInkDensity">MagickGetImageTotalInkDensity</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickHaldClutImage">MagickHaldClutImage</a></h2>
<div class="doc-section">
<p>the hald CLUT image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickHasNextImage">MagickHasNextImage</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickHasPreviousImage">MagickHasPreviousImage</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickIdentifyImage">MagickIdentifyImage</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickImplodeImage">MagickImplodeImage</a></h2>
<div class="doc-section">
<p>Define the extent of the implosion.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickImportImagePixels">MagickImportImagePixels</a></h2>
<div class="doc-section">
<p>This array of values contain the pixel components as defined by map and type. You must preallocate this array where the expected length varies depending on the values of width, height, map, and type.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickInverseFourierTransformImage">MagickInverseFourierTransformImage</a></h2>
<div class="doc-section">
<p>if true, return as magnitude / phase pair otherwise a real / imaginary image pair.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickLabelImage">MagickLabelImage</a></h2>
<div class="doc-section">
<p>the image label.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickLevelImage">MagickLevelImage</a></h2>
<div class="doc-section">
<p>the white point.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickLinearStretchImage">MagickLinearStretchImage</a></h2>
<div class="doc-section">
<p>the white point.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickLiquidRescaleImage">MagickLiquidRescaleImage</a></h2>
<div class="doc-section">
<p>introduce a bias for non-straight seams (typically 0).</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickMagnifyImage">MagickMagnifyImage</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickMedianFilterImage">MagickMedianFilterImage</a></h2>
<div class="doc-section">
<p>the radius of the pixel neighborhood.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickMergeImageLayers">MagickMergeImageLayers</a></h2>
<div class="doc-section">
<p>MosaicLayer: Start with the virtual canvas of the first image, enlarging left and right edges to contain all images. Images with negative offsets will be clipped.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickMinifyImage">MagickMinifyImage</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickModulateImage">MagickModulateImage</a></h2>
<div class="doc-section">
<p>the percent change in hue.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickMontageImage">MagickMontageImage</a></h2>
<div class="doc-section">
<p>Surround the image with an ornamental border (e.g. 15x15+3+3). The frame color is that of the thumbnail's matte color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickMorphImages">MagickMorphImages</a></h2>
<div class="doc-section">
<p>the number of in-between images to generate.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickMorphologyImage">MagickMorphologyImage</a></h2>
<div class="doc-section">
<p>An array of doubles representing the morphology kernel.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickMotionBlurImage">MagickMotionBlurImage</a></h2>
<div class="doc-section">
<p>Apply the effect along this angle.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickNegateImage">MagickNegateImage</a></h2>
<div class="doc-section">
<p>If MagickTrue, only negate grayscale pixels within the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickNewImage">MagickNewImage</a></h2>
<div class="doc-section">
<p>the image color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickNextImage">MagickNextImage</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickNormalizeImage">MagickNormalizeImage</a></h2>
<div class="doc-section">
<p>the image channel(s).</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickOilPaintImage">MagickOilPaintImage</a></h2>
<div class="doc-section">
<p>the radius of the circular neighborhood.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickOpaquePaintImage">MagickOpaquePaintImage</a></h2>
<div class="doc-section">
<p>paint any pixel that does not match the target color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickOptimizeImageLayers">MagickOptimizeImageLayers</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickOrderedPosterizeImage">MagickOrderedPosterizeImage</a></h2>
<div class="doc-section">
<p>For example: "o3x3,6" generates a 6 level posterization of the image with a ordered 3x3 diffused pixel dither being applied between each level. While checker,8,8,4 will produce a 332 colormaped image with only a single checkerboard hash pattern (50 grey) between each color level, to basically double the number of color levels with a bare minimim of dithering.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickPingImage">MagickPingImage</a></h2>
<div class="doc-section">
<p>the image filename.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickPingImageBlob">MagickPingImageBlob</a></h2>
<div class="doc-section">
<p>the blob length.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickPingImageFile">MagickPingImageFile</a></h2>
<div class="doc-section">
<p>the file descriptor.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickPolaroidImage">MagickPolaroidImage</a></h2>
<div class="doc-section">
<p>Apply the effect along this angle.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickPosterizeImage">MagickPosterizeImage</a></h2>
<div class="doc-section">
<p>Set this integer value to something other than zero to dither the mapped image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickPreviewImages">MagickPreviewImages</a></h2>
<div class="doc-section">
<p>the preview type.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickPreviousImage">MagickPreviousImage</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickQuantizeImage">MagickQuantizeImage</a></h2>
<div class="doc-section">
<p>A value other than zero measures the difference between the original and quantized images. This difference is the total quantization error. The error is computed by summing over all pixels in an image the distance squared in RGB space between each reference pixel value and its quantized value.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickQuantizeImages">MagickQuantizeImages</a></h2>
<div class="doc-section">
<p>A value other than zero measures the difference between the original and quantized images. This difference is the total quantization error. The error is computed by summing over all pixels in an image the distance squared in RGB space between each reference pixel value and its quantized value.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickRadialBlurImage">MagickRadialBlurImage</a></h2>
<div class="doc-section">
<p>the angle of the blur in degrees.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickRaiseImage">MagickRaiseImage</a></h2>
<div class="doc-section">
<p>A value other than zero creates a 3-D raise effect, otherwise it has a lowered effect.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickRandomThresholdImage">MagickRandomThresholdImage</a></h2>
<div class="doc-section">
<p>Specify the high and low thresholds. These values range from 0 to QuantumRange.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickReadImage">MagickReadImage</a></h2>
<div class="doc-section">
<p>the image filename.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickReadImageBlob">MagickReadImageBlob</a></h2>
<div class="doc-section">
<p>the blob length.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickReadImageFile">MagickReadImageFile</a></h2>
<div class="doc-section">
<p>the file descriptor.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickReduceNoiseImage">MagickReduceNoiseImage</a></h2>
<div class="doc-section">
<p>the radius of the pixel neighborhood.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickRemapImage">MagickRemapImage</a></h2>
<div class="doc-section">
<p>choose from these dither methods: NoDitherMethod, RiemersmaDitherMethod, or FloydSteinbergDitherMethod.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickRemoveImage">MagickRemoveImage</a></h2>
<div class="doc-section">
<p>the splice wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickResampleImage">MagickResampleImage</a></h2>
<div class="doc-section">
<p>the blur factor where > 1 is blurry, < 1 is sharp.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickResetImagePage">MagickResetImagePage</a></h2>
<div class="doc-section">
<p>the relative page specification.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickResizeImage">MagickResizeImage</a></h2>
<div class="doc-section">
<p>the blur factor where > 1 is blurry, < 1 is sharp.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickRollImage">MagickRollImage</a></h2>
<div class="doc-section">
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickRotateImage">MagickRotateImage</a></h2>
<div class="doc-section">
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSampleImage">MagickSampleImage</a></h2>
<div class="doc-section">
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickScaleImage">MagickScaleImage</a></h2>
<div class="doc-section">
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSegmentImage">MagickSegmentImage</a></h2>
<div class="doc-section">
<p>the smoothing threshold eliminates noise in the second derivative of the histogram. As the value is increased, you can expect a smoother second derivative.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSelectiveBlurImage">MagickSelectiveBlurImage</a></h2>
<div class="doc-section">
<p>only pixels within this contrast threshold are included in the blur operation.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSeparateImageChannel">MagickSeparateImageChannel</a></h2>
<div class="doc-section">
<p>the image channel(s).</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSepiaToneImage">MagickSepiaToneImage</a></h2>
<div class="doc-section">
<p>Define the extent of the sepia toning.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImage">MagickSetImage</a></h2>
<div class="doc-section">
<p>the set_wand wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageAlphaChannel">MagickSetImageAlphaChannel</a></h2>
<div class="doc-section">
<p>the alpha channel type: ActivateAlphaChannel, DeactivateAlphaChannel, OpaqueAlphaChannel, or SetAlphaChannel.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageBackgroundColor">MagickSetImageBackgroundColor</a></h2>
<div class="doc-section">
<p>the background pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageBias">MagickSetImageBias</a></h2>
<div class="doc-section">
<p>the image bias.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageBluePrimary">MagickSetImageBluePrimary</a></h2>
<div class="doc-section">
<p>the blue primary y-point.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageBorderColor">MagickSetImageBorderColor</a></h2>
<div class="doc-section">
<p>the border pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageChannelDepth">MagickSetImageChannelDepth</a></h2>
<div class="doc-section">
<p>the image depth in bits.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageClipMask">MagickSetImageClipMask</a></h2>
<div class="doc-section">
<p>the clip_mask wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageColor">MagickSetImageColor</a></h2>
<div class="doc-section">
<p>the image color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageColormapColor">MagickSetImageColormapColor</a></h2>
<div class="doc-section">
<p>Return the colormap color in this wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageColorspace">MagickSetImageColorspace</a></h2>
<div class="doc-section">
<p>the image colorspace: UndefinedColorspace, RGBColorspace, GRAYColorspace, TransparentColorspace, OHTAColorspace, XYZColorspace, YCbCrColorspace, YCCColorspace, YIQColorspace, YPbPrColorspace, YPbPrColorspace, YUVColorspace, CMYKColorspace, sRGBColorspace, HSLColorspace, or HWBColorspace.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageCompose">MagickSetImageCompose</a></h2>
<div class="doc-section">
<p>the image composite operator.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageCompression">MagickSetImageCompression</a></h2>
<div class="doc-section">
<p>the image compression type.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageCompressionQuality">MagickSetImageCompressionQuality</a></h2>
<div class="doc-section">
<p>the image compression tlityype.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageDelay">MagickSetImageDelay</a></h2>
<div class="doc-section">
<p>the image delay in ticks-per-second units.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageDepth">MagickSetImageDepth</a></h2>
<div class="doc-section">
<p>the image depth in bits: 8, 16, or 32.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageDispose">MagickSetImageDispose</a></h2>
<div class="doc-section">
<p>the image disposeal type.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageExtent">MagickSetImageExtent</a></h2>
<div class="doc-section">
<p>The image height in pixels.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageFilename">MagickSetImageFilename</a></h2>
<div class="doc-section">
<p>the image filename.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageFormat">MagickSetImageFormat</a></h2>
<div class="doc-section">
<p>the image format.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageFuzz">MagickSetImageFuzz</a></h2>
<div class="doc-section">
<p>the image fuzz.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageGamma">MagickSetImageGamma</a></h2>
<div class="doc-section">
<p>the image gamma.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageGravity">MagickSetImageGravity</a></h2>
<div class="doc-section">
<p>the image interlace scheme: NoInterlace, LineInterlace, PlaneInterlace, PartitionInterlace.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageGreenPrimary">MagickSetImageGreenPrimary</a></h2>
<div class="doc-section">
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageInterlaceScheme">MagickSetImageInterlaceScheme</a></h2>
<div class="doc-section">
<p>the image interlace scheme: NoInterlace, LineInterlace, PlaneInterlace, PartitionInterlace.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageInterpolateMethod">MagickSetImageInterpolateMethod</a></h2>
<div class="doc-section">
<p>the image interpole pixel methods: choose from Undefined, Average, Bicubic, Bilinear, Filter, Integer, Mesh, NearestNeighbor.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageIterations">MagickSetImageIterations</a></h2>
<div class="doc-section">
<p>the image delay in 1/100th of a second.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageMatte">MagickSetImageMatte</a></h2>
<div class="doc-section">
<p>Set to MagickTrue to enable the image matte channel otherwise MagickFalse.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageMatteColor">MagickSetImageMatteColor</a></h2>
<div class="doc-section">
<p>the matte pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageOpacity">MagickSetImageOpacity</a></h2>
<div class="doc-section">
<p>the level of transparency: 1.0 is fully opaque and 0.0 is fully transparent.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageOrientation">MagickSetImageOrientation</a></h2>
<div class="doc-section">
<p>the image orientation type.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImagePage">MagickSetImagePage</a></h2>
<div class="doc-section">
<p>the page y-offset.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageProgressMonitor">MagickSetImageProgressMonitor</a></h2>
<div class="doc-section">
<p>Specifies a pointer to any client data.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageRedPrimary">MagickSetImageRedPrimary</a></h2>
<div class="doc-section">
<p>the red primary y-point.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageRenderingIntent">MagickSetImageRenderingIntent</a></h2>
<div class="doc-section">
<p>the image rendering intent: UndefinedIntent, SaturationIntent, PerceptualIntent, AbsoluteIntent, or RelativeIntent.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageResolution">MagickSetImageResolution</a></h2>
<div class="doc-section">
<p>the image y resolution.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageScene">MagickSetImageScene</a></h2>
<div class="doc-section">
<p>the image scene number.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageTicksPerSecond">MagickSetImageTicksPerSecond</a></h2>
<div class="doc-section">
<p>the units to use for the image delay.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageType">MagickSetImageType</a></h2>
<div class="doc-section">
<p>the image type: UndefinedType, BilevelType, GrayscaleType, GrayscaleMatteType, PaletteType, PaletteMatteType, TrueColorType, TrueColorMatteType, ColorSeparationType, ColorSeparationMatteType, or OptimizeType.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageUnits">MagickSetImageUnits</a></h2>
<div class="doc-section">
<p>the image units of resolution : UndefinedResolution, PixelsPerInchResolution, or PixelsPerCentimeterResolution.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageVirtualPixelMethod">MagickSetImageVirtualPixelMethod</a></h2>
<div class="doc-section">
<p>the image virtual pixel method : UndefinedVirtualPixelMethod, ConstantVirtualPixelMethod, EdgeVirtualPixelMethod, MirrorVirtualPixelMethod, or TileVirtualPixelMethod.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSetImageWhitePoint">MagickSetImageWhitePoint</a></h2>
<div class="doc-section">
<p>the white y-point.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickShadeImage">MagickShadeImage</a></h2>
<div class="doc-section">
<p>Define the light source direction.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickShadowImage">MagickShadowImage</a></h2>
<div class="doc-section">
<p>the shadow y-offset.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSharpenImage">MagickSharpenImage</a></h2>
<div class="doc-section">
<p>the standard deviation of the Gaussian, in pixels.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickShaveImage">MagickShaveImage</a></h2>
<div class="doc-section">
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickShearImage">MagickShearImage</a></h2>
<div class="doc-section">
<p>the number of degrees to shear the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSigmoidalContrastImage">MagickSigmoidalContrastImage</a></h2>
<div class="doc-section">
<p>midpoint of the function as a color value 0 to QuantumRange.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSimilarityImage">MagickSimilarityImage</a></h2>
<div class="doc-section">
<p>the computed similarity between the images.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSketchImage">MagickSketchImage</a></h2>
<div class="doc-section">
<p>Apply the effect along this angle.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSolarizeImage">MagickSolarizeImage</a></h2>
<div class="doc-section">
<p>Define the extent of the solarization.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSparseColorImage">MagickSparseColorImage</a></h2>
<div class="doc-section">
<p>the arguments for this sparseion method.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSpliceImage">MagickSpliceImage</a></h2>
<div class="doc-section">
<p>the region y offset.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSpreadImage">MagickSpreadImage</a></h2>
<div class="doc-section">
<p>Choose a random pixel in a neighborhood of this extent.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSteganoImage">MagickSteganoImage</a></h2>
<div class="doc-section">
<p>Start hiding at this offset into the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickStereoImage">MagickStereoImage</a></h2>
<div class="doc-section">
<p>Another image wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickStripImage">MagickStripImage</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickSwirlImage">MagickSwirlImage</a></h2>
<div class="doc-section">
<p>Define the tightness of the swirling effect.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickTextureImage">MagickTextureImage</a></h2>
<div class="doc-section">
<p>the texture wand</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickThresholdImage">MagickThresholdImage</a></h2>
<div class="doc-section">
<p>Define the threshold value.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickThumbnailImage">MagickThumbnailImage</a></h2>
<div class="doc-section">
<p>the number of rows in the scaled image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickTintImage">MagickTintImage</a></h2>
<div class="doc-section">
<p>the opacity pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickTransformImage">MagickTransformImage</a></h2>
<div class="doc-section">
<p>An image geometry string. This geometry defines the final size of the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickTransformImageColorspace">MagickTransformImageColorspace</a></h2>
<div class="doc-section">
<p>the image colorspace: UndefinedColorspace, RGBColorspace, GRAYColorspace, TransparentColorspace, OHTAColorspace, XYZColorspace, YCbCrColorspace, YCCColorspace, YIQColorspace, YPbPrColorspace, YPbPrColorspace, YUVColorspace, CMYKColorspace, sRGBColorspace, HSLColorspace, or HWBColorspace.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickTransparentPaintImage">MagickTransparentPaintImage</a></h2>
<div class="doc-section">
<p>paint any pixel that does not match the target color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickTransposeImage">MagickTransposeImage</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickTransverseImage">MagickTransverseImage</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickTrimImage">MagickTrimImage</a></h2>
<div class="doc-section">
<p>By default target must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. The fuzz member of image defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color for the purposes of the floodfill.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickUniqueImageColors">MagickUniqueImageColors</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickUnsharpMaskImage">MagickUnsharpMaskImage</a></h2>
<div class="doc-section">
<p>the threshold in pixels needed to apply the diffence amount.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickVignetteImage">MagickVignetteImage</a></h2>
<div class="doc-section">
<p>Define the x and y ellipse offset.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickWaveImage">MagickWaveImage</a></h2>
<div class="doc-section">
<p>Define the amplitude and wave length of the sine wave.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickWhiteThresholdImage">MagickWhiteThresholdImage</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickWriteImage">MagickWriteImage</a></h2>
<div class="doc-section">
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickWriteImageFile">MagickWriteImageFile</a></h2>
<div class="doc-section">
<p>the file descriptor.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickWriteImages">MagickWriteImages</a></h2>
<div class="doc-section">
<p>join images into a single multi-image file.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-image
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image
_8c.html" id="MagickWriteImagesFile">MagickWriteImagesFile</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#MagickDeleteImageArtifact">MagickDeleteImageArtifact</a> • <a href="#MagickDeleteImageProperty">MagickDeleteImageProperty</a> • <a href="#MagickDeleteOption">MagickDeleteOption</a> • <a href="#MagickGetAntialias">MagickGetAntialias</a> • <a href="#MagickGetBackgroundColor">MagickGetBackgroundColor</a> • <a href="#MagickGetColorspace">MagickGetColorspace</a> • <a href="#MagickGetCompression">MagickGetCompression</a> • <a href="#MagickGetCompressionQuality">MagickGetCompressionQuality</a> • <a href="#MagickGetCopyright">MagickGetCopyright</a> • <a href="#MagickGetFilename">MagickGetFilename</a> • <a href="#MagickGetFont">MagickGetFont</a> • <a href="#MagickGetFormat">MagickGetFormat</a> • <a href="#MagickGetGravity">MagickGetGravity</a> • <a href="#MagickGetHomeURL">MagickGetHomeURL</a> • <a href="#MagickGetImageArtifact">MagickGetImageArtifact</a> • <a href="#MagickGetImageArtifacts">MagickGetImageArtifacts</a> • <a href="#MagickGetImageProfile">MagickGetImageProfile</a> • <a href="#MagickGetImageProfiles">MagickGetImageProfiles</a> • <a href="#MagickGetImageProperty">MagickGetImageProperty</a> • <a href="#MagickGetImageProperties">MagickGetImageProperties</a> • <a href="#MagickGetInterlaceScheme">MagickGetInterlaceScheme</a> • <a href="#MagickGetInterpolateMethod">MagickGetInterpolateMethod</a> • <a href="#MagickGetOption">MagickGetOption</a> • <a href="#MagickGetOptions">MagickGetOptions</a> • <a href="#MagickGetOrientation">MagickGetOrientation</a> • <a href="#MagickGetPackageName">MagickGetPackageName</a> • <a href="#MagickGetPage">MagickGetPage</a> • <a href="#MagickGetPointsize">MagickGetPointsize</a> • <a href="#MagickGetQuantumDepth">MagickGetQuantumDepth</a> • <a href="#MagickGetQuantumRange">MagickGetQuantumRange</a> • <a href="#MagickGetReleaseDate">MagickGetReleaseDate</a> • <a href="#MagickGetResolution">MagickGetResolution</a> • <a href="#MagickGetResource">MagickGetResource</a> • <a href="#MagickGetResourceLimit">MagickGetResourceLimit</a> • <a href="#MagickGetSamplingFactors">MagickGetSamplingFactors</a> • <a href="#MagickGetSize">MagickGetSize</a> • <a href="#MagickGetSizeOffset">MagickGetSizeOffset</a> • <a href="#MagickGetType">MagickGetType</a> • <a href="#MagickGetVersion">MagickGetVersion</a> • <a href="#MagickProfileImage">MagickProfileImage</a> • <a href="#MagickRemoveImageProfile">MagickRemoveImageProfile</a> • <a href="#MagickSetAntialias">MagickSetAntialias</a> • <a href="#MagickSetBackgroundColor">MagickSetBackgroundColor</a> • <a href="#MagickSetColorspace">MagickSetColorspace</a> • <a href="#MagickSetCompression">MagickSetCompression</a> • <a href="#MagickSetCompressionQuality">MagickSetCompressionQuality</a> • <a href="#MagickSetDepth">MagickSetDepth</a> • <a href="#MagickSetExtract">MagickSetExtract</a> • <a href="#MagickSetFilename">MagickSetFilename</a> • <a href="#MagickSetFont">MagickSetFont</a> • <a href="#MagickSetFormat">MagickSetFormat</a> • <a href="#MagickSetGravity">MagickSetGravity</a> • <a href="#MagickSetImageArtifact">MagickSetImageArtifact</a> • <a href="#MagickSetImageProfile">MagickSetImageProfile</a> • <a href="#MagickSetImageProperty">MagickSetImageProperty</a> • <a href="#MagickSetInterlaceScheme">MagickSetInterlaceScheme</a> • <a href="#MagickSetInterpolateMethod">MagickSetInterpolateMethod</a> • <a href="#MagickSetOption">MagickSetOption</a> • <a href="#MagickSetOrientation">MagickSetOrientation</a> • <a href="#MagickSetPage">MagickSetPage</a> • <a href="#MagickSetPassphrase">MagickSetPassphrase</a> • <a href="#MagickSetPointsize">MagickSetPointsize</a> • <a href="#MagickSetProgressMonitor">MagickSetProgressMonitor</a> • <a href="#MagickSetResourceLimit">MagickSetResourceLimit</a> • <a href="#MagickSetResolution">MagickSetResolution</a> • <a href="#MagickSetSamplingFactors">MagickSetSamplingFactors</a> • <a href="#MagickSetSize">MagickSetSize</a> • <a href="#MagickSetSizeOffset">MagickSetSizeOffset</a> • <a href="#MagickSetType">MagickSetType</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickDeleteImageArtifact">MagickDeleteImageArtifact</a></h2>
<div class="doc-section">
<p>the image artifact.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickDeleteImageProperty">MagickDeleteImageProperty</a></h2>
<div class="doc-section">
<p>the image property.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickDeleteOption">MagickDeleteOption</a></h2>
<div class="doc-section">
<p>the image option.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetAntialias">MagickGetAntialias</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetBackgroundColor">MagickGetBackgroundColor</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetColorspace">MagickGetColorspace</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetCompression">MagickGetCompression</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetCompressionQuality">MagickGetCompressionQuality</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetCopyright">MagickGetCopyright</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetFilename">MagickGetFilename</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetFont">MagickGetFont</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetFormat">MagickGetFormat</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetGravity">MagickGetGravity</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetHomeURL">MagickGetHomeURL</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetImageArtifact">MagickGetImageArtifact</a></h2>
<div class="doc-section">
<p>the artifact.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetImageArtifacts">MagickGetImageArtifacts</a></h2>
<div class="doc-section">
<p>the number artifacts associated with this wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetImageProfile">MagickGetImageProfile</a></h2>
<div class="doc-section">
<p>the length of the profile.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetImageProfiles">MagickGetImageProfiles</a></h2>
<div class="doc-section">
<p>the number profiles associated with this wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetImageProperty">MagickGetImageProperty</a></h2>
<div class="doc-section">
<p>the property.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetImageProperties">MagickGetImageProperties</a></h2>
<div class="doc-section">
<p>the number properties associated with this wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetInterlaceScheme">MagickGetInterlaceScheme</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetInterpolateMethod">MagickGetInterpolateMethod</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetOption">MagickGetOption</a></h2>
<div class="doc-section">
<p>the key.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetOptions">MagickGetOptions</a></h2>
<div class="doc-section">
<p>the number options associated with this wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetOrientation">MagickGetOrientation</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetPackageName">MagickGetPackageName</a></h2>
<div class="doc-section">
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetPage">MagickGetPage</a></h2>
<div class="doc-section">
<p>the page y-offset.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetPointsize">MagickGetPointsize</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetQuantumDepth">MagickGetQuantumDepth</a></h2>
<div class="doc-section">
<p>the quantum depth is returned as a number.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetQuantumRange">MagickGetQuantumRange</a></h2>
<div class="doc-section">
<p>the quantum range is returned as a number.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetReleaseDate">MagickGetReleaseDate</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetResolution">MagickGetResolution</a></h2>
<div class="doc-section">
<p>the y-resolution.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetResource">MagickGetResource</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetResourceLimit">MagickGetResourceLimit</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetSamplingFactors">MagickGetSamplingFactors</a></h2>
<div class="doc-section">
<p>the number of factors in the returned array.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetSize">MagickGetSize</a></h2>
<div class="doc-section">
<p>the height in pixels.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetSizeOffset">MagickGetSizeOffset</a></h2>
<div class="doc-section">
<p>the image offset.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetType">MagickGetType</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickGetVersion">MagickGetVersion</a></h2>
<div class="doc-section">
<p>the ImageMagick version is returned as a number.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickProfileImage">MagickProfileImage</a></h2>
<div class="doc-section">
<p>the length of the profile.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickRemoveImageProfile">MagickRemoveImageProfile</a></h2>
<div class="doc-section">
<p>the length of the profile.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetAntialias">MagickSetAntialias</a></h2>
<div class="doc-section">
<p>the antialias property.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetBackgroundColor">MagickSetBackgroundColor</a></h2>
<div class="doc-section">
<p>the background pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetColorspace">MagickSetColorspace</a></h2>
<div class="doc-section">
<p>the wand colorspace.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetCompression">MagickSetCompression</a></h2>
<div class="doc-section">
<p>the wand compression.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetCompressionQuality">MagickSetCompressionQuality</a></h2>
<div class="doc-section">
<p>the wand compression quality.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetDepth">MagickSetDepth</a></h2>
<div class="doc-section">
<p>the wand pixel depth.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetExtract">MagickSetExtract</a></h2>
<div class="doc-section">
<p>the extract geometry.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetFilename">MagickSetFilename</a></h2>
<div class="doc-section">
<p>the image filename.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetFont">MagickSetFont</a></h2>
<div class="doc-section">
<p>the font</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetFormat">MagickSetFormat</a></h2>
<div class="doc-section">
<p>the image format.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetGravity">MagickSetGravity</a></h2>
<div class="doc-section">
<p>the gravity type.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetImageArtifact">MagickSetImageArtifact</a></h2>
<div class="doc-section">
<p>the value.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetImageProfile">MagickSetImageProfile</a></h2>
<div class="doc-section">
<p>the length of the profile.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetImageProperty">MagickSetImageProperty</a></h2>
<div class="doc-section">
<p>the value.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetInterlaceScheme">MagickSetInterlaceScheme</a></h2>
<div class="doc-section">
<p>the image interlace scheme: NoInterlace, LineInterlace, PlaneInterlace, PartitionInterlace.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetInterpolateMethod">MagickSetInterpolateMethod</a></h2>
<div class="doc-section">
<p>the interpolate pixel method.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetOption">MagickSetOption</a></h2>
<div class="doc-section">
<p>The value.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetOrientation">MagickSetOrientation</a></h2>
<div class="doc-section">
<p>the wand orientation.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetPage">MagickSetPage</a></h2>
<div class="doc-section">
<p>the page y-offset.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetPassphrase">MagickSetPassphrase</a></h2>
<div class="doc-section">
<p>the passphrase.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetPointsize">MagickSetPointsize</a></h2>
<div class="doc-section">
<p>the size of the font</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetProgressMonitor">MagickSetProgressMonitor</a></h2>
<div class="doc-section">
<p>Specifies a pointer to any client data.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetResourceLimit">MagickSetResourceLimit</a></h2>
<div class="doc-section">
<p>o The maximum limit for the resource.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetResolution">MagickSetResolution</a></h2>
<div class="doc-section">
<p>the image y resolution.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetSamplingFactors">MagickSetSamplingFactors</a></h2>
<div class="doc-section">
<p>An array of doubles representing the sampling factor for each color component (in RGB order).</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetSize">MagickSetSize</a></h2>
<div class="doc-section">
<p>the rows in pixels.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetSizeOffset">MagickSetSizeOffset</a></h2>
<div class="doc-section">
<p>the image offset.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-property
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-property
_8c.html" id="MagickSetType">MagickSetType</a></h2>
<div class="doc-section">
<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><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#ClearMagickWand">ClearMagickWand</a> • <a href="#CloneMagickWand">CloneMagickWand</a> • <a href="#DestroyMagickWand">DestroyMagickWand</a> • <a href="#IsMagickWand">IsMagickWand</a> • <a href="#MagickClearException">MagickClearException</a> • <a href="#MagickGetException">MagickGetException</a> • <a href="#MagickGetExceptionType">MagickGetExceptionType</a> • <a href="#MagickGetIteratorIndex">MagickGetIteratorIndex</a> • <a href="#MagickQueryConfigureOption">MagickQueryConfigureOption</a> • <a href="#MagickQueryConfigureOptions">MagickQueryConfigureOptions</a> • <a href="#MagickQueryFontMetrics">MagickQueryFontMetrics</a> • <a href="#MagickQueryMultilineFontMetrics">MagickQueryMultilineFontMetrics</a> • <a href="#MagickQueryFonts">MagickQueryFonts</a> • <a href="#MagickQueryFonts">MagickQueryFonts</a> • <a href="#MagickRelinquishMemory">MagickRelinquishMemory</a> • <a href="#MagickResetIterator">MagickResetIterator</a> • <a href="#MagickSetFirstIterator">MagickSetFirstIterator</a> • <a href="#MagickSetIteratorIndex">MagickSetIteratorIndex</a> • <a href="#MagickSetLastIterator">MagickSetLastIterator</a> • <a href="#MagickWandGenesis">MagickWandGenesis</a> • <a href="#MagickWandTerminus">MagickWandTerminus</a> • <a href="#NewMagickWand">NewMagickWand</a> • <a href="#NewMagickWandFromImage">NewMagickWandFromImage</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="ClearMagickWand">ClearMagickWand</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="CloneMagickWand">CloneMagickWand</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="DestroyMagickWand">DestroyMagickWand</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="IsMagickWand">IsMagickWand</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="MagickClearException">MagickClearException</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="MagickGetException">MagickGetException</a></h2>
<div class="doc-section">
<p>the severity of the error is returned here.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="MagickGetExceptionType">MagickGetExceptionType</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="MagickGetIteratorIndex">MagickGetIteratorIndex</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="MagickQueryConfigureOption">MagickQueryConfigureOption</a></h2>
<div class="doc-section">
<p>the option name.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="MagickQueryConfigureOptions">MagickQueryConfigureOptions</a></h2>
<div class="doc-section">
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="MagickQueryFontMetrics">MagickQueryFontMetrics</a></h2>
<div class="doc-section">
<p>the text.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="MagickQueryMultilineFontMetrics">MagickQueryMultilineFontMetrics</a></h2>
<div class="doc-section">
<p>the text.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="MagickQueryFonts">MagickQueryFonts</a></h2>
<div class="doc-section">
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="MagickQueryFonts">MagickQueryFonts</a></h2>
<div class="doc-section">
<p>This integer returns the number of image formats in the list.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="MagickRelinquishMemory">MagickRelinquishMemory</a></h2>
<div class="doc-section">
<p>Relinquish the memory associated with this resource.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="MagickResetIterator">MagickResetIterator</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="MagickSetFirstIterator">MagickSetFirstIterator</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="MagickSetIteratorIndex">MagickSetIteratorIndex</a></h2>
<div class="doc-section">
<p>the scene number.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="MagickSetLastIterator">MagickSetLastIterator</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="MagickWandGenesis">MagickWandGenesis</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="MagickWandTerminus">MagickWandTerminus</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="NewMagickWand">NewMagickWand</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/magick-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-wand
_8c.html" id="NewMagickWandFromImage">NewMagickWandFromImage</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#GetMagickPrecision">GetMagickPrecision</a> • <a href="#IsMagickInstantiated">IsMagickInstantiated</a> • <a href="#MagickCoreGenesis">MagickCoreGenesis</a> • <a href="#MagickCoreTerminus">MagickCoreTerminus</a> • <a href="#SetMagickPrecision">SetMagickPrecision</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/magick
+<h2><a href="http://www.imagemagick.org/api/MagickCore/magick
_8c.html" id="GetMagickPrecision">GetMagickPrecision</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/magick
+<h2><a href="http://www.imagemagick.org/api/MagickCore/magick
_8c.html" id="IsMagickInstantiated">IsMagickInstantiated</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/magick
+<h2><a href="http://www.imagemagick.org/api/MagickCore/magick
_8c.html" id="MagickCoreGenesis">MagickCoreGenesis</a></h2>
<div class="doc-section">
<p>set to MagickTrue to use MagickCore's own signal handlers for common signals.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/magick
+<h2><a href="http://www.imagemagick.org/api/MagickCore/magick
_8c.html" id="MagickCoreTerminus">MagickCoreTerminus</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/magick
+<h2><a href="http://www.imagemagick.org/api/MagickCore/magick
_8c.html" id="SetMagickPrecision">SetMagickPrecision</a></h2>
<div class="doc-section">
Methods</h1>
<p class="navigation-index">[<a href="#AcquireAlignedMemory">AcquireAlignedMemory</a> • <a href="#AcquireMagickMemory">AcquireMagickMemory</a> • <a href="#AcquireQuantumMemory">AcquireQuantumMemory</a> • <a href="#CopyMagickMemory">CopyMagickMemory</a> • <a href="#GetMagickMemoryMethods">GetMagickMemoryMethods</a> • <a href="#RelinquishAlignedMemory">RelinquishAlignedMemory</a> • <a href="#RelinquishMagickMemory">RelinquishMagickMemory</a> • <a href="#ResetMagickMemory">ResetMagickMemory</a> • <a href="#ResizeMagickMemory">ResizeMagickMemory</a> • <a href="#ResizeQuantumMemory">ResizeQuantumMemory</a> • <a href="#SetMagickMemoryMethods">SetMagickMemoryMethods</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/memory
+<h2><a href="http://www.imagemagick.org/api/MagickCore/memory
_8c.html" id="AcquireAlignedMemory">AcquireAlignedMemory</a></h2>
<div class="doc-section">
<p>the number of bytes in each quantum.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/memory
+<h2><a href="http://www.imagemagick.org/api/MagickCore/memory
_8c.html" id="AcquireMagickMemory">AcquireMagickMemory</a></h2>
<div class="doc-section">
<p>the size of the memory in bytes to allocate.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/memory
+<h2><a href="http://www.imagemagick.org/api/MagickCore/memory
_8c.html" id="AcquireQuantumMemory">AcquireQuantumMemory</a></h2>
<div class="doc-section">
<p>the number of bytes in each quantum.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/memory
+<h2><a href="http://www.imagemagick.org/api/MagickCore/memory
_8c.html" id="CopyMagickMemory">CopyMagickMemory</a></h2>
<div class="doc-section">
<p>the size of the memory in bytes to allocate.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/memory
+<h2><a href="http://www.imagemagick.org/api/MagickCore/memory
_8c.html" id="GetMagickMemoryMethods">GetMagickMemoryMethods</a></h2>
<div class="doc-section">
<p>method to destroy memory (e.g. free).</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/memory
+<h2><a href="http://www.imagemagick.org/api/MagickCore/memory
_8c.html" id="RelinquishAlignedMemory">RelinquishAlignedMemory</a></h2>
<div class="doc-section">
<p>A pointer to a block of memory to free for reuse.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/memory
+<h2><a href="http://www.imagemagick.org/api/MagickCore/memory
_8c.html" id="RelinquishMagickMemory">RelinquishMagickMemory</a></h2>
<div class="doc-section">
<p>A pointer to a block of memory to free for reuse.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/memory
+<h2><a href="http://www.imagemagick.org/api/MagickCore/memory
_8c.html" id="ResetMagickMemory">ResetMagickMemory</a></h2>
<div class="doc-section">
<p>Size of the memory to reset.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/memory
+<h2><a href="http://www.imagemagick.org/api/MagickCore/memory
_8c.html" id="ResizeMagickMemory">ResizeMagickMemory</a></h2>
<div class="doc-section">
<p>the new size of the allocated memory.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/memory
+<h2><a href="http://www.imagemagick.org/api/MagickCore/memory
_8c.html" id="ResizeQuantumMemory">ResizeQuantumMemory</a></h2>
<div class="doc-section">
<p>the number of bytes in each quantum.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/memory
+<h2><a href="http://www.imagemagick.org/api/MagickCore/memory
_8c.html" id="SetMagickMemoryMethods">SetMagickMemoryMethods</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#AcquireModuleInfo">AcquireModuleInfo</a> • <a href="#DestroyModuleList">DestroyModuleList</a> • <a href="#GetModuleInfo">GetModuleInfo</a> • <a href="#GetModuleInfoList">GetModuleInfoList</a> • <a href="#GetModuleList">GetModuleList</a> • <a href="#GetMagickModulePath">GetMagickModulePath</a> • <a href="#InitializeModuleList">InitializeModuleList</a> • <a href="#InvokeDynamicImageFilter">InvokeDynamicImageFilter</a> • <a href="#ListModuleInfo">ListModuleInfo</a> • <a href="#OpenModule">OpenModule</a> • <a href="#OpenModules">OpenModules</a> • <a href="#RegisterModule">RegisterModule</a> • <a href="#TagToCoderModuleName">TagToCoderModuleName</a> • <a href="#TagToFilterModuleName">TagToFilterModuleName</a> • <a href="#TagToModuleName">TagToModuleName</a> • <a href="#UnregisterModule">UnregisterModule</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module
_8c.html" id="AcquireModuleInfo">AcquireModuleInfo</a></h2>
<div class="doc-section">
<p>a character string that represents the image format we are looking for.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module
_8c.html" id="DestroyModuleList">DestroyModuleList</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module
_8c.html" id="GetModuleInfo">GetModuleInfo</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module
_8c.html" id="GetModuleInfoList">GetModuleInfoList</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module
_8c.html" id="GetModuleList">GetModuleList</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module
_8c.html" id="GetMagickModulePath">GetMagickModulePath</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module
_8c.html" id="InitializeModuleList">InitializeModuleList</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module
_8c.html" id="InvokeDynamicImageFilter">InvokeDynamicImageFilter</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module
_8c.html" id="ListModuleInfo">ListModuleInfo</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module
_8c.html" id="OpenModule">OpenModule</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module
_8c.html" id="OpenModules">OpenModules</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module
_8c.html" id="RegisterModule">RegisterModule</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module
_8c.html" id="TagToCoderModuleName">TagToCoderModuleName</a></h2>
<div class="doc-section">
<p>return the module name here.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module
_8c.html" id="TagToFilterModuleName">TagToFilterModuleName</a></h2>
<div class="doc-section">
<p>return the filter name here.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module
_8c.html" id="TagToModuleName">TagToModuleName</a></h2>
<div class="doc-section">
<p>pointer to a destination buffer for the formatted result.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module
_8c.html" id="UnregisterModule">UnregisterModule</a></h2>
<div class="doc-section">
Methods</h1>
<p class="navigation-index">[<a href="#MagickCommandGenesis">MagickCommandGenesis</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/mogrify
+<h2><a href="http://www.imagemagick.org/api/MagickWand/mogrify
_8c.html" id="MagickCommandGenesis">MagickCommandGenesis</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#SetImageProgressMonitor">SetImageProgressMonitor</a> • <a href="#SetImageInfoProgressMonitor">SetImageInfoProgressMonitor</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/monitor
+<h2><a href="http://www.imagemagick.org/api/MagickCore/monitor
_8c.html" id="SetImageProgressMonitor">SetImageProgressMonitor</a></h2>
<div class="doc-section">
<p>Specifies a pointer to any client data.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/monitor
+<h2><a href="http://www.imagemagick.org/api/MagickCore/monitor
_8c.html" id="SetImageInfoProgressMonitor">SetImageInfoProgressMonitor</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#CloneMontageInfo">CloneMontageInfo</a> • <a href="#DestroyMontageInfo">DestroyMontageInfo</a> • <a href="#GetMontageInfo">GetMontageInfo</a> • <a href="#MontageImageList">MontageImageList</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/montage
+<h2><a href="http://www.imagemagick.org/api/MagickCore/montage
_8c.html" id="CloneMontageInfo">CloneMontageInfo</a></h2>
<div class="doc-section">
<p>the montage info.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/montage
+<h2><a href="http://www.imagemagick.org/api/MagickCore/montage
_8c.html" id="DestroyMontageInfo">DestroyMontageInfo</a></h2>
<div class="doc-section">
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/montage
+<h2><a href="http://www.imagemagick.org/api/MagickCore/montage
_8c.html" id="GetMontageInfo">GetMontageInfo</a></h2>
<div class="doc-section">
<p>Specifies a pointer to a MontageInfo structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/montage
+<h2><a href="http://www.imagemagick.org/api/MagickCore/montage
_8c.html" id="MontageImageList">MontageImageList</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#** This macro IsNaN">** This macro IsNaN</a> • <a href="#AcquireKernelInfo">AcquireKernelInfo</a> • <a href="#AcquireKernelBuiltIn">AcquireKernelBuiltIn</a> • <a href="#CloneKernelInfo">CloneKernelInfo</a> • <a href="#DestroyKernelInfo">DestroyKernelInfo</a> • <a href="#MorphologyApply">MorphologyApply</a> • <a href="#MorphologyImageChannel">MorphologyImageChannel</a> • <a href="#ScaleGeometryKernelInfo">ScaleGeometryKernelInfo</a> • <a href="#ScaleKernelInfo">ScaleKernelInfo</a> • <a href="#ShowKernelInfo">ShowKernelInfo</a> • <a href="#UnityAddKernelInfo">UnityAddKernelInfo</a> • <a href="#ZeroKernelNans">ZeroKernelNans</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/morphology
+<h2><a href="http://www.imagemagick.org/api/MagickCore/morphology
_8c.html" id="**_This macro IsNaN">** This macro IsNaN</a></h2>
<div class="doc-section">
<p>** This macro IsNaN() is thus is only true if the value given is NaN. </p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/morphology
+<h2><a href="http://www.imagemagick.org/api/MagickCore/morphology
_8c.html" id="AcquireKernelInfo">AcquireKernelInfo</a></h2>
<div class="doc-section">
<p>the Morphology/Convolution kernel wanted.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/morphology
+<h2><a href="http://www.imagemagick.org/api/MagickCore/morphology
_8c.html" id="AcquireKernelBuiltIn">AcquireKernelBuiltIn</a></h2>
<div class="doc-section">
<p>To allow the use of fractional distances that you get with diagonals the actual distance is scaled by a fixed value which the user can provide. This is not actually nessary for either ""Chebyshev" or "Manhattan" distance kernels, but is done for all three distance kernels. If no scale is provided it is set to a value of 100, allowing for a maximum distance measurement of 655 pixels using a Q16 version of IM, from any edge. However for small images this can result in quite a dark gradient.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/morphology
+<h2><a href="http://www.imagemagick.org/api/MagickCore/morphology
_8c.html" id="CloneKernelInfo">CloneKernelInfo</a></h2>
<div class="doc-section">
<p>the Morphology/Convolution kernel to be cloned</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/morphology
+<h2><a href="http://www.imagemagick.org/api/MagickCore/morphology
_8c.html" id="DestroyKernelInfo">DestroyKernelInfo</a></h2>
<div class="doc-section">
<p>the Morphology/Convolution kernel to be destroyed</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/morphology
+<h2><a href="http://www.imagemagick.org/api/MagickCore/morphology
_8c.html" id="MorphologyApply">MorphologyApply</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/morphology
+<h2><a href="http://www.imagemagick.org/api/MagickCore/morphology
_8c.html" id="MorphologyImageChannel">MorphologyImageChannel</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/morphology
+<h2><a href="http://www.imagemagick.org/api/MagickCore/morphology
_8c.html" id="ScaleGeometryKernelInfo">ScaleGeometryKernelInfo</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/morphology
+<h2><a href="http://www.imagemagick.org/api/MagickCore/morphology
_8c.html" id="ScaleKernelInfo">ScaleKernelInfo</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/morphology
+<h2><a href="http://www.imagemagick.org/api/MagickCore/morphology
_8c.html" id="ShowKernelInfo">ShowKernelInfo</a></h2>
<div class="doc-section">
<p>the Morphology/Convolution kernel</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/morphology
+<h2><a href="http://www.imagemagick.org/api/MagickCore/morphology
_8c.html" id="UnityAddKernelInfo">UnityAddKernelInfo</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/morphology
+<h2><a href="http://www.imagemagick.org/api/MagickCore/morphology
_8c.html" id="ZeroKernelNans">ZeroKernelNans</a></h2>
<div class="doc-section">
<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><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#FloodfillPaintImage">FloodfillPaintImage</a> • <a href="#OilPaintImage">OilPaintImage</a> • <a href="#OpaquePaintImage">OpaquePaintImage</a> • <a href="#TransparentPaintImage">TransparentPaintImage</a> • <a href="#TransparentPaintImageChroma">TransparentPaintImageChroma</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/paint
+<h2><a href="http://www.imagemagick.org/api/MagickCore/paint
_8c.html" id="FloodfillPaintImage">FloodfillPaintImage</a></h2>
<div class="doc-section">
<p>paint any pixel that does not match the target color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/paint
+<h2><a href="http://www.imagemagick.org/api/MagickCore/paint
_8c.html" id="OilPaintImage">OilPaintImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/paint
+<h2><a href="http://www.imagemagick.org/api/MagickCore/paint
_8c.html" id="OpaquePaintImage">OpaquePaintImage</a></h2>
<div class="doc-section">
<p>paint any pixel that does not match the target color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/paint
+<h2><a href="http://www.imagemagick.org/api/MagickCore/paint
_8c.html" id="TransparentPaintImage">TransparentPaintImage</a></h2>
<div class="doc-section">
<p>paint any pixel that does not match the target color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/paint
+<h2><a href="http://www.imagemagick.org/api/MagickCore/paint
_8c.html" id="TransparentPaintImageChroma">TransparentPaintImageChroma</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#ClearPixelIterator">ClearPixelIterator</a> • <a href="#ClonePixelIterator">ClonePixelIterator</a> • <a href="#DestroyPixelIterator">DestroyPixelIterator</a> • <a href="#IsPixelIterator">IsPixelIterator</a> • <a href="#NewPixelIterator">NewPixelIterator</a> • <a href="#PixelClearIteratorException">PixelClearIteratorException</a> • <a href="#NewPixelRegionIterator">NewPixelRegionIterator</a> • <a href="#PixelGetCurrentIteratorRow">PixelGetCurrentIteratorRow</a> • <a href="#PixelGetIteratorException">PixelGetIteratorException</a> • <a href="#PixelGetIteratorExceptionType">PixelGetIteratorExceptionType</a> • <a href="#PixelGetIteratorRow">PixelGetIteratorRow</a> • <a href="#PixelGetNextIteratorRow">PixelGetNextIteratorRow</a> • <a href="#PixelGetPreviousIteratorRow">PixelGetPreviousIteratorRow</a> • <a href="#PixelResetIterator">PixelResetIterator</a> • <a href="#PixelSetFirstIteratorRow">PixelSetFirstIteratorRow</a> • <a href="#PixelSetIteratorRow">PixelSetIteratorRow</a> • <a href="#PixelSetLastIteratorRow">PixelSetLastIteratorRow</a> • <a href="#PixelSyncIterator">PixelSyncIterator</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
_8c.html" id="ClearPixelIterator">ClearPixelIterator</a></h2>
<div class="doc-section">
<p>the pixel iterator.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
_8c.html" id="ClonePixelIterator">ClonePixelIterator</a></h2>
<div class="doc-section">
<p>the magick iterator.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
_8c.html" id="DestroyPixelIterator">DestroyPixelIterator</a></h2>
<div class="doc-section">
<p>the pixel iterator.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
_8c.html" id="IsPixelIterator">IsPixelIterator</a></h2>
<div class="doc-section">
<p>the magick iterator.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
_8c.html" id="NewPixelIterator">NewPixelIterator</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
_8c.html" id="PixelClearIteratorException">PixelClearIteratorException</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
_8c.html" id="NewPixelRegionIterator">NewPixelRegionIterator</a></h2>
<div class="doc-section">
<p>These values define the perimeter of a region of pixels.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
_8c.html" id="PixelGetCurrentIteratorRow">PixelGetCurrentIteratorRow</a></h2>
<div class="doc-section">
<p>the number of pixel wands.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
_8c.html" id="PixelGetIteratorException">PixelGetIteratorException</a></h2>
<div class="doc-section">
<p>the severity of the error is returned here.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
_8c.html" id="PixelGetIteratorExceptionType">PixelGetIteratorExceptionType</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
_8c.html" id="PixelGetIteratorRow">PixelGetIteratorRow</a></h2>
<div class="doc-section">
<p>the pixel iterator.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
_8c.html" id="PixelGetNextIteratorRow">PixelGetNextIteratorRow</a></h2>
<div class="doc-section">
<p>the number of pixel wands.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
_8c.html" id="PixelGetPreviousIteratorRow">PixelGetPreviousIteratorRow</a></h2>
<div class="doc-section">
<p>the number of pixel wands.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
_8c.html" id="PixelResetIterator">PixelResetIterator</a></h2>
<div class="doc-section">
<p>the pixel iterator.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
_8c.html" id="PixelSetFirstIteratorRow">PixelSetFirstIteratorRow</a></h2>
<div class="doc-section">
<p>the magick iterator.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
_8c.html" id="PixelSetIteratorRow">PixelSetIteratorRow</a></h2>
<div class="doc-section">
<p>the pixel iterator.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
_8c.html" id="PixelSetLastIteratorRow">PixelSetLastIteratorRow</a></h2>
<div class="doc-section">
<p>the magick iterator.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
_8c.html" id="PixelSyncIterator">PixelSyncIterator</a></h2>
<div class="doc-section">
<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><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#ClearPixelWand">ClearPixelWand</a> • <a href="#ClonePixelWand">ClonePixelWand</a> • <a href="#ClonePixelWands">ClonePixelWands</a> • <a href="#DestroyPixelWand">DestroyPixelWand</a> • <a href="#DestroyPixelWands">DestroyPixelWands</a> • <a href="#IsPixelWandSimilar">IsPixelWandSimilar</a> • <a href="#IsPixelWand">IsPixelWand</a> • <a href="#NewPixelWand">NewPixelWand</a> • <a href="#NewPixelWands">NewPixelWands</a> • <a href="#PixelClearException">PixelClearException</a> • <a href="#PixelGetAlpha">PixelGetAlpha</a> • <a href="#PixelGetAlphaQuantum">PixelGetAlphaQuantum</a> • <a href="#PixelGetBlack">PixelGetBlack</a> • <a href="#PixelGetBlackQuantum">PixelGetBlackQuantum</a> • <a href="#PixelGetBlue">PixelGetBlue</a> • <a href="#PixelGetBlueQuantum">PixelGetBlueQuantum</a> • <a href="#PixelGetColorAsString">PixelGetColorAsString</a> • <a href="#PixelGetColorAsNormalizedString">PixelGetColorAsNormalizedString</a> • <a href="#PixelGetColorCount">PixelGetColorCount</a> • <a href="#PixelGetCyan">PixelGetCyan</a> • <a href="#PixelGetCyanQuantum">PixelGetCyanQuantum</a> • <a href="#PixelGetException">PixelGetException</a> • <a href="#PixelGetExceptionType">PixelGetExceptionType</a> • <a href="#PixelGetFuzz">PixelGetFuzz</a> • <a href="#PixelGetGreen">PixelGetGreen</a> • <a href="#PixelGetGreenQuantum">PixelGetGreenQuantum</a> • <a href="#PixelGetHSL">PixelGetHSL</a> • <a href="#PixelGetIndex">PixelGetIndex</a> • <a href="#PixelGetMagenta">PixelGetMagenta</a> • <a href="#PixelGetMagentaQuantum">PixelGetMagentaQuantum</a> • <a href="#PixelGetMagickColor">PixelGetMagickColor</a> • <a href="#PixelGetOpacity">PixelGetOpacity</a> • <a href="#PixelGetOpacityQuantum">PixelGetOpacityQuantum</a> • <a href="#PixelGetQuantumColor">PixelGetQuantumColor</a> • <a href="#PixelGetRed">PixelGetRed</a> • <a href="#PixelGetRedQuantum">PixelGetRedQuantum</a> • <a href="#PixelGetYellow">PixelGetYellow</a> • <a href="#PixelGetYellowQuantum">PixelGetYellowQuantum</a> • <a href="#PixelSetAlpha">PixelSetAlpha</a> • <a href="#PixelSetAlphaQuantum">PixelSetAlphaQuantum</a> • <a href="#PixelSetBlack">PixelSetBlack</a> • <a href="#PixelSetBlackQuantum">PixelSetBlackQuantum</a> • <a href="#PixelSetBlue">PixelSetBlue</a> • <a href="#PixelSetBlueQuantum">PixelSetBlueQuantum</a> • <a href="#PixelSetColor">PixelSetColor</a> • <a href="#PixelSetColorCount">PixelSetColorCount</a> • <a href="#PixelSetColorFromWand">PixelSetColorFromWand</a> • <a href="#PixelSetCyan">PixelSetCyan</a> • <a href="#PixelSetCyanQuantum">PixelSetCyanQuantum</a> • <a href="#PixelSetFuzz">PixelSetFuzz</a> • <a href="#PixelSetGreen">PixelSetGreen</a> • <a href="#PixelSetGreenQuantum">PixelSetGreenQuantum</a> • <a href="#PixelSetHSL">PixelSetHSL</a> • <a href="#PixelSetIndex">PixelSetIndex</a> • <a href="#PixelSetMagenta">PixelSetMagenta</a> • <a href="#PixelSetMagentaQuantum">PixelSetMagentaQuantum</a> • <a href="#PixelSetMagickColor">PixelSetMagickColor</a> • <a href="#PixelSetOpacity">PixelSetOpacity</a> • <a href="#PixelSetOpacityQuantum">PixelSetOpacityQuantum</a> • <a href="#PixelSetQuantumColor">PixelSetQuantumColor</a> • <a href="#PixelSetRed">PixelSetRed</a> • <a href="#PixelSetRedQuantum">PixelSetRedQuantum</a> • <a href="#PixelSetYellow">PixelSetYellow</a> • <a href="#PixelSetYellowQuantum">PixelSetYellowQuantum</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="ClearPixelWand">ClearPixelWand</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="ClonePixelWand">ClonePixelWand</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="ClonePixelWands">ClonePixelWands</a></h2>
<div class="doc-section">
<p>the number of wands.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="DestroyPixelWand">DestroyPixelWand</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="DestroyPixelWands">DestroyPixelWands</a></h2>
<div class="doc-section">
<p>the number of wands.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="IsPixelWandSimilar">IsPixelWandSimilar</a></h2>
<div class="doc-section">
<p>any two colors that are less than or equal to this distance squared are consider similar.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="IsPixelWand">IsPixelWand</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="NewPixelWand">NewPixelWand</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="NewPixelWands">NewPixelWands</a></h2>
<div class="doc-section">
<p>the number of wands.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelClearException">PixelClearException</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetAlpha">PixelGetAlpha</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetAlphaQuantum">PixelGetAlphaQuantum</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetBlack">PixelGetBlack</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetBlackQuantum">PixelGetBlackQuantum</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetBlue">PixelGetBlue</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetBlueQuantum">PixelGetBlueQuantum</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetColorAsString">PixelGetColorAsString</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetColorAsNormalizedString">PixelGetColorAsNormalizedString</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetColorCount">PixelGetColorCount</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetCyan">PixelGetCyan</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetCyanQuantum">PixelGetCyanQuantum</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetException">PixelGetException</a></h2>
<div class="doc-section">
<p>the severity of the error is returned here.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetExceptionType">PixelGetExceptionType</a></h2>
<div class="doc-section">
<p>the magick wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetFuzz">PixelGetFuzz</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetGreen">PixelGetGreen</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetGreenQuantum">PixelGetGreenQuantum</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetHSL">PixelGetHSL</a></h2>
<div class="doc-section">
<p>Return the pixel hue, saturation, and brightness.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetIndex">PixelGetIndex</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetMagenta">PixelGetMagenta</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetMagentaQuantum">PixelGetMagentaQuantum</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetMagickColor">PixelGetMagickColor</a></h2>
<div class="doc-section">
<p>The pixel wand color is returned here.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetOpacity">PixelGetOpacity</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetOpacityQuantum">PixelGetOpacityQuantum</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetQuantumColor">PixelGetQuantumColor</a></h2>
<div class="doc-section">
<p>The pixel wand color is returned here.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetRed">PixelGetRed</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetRedQuantum">PixelGetRedQuantum</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetYellow">PixelGetYellow</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelGetYellowQuantum">PixelGetYellowQuantum</a></h2>
<div class="doc-section">
<p>the pixel wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetAlpha">PixelSetAlpha</a></h2>
<div class="doc-section">
<p>the level of transparency: 1.0 is fully opaque and 0.0 is fully transparent.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetAlphaQuantum">PixelSetAlphaQuantum</a></h2>
<div class="doc-section">
<p>the opacity color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetBlack">PixelSetBlack</a></h2>
<div class="doc-section">
<p>the black color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetBlackQuantum">PixelSetBlackQuantum</a></h2>
<div class="doc-section">
<p>the black color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetBlue">PixelSetBlue</a></h2>
<div class="doc-section">
<p>the blue color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetBlueQuantum">PixelSetBlueQuantum</a></h2>
<div class="doc-section">
<p>the blue color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetColor">PixelSetColor</a></h2>
<div class="doc-section">
<p>the pixel wand color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetColorCount">PixelSetColorCount</a></h2>
<div class="doc-section">
<p>the number of this particular color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetColorFromWand">PixelSetColorFromWand</a></h2>
<div class="doc-section">
<p>set the pixel wand color here.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetCyan">PixelSetCyan</a></h2>
<div class="doc-section">
<p>the cyan color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetCyanQuantum">PixelSetCyanQuantum</a></h2>
<div class="doc-section">
<p>the cyan color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetFuzz">PixelSetFuzz</a></h2>
<div class="doc-section">
<p>the fuzz value.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetGreen">PixelSetGreen</a></h2>
<div class="doc-section">
<p>the green color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetGreenQuantum">PixelSetGreenQuantum</a></h2>
<div class="doc-section">
<p>the green color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetHSL">PixelSetHSL</a></h2>
<div class="doc-section">
<p>Return the pixel hue, saturation, and brightness.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetIndex">PixelSetIndex</a></h2>
<div class="doc-section">
<p>the colormap index.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetMagenta">PixelSetMagenta</a></h2>
<div class="doc-section">
<p>the magenta color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetMagentaQuantum">PixelSetMagentaQuantum</a></h2>
<div class="doc-section">
<p>the green magenta.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetMagickColor">PixelSetMagickColor</a></h2>
<div class="doc-section">
<p>the pixel wand color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetOpacity">PixelSetOpacity</a></h2>
<div class="doc-section">
<p>the opacity color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetOpacityQuantum">PixelSetOpacityQuantum</a></h2>
<div class="doc-section">
<p>the opacity color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetQuantumColor">PixelSetQuantumColor</a></h2>
<div class="doc-section">
<p>the pixel wand color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetRed">PixelSetRed</a></h2>
<div class="doc-section">
<p>the red color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetRedQuantum">PixelSetRedQuantum</a></h2>
<div class="doc-section">
<p>the red color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetYellow">PixelSetYellow</a></h2>
<div class="doc-section">
<p>the yellow color.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-wand
+<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-wand
_8c.html" id="PixelSetYellowQuantum">PixelSetYellowQuantum</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#CloneImageProfiles">CloneImageProfiles</a> • <a href="#DeleteImageProfile">DeleteImageProfile</a> • <a href="#DestroyImageProfiles">DestroyImageProfiles</a> • <a href="#GetImageProfile">GetImageProfile</a> • <a href="#GetNextImageProfile">GetNextImageProfile</a> • <a href="#ProfileImage">ProfileImage</a> • <a href="#RemoveImageProfile">RemoveImageProfile</a> • <a href="#ResetImageProfileIterator">ResetImageProfileIterator</a> • <a href="#SetImageProfile">SetImageProfile</a> • <a href="#SyncImageProfiles">SyncImageProfiles</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/profile
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
_8c.html" id="CloneImageProfiles">CloneImageProfiles</a></h2>
<div class="doc-section">
<p>the clone image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/profile
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
_8c.html" id="DeleteImageProfile">DeleteImageProfile</a></h2>
<div class="doc-section">
<p>the profile name.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/profile
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
_8c.html" id="DestroyImageProfiles">DestroyImageProfiles</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/profile
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
_8c.html" id="GetImageProfile">GetImageProfile</a></h2>
<div class="doc-section">
<p>the profile name.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/profile
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
_8c.html" id="GetNextImageProfile">GetNextImageProfile</a></h2>
<div class="doc-section">
<p>the hash info.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/profile
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
_8c.html" id="ProfileImage">ProfileImage</a></h2>
<div class="doc-section">
<p>should be MagickFalse.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/profile
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
_8c.html" id="RemoveImageProfile">RemoveImageProfile</a></h2>
<div class="doc-section">
<p>the profile name.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/profile
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
_8c.html" id="ResetImageProfileIterator">ResetImageProfileIterator</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/profile
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
_8c.html" id="SetImageProfile">SetImageProfile</a></h2>
<div class="doc-section">
<p>A StringInfo structure that contains the named profile.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/profile
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
_8c.html" id="SyncImageProfiles">SyncImageProfiles</a></h2>
<div class="doc-section">
<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><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#CloneImageProperties">CloneImageProperties</a> • <a href="#DefineImageProperty">DefineImageProperty</a> • <a href="#DeleteImageProperty">DeleteImageProperty</a> • <a href="#DestroyImageProperties">DestroyImageProperties</a> • <a href="#FormatImageProperty">FormatImageProperty</a> • <a href="#GetImageProperty">GetImageProperty</a> • <a href="#GetNextImageProperty">GetNextImageProperty</a> • <a href="#InterpretImageProperties">InterpretImageProperties</a> • <a href="#RemoveImageProperty">RemoveImageProperty</a> • <a href="#ResetImagePropertyIterator">ResetImagePropertyIterator</a> • <a href="#SetImageProperty">SetImageProperty</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/property
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property
_8c.html" id="CloneImageProperties">CloneImageProperties</a></h2>
<div class="doc-section">
<p>the clone image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/property
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property
_8c.html" id="DefineImageProperty">DefineImageProperty</a></h2>
<div class="doc-section">
<p>the image property.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/property
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property
_8c.html" id="DeleteImageProperty">DeleteImageProperty</a></h2>
<div class="doc-section">
<p>the image property.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/property
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property
_8c.html" id="DestroyImageProperties">DestroyImageProperties</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/property
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property
_8c.html" id="FormatImageProperty">FormatImageProperty</a></h2>
<div class="doc-section">
<p>A string describing the format to use to write the remaining arguments.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/property
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property
_8c.html" id="GetImageProperty">GetImageProperty</a></h2>
<div class="doc-section">
<p>the key.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/property
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property
_8c.html" id="GetNextImageProperty">GetNextImageProperty</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/property
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property
_8c.html" id="InterpretImageProperties">InterpretImageProperties</a></h2>
<div class="doc-section">
<p>the address of a character string containing the embedded formatting characters.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/property
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property
_8c.html" id="RemoveImageProperty">RemoveImageProperty</a></h2>
<div class="doc-section">
<p>the image property.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/property
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property
_8c.html" id="ResetImagePropertyIterator">ResetImagePropertyIterator</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/property
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property
_8c.html" id="SetImageProperty">SetImageProperty</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#QuantizeImage">QuantizeImage</a> • <a href="#AcquireQuantizeInfo">AcquireQuantizeInfo</a> • <a href="#CloneQuantizeInfo">CloneQuantizeInfo</a> • <a href="#CompressImageColormap">CompressImageColormap</a> • <a href="#DestroyQuantizeInfo">DestroyQuantizeInfo</a> • <a href="#GetImageQuantizeError">GetImageQuantizeError</a> • <a href="#GetQuantizeInfo">GetQuantizeInfo</a> • <a href="#PosterizeImage">PosterizeImage</a> • <a href="#QuantizeImage">QuantizeImage</a> • <a href="#QuantizeImages">QuantizeImages</a> • <a href="#RemapImage">RemapImage</a> • <a href="#RemapImages">RemapImages</a> • <a href="#SetGrayscaleImage">SetGrayscaleImage</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/quantize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
_8c.html" id="QuantizeImage">QuantizeImage</a></h2>
<div class="doc-section">
<p>This method is based on a similar algorithm written by Paul Raveling.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/quantize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
_8c.html" id="AcquireQuantizeInfo">AcquireQuantizeInfo</a></h2>
<div class="doc-section">
<p>the image info.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/quantize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
_8c.html" id="CloneQuantizeInfo">CloneQuantizeInfo</a></h2>
<div class="doc-section">
<p>a structure of type info.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/quantize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
_8c.html" id="CompressImageColormap">CompressImageColormap</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/quantize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
_8c.html" id="DestroyQuantizeInfo">DestroyQuantizeInfo</a></h2>
<div class="doc-section">
<p>Specifies a pointer to an QuantizeInfo structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/quantize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
_8c.html" id="GetImageQuantizeError">GetImageQuantizeError</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/quantize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
_8c.html" id="GetQuantizeInfo">GetQuantizeInfo</a></h2>
<div class="doc-section">
<p>Specifies a pointer to a QuantizeInfo structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/quantize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
_8c.html" id="PosterizeImage">PosterizeImage</a></h2>
<div class="doc-section">
<p>Set this integer value to something other than zero to dither the mapped image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/quantize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
_8c.html" id="QuantizeImage">QuantizeImage</a></h2>
<div class="doc-section">
<p>the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/quantize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
_8c.html" id="QuantizeImages">QuantizeImages</a></h2>
<div class="doc-section">
<p>Specifies a pointer to a list of Image structures.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/quantize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
_8c.html" id="RemapImage">RemapImage</a></h2>
<div class="doc-section">
<p>the reference image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/quantize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
_8c.html" id="RemapImages">RemapImages</a></h2>
<div class="doc-section">
<p>the reference image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/quantize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
_8c.html" id="SetGrayscaleImage">SetGrayscaleImage</a></h2>
<div class="doc-section">
Methods</h1>
<p class="navigation-index">[<a href="#DefineImageRegistry">DefineImageRegistry</a> • <a href="#DeleteImageRegistry">DeleteImageRegistry</a> • <a href="#GetImageRegistry">GetImageRegistry</a> • <a href="#GetNextImageRegistry">GetNextImageRegistry</a> • <a href="#RegistryComponentTerminus">RegistryComponentTerminus</a> • <a href="#RemoveImageRegistry">RemoveImageRegistry</a> • <a href="#ResetImageRegistryIterator">ResetImageRegistryIterator</a> • <a href="#SetImageRegistry">SetImageRegistry</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/registry
+<h2><a href="http://www.imagemagick.org/api/MagickCore/registry
_8c.html" id="DefineImageRegistry">DefineImageRegistry</a></h2>
<div class="doc-section">
<p>the exception.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/registry
+<h2><a href="http://www.imagemagick.org/api/MagickCore/registry
_8c.html" id="DeleteImageRegistry">DeleteImageRegistry</a></h2>
<div class="doc-section">
<p>the registry.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/registry
+<h2><a href="http://www.imagemagick.org/api/MagickCore/registry
_8c.html" id="GetImageRegistry">GetImageRegistry</a></h2>
<div class="doc-section">
<p>the exception.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/registry
+<h2><a href="http://www.imagemagick.org/api/MagickCore/registry
_8c.html" id="GetNextImageRegistry">GetNextImageRegistry</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/registry
+<h2><a href="http://www.imagemagick.org/api/MagickCore/registry
_8c.html" id="RegistryComponentTerminus">RegistryComponentTerminus</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/registry
+<h2><a href="http://www.imagemagick.org/api/MagickCore/registry
_8c.html" id="RemoveImageRegistry">RemoveImageRegistry</a></h2>
<div class="doc-section">
<p>the registry.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/registry
+<h2><a href="http://www.imagemagick.org/api/MagickCore/registry
_8c.html" id="ResetImageRegistryIterator">ResetImageRegistryIterator</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/registry
+<h2><a href="http://www.imagemagick.org/api/MagickCore/registry
_8c.html" id="SetImageRegistry">SetImageRegistry</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#AdaptiveResizeImage">AdaptiveResizeImage</a> • <a href="#MagnifyImage">MagnifyImage</a> • <a href="#MinifyImage">MinifyImage</a> • <a href="#ResampleImage">ResampleImage</a> • <a href="#LiquidRescaleImage">LiquidRescaleImage</a> • <a href="#ResizeImage">ResizeImage</a> • <a href="#SampleImage">SampleImage</a> • <a href="#ScaleImage">ScaleImage</a> • <a href="#ThumbnailImage">ThumbnailImage</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resize
_8c.html" id="AdaptiveResizeImage">AdaptiveResizeImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resize
_8c.html" id="MagnifyImage">MagnifyImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resize
_8c.html" id="MinifyImage">MinifyImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resize
_8c.html" id="ResampleImage">ResampleImage</a></h2>
<div class="doc-section">
<p>the blur factor where > 1 is blurry, < 1 is sharp.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resize
_8c.html" id="LiquidRescaleImage">LiquidRescaleImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resize
_8c.html" id="ResizeImage">ResizeImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resize
_8c.html" id="SampleImage">SampleImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resize
_8c.html" id="ScaleImage">ScaleImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resize
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resize
_8c.html" id="ThumbnailImage">ThumbnailImage</a></h2>
<div class="doc-section">
Methods</h1>
<p class="navigation-index">[<a href="#AcquireMagickResource">AcquireMagickResource</a> • <a href="#AcquireUniqueFileResource">AcquireUniqueFileResource</a> • <a href="#GetMagickResource">GetMagickResource</a> • <a href="#GetMagickResourceLimit">GetMagickResourceLimit</a> • <a href="#ListMagickResourceInfo">ListMagickResourceInfo</a> • <a href="#RelinquishMagickResource">RelinquishMagickResource</a> • <a href="#RelinquishUniqueFileResource">RelinquishUniqueFileResource</a> • <a href="#SetMagickResourceLimit">SetMagickResourceLimit</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resource
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resource
_8c.html" id="AcquireMagickResource">AcquireMagickResource</a></h2>
<div class="doc-section">
<p>the number of bytes needed from for this resource.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resource
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resource
_8c.html" id="AcquireUniqueFileResource">AcquireUniqueFileResource</a></h2>
<div class="doc-section">
<p>Specifies a pointer to an array of characters. The unique path name is returned in this array.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resource
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resource
_8c.html" id="GetMagickResource">GetMagickResource</a></h2>
<div class="doc-section">
<p>the type of resource.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resource
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resource
_8c.html" id="GetMagickResourceLimit">GetMagickResourceLimit</a></h2>
<div class="doc-section">
<p>the type of resource.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resource
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resource
_8c.html" id="ListMagickResourceInfo">ListMagickResourceInfo</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resource
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resource
_8c.html" id="RelinquishMagickResource">RelinquishMagickResource</a></h2>
<div class="doc-section">
<p>the size of the resource.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resource
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resource
_8c.html" id="RelinquishUniqueFileResource">RelinquishUniqueFileResource</a></h2>
<div class="doc-section">
<p>the name of the temporary resource.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/resource
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resource
_8c.html" id="SetMagickResourceLimit">SetMagickResourceLimit</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#SegmentImage">SegmentImage</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/segment
+<h2><a href="http://www.imagemagick.org/api/MagickCore/segment
_8c.html" id="SegmentImage">SegmentImage</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#AffineTransformImage">AffineTransformImage</a> • <a href="#DeskewImage">DeskewImage</a> • <a href="#RotateImage">RotateImage</a> • <a href="#ShearImage">ShearImage</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/shear
+<h2><a href="http://www.imagemagick.org/api/MagickCore/shear
_8c.html" id="AffineTransformImage">AffineTransformImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/shear
+<h2><a href="http://www.imagemagick.org/api/MagickCore/shear
_8c.html" id="DeskewImage">DeskewImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/shear
+<h2><a href="http://www.imagemagick.org/api/MagickCore/shear
_8c.html" id="RotateImage">RotateImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/shear
+<h2><a href="http://www.imagemagick.org/api/MagickCore/shear
_8c.html" id="ShearImage">ShearImage</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#SignatureImage">SignatureImage</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/signature
+<h2><a href="http://www.imagemagick.org/api/MagickCore/signature
_8c.html" id="SignatureImage">SignatureImage</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#EvaluateImage">EvaluateImage</a> • <a href="#FunctionImage">FunctionImage</a> • <a href="#GetImageChannelMean">GetImageChannelMean</a> • <a href="#GetImageChannelKurtosis">GetImageChannelKurtosis</a> • <a href="#GetImageChannelRange">GetImageChannelRange</a> • <a href="#GetImageChannelStatistics">GetImageChannelStatistics</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/statistic
+<h2><a href="http://www.imagemagick.org/api/MagickCore/statistic
_8c.html" id="EvaluateImage">EvaluateImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/statistic
+<h2><a href="http://www.imagemagick.org/api/MagickCore/statistic
_8c.html" id="FunctionImage">FunctionImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/statistic
+<h2><a href="http://www.imagemagick.org/api/MagickCore/statistic
_8c.html" id="GetImageChannelMean">GetImageChannelMean</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/statistic
+<h2><a href="http://www.imagemagick.org/api/MagickCore/statistic
_8c.html" id="GetImageChannelKurtosis">GetImageChannelKurtosis</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/statistic
+<h2><a href="http://www.imagemagick.org/api/MagickCore/statistic
_8c.html" id="GetImageChannelRange">GetImageChannelRange</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/statistic
+<h2><a href="http://www.imagemagick.org/api/MagickCore/statistic
_8c.html" id="GetImageChannelStatistics">GetImageChannelStatistics</a></h2>
<div class="doc-section">
Methods</h1>
<p class="navigation-index">[<a href="#ReadStream">ReadStream</a> • <a href="#WriteStream">WriteStream</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/stream
+<h2><a href="http://www.imagemagick.org/api/MagickCore/stream
_8c.html" id="ReadStream">ReadStream</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/stream
+<h2><a href="http://www.imagemagick.org/api/MagickCore/stream
_8c.html" id="WriteStream">WriteStream</a></h2>
<div class="doc-section">
Methods</h1>
<p class="navigation-index">[<a href="#ChopImage">ChopImage</a> • <a href="#CropImage">CropImage</a> • <a href="#ExcerptImage">ExcerptImage</a> • <a href="#ExtentImage">ExtentImage</a> • <a href="#FlipImage">FlipImage</a> • <a href="#FlopImage">FlopImage</a> • <a href="#RollImage">RollImage</a> • <a href="#ShaveImage">ShaveImage</a> • <a href="#SpliceImage">SpliceImage</a> • <a href="#TransformImage">TransformImage</a> • <a href="#TransformImages">TransformImages</a> • <a href="#TransposeImage">TransposeImage</a> • <a href="#TransverseImage">TransverseImage</a> • <a href="#TrimImage">TrimImage</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
_8c.html" id="ChopImage">ChopImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
_8c.html" id="CropImage">CropImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
_8c.html" id="ExcerptImage">ExcerptImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
_8c.html" id="ExtentImage">ExtentImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
_8c.html" id="FlipImage">FlipImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
_8c.html" id="FlopImage">FlopImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
_8c.html" id="RollImage">RollImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
_8c.html" id="ShaveImage">ShaveImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
_8c.html" id="SpliceImage">SpliceImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
_8c.html" id="TransformImage">TransformImage</a></h2>
<div class="doc-section">
<p>An image geometry string. This geometry defines the final size of the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
_8c.html" id="TransformImages">TransformImages</a></h2>
<div class="doc-section">
<p>An image geometry string. This geometry defines the final size of the image.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
_8c.html" id="TransposeImage">TransposeImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
_8c.html" id="TransverseImage">TransverseImage</a></h2>
<div class="doc-section">
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
_8c.html" id="TrimImage">TrimImage</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#GetMagickCopyright">GetMagickCopyright</a> • <a href="#GetMagickFeatures">GetMagickFeatures</a> • <a href="#GetMagickHomeURL">GetMagickHomeURL</a> • <a href="#GetMagickPackageName">GetMagickPackageName</a> • <a href="#GetMagickQuantumDepth">GetMagickQuantumDepth</a> • <a href="#GetMagickQuantumRange">GetMagickQuantumRange</a> • <a href="#GetMagickReleaseDate">GetMagickReleaseDate</a> • <a href="#GetMagickVersion">GetMagickVersion</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/version
+<h2><a href="http://www.imagemagick.org/api/MagickCore/version
_8c.html" id="GetMagickCopyright">GetMagickCopyright</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/version
+<h2><a href="http://www.imagemagick.org/api/MagickCore/version
_8c.html" id="GetMagickFeatures">GetMagickFeatures</a></h2>
<div class="doc-section">
<p>No parameters are required.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/version
+<h2><a href="http://www.imagemagick.org/api/MagickCore/version
_8c.html" id="GetMagickHomeURL">GetMagickHomeURL</a></h2>
<div class="doc-section">
</pre>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/version
+<h2><a href="http://www.imagemagick.org/api/MagickCore/version
_8c.html" id="GetMagickPackageName">GetMagickPackageName</a></h2>
<div class="doc-section">
<p>No parameters are required.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/version
+<h2><a href="http://www.imagemagick.org/api/MagickCore/version
_8c.html" id="GetMagickQuantumDepth">GetMagickQuantumDepth</a></h2>
<div class="doc-section">
<p>the quantum depth is returned as a number.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/version
+<h2><a href="http://www.imagemagick.org/api/MagickCore/version
_8c.html" id="GetMagickQuantumRange">GetMagickQuantumRange</a></h2>
<div class="doc-section">
<p>the quantum range is returned as a number.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/version
+<h2><a href="http://www.imagemagick.org/api/MagickCore/version
_8c.html" id="GetMagickReleaseDate">GetMagickReleaseDate</a></h2>
<div class="doc-section">
<p>No parameters are required.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/version
+<h2><a href="http://www.imagemagick.org/api/MagickCore/version
_8c.html" id="GetMagickVersion">GetMagickVersion</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
Methods</h1>
<p class="navigation-index">[<a href="#CloneWandView">CloneWandView</a> • <a href="#DestroyWandView">DestroyWandView</a> • <a href="#DuplexTransferWandViewIterator">DuplexTransferWandViewIterator</a> • <a href="#GetWandViewException">GetWandViewException</a> • <a href="#GetWandViewExtent">GetWandViewExtent</a> • <a href="#GetWandViewIterator">GetWandViewIterator</a> • <a href="#GetWandViewPixels">GetWandViewPixels</a> • <a href="#GetWandViewWand">GetWandViewWand</a> • <a href="#IsWandView">IsWandView</a> • <a href="#NewWandView">NewWandView</a> • <a href="#NewWandViewExtent">NewWandViewExtent</a> • <a href="#SetWandViewDescription">SetWandViewDescription</a> • <a href="#SetWandViewIterator">SetWandViewIterator</a> • <a href="#SetWandViewThreads">SetWandViewThreads</a> • <a href="#TransferWandViewIterator">TransferWandViewIterator</a> • <a href="#UpdateWandViewIterator">UpdateWandViewIterator</a>]</p>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/wand-view
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
_8c.html" id="CloneWandView">CloneWandView</a></h2>
<div class="doc-section">
<p>the wand view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/wand-view
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
_8c.html" id="DestroyWandView">DestroyWandView</a></h2>
<div class="doc-section">
<p>the wand view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/wand-view
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
_8c.html" id="DuplexTransferWandViewIterator">DuplexTransferWandViewIterator</a></h2>
<div class="doc-section">
<p>the user defined context.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/wand-view
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
_8c.html" id="GetWandViewException">GetWandViewException</a></h2>
<div class="doc-section">
<p>the severity of the error is returned here.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/wand-view
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
_8c.html" id="GetWandViewExtent">GetWandViewExtent</a></h2>
<div class="doc-section">
<p>the wand view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/wand-view
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
_8c.html" id="GetWandViewIterator">GetWandViewIterator</a></h2>
<div class="doc-section">
<p>the user defined context.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/wand-view
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
_8c.html" id="GetWandViewPixels">GetWandViewPixels</a></h2>
<div class="doc-section">
<p>the wand view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/wand-view
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
_8c.html" id="GetWandViewWand">GetWandViewWand</a></h2>
<div class="doc-section">
<p>the wand view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/wand-view
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
_8c.html" id="IsWandView">IsWandView</a></h2>
<div class="doc-section">
<p>the wand view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/wand-view
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
_8c.html" id="NewWandView">NewWandView</a></h2>
<div class="doc-section">
<p>the wand.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/wand-view
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
_8c.html" id="NewWandViewExtent">NewWandViewExtent</a></h2>
<div class="doc-section">
<p>These values define the perimeter of a extent of pixel_wands view.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/wand-view
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
_8c.html" id="SetWandViewDescription">SetWandViewDescription</a></h2>
<div class="doc-section">
<p>the wand view description.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/wand-view
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
_8c.html" id="SetWandViewIterator">SetWandViewIterator</a></h2>
<div class="doc-section">
<p>the user defined context.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/wand-view
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
_8c.html" id="SetWandViewThreads">SetWandViewThreads</a></h2>
<div class="doc-section">
<p>the number of threads in a thread team.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/wand-view
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
_8c.html" id="TransferWandViewIterator">TransferWandViewIterator</a></h2>
<div class="doc-section">
<p>the user defined context.</p>
</div>
-<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/wand-view
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
_8c.html" id="UpdateWandViewIterator">UpdateWandViewIterator</a></h2>
<div class="doc-section">
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
<p>When the pixel cache is initialized, pixels are scaled from whatever bit depth they originated from to that required by the pixel cache. For example, a 1-channel 1-bit monochrome PBM image is scaled to a 4 channel 8-bit RGBA image, if you are using the Q8 version of ImageMagick, and 16-bit RGBA for the Q16 version. You can determine which version you have with the <a href="../www/command-line-options.html#version">‑version</a> option: </p>
-<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.6.7-5 2010-51-51 Q16 http://www.imagemagick.org</span></p>
+<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.6.7-6 2010-61-61 Q16 http://www.imagemagick.org</span></p>
<p>As you can see, the convenience of the pixel cache sometimes comes with a trade-off in storage (e.g. storing a 1-bit monochrome image as 16-bit RGBA is wasteful) and speed (i.e. storing the entire image in memory is generally slower than accessing one scanline of pixels at a time). In most cases, the benefits of the pixel cache typically outweigh any disadvantages.</p>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
</tr>
<tr>
- <td valign="top">ImageMagick-6.6.7-5.i386.rpm</td>
- <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/i386/ImageMagick-6.6.7-5.i386.rpm">download</a></td>
- <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/i386/ImageMagick-6.6.7-5.i386.rpm">download</a></td>
+ <td valign="top">ImageMagick-6.6.7-6.i386.rpm</td>
+ <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/i386/ImageMagick-6.6.7-6.i386.rpm">download</a></td>
+ <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/i386/ImageMagick-6.6.7-6.i386.rpm">download</a></td>
<td valign="top">CentOS 5.4 i386 RPM</td>
</tr>
<tr>
- <td valign="top">ImageMagick-6.6.7-5.x86_64.rpm</td>
- <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-6.6.7-5.x86_64.rpm">download</a></td>
- <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-6.6.7-5.x86_64.rpm">download</a></td>
+ <td valign="top">ImageMagick-6.6.7-6.x86_64.rpm</td>
+ <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-6.6.7-6.x86_64.rpm">download</a></td>
+ <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-6.6.7-6.x86_64.rpm">download</a></td>
<td valign="top">CentOS 5.4 x86_64 RPM</td>
</tr>
<p>ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:</p>
-<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>rpm -Uvh ImageMagick-6.6.7-5.i386.rpm</span></p>
+<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>rpm -Uvh ImageMagick-6.6.7-6.i386.rpm</span></p>
<p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p>
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>cd $HOME</span></p>
<p>The amount of memory can be an important factor, especially if you intend to work on large images. A minimum of 512 MB of RAM is recommended, but the more RAM the better. Although ImageMagick runs well on a single core computer, it automagically runs in parallel on multi-core systems reducing run times considerably.</p>
<p>The Windows version of ImageMagick is self-installing. Simply click on the appropriate version below and it will launch itself and ask you a few installation questions. Versions with <em>Q8</em> in the name are 8 bits-per-pixel component (e.g. 8-bit red, 8-bit green, etc.), whereas, <em>Q16</em> in the filename are 16 bits-per-pixel component. A Q16 version permits you to read or write 16-bit images without losing precision but requires twice as much resources as the Q8 version. Versions with <em>dll</em> in the filename include ImageMagick libraries as <a href="http://www.answers.com/topic/dll">dynamic link libraries</a>. If you are not sure which version is appropriate, choose
-<a href='http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-5-Q16-windows-dll.exe'>ImageMagick-6.6.7-5-Q16-windows-dll.exe</a>.</p>
+<a href='http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-6-Q16-windows-dll.exe'>ImageMagick-6.6.7-6-Q16-windows-dll.exe</a>.</p>
<table class="doc">
<col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
</tr>
<tr>
- <td valign="top">ImageMagick-6.6.7-5-Q16-windows-dll.exe</td>
- <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-5-Q16-windows-dll.exe">download</a></td>
- <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-5-Q16-windows-dll.exe">download</a></td>
+ <td valign="top">ImageMagick-6.6.7-6-Q16-windows-dll.exe</td>
+ <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-6-Q16-windows-dll.exe">download</a></td>
+ <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-6-Q16-windows-dll.exe">download</a></td>
<td valign="top">Win32 dynamic at 16 bits-per-pixel</td>
</tr>
<tr>
- <td valign="top">ImageMagick-6.6.7-5-Q16-windows-static.exe</td>
- <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-5-Q16-windows-static.exe">download</a></td>
- <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-5-Q16-windows-static.exe">download</a></td>
+ <td valign="top">ImageMagick-6.6.7-6-Q16-windows-static.exe</td>
+ <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-6-Q16-windows-static.exe">download</a></td>
+ <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-6-Q16-windows-static.exe">download</a></td>
<td valign="top">Win32 static at 16 bits-per-pixel</td>
</tr>
<tr>
- <td valign="top">ImageMagick-6.6.7-5-Q8-windows-dll.exe</td>
- <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-5-Q8-windows-dll.exe">download</a></td>
- <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-5-Q8-windows-dll.exe">download</a></td>
+ <td valign="top">ImageMagick-6.6.7-6-Q8-windows-dll.exe</td>
+ <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-6-Q8-windows-dll.exe">download</a></td>
+ <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-6-Q8-windows-dll.exe">download</a></td>
<td valign="top">Win32 dynamic at 8 bits-per-pixel</td>
</tr>
<tr>
- <td valign="top">ImageMagick-6.6.7-5-Q8-windows-static.exe</td>
- <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-5-Q8-windows-static.exe">download</a></td>
- <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-5-Q8-windows-static.exe">download</a></td>
+ <td valign="top">ImageMagick-6.6.7-6-Q8-windows-static.exe</td>
+ <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-6-Q8-windows-static.exe">download</a></td>
+ <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-6-Q8-windows-static.exe">download</a></td>
<td valign="top">Win32 static at 8 bits-per-pixel</td>
</tr>
<tr>
- <td valign="top">ImageMagick-6.6.7-5-Q16-windows-x64-dll.exe</td>
- <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-5-Q16-windows-x64-dll.exe">download</a></td>
- <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-5-Q16-windows-x64-dll.exe">download</a></td>
+ <td valign="top">ImageMagick-6.6.7-6-Q16-windows-x64-dll.exe</td>
+ <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-6-Q16-windows-x64-dll.exe">download</a></td>
+ <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-6-Q16-windows-x64-dll.exe">download</a></td>
<td valign="top">Win64 dynamic at 16 bits-per-pixel</td>
</tr>
<tr>
- <td valign="top">ImageMagick-6.6.7-5-Q16-windows-x64-static.exe</td>
- <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-5-Q16-windows-x64-static.exe">download</a></td>
- <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-5-Q16-windows-x64-static.exe">download</a></td>
+ <td valign="top">ImageMagick-6.6.7-6-Q16-windows-x64-static.exe</td>
+ <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-6-Q16-windows-x64-static.exe">download</a></td>
+ <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-6-Q16-windows-x64-static.exe">download</a></td>
<td valign="top">Win64 static at 16 bits-per-pixel</td>
</tr>
<div class="main">\r
\r
<h1>ImageMagick Changelog</h1>
-<dl><dt>2011-02-02 6.6.7-5 Cristy <quetzlzacatenango@image...></dt>
+<dl><dt>2011-02-07 6.6.7-6 Cristy <quetzlzacatenango@image...></dt>
+ <dd> Fix bug in carg() define when HAVE_COMPLEX is not defined (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=18030).</dd>
+<dt>2011-02-06 6.6.7-6 Anthony Thyssen <A.Thyssen@griffith...></dt>
+ <dd> Default sigma for Gauusian resize filter is now 1/2 for both orthogonal resize and cylindrical EWA distortions.</dd>
+<dt>2011-02-02 6.6.7-5 Cristy <quetzlzacatenango@image...></dt>
<dd> Check if the font is null in RenderFreetype() to prevent fault (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=17890).</dd>
<dd> Eliminate fault when reading WMF image files (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&t=17971).</dd>
<dd> Support multi-page transparent Postscript and PDF image files.</dd>
- <dd> The compare fuzz metric now returns the same correct value for 'xc:white xc:blue -alpha on' and 'xc:white xc:blue -alpha on'.</dd>
+ <dd> The compare fuzz metric now returns the same correct value for 'xc:white xc:blue -alpha off' and 'xc:white xc:blue -alpha on'.</dd>
<dt>2011-01-29 6.6.7-4 Paul Heckbert <ph@cs.cm...></dt>
<dd> Move coders/tiff.c conditional compile to define TIFF exception / semaphore / key when TIFF delegate is disabled.</dd>
<dt>2011-01-29 6.6.7-4 Glenn Randers-Pehrson <glennrp@image...></dt>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
<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><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
<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><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
<h1>Download ImageMagick</h1>
<div class="doc-section">
<p>ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors around the world listed below. ImageMagick stable and development source releases are also available from <a href="../www/subversion.html">Subversion</a>. Before you download, you may want to review recent <a href="../www/changelog.html">changes</a> to the ImageMagick distribution.</p>
-<p>The latest release of ImageMagick is version 6.6.7-5.</p>
+<p>The latest release of ImageMagick is version 6.6.7-6.</p>
<dl>
<dt class="doc">Australia</dt>
<dd><a href="ftp://mirror.aarnet.edu.au/pub/imagemagick/">ftp://mirror.aarnet.edu.au/pub/imagemagick/</a></dd>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
<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><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
Tainted: False <br/>
Filesize: 3.97266kb <br/>
Number pixels: 3.14453kb <br/>
- Version: ImageMagick 6.6.7-5 2010-51-51 Q16 http://www.imagemagick.org</span></p>
+ Version: ImageMagick 6.6.7-6 2010-61-61 Q16 http://www.imagemagick.org</span></p>
<p>To get the print size in inches of an image at 72 DPI, use:</p>
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>identify -format "%[fx:w/72] by %[fx:h/72] inches" document.png</span><span class='crtout'>8.5 x 11 inches</span></p>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
<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><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
<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><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
<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><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>