- Modifications to compile ImageMagick

This commit is contained in:
Santi Noreña 2013-02-19 18:37:48 +01:00
parent 615ec83706
commit 83522c16c3
3442 changed files with 57 additions and 412926 deletions

View file

@ -0,0 +1,206 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: MagickWand.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>MagickWand.h</h1><a href="MagickWand_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization</span>
<a name="l00003"></a>00003 <span class="comment"> dedicated to making software imaging solutions freely available.</span>
<a name="l00004"></a>00004 <span class="comment"> </span>
<a name="l00005"></a>00005 <span class="comment"> You may not use this file except in compliance with the License.</span>
<a name="l00006"></a>00006 <span class="comment"> obtain a copy of the License at</span>
<a name="l00007"></a>00007 <span class="comment"> </span>
<a name="l00008"></a>00008 <span class="comment"> http://www.imagemagick.org/script/license.php</span>
<a name="l00009"></a>00009 <span class="comment"> </span>
<a name="l00010"></a>00010 <span class="comment"> Unless required by applicable law or agreed to in writing, software</span>
<a name="l00011"></a>00011 <span class="comment"> distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00012"></a>00012 <span class="comment"> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00013"></a>00013 <span class="comment"> See the License for the specific language governing permissions and</span>
<a name="l00014"></a>00014 <span class="comment"> limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment"> MagickWand Application Programming Interface declarations.</span>
<a name="l00017"></a>00017 <span class="comment">*/</span>
<a name="l00018"></a>00018
<a name="l00019"></a>00019 <span class="preprocessor">#ifndef _MAGICK_WAND_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span><span class="preprocessor">#define _MAGICK_WAND_H</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span>
<a name="l00022"></a>00022 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
<a name="l00024"></a>00024 <span class="preprocessor">#endif</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span>
<a name="l00026"></a>00026 <span class="preprocessor">#if !defined(_MAGICKWAND_CONFIG_H)</span>
<a name="l00027"></a><a class="code" href="MagickWand_8h.html#bb53447d0b0cf482acf4dcefd577d8dc">00027</a> <span class="preprocessor"></span><span class="preprocessor"># define _MAGICKWAND_CONFIG_H</span>
<a name="l00028"></a>00028 <span class="preprocessor"></span><span class="preprocessor"># if !defined(vms) &amp;&amp; !defined(macintosh)</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span><span class="preprocessor"># include "magick/magick-config.h"</span>
<a name="l00030"></a>00030 <span class="preprocessor"># else</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span><span class="preprocessor"># include "magick-config.h"</span>
<a name="l00032"></a>00032 <span class="preprocessor"># endif</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span><span class="preprocessor"># if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00034"></a>00034 <span class="preprocessor"></span><span class="preprocessor"># undef inline</span>
<a name="l00035"></a>00035 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00036"></a>00036 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00037"></a>00037 <span class="preprocessor"></span>
<a name="l00038"></a>00038 <span class="preprocessor">#include &lt;stdio.h&gt;</span>
<a name="l00039"></a>00039 <span class="preprocessor">#include &lt;stdarg.h&gt;</span>
<a name="l00040"></a>00040 <span class="preprocessor">#include &lt;stdlib.h&gt;</span>
<a name="l00041"></a>00041 <span class="preprocessor">#include &lt;sys/types.h&gt;</span>
<a name="l00042"></a>00042
<a name="l00043"></a>00043 <span class="preprocessor">#if defined(__CYGWIN32__)</span>
<a name="l00044"></a>00044 <span class="preprocessor"></span><span class="preprocessor"># if !defined(__CYGWIN__)</span>
<a name="l00045"></a>00045 <span class="preprocessor"></span><span class="preprocessor"># define __CYGWIN__ __CYGWIN32__</span>
<a name="l00046"></a>00046 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00047"></a>00047 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00048"></a>00048 <span class="preprocessor"></span><span class="preprocessor">#if defined(_WIN32) || defined(WIN32)</span>
<a name="l00049"></a>00049 <span class="preprocessor"></span><span class="preprocessor"># if !defined(__WINDOWS__)</span>
<a name="l00050"></a>00050 <span class="preprocessor"></span><span class="preprocessor"># if defined(_WIN32)</span>
<a name="l00051"></a>00051 <span class="preprocessor"></span><span class="preprocessor"># define __WINDOWS__ _WIN32</span>
<a name="l00052"></a>00052 <span class="preprocessor"></span><span class="preprocessor"># else</span>
<a name="l00053"></a>00053 <span class="preprocessor"></span><span class="preprocessor"># if defined(WIN32)</span>
<a name="l00054"></a>00054 <span class="preprocessor"></span><span class="preprocessor"># define __WINDOWS__ WIN32</span>
<a name="l00055"></a>00055 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00056"></a>00056 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00057"></a>00057 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00058"></a>00058 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00059"></a>00059 <span class="preprocessor"></span>
<a name="l00060"></a>00060 <span class="preprocessor">#if defined(_WIN64) || defined(WIN64)</span>
<a name="l00061"></a>00061 <span class="preprocessor"></span><span class="preprocessor"># if !defined(__WINDOWS__)</span>
<a name="l00062"></a>00062 <span class="preprocessor"></span><span class="preprocessor"># if defined(_WIN64)</span>
<a name="l00063"></a>00063 <span class="preprocessor"></span><span class="preprocessor"># define __WINDOWS__ _WIN64</span>
<a name="l00064"></a>00064 <span class="preprocessor"></span><span class="preprocessor"># else</span>
<a name="l00065"></a>00065 <span class="preprocessor"></span><span class="preprocessor"># if defined(WIN64)</span>
<a name="l00066"></a>00066 <span class="preprocessor"></span><span class="preprocessor"># define __WINDOWS__ WIN64</span>
<a name="l00067"></a>00067 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00068"></a>00068 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00069"></a>00069 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00070"></a>00070 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00071"></a>00071 <span class="preprocessor"></span>
<a name="l00072"></a>00072 <span class="preprocessor">#if defined(__WINDOWS__)</span>
<a name="l00073"></a>00073 <span class="preprocessor"></span><span class="preprocessor"># if defined(_MT) &amp;&amp; defined(_DLL) &amp;&amp; !defined(_MAGICKDLL_) &amp;&amp; !defined(_LIB)</span>
<a name="l00074"></a>00074 <span class="preprocessor"></span><span class="preprocessor"># define _MAGICKDLL_</span>
<a name="l00075"></a>00075 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00076"></a>00076 <span class="preprocessor"></span><span class="preprocessor"># if defined(_MAGICKDLL_)</span>
<a name="l00077"></a>00077 <span class="preprocessor"></span><span class="preprocessor"># if defined(_VISUALC_)</span>
<a name="l00078"></a>00078 <span class="preprocessor"></span><span class="preprocessor"># pragma warning( disable: 4273 ) </span><span class="comment">/* Disable the dll linkage warnings */</span>
<a name="l00079"></a>00079 <span class="preprocessor"># endif</span>
<a name="l00080"></a>00080 <span class="preprocessor"></span><span class="preprocessor"># if !defined(_MAGICKLIB_)</span>
<a name="l00081"></a>00081 <span class="preprocessor"></span><span class="preprocessor"># define WandExport __declspec(dllimport)</span>
<a name="l00082"></a>00082 <span class="preprocessor"></span><span class="preprocessor"># if defined(_VISUALC_)</span>
<a name="l00083"></a>00083 <span class="preprocessor"></span><span class="preprocessor"># pragma message( "MagickWand lib DLL import interface" )</span>
<a name="l00084"></a>00084 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00085"></a>00085 <span class="preprocessor"></span><span class="preprocessor"># else</span>
<a name="l00086"></a>00086 <span class="preprocessor"></span><span class="preprocessor"># define WandExport __declspec(dllexport)</span>
<a name="l00087"></a>00087 <span class="preprocessor"></span><span class="preprocessor"># if defined(_VISUALC_)</span>
<a name="l00088"></a>00088 <span class="preprocessor"></span><span class="preprocessor"># pragma message( "MagickWand lib DLL export interface" )</span>
<a name="l00089"></a>00089 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00090"></a>00090 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00091"></a>00091 <span class="preprocessor"></span><span class="preprocessor"># else</span>
<a name="l00092"></a>00092 <span class="preprocessor"></span><span class="preprocessor"># define WandExport</span>
<a name="l00093"></a>00093 <span class="preprocessor"></span><span class="preprocessor"># if defined(_VISUALC_)</span>
<a name="l00094"></a>00094 <span class="preprocessor"></span><span class="preprocessor"># pragma message( "MagickWand lib static interface" )</span>
<a name="l00095"></a>00095 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00096"></a>00096 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00097"></a>00097 <span class="preprocessor"></span>
<a name="l00098"></a>00098 <span class="preprocessor"># if defined(_DLL) &amp;&amp; !defined(_LIB)</span>
<a name="l00099"></a>00099 <span class="preprocessor"></span><span class="preprocessor"># define ModuleExport __declspec(dllexport)</span>
<a name="l00100"></a>00100 <span class="preprocessor"></span><span class="preprocessor"># if defined(_VISUALC_)</span>
<a name="l00101"></a>00101 <span class="preprocessor"></span><span class="preprocessor"># pragma message( "MagickWand module DLL export interface" )</span>
<a name="l00102"></a>00102 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00103"></a>00103 <span class="preprocessor"></span><span class="preprocessor"># else</span>
<a name="l00104"></a>00104 <span class="preprocessor"></span><span class="preprocessor"># define ModuleExport</span>
<a name="l00105"></a>00105 <span class="preprocessor"></span><span class="preprocessor"># if defined(_VISUALC_)</span>
<a name="l00106"></a>00106 <span class="preprocessor"></span><span class="preprocessor"># pragma message( "MagickWand module static interface" )</span>
<a name="l00107"></a>00107 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00108"></a>00108 <span class="preprocessor"></span>
<a name="l00109"></a>00109 <span class="preprocessor"># endif</span>
<a name="l00110"></a>00110 <span class="preprocessor"></span><span class="preprocessor"># define WandGlobal __declspec(thread)</span>
<a name="l00111"></a>00111 <span class="preprocessor"></span><span class="preprocessor"># if defined(_VISUALC_)</span>
<a name="l00112"></a>00112 <span class="preprocessor"></span><span class="preprocessor"># pragma warning(disable : 4018)</span>
<a name="l00113"></a>00113 <span class="preprocessor"></span><span class="preprocessor"># pragma warning(disable : 4244)</span>
<a name="l00114"></a>00114 <span class="preprocessor"></span><span class="preprocessor"># pragma warning(disable : 4142)</span>
<a name="l00115"></a>00115 <span class="preprocessor"></span><span class="preprocessor"># pragma warning(disable : 4800)</span>
<a name="l00116"></a>00116 <span class="preprocessor"></span><span class="preprocessor"># pragma warning(disable : 4786)</span>
<a name="l00117"></a>00117 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00118"></a><a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">00118</a> <span class="preprocessor"></span><span class="preprocessor">#else</span>
<a name="l00119"></a><a class="code" href="MagickWand_8h.html#2ea2ae39627f30331898b073d13f4dd1">00119</a> <span class="preprocessor"></span><span class="preprocessor"># define WandExport</span>
<a name="l00120"></a><a class="code" href="MagickWand_8h.html#bd57532620159473e6b3ab650b74f585">00120</a> <span class="preprocessor"></span><span class="preprocessor"># define ModuleExport</span>
<a name="l00121"></a>00121 <span class="preprocessor"></span><span class="preprocessor"># define WandGlobal</span>
<a name="l00122"></a>00122 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00123"></a>00123 <span class="preprocessor"></span>
<a name="l00124"></a><a class="code" href="MagickWand_8h.html#6bb6730cc0ff2be19b3a403e54b1aaf0">00124</a> <span class="preprocessor">#if !defined(MaxTextExtent)</span>
<a name="l00125"></a>00125 <span class="preprocessor"></span><span class="preprocessor"># define MaxTextExtent 4096</span>
<a name="l00126"></a><a class="code" href="MagickWand_8h.html#1e5df5bede9d9f1083aacf86d8584612">00126</a> <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00127"></a>00127 <span class="preprocessor"></span><span class="preprocessor">#define WandSignature 0xabacadabUL</span>
<a name="l00128"></a>00128 <span class="preprocessor"></span>
<a name="l00129"></a>00129 <span class="preprocessor">#if !defined(wand_attribute)</span>
<a name="l00130"></a><a class="code" href="MagickWand_8h.html#850c3932f9691943aa2a69cd271cdfa1">00130</a> <span class="preprocessor"></span><span class="preprocessor"># if !defined(__GNUC__)</span>
<a name="l00131"></a>00131 <span class="preprocessor"></span><span class="preprocessor"># define wand_attribute(x) </span><span class="comment">/* nothing */</span>
<a name="l00132"></a>00132 <span class="preprocessor"># else</span>
<a name="l00133"></a>00133 <span class="preprocessor"></span><span class="preprocessor"># define wand_attribute __attribute__</span>
<a name="l00134"></a>00134 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00135"></a><a class="code" href="MagickWand_8h.html#cd5e6ce5a27943cf26d7a89f5046a194">00135</a> <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00136"></a>00136 <span class="preprocessor"></span>
<a name="l00137"></a>00137 <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct__MagickWand.html">_MagickWand</a>
<a name="l00138"></a>00138 <a class="code" href="struct__MagickWand.html">MagickWand</a>;
<a name="l00139"></a>00139
<a name="l00140"></a>00140 <span class="preprocessor">#include "magick/MagickCore.h"</span>
<a name="l00141"></a>00141 <span class="preprocessor">#include "<a class="code" href="animate_8h.html">wand/animate.h</a>"</span>
<a name="l00142"></a>00142 <span class="preprocessor">#include "<a class="code" href="compare_8h.html">wand/compare.h</a>"</span>
<a name="l00143"></a>00143 <span class="preprocessor">#include "<a class="code" href="composite_8h.html">wand/composite.h</a>"</span>
<a name="l00144"></a>00144 <span class="preprocessor">#include "<a class="code" href="conjure_8h.html">wand/conjure.h</a>"</span>
<a name="l00145"></a>00145 <span class="preprocessor">#include "<a class="code" href="convert_8h.html">wand/convert.h</a>"</span>
<a name="l00146"></a>00146 <span class="preprocessor">#include "<a class="code" href="deprecate_8h.html">wand/deprecate.h</a>"</span>
<a name="l00147"></a>00147 <span class="preprocessor">#include "<a class="code" href="display_8h.html">wand/display.h</a>"</span>
<a name="l00148"></a>00148 <span class="preprocessor">#include "<a class="code" href="drawing-wand_8h.html">wand/drawing-wand.h</a>"</span>
<a name="l00149"></a>00149 <span class="preprocessor">#include "<a class="code" href="identify_8h.html">wand/identify.h</a>"</span>
<a name="l00150"></a>00150 <span class="preprocessor">#include "<a class="code" href="import_8h.html">wand/import.h</a>"</span>
<a name="l00151"></a>00151 <span class="preprocessor">#include "<a class="code" href="magick-property_8h.html">wand/magick-property.h</a>"</span>
<a name="l00152"></a>00152 <span class="preprocessor">#include "<a class="code" href="magick-image_8h.html">wand/magick-image.h</a>"</span>
<a name="l00153"></a>00153 <span class="preprocessor">#include "<a class="code" href="mogrify_8h.html">wand/mogrify.h</a>"</span>
<a name="l00154"></a>00154 <span class="preprocessor">#include "<a class="code" href="montage_8h.html">wand/montage.h</a>"</span>
<a name="l00155"></a>00155 <span class="preprocessor">#include "<a class="code" href="pixel-iterator_8h.html">wand/pixel-iterator.h</a>"</span>
<a name="l00156"></a>00156 <span class="preprocessor">#include "<a class="code" href="pixel-wand_8h.html">wand/pixel-wand.h</a>"</span>
<a name="l00157"></a>00157 <span class="preprocessor">#include "<a class="code" href="stream_8h.html">wand/stream.h</a>"</span>
<a name="l00158"></a>00158
<a name="l00159"></a>00159 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">char</span>
<a name="l00160"></a>00160 *<a class="code" href="magick-wand_8c.html#7d26845dbd398cf99e04a66903b12812">MagickGetException</a>(<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *,ExceptionType *);
<a name="l00161"></a>00161
<a name="l00162"></a>00162 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> ExceptionType
<a name="l00163"></a>00163 <a class="code" href="magick-wand_8c.html#5eb99800d98a5737500290431589ccc9">MagickGetExceptionType</a>(<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00164"></a>00164
<a name="l00165"></a>00165 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">long</span>
<a name="l00166"></a>00166 <a class="code" href="magick-wand_8c.html#a6eb40cc595ad28df6a9693fe2c0b367">MagickGetIteratorIndex</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00167"></a>00167
<a name="l00168"></a>00168 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> MagickBooleanType
<a name="l00169"></a>00169 <a class="code" href="magick-wand_8c.html#d8531bcf3f18a500b67313185238dd47">IsMagickWand</a>(<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00170"></a>00170 <a class="code" href="magick-wand_8c.html#ec84ca054a0683664712fafdc25bbac5">MagickClearException</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00171"></a>00171 <a class="code" href="magick-wand_8c.html#20a229f29fc68a1dbb6018904e78229a">MagickSetIteratorIndex</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">long</span>);
<a name="l00172"></a>00172
<a name="l00173"></a>00173 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <a class="code" href="struct__MagickWand.html">MagickWand</a>
<a name="l00174"></a>00174 *<a class="code" href="magick-wand_8c.html#687daf64e2795f27fdbaafae1192127a">CloneMagickWand</a>(<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00175"></a>00175 *<a class="code" href="magick-wand_8c.html#1c7c6e9ede09742ace7b668bbfad8faf">DestroyMagickWand</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00176"></a>00176 *<a class="code" href="magick-wand_8c.html#10958f7f76e543f82343a2ee42e7141c">NewMagickWand</a>(<span class="keywordtype">void</span>),
<a name="l00177"></a>00177 *<a class="code" href="magick-image_8h.html#3348b8bed8b7781e2eaa78bd45513fdd">NewMagickWandFromImage</a>(<span class="keyword">const</span> Image *);
<a name="l00178"></a>00178
<a name="l00179"></a>00179 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">void</span>
<a name="l00180"></a>00180 <a class="code" href="magick-wand_8c.html#e39e4ee6ca757d764e05c2bb5e8090de">ClearMagickWand</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00181"></a>00181 <a class="code" href="magick-wand_8c.html#9a797431bb1d0ab247dffef8f1c91a81">MagickWandGenesis</a>(<span class="keywordtype">void</span>),
<a name="l00182"></a>00182 <a class="code" href="magick-wand_8c.html#80dc6ed8a14c94605516b68229afb4a3">MagickWandTerminus</a>(<span class="keywordtype">void</span>),
<a name="l00183"></a>00183 *<a class="code" href="magick-wand_8c.html#94eae5b19e7f68cc182ed098379ebd38">MagickRelinquishMemory</a>(<span class="keywordtype">void</span> *),
<a name="l00184"></a>00184 <a class="code" href="magick-wand_8c.html#89dc1ac6efa34003a53be7ca172c647a">MagickResetIterator</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00185"></a>00185 <a class="code" href="magick-wand_8c.html#70d6e4678eefdb8809881155ed9da994">MagickSetFirstIterator</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00186"></a>00186 <a class="code" href="magick-wand_8c.html#10be3ec06f750702ffe3f81311fb46db">MagickSetLastIterator</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00187"></a>00187
<a name="l00188"></a>00188 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00189"></a>00189 <span class="preprocessor"></span>}
<a name="l00190"></a>00190 <span class="preprocessor">#endif</span>
<a name="l00191"></a>00191 <span class="preprocessor"></span>
<a name="l00192"></a>00192 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,583 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: MagickWand.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>MagickWand.h File Reference</h1>
<p>
<code>#include &lt;stdio.h&gt;</code><br>
<code>#include &lt;stdarg.h&gt;</code><br>
<code>#include &lt;stdlib.h&gt;</code><br>
<code>#include &lt;sys/types.h&gt;</code><br>
<code>#include &quot;magick/MagickCore.h&quot;</code><br>
<code>#include &quot;<a class="el" href="animate_8h-source.html">wand/animate.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="compare_8h-source.html">wand/compare.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="composite_8h-source.html">wand/composite.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="conjure_8h-source.html">wand/conjure.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="convert_8h-source.html">wand/convert.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="deprecate_8h-source.html">wand/deprecate.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="display_8h-source.html">wand/display.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="drawing-wand_8h-source.html">wand/drawing-wand.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="identify_8h-source.html">wand/identify.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="import_8h-source.html">wand/import.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="magick-property_8h-source.html">wand/magick-property.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="magick-image_8h-source.html">wand/magick-image.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="mogrify_8h-source.html">wand/mogrify.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="montage_8h-source.html">wand/montage.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="pixel-iterator_8h-source.html">wand/pixel-iterator.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="pixel-wand_8h-source.html">wand/pixel-wand.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="stream_8h-source.html">wand/stream.h</a>&quot;</code><br>
<code>#include &quot;magick/magick-config.h&quot;</code><br>
<p>
<a href="MagickWand_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#bb53447d0b0cf482acf4dcefd577d8dc">_MAGICKWAND_CONFIG_H</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#2ea2ae39627f30331898b073d13f4dd1">ModuleExport</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#bd57532620159473e6b3ab650b74f585">WandGlobal</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#6bb6730cc0ff2be19b3a403e54b1aaf0">MaxTextExtent</a>&nbsp;&nbsp;&nbsp;4096</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#1e5df5bede9d9f1083aacf86d8584612">WandSignature</a>&nbsp;&nbsp;&nbsp;0xabacadabUL</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#850c3932f9691943aa2a69cd271cdfa1">wand_attribute</a>(x)</td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <a class="el" href="struct__MagickWand.html">_MagickWand</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#cd5e6ce5a27943cf26d7a89f5046a194">MagickWand</a></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#e405e347cbd58e0b9641e78316e3d8e2">MagickGetException</a> (const <a class="el" href="struct__MagickWand.html">MagickWand</a> *, ExceptionType *)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport ExceptionType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#f50c2dca70f528f2977967b7deb4db80">MagickGetExceptionType</a> (const <a class="el" href="struct__MagickWand.html">MagickWand</a> *)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport long&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#053a20890efdec28e4dedcfc6426fa1e">MagickGetIteratorIndex</a> (<a class="el" href="struct__MagickWand.html">MagickWand</a> *)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#5fdf000828740fd0f693499cb9c81454">IsMagickWand</a> (const <a class="el" href="struct__MagickWand.html">MagickWand</a> *)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#f1fb3f1821aba603b137560cb4d728e6">MagickClearException</a> (<a class="el" href="struct__MagickWand.html">MagickWand</a> *)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#629ac0cd057c6150a387b82cfa87420d">MagickSetIteratorIndex</a> (<a class="el" href="struct__MagickWand.html">MagickWand</a> *, const long)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport <a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#6aa1e6862c46022a1bee691c40ee8454">CloneMagickWand</a> (const <a class="el" href="struct__MagickWand.html">MagickWand</a> *)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport <a class="el" href="struct__MagickWand.html">MagickWand</a> **&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#0ee755b181b5b50da54713c568a93bcd">DestroyMagickWand</a> (<a class="el" href="struct__MagickWand.html">MagickWand</a> *)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport <a class="el" href="struct__MagickWand.html">MagickWand</a> ***&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#7ddf4c8b69b6ce858321ec7ea4a16dd5">NewMagickWand</a> (void)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport <a class="el" href="struct__MagickWand.html">MagickWand</a> ****&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#bfb07cef474b4ce7f5d7c94762c20e67">NewMagickWandFromImage</a> (const Image *)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#a1655540c3de5be2fa48ed629ca942b1">ClearMagickWand</a> (<a class="el" href="struct__MagickWand.html">MagickWand</a> *)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#9a797431bb1d0ab247dffef8f1c91a81">MagickWandGenesis</a> (void)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#80dc6ed8a14c94605516b68229afb4a3">MagickWandTerminus</a> (void)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#0dbf3bd824ad5942d6af434f598ffe67">MagickRelinquishMemory</a> (void *)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#4ee2fc04202637dc08ba059064ae7045">MagickResetIterator</a> (<a class="el" href="struct__MagickWand.html">MagickWand</a> *)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#cb0ec54d5b671cb2802e5401fd241131">MagickSetFirstIterator</a> (<a class="el" href="struct__MagickWand.html">MagickWand</a> *)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html#50d25170b585d54fdb6da8fdf016203c">MagickSetLastIterator</a> (<a class="el" href="struct__MagickWand.html">MagickWand</a> *)</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="bb53447d0b0cf482acf4dcefd577d8dc"></a><!-- doxytag: member="MagickWand.h::_MAGICKWAND_CONFIG_H" ref="bb53447d0b0cf482acf4dcefd577d8dc" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define _MAGICKWAND_CONFIG_H </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="6bb6730cc0ff2be19b3a403e54b1aaf0"></a><!-- doxytag: member="MagickWand.h::MaxTextExtent" ref="6bb6730cc0ff2be19b3a403e54b1aaf0" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define MaxTextExtent&nbsp;&nbsp;&nbsp;4096 </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="2ea2ae39627f30331898b073d13f4dd1"></a><!-- doxytag: member="MagickWand.h::ModuleExport" ref="2ea2ae39627f30331898b073d13f4dd1" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ModuleExport </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="850c3932f9691943aa2a69cd271cdfa1"></a><!-- doxytag: member="MagickWand.h::wand_attribute" ref="850c3932f9691943aa2a69cd271cdfa1" args="(x)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define wand_attribute </td>
<td>(</td>
<td class="paramtype">x&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="5df04fd878d67c5bf03155443d549b23"></a><!-- doxytag: member="MagickWand.h::WandExport" ref="5df04fd878d67c5bf03155443d549b23" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define WandExport </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="bd57532620159473e6b3ab650b74f585"></a><!-- doxytag: member="MagickWand.h::WandGlobal" ref="bd57532620159473e6b3ab650b74f585" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define WandGlobal </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="1e5df5bede9d9f1083aacf86d8584612"></a><!-- doxytag: member="MagickWand.h::WandSignature" ref="1e5df5bede9d9f1083aacf86d8584612" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define WandSignature&nbsp;&nbsp;&nbsp;0xabacadabUL </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr><h2>Typedef Documentation</h2>
<a class="anchor" name="cd5e6ce5a27943cf26d7a89f5046a194"></a><!-- doxytag: member="MagickWand.h::MagickWand" ref="cd5e6ce5a27943cf26d7a89f5046a194" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct__MagickWand.html">_MagickWand</a> <a class="el" href="struct__MagickWand.html">MagickWand</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="a1655540c3de5be2fa48ed629ca942b1"></a><!-- doxytag: member="MagickWand.h::ClearMagickWand" ref="a1655540c3de5be2fa48ed629ca942b1" args="(MagickWand *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport void ClearMagickWand </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="6aa1e6862c46022a1bee691c40ee8454"></a><!-- doxytag: member="MagickWand.h::CloneMagickWand" ref="6aa1e6862c46022a1bee691c40ee8454" args="(const MagickWand *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport <a class="el" href="struct__MagickWand.html">MagickWand</a>* CloneMagickWand </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="0ee755b181b5b50da54713c568a93bcd"></a><!-- doxytag: member="MagickWand.h::DestroyMagickWand" ref="0ee755b181b5b50da54713c568a93bcd" args="(MagickWand *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport <a class="el" href="struct__MagickWand.html">MagickWand</a>* * DestroyMagickWand </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="5fdf000828740fd0f693499cb9c81454"></a><!-- doxytag: member="MagickWand.h::IsMagickWand" ref="5fdf000828740fd0f693499cb9c81454" args="(const MagickWand *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType IsMagickWand </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="f1fb3f1821aba603b137560cb4d728e6"></a><!-- doxytag: member="MagickWand.h::MagickClearException" ref="f1fb3f1821aba603b137560cb4d728e6" args="(MagickWand *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType MagickClearException </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="e405e347cbd58e0b9641e78316e3d8e2"></a><!-- doxytag: member="MagickWand.h::MagickGetException" ref="e405e347cbd58e0b9641e78316e3d8e2" args="(const MagickWand *, ExceptionType *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport char* MagickGetException </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionType *&nbsp;</td>
<td class="paramname"></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="f50c2dca70f528f2977967b7deb4db80"></a><!-- doxytag: member="MagickWand.h::MagickGetExceptionType" ref="f50c2dca70f528f2977967b7deb4db80" args="(const MagickWand *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport ExceptionType MagickGetExceptionType </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="053a20890efdec28e4dedcfc6426fa1e"></a><!-- doxytag: member="MagickWand.h::MagickGetIteratorIndex" ref="053a20890efdec28e4dedcfc6426fa1e" args="(MagickWand *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport long MagickGetIteratorIndex </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="0dbf3bd824ad5942d6af434f598ffe67"></a><!-- doxytag: member="MagickWand.h::MagickRelinquishMemory" ref="0dbf3bd824ad5942d6af434f598ffe67" args="(void *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport void * MagickRelinquishMemory </td>
<td>(</td>
<td class="paramtype">void *&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="4ee2fc04202637dc08ba059064ae7045"></a><!-- doxytag: member="MagickWand.h::MagickResetIterator" ref="4ee2fc04202637dc08ba059064ae7045" args="(MagickWand *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport void * MagickResetIterator </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="cb0ec54d5b671cb2802e5401fd241131"></a><!-- doxytag: member="MagickWand.h::MagickSetFirstIterator" ref="cb0ec54d5b671cb2802e5401fd241131" args="(MagickWand *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport void * MagickSetFirstIterator </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="629ac0cd057c6150a387b82cfa87420d"></a><!-- doxytag: member="MagickWand.h::MagickSetIteratorIndex" ref="629ac0cd057c6150a387b82cfa87420d" args="(MagickWand *, const long)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType MagickSetIteratorIndex </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const &nbsp;</td>
<td class="paramname"> <em>long</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="50d25170b585d54fdb6da8fdf016203c"></a><!-- doxytag: member="MagickWand.h::MagickSetLastIterator" ref="50d25170b585d54fdb6da8fdf016203c" args="(MagickWand *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport void * MagickSetLastIterator </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="9a797431bb1d0ab247dffef8f1c91a81"></a><!-- doxytag: member="MagickWand.h::MagickWandGenesis" ref="9a797431bb1d0ab247dffef8f1c91a81" args="(void)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport void MagickWandGenesis </td>
<td>(</td>
<td class="paramtype">void&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="80dc6ed8a14c94605516b68229afb4a3"></a><!-- doxytag: member="MagickWand.h::MagickWandTerminus" ref="80dc6ed8a14c94605516b68229afb4a3" args="(void)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport void MagickWandTerminus </td>
<td>(</td>
<td class="paramtype">void&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="7ddf4c8b69b6ce858321ec7ea4a16dd5"></a><!-- doxytag: member="MagickWand.h::NewMagickWand" ref="7ddf4c8b69b6ce858321ec7ea4a16dd5" args="(void)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport <a class="el" href="struct__MagickWand.html">MagickWand</a>* * * NewMagickWand </td>
<td>(</td>
<td class="paramtype">void&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="bfb07cef474b4ce7f5d7c94762c20e67"></a><!-- doxytag: member="MagickWand.h::NewMagickWandFromImage" ref="bfb07cef474b4ce7f5d7c94762c20e67" args="(const Image *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport <a class="el" href="struct__MagickWand.html">MagickWand</a>* * * * NewMagickWandFromImage </td>
<td>(</td>
<td class="paramtype">const Image *&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,199 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: animate.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>animate.c File Reference</h1>
<p>
<code>#include &quot;<a class="el" href="studio_8h-source.html">wand/studio.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="MagickWand_8h-source.html">wand/MagickWand.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="mogrify-private_8h-source.html">wand/mogrify-private.h</a>&quot;</code><br>
<code>#include &quot;magick/animate-private.h&quot;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="animate_8c.html#808dc037212ec81b94ebb895ff416173">DestroyAnimate</a>()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="animate_8c.html#92b3823997a45754455922cc728d838a">ThrowAnimateException</a>(asperity, tag, option)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="animate_8c.html#6ad75dfa4e2bfb2292945d96d9542f96">ThrowAnimateInvalidArgumentException</a>(option, argument)</td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="animate_8c.html#c89569cad6645f138022e6192b1b2264">AnimateUsage</a> (void)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="animate_8c.html#cdf5255455a6f2171d9a9d01bb9bc7e3">AnimateImageCommand</a> (ImageInfo *image_info, int argc, char **argv, char **wand_unused(metadata), ExceptionInfo *exception)</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="808dc037212ec81b94ebb895ff416173"></a><!-- doxytag: member="animate.c::DestroyAnimate" ref="808dc037212ec81b94ebb895ff416173" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define DestroyAnimate </td>
<td>(</td>
&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
XDestroyResourceInfo(&amp;resource_info); \
<span class="keywordflow">if</span> (display != (Display *) NULL) \
{ \
XCloseDisplay(display); \
display=(Display *) NULL; \
} \
XDestroyResourceInfo(&amp;resource_info); \
<span class="keywordflow">for</span> ( ; k &gt;= 0; k--) \
image_stack[k]=DestroyImageList(image_stack[k]); \
<span class="keywordflow">for</span> (i=0; i &lt; (long) argc; i++) \
argv[i]=DestroyString(argv[i]); \
argv=(<span class="keywordtype">char</span> **) RelinquishMagickMemory(argv); \
}
</pre></div>
</div>
</div><p>
<a class="anchor" name="92b3823997a45754455922cc728d838a"></a><!-- doxytag: member="animate.c::ThrowAnimateException" ref="92b3823997a45754455922cc728d838a" args="(asperity, tag, option)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ThrowAnimateException </td>
<td>(</td>
<td class="paramtype">asperity, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tag, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">option&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
(void) ThrowMagickException(<a class="code" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">exception</a>,GetMagickModule(),asperity,tag,<span class="stringliteral">"`%s'"</span>, \
option); \
<a class="code" href="animate_8c.html#808dc037212ec81b94ebb895ff416173">DestroyAnimate</a>(); \
<span class="keywordflow">return</span>(MagickFalse); \
}
</pre></div>
</div>
</div><p>
<a class="anchor" name="6ad75dfa4e2bfb2292945d96d9542f96"></a><!-- doxytag: member="animate.c::ThrowAnimateInvalidArgumentException" ref="6ad75dfa4e2bfb2292945d96d9542f96" args="(option, argument)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ThrowAnimateInvalidArgumentException </td>
<td>(</td>
<td class="paramtype">option, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">argument&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
(void) ThrowMagickException(<a class="code" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">exception</a>,GetMagickModule(),OptionError, \
<span class="stringliteral">"InvalidArgument"</span>,<span class="stringliteral">"`%s': %s"</span>,argument,option); \
<a class="code" href="animate_8c.html#808dc037212ec81b94ebb895ff416173">DestroyAnimate</a>(); \
<span class="keywordflow">return</span>(MagickFalse); \
}
</pre></div>
</div>
</div><p>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="cdf5255455a6f2171d9a9d01bb9bc7e3"></a><!-- doxytag: member="animate.c::AnimateImageCommand" ref="cdf5255455a6f2171d9a9d01bb9bc7e3" args="(ImageInfo *image_info, int argc, char **argv, char **wand_unused(metadata), ExceptionInfo *exception)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType AnimateImageCommand </td>
<td>(</td>
<td class="paramtype">ImageInfo *&nbsp;</td>
<td class="paramname"> <em>image_info</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>argc</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname"> <em>argv</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname"> <em>wand_unused</em>(metadata), </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionInfo *&nbsp;</td>
<td class="paramname"> <em>exception</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="c89569cad6645f138022e6192b1b2264"></a><!-- doxytag: member="animate.c::AnimateUsage" ref="c89569cad6645f138022e6192b1b2264" args="(void)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void AnimateUsage </td>
<td>(</td>
<td class="paramtype">void&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,46 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: animate.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>animate.h</h1><a href="animate_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization</span>
<a name="l00003"></a>00003 <span class="comment"> dedicated to making software imaging solutions freely available.</span>
<a name="l00004"></a>00004 <span class="comment"> </span>
<a name="l00005"></a>00005 <span class="comment"> You may not use this file except in compliance with the License.</span>
<a name="l00006"></a>00006 <span class="comment"> obtain a copy of the License at</span>
<a name="l00007"></a>00007 <span class="comment"> </span>
<a name="l00008"></a>00008 <span class="comment"> http://www.imagemagick.org/script/license.php</span>
<a name="l00009"></a>00009 <span class="comment"> </span>
<a name="l00010"></a>00010 <span class="comment"> Unless required by applicable law or agreed to in writing, software</span>
<a name="l00011"></a>00011 <span class="comment"> distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00012"></a>00012 <span class="comment"> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00013"></a>00013 <span class="comment"> See the License for the specific language governing permissions and</span>
<a name="l00014"></a>00014 <span class="comment"> limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment"> MagickWand animate command-line methods.</span>
<a name="l00017"></a>00017 <span class="comment">*/</span>
<a name="l00018"></a>00018 <span class="preprocessor">#ifndef _MAGICKWAND_ANIMATE_H</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define _MAGICKWAND_ANIMATE_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
<a name="l00023"></a>00023 <span class="preprocessor">#endif</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> MagickBooleanType
<a name="l00026"></a>00026 <a class="code" href="animate_8c.html#cdf5255455a6f2171d9a9d01bb9bc7e3">AnimateImageCommand</a>(ImageInfo *,<span class="keywordtype">int</span>,<span class="keywordtype">char</span> **,<span class="keywordtype">char</span> **,ExceptionInfo *);
<a name="l00027"></a>00027
<a name="l00028"></a>00028 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span>}
<a name="l00030"></a>00030 <span class="preprocessor">#endif</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span>
<a name="l00032"></a>00032 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,72 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: animate.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>animate.h File Reference</h1>
<p>
<p>
<a href="animate_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="animate_8h.html#f862e0a0d3aae65ee1060697f9b8e40c">AnimateImageCommand</a> (ImageInfo *, int, char **, char **, ExceptionInfo *)</td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="f862e0a0d3aae65ee1060697f9b8e40c"></a><!-- doxytag: member="animate.h::AnimateImageCommand" ref="f862e0a0d3aae65ee1060697f9b8e40c" args="(ImageInfo *, int, char **, char **, ExceptionInfo *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType AnimateImageCommand </td>
<td>(</td>
<td class="paramtype">ImageInfo *&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionInfo *&nbsp;</td>
<td class="paramname"></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,20 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Structures</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<h1>MagickWand Data Structures</h1>Here are the data structures with brief descriptions:<table>
<tr><td class="indexkey"><a class="el" href="struct__CompositeOptions.html">_CompositeOptions</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="struct__DrawingWand.html">_DrawingWand</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="struct__DrawVTable.html">_DrawVTable</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="struct__MagickWand.html">_MagickWand</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="struct__PixelIterator.html">_PixelIterator</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="struct__PixelWand.html">_PixelWand</a></td><td class="indexvalue"></td></tr>
</table>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Alphabetical List</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<h1>MagickWand Data Structure Index</h1><p><div class="qindex"><a class="qindex" href="#letter__">_</a></div><p>
<table align="center" width="95%" border="0" cellspacing="0" cellpadding="0">
<tr><td><a name="letter__"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;_&nbsp;&nbsp;</div></td></tr></table>
</td><td><a class="el" href="struct__CompositeOptions.html">_CompositeOptions</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="struct__DrawingWand.html">_DrawingWand</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="struct__DrawVTable.html">_DrawVTable</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="struct__MagickWand.html">_MagickWand</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="struct__PixelIterator.html">_PixelIterator</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="struct__PixelWand.html">_PixelWand</a>&nbsp;&nbsp;&nbsp;</td></tr></table><p><div class="qindex"><a class="qindex" href="#letter__">_</a></div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,192 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: compare.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>compare.c File Reference</h1>
<p>
<code>#include &quot;<a class="el" href="studio_8h-source.html">wand/studio.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="MagickWand_8h-source.html">wand/MagickWand.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="mogrify-private_8h-source.html">wand/mogrify-private.h</a>&quot;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="compare_8c.html#f93582c3cd0ace4f6135c243e50da769">DestroyCompare</a>()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="compare_8c.html#a035bf94095c7f59a7b41fdb719ca98f">ThrowCompareException</a>(asperity, tag, option)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="compare_8c.html#5d3a25332e3aeedc7017e7e148a3535c">ThrowCompareInvalidArgumentException</a>(option, argument)</td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="compare_8c.html#ff77a968c9aaaaeb92fac34de540895b">CompareUsage</a> (void)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="compare_8c.html#d044b755d41488dd8ec4c4d9bf2196a6">CompareImageCommand</a> (ImageInfo *image_info, int argc, char **argv, char **metadata, ExceptionInfo *exception)</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="f93582c3cd0ace4f6135c243e50da769"></a><!-- doxytag: member="compare.c::DestroyCompare" ref="f93582c3cd0ace4f6135c243e50da769" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define DestroyCompare </td>
<td>(</td>
&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
<span class="keywordflow">for</span> ( ; k &gt;= 0; k--) \
image_stack[k]=DestroyImageList(image_stack[k]); \
<span class="keywordflow">for</span> (i=0; i &lt; (long) argc; i++) \
argv[i]=DestroyString(argv[i]); \
argv=(<span class="keywordtype">char</span> **) RelinquishMagickMemory(argv); \
}
</pre></div>
</div>
</div><p>
<a class="anchor" name="a035bf94095c7f59a7b41fdb719ca98f"></a><!-- doxytag: member="compare.c::ThrowCompareException" ref="a035bf94095c7f59a7b41fdb719ca98f" args="(asperity, tag, option)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ThrowCompareException </td>
<td>(</td>
<td class="paramtype">asperity, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tag, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">option&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
<span class="keywordflow">if</span> (<a class="code" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">exception</a>-&gt;severity &lt; (asperity)) \
(void) ThrowMagickException(<a class="code" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">exception</a>,GetMagickModule(),asperity,tag, \
<span class="stringliteral">"`%s'"</span>,option); \
<a class="code" href="compare_8c.html#f93582c3cd0ace4f6135c243e50da769">DestroyCompare</a>(); \
<span class="keywordflow">return</span>(MagickFalse); \
}
</pre></div>
</div>
</div><p>
<a class="anchor" name="5d3a25332e3aeedc7017e7e148a3535c"></a><!-- doxytag: member="compare.c::ThrowCompareInvalidArgumentException" ref="5d3a25332e3aeedc7017e7e148a3535c" args="(option, argument)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ThrowCompareInvalidArgumentException </td>
<td>(</td>
<td class="paramtype">option, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">argument&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
(void) ThrowMagickException(<a class="code" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">exception</a>,GetMagickModule(),OptionError, \
<span class="stringliteral">"InvalidArgument"</span>,<span class="stringliteral">"`%s': %s"</span>,argument,option); \
<a class="code" href="compare_8c.html#f93582c3cd0ace4f6135c243e50da769">DestroyCompare</a>(); \
<span class="keywordflow">return</span>(MagickFalse); \
}
</pre></div>
</div>
</div><p>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="d044b755d41488dd8ec4c4d9bf2196a6"></a><!-- doxytag: member="compare.c::CompareImageCommand" ref="d044b755d41488dd8ec4c4d9bf2196a6" args="(ImageInfo *image_info, int argc, char **argv, char **metadata, ExceptionInfo *exception)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType CompareImageCommand </td>
<td>(</td>
<td class="paramtype">ImageInfo *&nbsp;</td>
<td class="paramname"> <em>image_info</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>argc</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname"> <em>argv</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname"> <em>metadata</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionInfo *&nbsp;</td>
<td class="paramname"> <em>exception</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="ff77a968c9aaaaeb92fac34de540895b"></a><!-- doxytag: member="compare.c::CompareUsage" ref="ff77a968c9aaaaeb92fac34de540895b" args="(void)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void CompareUsage </td>
<td>(</td>
<td class="paramtype">void&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,46 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: compare.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>compare.h</h1><a href="compare_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization</span>
<a name="l00003"></a>00003 <span class="comment"> dedicated to making software imaging solutions freely available.</span>
<a name="l00004"></a>00004 <span class="comment"> </span>
<a name="l00005"></a>00005 <span class="comment"> You may not use this file except in compliance with the License.</span>
<a name="l00006"></a>00006 <span class="comment"> obtain a copy of the License at</span>
<a name="l00007"></a>00007 <span class="comment"> </span>
<a name="l00008"></a>00008 <span class="comment"> http://www.imagemagick.org/script/license.php</span>
<a name="l00009"></a>00009 <span class="comment"> </span>
<a name="l00010"></a>00010 <span class="comment"> Unless required by applicable law or agreed to in writing, software</span>
<a name="l00011"></a>00011 <span class="comment"> distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00012"></a>00012 <span class="comment"> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00013"></a>00013 <span class="comment"> See the License for the specific language governing permissions and</span>
<a name="l00014"></a>00014 <span class="comment"> limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment"> MagickWand compare command-line method.</span>
<a name="l00017"></a>00017 <span class="comment">*/</span>
<a name="l00018"></a>00018 <span class="preprocessor">#ifndef _MAGICKWAND_COMPARE_H</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define _MAGICKWAND_COMPARE_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
<a name="l00023"></a>00023 <span class="preprocessor">#endif</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> MagickBooleanType
<a name="l00026"></a>00026 <a class="code" href="compare_8c.html#d044b755d41488dd8ec4c4d9bf2196a6">CompareImageCommand</a>(ImageInfo *,<span class="keywordtype">int</span>,<span class="keywordtype">char</span> **,<span class="keywordtype">char</span> **,ExceptionInfo *);
<a name="l00027"></a>00027
<a name="l00028"></a>00028 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span>}
<a name="l00030"></a>00030 <span class="preprocessor">#endif</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span>
<a name="l00032"></a>00032 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,72 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: compare.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>compare.h File Reference</h1>
<p>
<p>
<a href="compare_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="compare_8h.html#a74132bf2a6d1ef37945bcacddd34840">CompareImageCommand</a> (ImageInfo *, int, char **, char **, ExceptionInfo *)</td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="a74132bf2a6d1ef37945bcacddd34840"></a><!-- doxytag: member="compare.h::CompareImageCommand" ref="a74132bf2a6d1ef37945bcacddd34840" args="(ImageInfo *, int, char **, char **, ExceptionInfo *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType CompareImageCommand </td>
<td>(</td>
<td class="paramtype">ImageInfo *&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionInfo *&nbsp;</td>
<td class="paramname"></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,324 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: composite.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>composite.c File Reference</h1>
<p>
<code>#include &quot;<a class="el" href="studio_8h-source.html">wand/studio.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="MagickWand_8h-source.html">wand/MagickWand.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="mogrify-private_8h-source.html">wand/mogrify-private.h</a>&quot;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__CompositeOptions.html">_CompositeOptions</a></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="composite_8c.html#422d5d4e2c5327fab448dd8656cc197d">NotInitialized</a>&nbsp;&nbsp;&nbsp;(unsigned int) (~0)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="composite_8c.html#0a691e1c0bf177113a0d79cb491f741e">DestroyComposite</a>()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="composite_8c.html#e4eb7bf9ff543ae09bc9958c5ad31b28">ThrowCompositeException</a>(asperity, tag, option)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="composite_8c.html#fd8e22bc9178210e0261046fb1d2ae52">ThrowCompositeInvalidArgumentException</a>(option, argument)</td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <a class="el" href="struct__CompositeOptions.html">_CompositeOptions</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="composite_8c.html#19dfa0a4e1b106d46cfca62cfffe8ff5">CompositeOptions</a></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="composite_8c.html#b12ea3de558c59ce2b0c648222b30c95">CompositeImageList</a> (ImageInfo *image_info, Image **image, Image *composite_image, <a class="el" href="struct__CompositeOptions.html">CompositeOptions</a> *composite_options, ExceptionInfo *exception)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="composite_8c.html#4cf5df961679f13246862090446f6feb">CompositeUsage</a> (void)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="composite_8c.html#8d22c6c5e9ab6c64b51ca908103bf57b">GetCompositeOptions</a> (<a class="el" href="struct__CompositeOptions.html">CompositeOptions</a> *composite_options)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="composite_8c.html#fcba1bc50b99d1747d3c6d4015a5cb1d">RelinquishCompositeOptions</a> (<a class="el" href="struct__CompositeOptions.html">CompositeOptions</a> *composite_options)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="composite_8c.html#28da3a461a0d0083f60a712b7dc2d501">CompositeImageCommand</a> (ImageInfo *image_info, int argc, char **argv, char **metadata, ExceptionInfo *exception)</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="0a691e1c0bf177113a0d79cb491f741e"></a><!-- doxytag: member="composite.c::DestroyComposite" ref="0a691e1c0bf177113a0d79cb491f741e" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define DestroyComposite </td>
<td>(</td>
&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
<a class="code" href="composite_8c.html#fcba1bc50b99d1747d3c6d4015a5cb1d">RelinquishCompositeOptions</a>(&amp;composite_options); \
<span class="keywordflow">for</span> ( ; k &gt;= 0; k--) \
image_stack[k]=DestroyImageList(image_stack[k]); \
<span class="keywordflow">for</span> (i=0; i &lt; (long) argc; i++) \
argv[i]=DestroyString(argv[i]); \
argv=(<span class="keywordtype">char</span> **) RelinquishMagickMemory(argv); \
}
</pre></div>
</div>
</div><p>
<a class="anchor" name="422d5d4e2c5327fab448dd8656cc197d"></a><!-- doxytag: member="composite.c::NotInitialized" ref="422d5d4e2c5327fab448dd8656cc197d" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define NotInitialized&nbsp;&nbsp;&nbsp;(unsigned int) (~0) </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="e4eb7bf9ff543ae09bc9958c5ad31b28"></a><!-- doxytag: member="composite.c::ThrowCompositeException" ref="e4eb7bf9ff543ae09bc9958c5ad31b28" args="(asperity, tag, option)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ThrowCompositeException </td>
<td>(</td>
<td class="paramtype">asperity, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tag, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">option&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
(void) ThrowMagickException(<a class="code" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">exception</a>,GetMagickModule(),asperity,tag,<span class="stringliteral">"`%s'"</span>, \
option == (<span class="keywordtype">char</span> *) NULL ? strerror(errno) : option); \
<a class="code" href="composite_8c.html#0a691e1c0bf177113a0d79cb491f741e">DestroyComposite</a>(); \
<span class="keywordflow">return</span>(MagickFalse); \
}
</pre></div>
</div>
</div><p>
<a class="anchor" name="fd8e22bc9178210e0261046fb1d2ae52"></a><!-- doxytag: member="composite.c::ThrowCompositeInvalidArgumentException" ref="fd8e22bc9178210e0261046fb1d2ae52" args="(option, argument)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ThrowCompositeInvalidArgumentException </td>
<td>(</td>
<td class="paramtype">option, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">argument&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
(void) ThrowMagickException(<a class="code" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">exception</a>,GetMagickModule(),OptionError, \
<span class="stringliteral">"InvalidArgument"</span>,<span class="stringliteral">"`%s': %s"</span>,argument,option); \
<a class="code" href="composite_8c.html#0a691e1c0bf177113a0d79cb491f741e">DestroyComposite</a>(); \
<span class="keywordflow">return</span>(MagickFalse); \
}
</pre></div>
</div>
</div><p>
<hr><h2>Typedef Documentation</h2>
<a class="anchor" name="19dfa0a4e1b106d46cfca62cfffe8ff5"></a><!-- doxytag: member="composite.c::CompositeOptions" ref="19dfa0a4e1b106d46cfca62cfffe8ff5" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct__CompositeOptions.html">_CompositeOptions</a> <a class="el" href="struct__CompositeOptions.html">CompositeOptions</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="28da3a461a0d0083f60a712b7dc2d501"></a><!-- doxytag: member="composite.c::CompositeImageCommand" ref="28da3a461a0d0083f60a712b7dc2d501" args="(ImageInfo *image_info, int argc, char **argv, char **metadata, ExceptionInfo *exception)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType CompositeImageCommand </td>
<td>(</td>
<td class="paramtype">ImageInfo *&nbsp;</td>
<td class="paramname"> <em>image_info</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>argc</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname"> <em>argv</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname"> <em>metadata</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionInfo *&nbsp;</td>
<td class="paramname"> <em>exception</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="b12ea3de558c59ce2b0c648222b30c95"></a><!-- doxytag: member="composite.c::CompositeImageList" ref="b12ea3de558c59ce2b0c648222b30c95" args="(ImageInfo *image_info, Image **image, Image *composite_image, CompositeOptions *composite_options, ExceptionInfo *exception)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static MagickBooleanType CompositeImageList </td>
<td>(</td>
<td class="paramtype">ImageInfo *&nbsp;</td>
<td class="paramname"> <em>image_info</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">Image **&nbsp;</td>
<td class="paramname"> <em>image</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">Image *&nbsp;</td>
<td class="paramname"> <em>composite_image</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="struct__CompositeOptions.html">CompositeOptions</a> *&nbsp;</td>
<td class="paramname"> <em>composite_options</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionInfo *&nbsp;</td>
<td class="paramname"> <em>exception</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="4cf5df961679f13246862090446f6feb"></a><!-- doxytag: member="composite.c::CompositeUsage" ref="4cf5df961679f13246862090446f6feb" args="(void)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void CompositeUsage </td>
<td>(</td>
<td class="paramtype">void&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="8d22c6c5e9ab6c64b51ca908103bf57b"></a><!-- doxytag: member="composite.c::GetCompositeOptions" ref="8d22c6c5e9ab6c64b51ca908103bf57b" args="(CompositeOptions *composite_options)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void GetCompositeOptions </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__CompositeOptions.html">CompositeOptions</a> *&nbsp;</td>
<td class="paramname"> <em>composite_options</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="fcba1bc50b99d1747d3c6d4015a5cb1d"></a><!-- doxytag: member="composite.c::RelinquishCompositeOptions" ref="fcba1bc50b99d1747d3c6d4015a5cb1d" args="(CompositeOptions *composite_options)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void RelinquishCompositeOptions </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__CompositeOptions.html">CompositeOptions</a> *&nbsp;</td>
<td class="paramname"> <em>composite_options</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,46 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: composite.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>composite.h</h1><a href="composite_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization</span>
<a name="l00003"></a>00003 <span class="comment"> dedicated to making software imaging solutions freely available.</span>
<a name="l00004"></a>00004 <span class="comment"> </span>
<a name="l00005"></a>00005 <span class="comment"> You may not use this file except in compliance with the License.</span>
<a name="l00006"></a>00006 <span class="comment"> obtain a copy of the License at</span>
<a name="l00007"></a>00007 <span class="comment"> </span>
<a name="l00008"></a>00008 <span class="comment"> http://www.imagemagick.org/script/license.php</span>
<a name="l00009"></a>00009 <span class="comment"> </span>
<a name="l00010"></a>00010 <span class="comment"> Unless required by applicable law or agreed to in writing, software</span>
<a name="l00011"></a>00011 <span class="comment"> distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00012"></a>00012 <span class="comment"> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00013"></a>00013 <span class="comment"> See the License for the specific language governing permissions and</span>
<a name="l00014"></a>00014 <span class="comment"> limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment"> MagickWand composite command-line method.</span>
<a name="l00017"></a>00017 <span class="comment">*/</span>
<a name="l00018"></a>00018 <span class="preprocessor">#ifndef _MAGICKWAND_COMPOSITE_H</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define _MAGICKWAND_COMPOSITE_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
<a name="l00023"></a>00023 <span class="preprocessor">#endif</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> MagickBooleanType
<a name="l00026"></a>00026 <a class="code" href="composite_8c.html#28da3a461a0d0083f60a712b7dc2d501">CompositeImageCommand</a>(ImageInfo *,<span class="keywordtype">int</span>,<span class="keywordtype">char</span> **,<span class="keywordtype">char</span> **,ExceptionInfo *);
<a name="l00027"></a>00027
<a name="l00028"></a>00028 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span>}
<a name="l00030"></a>00030 <span class="preprocessor">#endif</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span>
<a name="l00032"></a>00032 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,72 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: composite.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>composite.h File Reference</h1>
<p>
<p>
<a href="composite_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="composite_8h.html#f1b4176542cf8cfdb753d10a4d327780">CompositeImageCommand</a> (ImageInfo *, int, char **, char **, ExceptionInfo *)</td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="f1b4176542cf8cfdb753d10a4d327780"></a><!-- doxytag: member="composite.h::CompositeImageCommand" ref="f1b4176542cf8cfdb753d10a4d327780" args="(ImageInfo *, int, char **, char **, ExceptionInfo *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType CompositeImageCommand </td>
<td>(</td>
<td class="paramtype">ImageInfo *&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionInfo *&nbsp;</td>
<td class="paramname"></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,190 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: conjure.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>conjure.c File Reference</h1>
<p>
<code>#include &quot;<a class="el" href="studio_8h-source.html">wand/studio.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="MagickWand_8h-source.html">wand/MagickWand.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="mogrify-private_8h-source.html">wand/mogrify-private.h</a>&quot;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="conjure_8c.html#b277a96e3eab2d44b6af7da0989463c7">DestroyConjure</a>()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="conjure_8c.html#24df7499c962ab3654cbbe8ef9a91a7d">ThrowConjureException</a>(asperity, tag, option)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="conjure_8c.html#a5a4b68d24640561a6cdbd6781db1e21">ThrowConjureInvalidArgumentException</a>(option, argument)</td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="conjure_8c.html#20102bba5be9339839ef3f2e030ac99e">ConjureUsage</a> (void)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="conjure_8c.html#0dfe042f73bc5602b9d16deb1c8d2857">ConjureImageCommand</a> (ImageInfo *image_info, int argc, char **argv, char **wand_unused(metadata), ExceptionInfo *exception)</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="b277a96e3eab2d44b6af7da0989463c7"></a><!-- doxytag: member="conjure.c::DestroyConjure" ref="b277a96e3eab2d44b6af7da0989463c7" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define DestroyConjure </td>
<td>(</td>
&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
image=DestroyImageList(image); \
<span class="keywordflow">for</span> (i=0; i &lt; (long) argc; i++) \
argv[i]=DestroyString(argv[i]); \
argv=(<span class="keywordtype">char</span> **) RelinquishMagickMemory(argv); \
}
</pre></div>
</div>
</div><p>
<a class="anchor" name="24df7499c962ab3654cbbe8ef9a91a7d"></a><!-- doxytag: member="conjure.c::ThrowConjureException" ref="24df7499c962ab3654cbbe8ef9a91a7d" args="(asperity, tag, option)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ThrowConjureException </td>
<td>(</td>
<td class="paramtype">asperity, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tag, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">option&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
(void) ThrowMagickException(<a class="code" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">exception</a>,GetMagickModule(),asperity,tag,<span class="stringliteral">"`%s'"</span>, \
option); \
<a class="code" href="conjure_8c.html#b277a96e3eab2d44b6af7da0989463c7">DestroyConjure</a>(); \
<span class="keywordflow">return</span>(MagickFalse); \
}
</pre></div>
</div>
</div><p>
<a class="anchor" name="a5a4b68d24640561a6cdbd6781db1e21"></a><!-- doxytag: member="conjure.c::ThrowConjureInvalidArgumentException" ref="a5a4b68d24640561a6cdbd6781db1e21" args="(option, argument)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ThrowConjureInvalidArgumentException </td>
<td>(</td>
<td class="paramtype">option, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">argument&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
(void) ThrowMagickException(<a class="code" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">exception</a>,GetMagickModule(),OptionError, \
<span class="stringliteral">"InvalidArgument"</span>,<span class="stringliteral">"`%s': %s"</span>,argument,option); \
<a class="code" href="conjure_8c.html#b277a96e3eab2d44b6af7da0989463c7">DestroyConjure</a>(); \
<span class="keywordflow">return</span>(MagickFalse); \
}
</pre></div>
</div>
</div><p>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="0dfe042f73bc5602b9d16deb1c8d2857"></a><!-- doxytag: member="conjure.c::ConjureImageCommand" ref="0dfe042f73bc5602b9d16deb1c8d2857" args="(ImageInfo *image_info, int argc, char **argv, char **wand_unused(metadata), ExceptionInfo *exception)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType ConjureImageCommand </td>
<td>(</td>
<td class="paramtype">ImageInfo *&nbsp;</td>
<td class="paramname"> <em>image_info</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>argc</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname"> <em>argv</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname"> <em>wand_unused</em>(metadata), </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionInfo *&nbsp;</td>
<td class="paramname"> <em>exception</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="20102bba5be9339839ef3f2e030ac99e"></a><!-- doxytag: member="conjure.c::ConjureUsage" ref="20102bba5be9339839ef3f2e030ac99e" args="(void)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void ConjureUsage </td>
<td>(</td>
<td class="paramtype">void&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,46 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: conjure.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>conjure.h</h1><a href="conjure_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization</span>
<a name="l00003"></a>00003 <span class="comment"> dedicated to making software imaging solutions freely available.</span>
<a name="l00004"></a>00004 <span class="comment"> </span>
<a name="l00005"></a>00005 <span class="comment"> You may not use this file except in compliance with the License.</span>
<a name="l00006"></a>00006 <span class="comment"> obtain a copy of the License at</span>
<a name="l00007"></a>00007 <span class="comment"> </span>
<a name="l00008"></a>00008 <span class="comment"> http://www.imagemagick.org/script/license.php</span>
<a name="l00009"></a>00009 <span class="comment"> </span>
<a name="l00010"></a>00010 <span class="comment"> Unless required by applicable law or agreed to in writing, software</span>
<a name="l00011"></a>00011 <span class="comment"> distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00012"></a>00012 <span class="comment"> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00013"></a>00013 <span class="comment"> See the License for the specific language governing permissions and</span>
<a name="l00014"></a>00014 <span class="comment"> limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment"> MagickWand conjure command-line method.</span>
<a name="l00017"></a>00017 <span class="comment">*/</span>
<a name="l00018"></a>00018 <span class="preprocessor">#ifndef _MAGICKWAND_CONJURE_H</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define _MAGICKWAND_CONJURE_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
<a name="l00023"></a>00023 <span class="preprocessor">#endif</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> MagickBooleanType
<a name="l00026"></a>00026 <a class="code" href="conjure_8c.html#0dfe042f73bc5602b9d16deb1c8d2857">ConjureImageCommand</a>(ImageInfo *,<span class="keywordtype">int</span>,<span class="keywordtype">char</span> **,<span class="keywordtype">char</span> **,ExceptionInfo *);
<a name="l00027"></a>00027
<a name="l00028"></a>00028 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span>}
<a name="l00030"></a>00030 <span class="preprocessor">#endif</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span>
<a name="l00032"></a>00032 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,72 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: conjure.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>conjure.h File Reference</h1>
<p>
<p>
<a href="conjure_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="conjure_8h.html#4bb7b394b1e3fb5401b9d874fd632a6d">ConjureImageCommand</a> (ImageInfo *, int, char **, char **, ExceptionInfo *)</td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="4bb7b394b1e3fb5401b9d874fd632a6d"></a><!-- doxytag: member="conjure.h::ConjureImageCommand" ref="4bb7b394b1e3fb5401b9d874fd632a6d" args="(ImageInfo *, int, char **, char **, ExceptionInfo *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType ConjureImageCommand </td>
<td>(</td>
<td class="paramtype">ImageInfo *&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionInfo *&nbsp;</td>
<td class="paramname"></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,281 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: convert.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>convert.c File Reference</h1>
<p>
<code>#include &quot;<a class="el" href="studio_8h-source.html">wand/studio.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="MagickWand_8h-source.html">wand/MagickWand.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="mogrify-private_8h-source.html">wand/mogrify-private.h</a>&quot;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="convert_8c.html#34e8589b374c7429fd8b84a771e6d3b0">ThrowFileException</a>(exception, severity, tag, context)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="convert_8c.html#422d5d4e2c5327fab448dd8656cc197d">NotInitialized</a>&nbsp;&nbsp;&nbsp;(unsigned int) (~0)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="convert_8c.html#d54fa585e3101c3800eb3158be90db41">DestroyConvert</a>()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="convert_8c.html#2f4b8b588f4554c2b056dd1b183f1938">ThrowConvertException</a>(asperity, tag, option)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="convert_8c.html#06d20e5cf55a3d9ae9e3ecfef83cbad5">ThrowConvertInvalidArgumentException</a>(option, argument)</td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="convert_8c.html#0c88aea8c9cccc91a4fb09188eae74bc">ConcatenateImages</a> (int argc, char **argv, ExceptionInfo *exception)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="convert_8c.html#f26c8bca28de10b80b447ba3b3c791ec">ConvertUsage</a> (void)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="convert_8c.html#564aa466886ca5189685f6eabd371ad6">ConvertImageCommand</a> (ImageInfo *image_info, int argc, char **argv, char **metadata, ExceptionInfo *exception)</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="d54fa585e3101c3800eb3158be90db41"></a><!-- doxytag: member="convert.c::DestroyConvert" ref="d54fa585e3101c3800eb3158be90db41" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define DestroyConvert </td>
<td>(</td>
&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
<span class="keywordflow">for</span> ( ; k &gt;= 0; k--) \
image_stack[k]=DestroyImageList(image_stack[k]); \
<span class="keywordflow">for</span> (i=0; i &lt; (long) argc; i++) \
argv[i]=DestroyString(argv[i]); \
argv=(<span class="keywordtype">char</span> **) RelinquishMagickMemory(argv); \
}
</pre></div>
</div>
</div><p>
<a class="anchor" name="422d5d4e2c5327fab448dd8656cc197d"></a><!-- doxytag: member="convert.c::NotInitialized" ref="422d5d4e2c5327fab448dd8656cc197d" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define NotInitialized&nbsp;&nbsp;&nbsp;(unsigned int) (~0) </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="2f4b8b588f4554c2b056dd1b183f1938"></a><!-- doxytag: member="convert.c::ThrowConvertException" ref="2f4b8b588f4554c2b056dd1b183f1938" args="(asperity, tag, option)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ThrowConvertException </td>
<td>(</td>
<td class="paramtype">asperity, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tag, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">option&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
(void) ThrowMagickException(<a class="code" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">exception</a>,GetMagickModule(),asperity,tag,<span class="stringliteral">"`%s'"</span>, \
option); \
<a class="code" href="convert_8c.html#d54fa585e3101c3800eb3158be90db41">DestroyConvert</a>(); \
<span class="keywordflow">return</span>(MagickFalse); \
}
</pre></div>
</div>
</div><p>
<a class="anchor" name="06d20e5cf55a3d9ae9e3ecfef83cbad5"></a><!-- doxytag: member="convert.c::ThrowConvertInvalidArgumentException" ref="06d20e5cf55a3d9ae9e3ecfef83cbad5" args="(option, argument)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ThrowConvertInvalidArgumentException </td>
<td>(</td>
<td class="paramtype">option, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">argument&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
(void) ThrowMagickException(<a class="code" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">exception</a>,GetMagickModule(),OptionError, \
<span class="stringliteral">"InvalidArgument"</span>,<span class="stringliteral">"`%s': %s"</span>,argument,option); \
<a class="code" href="convert_8c.html#d54fa585e3101c3800eb3158be90db41">DestroyConvert</a>(); \
<span class="keywordflow">return</span>(MagickFalse); \
}
</pre></div>
</div>
</div><p>
<a class="anchor" name="34e8589b374c7429fd8b84a771e6d3b0"></a><!-- doxytag: member="convert.c::ThrowFileException" ref="34e8589b374c7429fd8b84a771e6d3b0" args="(exception, severity, tag, context)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ThrowFileException </td>
<td>(</td>
<td class="paramtype">exception, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">severity, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tag, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">context&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
(void) ThrowMagickException(<a class="code" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">exception</a>,GetMagickModule(),severity, \
tag == (<span class="keyword">const</span> <span class="keywordtype">char</span> *) NULL ? <span class="stringliteral">"unknown"</span> : tag,<span class="stringliteral">"`%s': %s"</span>,context, \
strerror(errno)); \
}
</pre></div>
</div>
</div><p>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="0c88aea8c9cccc91a4fb09188eae74bc"></a><!-- doxytag: member="convert.c::ConcatenateImages" ref="0c88aea8c9cccc91a4fb09188eae74bc" args="(int argc, char **argv, ExceptionInfo *exception)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static MagickBooleanType ConcatenateImages </td>
<td>(</td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>argc</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname"> <em>argv</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionInfo *&nbsp;</td>
<td class="paramname"> <em>exception</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="564aa466886ca5189685f6eabd371ad6"></a><!-- doxytag: member="convert.c::ConvertImageCommand" ref="564aa466886ca5189685f6eabd371ad6" args="(ImageInfo *image_info, int argc, char **argv, char **metadata, ExceptionInfo *exception)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType ConvertImageCommand </td>
<td>(</td>
<td class="paramtype">ImageInfo *&nbsp;</td>
<td class="paramname"> <em>image_info</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>argc</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname"> <em>argv</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname"> <em>metadata</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionInfo *&nbsp;</td>
<td class="paramname"> <em>exception</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="f26c8bca28de10b80b447ba3b3c791ec"></a><!-- doxytag: member="convert.c::ConvertUsage" ref="f26c8bca28de10b80b447ba3b3c791ec" args="(void)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void ConvertUsage </td>
<td>(</td>
<td class="paramtype">void&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,46 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: convert.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>convert.h</h1><a href="convert_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization</span>
<a name="l00003"></a>00003 <span class="comment"> dedicated to making software imaging solutions freely available.</span>
<a name="l00004"></a>00004 <span class="comment"> </span>
<a name="l00005"></a>00005 <span class="comment"> You may not use this file except in compliance with the License.</span>
<a name="l00006"></a>00006 <span class="comment"> obtain a copy of the License at</span>
<a name="l00007"></a>00007 <span class="comment"> </span>
<a name="l00008"></a>00008 <span class="comment"> http://www.imagemagick.org/script/license.php</span>
<a name="l00009"></a>00009 <span class="comment"> </span>
<a name="l00010"></a>00010 <span class="comment"> Unless required by applicable law or agreed to in writing, software</span>
<a name="l00011"></a>00011 <span class="comment"> distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00012"></a>00012 <span class="comment"> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00013"></a>00013 <span class="comment"> See the License for the specific language governing permissions and</span>
<a name="l00014"></a>00014 <span class="comment"> limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment"> MagickWand convert command-line method.</span>
<a name="l00017"></a>00017 <span class="comment">*/</span>
<a name="l00018"></a>00018 <span class="preprocessor">#ifndef _MAGICKWAND_CONVERT_H</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define _MAGICKWAND_CONVERT_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
<a name="l00023"></a>00023 <span class="preprocessor">#endif</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> MagickBooleanType
<a name="l00026"></a>00026 <a class="code" href="convert_8c.html#564aa466886ca5189685f6eabd371ad6">ConvertImageCommand</a>(ImageInfo *,<span class="keywordtype">int</span>,<span class="keywordtype">char</span> **,<span class="keywordtype">char</span> **,ExceptionInfo *);
<a name="l00027"></a>00027
<a name="l00028"></a>00028 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span>}
<a name="l00030"></a>00030 <span class="preprocessor">#endif</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span>
<a name="l00032"></a>00032 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,72 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: convert.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>convert.h File Reference</h1>
<p>
<p>
<a href="convert_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="convert_8h.html#4db46ccdb9b6ec2a6b71aa3f2a619463">ConvertImageCommand</a> (ImageInfo *, int, char **, char **, ExceptionInfo *)</td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="4db46ccdb9b6ec2a6b71aa3f2a619463"></a><!-- doxytag: member="convert.h::ConvertImageCommand" ref="4db46ccdb9b6ec2a6b71aa3f2a619463" args="(ImageInfo *, int, char **, char **, ExceptionInfo *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType ConvertImageCommand </td>
<td>(</td>
<td class="paramtype">ImageInfo *&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionInfo *&nbsp;</td>
<td class="paramname"></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,119 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: deprecate.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>deprecate.h</h1><a href="deprecate_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization</span>
<a name="l00003"></a>00003 <span class="comment"> dedicated to making software imaging solutions freely available.</span>
<a name="l00004"></a>00004 <span class="comment"> </span>
<a name="l00005"></a>00005 <span class="comment"> You may not use this file except in compliance with the License.</span>
<a name="l00006"></a>00006 <span class="comment"> obtain a copy of the License at</span>
<a name="l00007"></a>00007 <span class="comment"> </span>
<a name="l00008"></a>00008 <span class="comment"> http://www.imagemagick.org/script/license.php</span>
<a name="l00009"></a>00009 <span class="comment"> </span>
<a name="l00010"></a>00010 <span class="comment"> Unless required by applicable law or agreed to in writing, software</span>
<a name="l00011"></a>00011 <span class="comment"> distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00012"></a>00012 <span class="comment"> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00013"></a>00013 <span class="comment"> See the License for the specific language governing permissions and</span>
<a name="l00014"></a>00014 <span class="comment"> limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment"> MagickCore deprecated methods.</span>
<a name="l00017"></a>00017 <span class="comment">*/</span>
<a name="l00018"></a>00018 <span class="preprocessor">#ifndef _MAGICKWAND_DEPRECATE_H</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define _MAGICKWAND_DEPRECATE_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
<a name="l00023"></a>00023 <span class="preprocessor">#endif</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#if !defined(MAGICKCORE_EXCLUDE_DEPRECATED)</span>
<a name="l00026"></a>00026 <span class="preprocessor"></span>
<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="drawing-wand_8h.html">wand/drawing-wand.h</a>"</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="magick-wand_8h.html">wand/magick-wand.h</a>"</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include "<a class="code" href="pixel-iterator_8h.html">wand/pixel-iterator.h</a>"</span>
<a name="l00030"></a>00030 <span class="preprocessor">#include "<a class="code" href="pixel-wand_8h.html">wand/pixel-wand.h</a>"</span>
<a name="l00031"></a>00031
<a name="l00032"></a><a class="code" href="deprecate_8h.html#8cfd5eaf8e3165e8490b73dfe18f0e8b">00032</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct__DrawingWand.html">_DrawingWand</a>
<a name="l00033"></a>00033 *<a class="code" href="struct__DrawingWand.html">DrawContext</a>;
<a name="l00034"></a>00034
<a name="l00035"></a>00035 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">double</span>
<a name="l00036"></a>00036 <a class="code" href="deprecate_8c.html#59eea9323580337772f59552a0353f16">DrawGetFillAlpha</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00037"></a>00037 <a class="code" href="deprecate_8c.html#4c8a2b08a0083f30c111e008a49a8c9b">DrawGetStrokeAlpha</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *);
<a name="l00038"></a>00038
<a name="l00039"></a>00039 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> DrawInfo
<a name="l00040"></a>00040 *<a class="code" href="deprecate_8c.html#c7ac8ae71a6b2e59a58ebb79ab904499">DrawPeekGraphicWand</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *);
<a name="l00041"></a>00041
<a name="l00042"></a>00042 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">char</span>
<a name="l00043"></a>00043 *<a class="code" href="deprecate_8c.html#b2c7167aeaed92bf603270acf1441f04">MagickDescribeImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00044"></a>00044 *<a class="code" href="deprecate_8c.html#21ebf4e5bedfcd103214686cf1308dbf">MagickGetImageAttribute</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00045"></a>00045 *<a class="code" href="deprecate_8c.html#2f4215e0bda1644213c8767e8757428e">PixelIteratorGetException</a>(<span class="keyword">const</span> <a class="code" href="struct__PixelIterator.html">PixelIterator</a> *,ExceptionType *);
<a name="l00046"></a>00046
<a name="l00047"></a>00047 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">long</span>
<a name="l00048"></a>00048 <a class="code" href="deprecate_8c.html#2a96b963db8a37c23de1f70d942cdd42">MagickGetImageIndex</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00049"></a>00049
<a name="l00050"></a>00050 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> MagickBooleanType
<a name="l00051"></a>00051 <a class="code" href="deprecate_8c.html#f20d83cbfbe54aace335f0fb5cad39e4">MagickClipPathImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keyword">const</span> MagickBooleanType),
<a name="l00052"></a>00052 <a class="code" href="deprecate_8c.html#ce1d31aa51ada16349ae5625c8604dbc">MagickColorFloodfillImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00053"></a>00053 <span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00054"></a>00054 <a class="code" href="deprecate_8c.html#92790a25e63a4e043058fbb92e0d96d5">MagickGetImageChannelExtrema</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *,
<a name="l00055"></a>00055 <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *),
<a name="l00056"></a>00056 <a class="code" href="deprecate_8c.html#6dd6f5c28f0f3d75507475e14c225b08">MagickGetImageExtrema</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *),
<a name="l00057"></a>00057 <a class="code" href="deprecate_8c.html#4391f8745f855664f4739318c58c9f76">MagickMatteFloodfillImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00058"></a>00058 <span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00059"></a>00059 <a class="code" href="deprecate_8c.html#dffc5cabc5d86aa09859db9463fabc68">MagickOpaqueImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,
<a name="l00060"></a>00060 <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00061"></a>00061 <a class="code" href="deprecate_8c.html#71cb4a01dbd337e1ee553b72febf8439">MagickPaintFloodfillImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,
<a name="l00062"></a>00062 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00063"></a>00063 <a class="code" href="deprecate_8c.html#627c6bf0a4ba81d2747dc45ecda0a48c">MagickPaintOpaqueImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,
<a name="l00064"></a>00064 <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00065"></a>00065 <a class="code" href="deprecate_8c.html#a9b464ba444f872941da60aa6cf7ccc9">MagickPaintOpaqueImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,
<a name="l00066"></a>00066 <span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00067"></a>00067 <a class="code" href="deprecate_8c.html#1eacb85272cdaa8842e850fe8fc0c720">MagickPaintTransparentImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00068"></a>00068 <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00069"></a>00069 <a class="code" href="deprecate_8c.html#122080494b8aa9e97ca9be8c5c5936c3">MagickSetImageAttribute</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00070"></a>00070 <a class="code" href="deprecate_8c.html#506462993c7eca31790db0a5cad1048d">MagickSetImageIndex</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00071"></a>00071 <a class="code" href="deprecate_8c.html#dcfa51879314961a31e70488c5e8221a">MagickSetImageOption</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00072"></a>00072 <a class="code" href="deprecate_8c.html#f185ab812aa9edb59e3dc2ff1a8dfe00">MagickTransparentImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00073"></a>00073 <span class="keyword">const</span> <span class="keywordtype">double</span>);
<a name="l00074"></a>00074
<a name="l00075"></a>00075 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <a class="code" href="struct__MagickWand.html">MagickWand</a>
<a name="l00076"></a>00076 *<a class="code" href="deprecate_8c.html#39c310e1ebeeb655a15d659aeae7918e">MagickFlattenImages</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00077"></a>00077 *<a class="code" href="deprecate_8c.html#7eefd0fc01de7502089c96c104ad2eec">MagickMosaicImages</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00078"></a>00078 *<a class="code" href="deprecate_8c.html#cd78373de2c189d1900404d87a19c7c1">MagickRegionOfInterestImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00079"></a>00079 <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>);
<a name="l00080"></a>00080
<a name="l00081"></a>00081 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> MagickSizeType
<a name="l00082"></a>00082 <a class="code" href="deprecate_8c.html#eecf500f83726e955fae25fde472bc52">MagickGetImageSize</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00083"></a>00083
<a name="l00084"></a>00084 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <a class="code" href="struct__PixelWand.html">PixelWand</a>
<a name="l00085"></a>00085 **<a class="code" href="deprecate_8c.html#33bf22a132873a7ce2b580933fa9e770">PixelGetNextRow</a>(<a class="code" href="struct__PixelIterator.html">PixelIterator</a> *);
<a name="l00086"></a>00086
<a name="l00087"></a>00087 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>
<a name="l00088"></a>00088 *<a class="code" href="deprecate_8c.html#f3e6f1e67f6ce9f805d112938f0270bb">MagickWriteImageBlob</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keywordtype">size_t</span> *);
<a name="l00089"></a>00089
<a name="l00090"></a>00090 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> VirtualPixelMethod
<a name="l00091"></a>00091 <a class="code" href="deprecate_8c.html#49c1b62100bd272bb01a0d6898cdabbd">MagickSetImageVirtualPixelMethod</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> VirtualPixelMethod);
<a name="l00092"></a>00092
<a name="l00093"></a>00093 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">void</span>
<a name="l00094"></a>00094 <a class="code" href="deprecate_8c.html#696a778c32e0690b1b4058cbdc3fa0c7">DrawPopGraphicContext</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00095"></a>00095 <a class="code" href="deprecate_8c.html#a28a25dfd6ef5ceaba9e1d82e258fd85">DrawPushGraphicContext</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00096"></a>00096 <a class="code" href="deprecate_8c.html#9b1441b7b557cbe95d17a748a328fee9">DrawSetFillAlpha</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00097"></a>00097 <a class="code" href="deprecate_8c.html#34a474dfdf8bdde18fa8a61b2bdd2204">DrawSetStrokeAlpha</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>);
<a name="l00098"></a>00098
<a name="l00099"></a>00099 <span class="preprocessor">#endif</span>
<a name="l00100"></a>00100 <span class="preprocessor"></span>
<a name="l00101"></a>00101 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00102"></a>00102 <span class="preprocessor"></span>}
<a name="l00103"></a>00103 <span class="preprocessor">#endif</span>
<a name="l00104"></a>00104 <span class="preprocessor"></span>
<a name="l00105"></a>00105 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,112 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: wand/ Directory Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>wand Directory Reference</h1>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Files</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="animate_8c.html">animate.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="animate_8h.html">animate.h</a> <a href="animate_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="compare_8c.html">compare.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="compare_8h.html">compare.h</a> <a href="compare_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="composite_8c.html">composite.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="composite_8h.html">composite.h</a> <a href="composite_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="conjure_8c.html">conjure.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="conjure_8h.html">conjure.h</a> <a href="conjure_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="convert_8c.html">convert.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="convert_8h.html">convert.h</a> <a href="convert_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="deprecate_8c.html">deprecate.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="deprecate_8h.html">deprecate.h</a> <a href="deprecate_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="display_8c.html">display.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="display_8h.html">display.h</a> <a href="display_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="drawing-wand_8c.html">drawing-wand.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="drawing-wand_8h.html">drawing-wand.h</a> <a href="drawing-wand_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="drawtest_8c.html">drawtest.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="identify_8c.html">identify.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="identify_8h.html">identify.h</a> <a href="identify_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="import_8c.html">import.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="import_8h.html">import.h</a> <a href="import_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-image_8c.html">magick-image.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-image_8h.html">magick-image.h</a> <a href="magick-image_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-property_8c.html">magick-property.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-property_8h.html">magick-property.h</a> <a href="magick-property_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand-private_8h.html">magick-wand-private.h</a> <a href="magick-wand-private_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html">magick-wand.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8h.html">magick-wand.h</a> <a href="magick-wand_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick__wand_8h.html">magick_wand.h</a> <a href="magick__wand_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="MagickWand_8h.html">MagickWand.h</a> <a href="MagickWand_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="mogrify-private_8h.html">mogrify-private.h</a> <a href="mogrify-private_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="mogrify_8c.html">mogrify.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="mogrify_8h.html">mogrify.h</a> <a href="mogrify_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="montage_8c.html">montage.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="montage_8h.html">montage.h</a> <a href="montage_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="pixel-iterator_8c.html">pixel-iterator.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="pixel-iterator_8h.html">pixel-iterator.h</a> <a href="pixel-iterator_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="pixel-wand-private_8h.html">pixel-wand-private.h</a> <a href="pixel-wand-private_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="pixel-wand_8c.html">pixel-wand.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="pixel-wand_8h.html">pixel-wand.h</a> <a href="pixel-wand_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="stream_8c.html">stream.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="stream_8h.html">stream.h</a> <a href="stream_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="studio_8h.html">studio.h</a> <a href="studio_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="wand_8c.html">wand.c</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="wand_8h.html">wand.h</a> <a href="wand_8h-source.html">[code]</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="wandtest_8c.html">wandtest.c</a></td></tr>
</table>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Directory Hierarchy</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<h1>MagickWand Directories</h1>This directory hierarchy is sorted roughly, but not completely, alphabetically:<ul>
<li><a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,202 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: display.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>display.c File Reference</h1>
<p>
<code>#include &quot;<a class="el" href="studio_8h-source.html">wand/studio.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="MagickWand_8h-source.html">wand/MagickWand.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="mogrify-private_8h-source.html">wand/mogrify-private.h</a>&quot;</code><br>
<code>#include &quot;magick/display-private.h&quot;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="display_8c.html#a1d33fe667768bc54e110991fefd8cbd">DestroyDisplay</a>()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="display_8c.html#718a255fa5f4d8a23394cd2030eb8220">ThrowDisplayException</a>(asperity, tag, option)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="display_8c.html#47ddea8180fdf8ee9ab9191d00ba62a9">ThrowDisplayInvalidArgumentException</a>(option, argument)</td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="display_8c.html#7addfef11519a0dd6fe7b02017600bd6">DisplayUsage</a> (void)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="display_8c.html#fc55188b064d4db95abbd53c688dc424">DisplayImageCommand</a> (ImageInfo *image_info, int argc, char **argv, char **wand_unused(metadata), ExceptionInfo *exception)</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="a1d33fe667768bc54e110991fefd8cbd"></a><!-- doxytag: member="display.c::DestroyDisplay" ref="a1d33fe667768bc54e110991fefd8cbd" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define DestroyDisplay </td>
<td>(</td>
&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
<span class="keywordflow">if</span> ((state &amp; ExitState) == 0) \
DestroyXResources(); \
<span class="keywordflow">if</span> (display != (Display *) NULL) \
{ \
XCloseDisplay(display); \
display=(Display *) NULL; \
} \
XDestroyResourceInfo(&amp;resource_info); \
<span class="keywordflow">for</span> ( ; k &gt;= 0; k--) \
image_stack[k]=DestroyImageList(image_stack[k]); \
<span class="keywordflow">if</span> (image_marker != (<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *) NULL) \
image_marker=(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *) RelinquishMagickMemory(image_marker); \
<span class="keywordflow">for</span> (i=0; i &lt; (long) argc; i++) \
argv[i]=DestroyString(argv[i]); \
argv=(<span class="keywordtype">char</span> **) RelinquishMagickMemory(argv); \
}
</pre></div>
</div>
</div><p>
<a class="anchor" name="718a255fa5f4d8a23394cd2030eb8220"></a><!-- doxytag: member="display.c::ThrowDisplayException" ref="718a255fa5f4d8a23394cd2030eb8220" args="(asperity, tag, option)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ThrowDisplayException </td>
<td>(</td>
<td class="paramtype">asperity, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tag, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">option&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
(void) ThrowMagickException(<a class="code" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">exception</a>,GetMagickModule(),asperity,tag,<span class="stringliteral">"`%s'"</span>, \
option); \
<a class="code" href="display_8c.html#a1d33fe667768bc54e110991fefd8cbd">DestroyDisplay</a>(); \
<span class="keywordflow">return</span>(MagickFalse); \
}
</pre></div>
</div>
</div><p>
<a class="anchor" name="47ddea8180fdf8ee9ab9191d00ba62a9"></a><!-- doxytag: member="display.c::ThrowDisplayInvalidArgumentException" ref="47ddea8180fdf8ee9ab9191d00ba62a9" args="(option, argument)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ThrowDisplayInvalidArgumentException </td>
<td>(</td>
<td class="paramtype">option, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">argument&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
(void) ThrowMagickException(<a class="code" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">exception</a>,GetMagickModule(),OptionError, \
<span class="stringliteral">"InvalidArgument"</span>,<span class="stringliteral">"`%s': %s"</span>,argument,option); \
<a class="code" href="display_8c.html#a1d33fe667768bc54e110991fefd8cbd">DestroyDisplay</a>(); \
<span class="keywordflow">return</span>(MagickFalse); \
}
</pre></div>
</div>
</div><p>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="fc55188b064d4db95abbd53c688dc424"></a><!-- doxytag: member="display.c::DisplayImageCommand" ref="fc55188b064d4db95abbd53c688dc424" args="(ImageInfo *image_info, int argc, char **argv, char **wand_unused(metadata), ExceptionInfo *exception)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType DisplayImageCommand </td>
<td>(</td>
<td class="paramtype">ImageInfo *&nbsp;</td>
<td class="paramname"> <em>image_info</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>argc</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname"> <em>argv</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname"> <em>wand_unused</em>(metadata), </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionInfo *&nbsp;</td>
<td class="paramname"> <em>exception</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="7addfef11519a0dd6fe7b02017600bd6"></a><!-- doxytag: member="display.c::DisplayUsage" ref="7addfef11519a0dd6fe7b02017600bd6" args="(void)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void DisplayUsage </td>
<td>(</td>
<td class="paramtype">void&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,46 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: display.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>display.h</h1><a href="display_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization</span>
<a name="l00003"></a>00003 <span class="comment"> dedicated to making software imaging solutions freely available.</span>
<a name="l00004"></a>00004 <span class="comment"> </span>
<a name="l00005"></a>00005 <span class="comment"> You may not use this file except in compliance with the License.</span>
<a name="l00006"></a>00006 <span class="comment"> obtain a copy of the License at</span>
<a name="l00007"></a>00007 <span class="comment"> </span>
<a name="l00008"></a>00008 <span class="comment"> http://www.imagemagick.org/script/license.php</span>
<a name="l00009"></a>00009 <span class="comment"> </span>
<a name="l00010"></a>00010 <span class="comment"> Unless required by applicable law or agreed to in writing, software</span>
<a name="l00011"></a>00011 <span class="comment"> distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00012"></a>00012 <span class="comment"> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00013"></a>00013 <span class="comment"> See the License for the specific language governing permissions and</span>
<a name="l00014"></a>00014 <span class="comment"> limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment"> MagickWand display command-line method.</span>
<a name="l00017"></a>00017 <span class="comment">*/</span>
<a name="l00018"></a>00018 <span class="preprocessor">#ifndef _MAGICKWAND_DISPLAY_H</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define _MAGICKWAND_DISPLAY_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
<a name="l00023"></a>00023 <span class="preprocessor">#endif</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> MagickBooleanType
<a name="l00026"></a>00026 <a class="code" href="display_8c.html#fc55188b064d4db95abbd53c688dc424">DisplayImageCommand</a>(ImageInfo *,<span class="keywordtype">int</span>,<span class="keywordtype">char</span> **,<span class="keywordtype">char</span> **,ExceptionInfo *);
<a name="l00027"></a>00027
<a name="l00028"></a>00028 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span>}
<a name="l00030"></a>00030 <span class="preprocessor">#endif</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span>
<a name="l00032"></a>00032 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,72 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: display.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>display.h File Reference</h1>
<p>
<p>
<a href="display_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="display_8h.html#b7f63d65585fe12f624a680a6e9447cf">DisplayImageCommand</a> (ImageInfo *, int, char **, char **, ExceptionInfo *)</td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="b7f63d65585fe12f624a680a6e9447cf"></a><!-- doxytag: member="display.h::DisplayImageCommand" ref="b7f63d65585fe12f624a680a6e9447cf" args="(ImageInfo *, int, char **, char **, ExceptionInfo *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType DisplayImageCommand </td>
<td>(</td>
<td class="paramtype">ImageInfo *&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionInfo *&nbsp;</td>
<td class="paramname"></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,359 @@
BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
font-family: Geneva, Arial, Helvetica, sans-serif;
}
BODY,TD {
font-size: 90%;
}
H1 {
text-align: center;
font-size: 160%;
}
H2 {
font-size: 120%;
}
H3 {
font-size: 100%;
}
CAPTION { font-weight: bold }
DIV.qindex {
width: 100%;
background-color: #e8eef2;
border: 1px solid #84b0c7;
text-align: center;
margin: 2px;
padding: 2px;
line-height: 140%;
}
DIV.nav {
width: 100%;
background-color: #e8eef2;
border: 1px solid #84b0c7;
text-align: center;
margin: 2px;
padding: 2px;
line-height: 140%;
}
DIV.navtab {
background-color: #e8eef2;
border: 1px solid #84b0c7;
text-align: center;
margin: 2px;
margin-right: 15px;
padding: 2px;
}
TD.navtab {
font-size: 70%;
}
A.qindex {
text-decoration: none;
font-weight: bold;
color: #1A419D;
}
A.qindex:visited {
text-decoration: none;
font-weight: bold;
color: #1A419D
}
A.qindex:hover {
text-decoration: none;
background-color: #ddddff;
}
A.qindexHL {
text-decoration: none;
font-weight: bold;
background-color: #6666cc;
color: #ffffff;
border: 1px double #9295C2;
}
A.qindexHL:hover {
text-decoration: none;
background-color: #6666cc;
color: #ffffff;
}
A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
A.el { text-decoration: none; font-weight: bold }
A.elRef { font-weight: bold }
A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
A.codeRef:link { font-weight: normal; color: #0000FF}
A.codeRef:visited { font-weight: normal; color: #0000FF}
A:hover { text-decoration: none; background-color: #f2f2ff }
DL.el { margin-left: -1cm }
.fragment {
font-family: monospace, fixed;
font-size: 95%;
}
PRE.fragment {
border: 1px solid #CCCCCC;
background-color: #f5f5f5;
margin-top: 4px;
margin-bottom: 4px;
margin-left: 2px;
margin-right: 8px;
padding-left: 6px;
padding-right: 6px;
padding-top: 4px;
padding-bottom: 4px;
}
DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
DIV.groupHeader {
margin-left: 16px;
margin-top: 12px;
margin-bottom: 6px;
font-weight: bold;
}
DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
BODY {
background: white;
color: black;
margin-right: 20px;
margin-left: 20px;
}
TD.indexkey {
background-color: #e8eef2;
font-weight: bold;
padding-right : 10px;
padding-top : 2px;
padding-left : 10px;
padding-bottom : 2px;
margin-left : 0px;
margin-right : 0px;
margin-top : 2px;
margin-bottom : 2px;
border: 1px solid #CCCCCC;
}
TD.indexvalue {
background-color: #e8eef2;
font-style: italic;
padding-right : 10px;
padding-top : 2px;
padding-left : 10px;
padding-bottom : 2px;
margin-left : 0px;
margin-right : 0px;
margin-top : 2px;
margin-bottom : 2px;
border: 1px solid #CCCCCC;
}
TR.memlist {
background-color: #f0f0f0;
}
P.formulaDsp { text-align: center; }
IMG.formulaDsp { }
IMG.formulaInl { vertical-align: middle; }
SPAN.keyword { color: #008000 }
SPAN.keywordtype { color: #604020 }
SPAN.keywordflow { color: #e08000 }
SPAN.comment { color: #800000 }
SPAN.preprocessor { color: #806020 }
SPAN.stringliteral { color: #002080 }
SPAN.charliteral { color: #008080 }
.mdescLeft {
padding: 0px 8px 4px 8px;
font-size: 80%;
font-style: italic;
background-color: #FAFAFA;
border-top: 1px none #E0E0E0;
border-right: 1px none #E0E0E0;
border-bottom: 1px none #E0E0E0;
border-left: 1px none #E0E0E0;
margin: 0px;
}
.mdescRight {
padding: 0px 8px 4px 8px;
font-size: 80%;
font-style: italic;
background-color: #FAFAFA;
border-top: 1px none #E0E0E0;
border-right: 1px none #E0E0E0;
border-bottom: 1px none #E0E0E0;
border-left: 1px none #E0E0E0;
margin: 0px;
}
.memItemLeft {
padding: 1px 0px 0px 8px;
margin: 4px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-color: #E0E0E0;
border-right-color: #E0E0E0;
border-bottom-color: #E0E0E0;
border-left-color: #E0E0E0;
border-top-style: solid;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
background-color: #FAFAFA;
font-size: 80%;
}
.memItemRight {
padding: 1px 8px 0px 8px;
margin: 4px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-color: #E0E0E0;
border-right-color: #E0E0E0;
border-bottom-color: #E0E0E0;
border-left-color: #E0E0E0;
border-top-style: solid;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
background-color: #FAFAFA;
font-size: 80%;
}
.memTemplItemLeft {
padding: 1px 0px 0px 8px;
margin: 4px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-color: #E0E0E0;
border-right-color: #E0E0E0;
border-bottom-color: #E0E0E0;
border-left-color: #E0E0E0;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
background-color: #FAFAFA;
font-size: 80%;
}
.memTemplItemRight {
padding: 1px 8px 0px 8px;
margin: 4px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-color: #E0E0E0;
border-right-color: #E0E0E0;
border-bottom-color: #E0E0E0;
border-left-color: #E0E0E0;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
background-color: #FAFAFA;
font-size: 80%;
}
.memTemplParams {
padding: 1px 0px 0px 8px;
margin: 4px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-color: #E0E0E0;
border-right-color: #E0E0E0;
border-bottom-color: #E0E0E0;
border-left-color: #E0E0E0;
border-top-style: solid;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
color: #606060;
background-color: #FAFAFA;
font-size: 80%;
}
.search { color: #003399;
font-weight: bold;
}
FORM.search {
margin-bottom: 0px;
margin-top: 0px;
}
INPUT.search { font-size: 75%;
color: #000080;
font-weight: normal;
background-color: #e8eef2;
}
TD.tiny { font-size: 75%;
}
a {
color: #1A41A8;
}
a:visited {
color: #2A3798;
}
.dirtab { padding: 4px;
border-collapse: collapse;
border: 1px solid #84b0c7;
}
TH.dirtab { background: #e8eef2;
font-weight: bold;
}
HR { height: 1px;
border: none;
border-top: 1px solid black;
}
/* Style for detailed member documentation */
.memtemplate {
font-size: 80%;
color: #606060;
font-weight: normal;
margin-left: 3px;
}
.memnav {
background-color: #e8eef2;
border: 1px solid #84b0c7;
text-align: center;
margin: 2px;
margin-right: 15px;
padding: 2px;
}
.memitem {
padding: 4px;
background-color: #eef3f5;
border-width: 1px;
border-style: solid;
border-color: #dedeee;
-moz-border-radius: 8px 8px 8px 8px;
}
.memname {
white-space: nowrap;
font-weight: bold;
}
.memdoc{
padding-left: 10px;
}
.memproto {
background-color: #d5e1e8;
width: 100%;
border-width: 1px;
border-style: solid;
border-color: #84b0c7;
font-weight: bold;
-moz-border-radius: 8px 8px 8px 8px;
}
.paramkey {
text-align: right;
}
.paramtype {
white-space: nowrap;
}
.paramname {
color: #602020;
font-style: italic;
white-space: nowrap;
}
/* End Styling for detailed member documentation */
/* for the tree view */
.ftvtree {
font-family: sans-serif;
margin:0.5em;
}
.directory { font-size: 9pt; font-weight: bold; }
.directory h3 { margin: 0px; margin-top: 1em; font-size: 11pt; }
.directory > h3 { margin-top: 0; }
.directory p { margin: 0px; white-space: nowrap; }
.directory div { display: none; margin: 0px; }
.directory img { vertical-align: -30%; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,221 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: drawing-wand.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>drawing-wand.h</h1><a href="drawing-wand_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization</span>
<a name="l00003"></a>00003 <span class="comment"> dedicated to making software imaging solutions freely available.</span>
<a name="l00004"></a>00004 <span class="comment"> </span>
<a name="l00005"></a>00005 <span class="comment"> You may not use this file except in compliance with the License.</span>
<a name="l00006"></a>00006 <span class="comment"> obtain a copy of the License at</span>
<a name="l00007"></a>00007 <span class="comment"> </span>
<a name="l00008"></a>00008 <span class="comment"> http://www.imagemagick.org/script/license.php</span>
<a name="l00009"></a>00009 <span class="comment"> </span>
<a name="l00010"></a>00010 <span class="comment"> Unless required by applicable law or agreed to in writing, software</span>
<a name="l00011"></a>00011 <span class="comment"> distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00012"></a>00012 <span class="comment"> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00013"></a>00013 <span class="comment"> See the License for the specific language governing permissions and</span>
<a name="l00014"></a>00014 <span class="comment"> limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment"> MagickWand drawing wand methods.</span>
<a name="l00017"></a>00017 <span class="comment">*/</span>
<a name="l00018"></a>00018 <span class="preprocessor">#ifndef _MAGICKWAND_DRAWING_WAND_H</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define _MAGICKWAND_DRAWING_WAND_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
<a name="l00023"></a>00023 <span class="preprocessor">#endif</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="pixel-wand_8h.html">wand/pixel-wand.h</a>"</span>
<a name="l00026"></a>00026
<a name="l00027"></a><a class="code" href="drawing-wand_8h.html#2b6293c658c1bdf03732131cd963e29e">00027</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct__DrawingWand.html">_DrawingWand</a>
<a name="l00028"></a>00028 <a class="code" href="struct__DrawingWand.html">DrawingWand</a>;
<a name="l00029"></a>00029
<a name="l00030"></a>00030 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> AlignType
<a name="l00031"></a>00031 <a class="code" href="drawing-wand_8c.html#0c5bad9d02968e4a9f0b5f1c0932b6db">DrawGetTextAlignment</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *);
<a name="l00032"></a>00032
<a name="l00033"></a>00033 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">char</span>
<a name="l00034"></a>00034 *<a class="code" href="drawing-wand_8c.html#af3bde8d0330a21a3ad5fdebe1645aeb">DrawGetClipPath</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00035"></a>00035 *<a class="code" href="drawing-wand_8c.html#d840e595762ea3037c04aaf45bcc9e40">DrawGetException</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,ExceptionType *),
<a name="l00036"></a>00036 *<a class="code" href="drawing-wand_8c.html#4d61d77170b72bba40aadc7761d15e0d">DrawGetFont</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00037"></a>00037 *<a class="code" href="drawing-wand_8c.html#2375cbc5fb4d4b025bd699d3a0fbbfe2">DrawGetFontFamily</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00038"></a>00038 *<a class="code" href="drawing-wand_8c.html#7f992f597cc0ce341dc2b0eb0679c37a">DrawGetTextEncoding</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00039"></a>00039 *<a class="code" href="drawing-wand_8c.html#527f7db11e3843d5b3c3cd22877bed46">DrawGetVectorGraphics</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *);
<a name="l00040"></a>00040
<a name="l00041"></a>00041 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> ClipPathUnits
<a name="l00042"></a>00042 <a class="code" href="drawing-wand_8c.html#f19629f8c997a9626a4722db3a35f5bd">DrawGetClipUnits</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *);
<a name="l00043"></a>00043
<a name="l00044"></a>00044 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> DecorationType
<a name="l00045"></a>00045 <a class="code" href="drawing-wand_8c.html#1070028f4181f34b8cc9e38730b53555">DrawGetTextDecoration</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *);
<a name="l00046"></a>00046
<a name="l00047"></a>00047 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">double</span>
<a name="l00048"></a>00048 <a class="code" href="drawing-wand_8c.html#fc121c1fd76b849ea16e00cad0040b87">DrawGetFillOpacity</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00049"></a>00049 <a class="code" href="drawing-wand_8c.html#461d97ee67e7a85104017192ce76779e">DrawGetFontSize</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00050"></a>00050 *<a class="code" href="drawing-wand_8c.html#22004997637cb63380f3eb9b30513fc3">DrawGetStrokeDashArray</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *),
<a name="l00051"></a>00051 <a class="code" href="drawing-wand_8c.html#367c38a2ae08dc66b88264e77a07aad3">DrawGetStrokeDashOffset</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00052"></a>00052 <a class="code" href="drawing-wand_8c.html#93e31fee2368bff01cac8f3dda5a86b4">DrawGetStrokeOpacity</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00053"></a>00053 <a class="code" href="drawing-wand_8c.html#e3afd00cdf8873f54c1b4bd0ed8164ab">DrawGetStrokeWidth</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *);
<a name="l00054"></a>00054
<a name="l00055"></a>00055 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> DrawInfo
<a name="l00056"></a>00056 *<a class="code" href="drawing-wand_8c.html#18596423bd2e27d421c9778a35067192">PeekDrawingWand</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *);
<a name="l00057"></a>00057
<a name="l00058"></a>00058 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <a class="code" href="struct__DrawingWand.html">DrawingWand</a>
<a name="l00059"></a>00059 *<a class="code" href="drawing-wand_8c.html#81bc6e44934453973e3c8929b62b9d7a">CloneDrawingWand</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00060"></a>00060 *<a class="code" href="drawing-wand_8c.html#6ce502a02a348c13c5ea22ea8b1b3383">DestroyDrawingWand</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00061"></a>00061 *<a class="code" href="drawing-wand_8c.html#a978f5e3180daa5e86d54e0ec4d71fa4">DrawAllocateWand</a>(<span class="keyword">const</span> DrawInfo *,Image *),
<a name="l00062"></a>00062 *<a class="code" href="drawing-wand_8c.html#df1294f2509646d6f1a2d4845bad88a3">NewDrawingWand</a>(<span class="keywordtype">void</span>);
<a name="l00063"></a>00063
<a name="l00064"></a>00064 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> ExceptionType
<a name="l00065"></a>00065 <a class="code" href="drawing-wand_8c.html#26c8ed530140f2504a87cf34a7182e30">DrawGetExceptionType</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *);
<a name="l00066"></a>00066
<a name="l00067"></a>00067 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> FillRule
<a name="l00068"></a>00068 <a class="code" href="drawing-wand_8c.html#b1b2f4f2f6d6c3cca3d18cce89c85d7b">DrawGetClipRule</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00069"></a>00069 <a class="code" href="drawing-wand_8c.html#cffda8d90c9a680e346bbb0743c36a61">DrawGetFillRule</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *);
<a name="l00070"></a>00070
<a name="l00071"></a>00071 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> GravityType
<a name="l00072"></a>00072 <a class="code" href="drawing-wand_8c.html#b652e3d06588d6fccdd163a45a6bb6f9">DrawGetGravity</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *);
<a name="l00073"></a>00073
<a name="l00074"></a>00074 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> LineCap
<a name="l00075"></a>00075 <a class="code" href="drawing-wand_8c.html#e5bb3bae6b16e405632326bbd9364049">DrawGetStrokeLineCap</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *);
<a name="l00076"></a>00076
<a name="l00077"></a>00077 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> LineJoin
<a name="l00078"></a>00078 <a class="code" href="drawing-wand_8c.html#cbe2909767b0b3746146f164b8b0defc">DrawGetStrokeLineJoin</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *);
<a name="l00079"></a>00079
<a name="l00080"></a>00080 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> MagickBooleanType
<a name="l00081"></a>00081 <a class="code" href="drawing-wand_8c.html#5f8c3133c1b33ce5dfdf2e04e706ec77">DrawClearException</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00082"></a>00082 <a class="code" href="drawing-wand_8c.html#e811e8bba0415f94aec6d96a6ac43ec5">DrawComposite</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> CompositeOperator,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00083"></a>00083 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00084"></a>00084 <a class="code" href="drawing-wand_8c.html#a8e4734255dad9976381da80ec9b1d78">DrawGetStrokeAntialias</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00085"></a>00085 <a class="code" href="drawing-wand_8c.html#7888b7ef8cc89b7d0406c9559698043c">DrawGetTextAntialias</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00086"></a>00086 <a class="code" href="drawing-wand_8c.html#4b5772aba57678f52bab02a275e16196">DrawPopPattern</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00087"></a>00087 <a class="code" href="drawing-wand_8c.html#7d6f0591c616ee592dbe8e1ad5dc87ce">DrawPushPattern</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00088"></a>00088 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00089"></a>00089 <a class="code" href="drawing-wand_8c.html#fececf078f58ff2d342c573d79ed171c">DrawRender</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00090"></a>00090 <a class="code" href="drawing-wand_8c.html#1ed803445afa3ead70545de7fc3aa883">DrawSetClipPath</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00091"></a>00091 <a class="code" href="drawing-wand_8c.html#942ee9f775b060fc19ca0e1f89b7a5d8">DrawSetFillPatternURL</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00092"></a>00092 <a class="code" href="drawing-wand_8c.html#d892b972fc8f9ead29a6e628eda533e6">DrawSetFont</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00093"></a>00093 <a class="code" href="drawing-wand_8c.html#dbd7b49ff1964eb64f2c2da93923f47b">DrawSetFontFamily</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00094"></a>00094 <a class="code" href="drawing-wand_8c.html#66f0086e7468426a3ab1c218869bc623">DrawSetStrokeDashArray</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">double</span> *),
<a name="l00095"></a>00095 <a class="code" href="drawing-wand_8c.html#c910d563261efba1df0c20268fdb5755">DrawSetStrokePatternURL</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00096"></a>00096 <a class="code" href="drawing-wand_8c.html#f36a32f274211b95d7d2a270b07b0d9b">DrawSetVectorGraphics</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00097"></a>00097 <a class="code" href="drawing-wand_8c.html#e00bd71098428d7d29e66e0b01e0b17d">IsDrawingWand</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00098"></a>00098 <a class="code" href="drawing-wand_8c.html#594fe4b24266d77084c5e10a467e98ea">PopDrawingWand</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00099"></a>00099 <a class="code" href="drawing-wand_8c.html#f3b8625611a7a2eec5e0cfa377a3e82b">PushDrawingWand</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *);
<a name="l00100"></a>00100
<a name="l00101"></a>00101 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> StretchType
<a name="l00102"></a>00102 <a class="code" href="drawing-wand_8c.html#ebab75cce9455acec6b78a185146fd7d">DrawGetFontStretch</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *);
<a name="l00103"></a>00103
<a name="l00104"></a>00104 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> StyleType
<a name="l00105"></a>00105 <a class="code" href="drawing-wand_8c.html#9e9cfabb13328a9fb7cabcfaca7cf512">DrawGetFontStyle</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *);
<a name="l00106"></a>00106
<a name="l00107"></a>00107 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>
<a name="l00108"></a>00108 <a class="code" href="drawing-wand_8c.html#712ae430e9fd59cd6a181a4c42f65eac">DrawGetFontWeight</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00109"></a>00109 <a class="code" href="drawing-wand_8c.html#ee2e2806c7efcc7a5bd091830638182c">DrawGetStrokeMiterLimit</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *);
<a name="l00110"></a>00110
<a name="l00111"></a>00111 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">void</span>
<a name="l00112"></a>00112 <a class="code" href="drawing-wand_8c.html#07f42a0512674a652a6c549b47f8dbce">ClearDrawingWand</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00113"></a>00113 <a class="code" href="drawing-wand_8c.html#08bfd3823e209528bc9abaf03279daed">DrawAffine</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> AffineMatrix *),
<a name="l00114"></a>00114 <a class="code" href="drawing-wand_8c.html#28ca8bd48a3cf9c9fea151d14f8bfea1">DrawAnnotation</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> *),
<a name="l00115"></a>00115 <a class="code" href="drawing-wand_8c.html#64f1a8219813099c5261592ec2635717">DrawArc</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00116"></a>00116 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00117"></a>00117 <a class="code" href="drawing-wand_8c.html#b6b6f202529895f8d2b797fb1cf5cc99">DrawBezier</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> PointInfo *),
<a name="l00118"></a>00118 <a class="code" href="drawing-wand_8c.html#87fa1ec4adbb2b4e252bd7d2ba7fbc59">DrawCircle</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00119"></a>00119 <a class="code" href="drawing-wand_8c.html#46d8df5b4775d3baa38cddfa20f4b627">DrawColor</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> PaintMethod),
<a name="l00120"></a>00120 <a class="code" href="drawing-wand_8c.html#9978b874c73bbb997b0a07e735aa3d7e">DrawComment</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00121"></a>00121 <a class="code" href="drawing-wand_8c.html#b4313722001fb0bccd4e476a0183f35a">DrawEllipse</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00122"></a>00122 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00123"></a>00123 <a class="code" href="drawing-wand_8c.html#49a2198f19c2654f91de202654dc6df9">DrawGetFillColor</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00124"></a>00124 <a class="code" href="drawing-wand_8c.html#e7e7838fe9c9539af2acc318afd471aa">DrawGetStrokeColor</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00125"></a>00125 <a class="code" href="drawing-wand_8c.html#675716082bb307c9af1c75ddc775b378">DrawGetTextUnderColor</a>(<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00126"></a>00126 <a class="code" href="drawing-wand_8c.html#f225542fc9f115b6e90cd10c67270cac">DrawLine</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>, <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00127"></a>00127 <a class="code" href="drawing-wand_8c.html#d21055a3a0ab20b21362a687143aece7">DrawMatte</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> PaintMethod),
<a name="l00128"></a>00128 <a class="code" href="drawing-wand_8c.html#e8a1ebca83fcd1b51d2836db1e3a7ed3">DrawPathClose</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00129"></a>00129 <a class="code" href="drawing-wand_8c.html#d8f325f816a45a0c50f768cb98aac79b">DrawPathCurveToAbsolute</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00130"></a>00130 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00131"></a>00131 <a class="code" href="drawing-wand_8c.html#670d2d8d84a373bc11acf62021816f8b">DrawPathCurveToRelative</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00132"></a>00132 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>, <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00133"></a>00133 <a class="code" href="drawing-wand_8c.html#4f69776fc20bef5a0d9a77411c4c1817">DrawPathCurveToQuadraticBezierAbsolute</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00134"></a>00134 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00135"></a>00135 <a class="code" href="drawing-wand_8c.html#94baa61f47b990ed3f0cd55cc651f03f">DrawPathCurveToQuadraticBezierRelative</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00136"></a>00136 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00137"></a>00137 <a class="code" href="drawing-wand_8c.html#eb6323a7dafaa31e10dd361464102422">DrawPathCurveToQuadraticBezierSmoothAbsolute</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00138"></a>00138 <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00139"></a>00139 <a class="code" href="drawing-wand_8c.html#0701ff49206af8e0727ef100fda3d44a">DrawPathCurveToQuadraticBezierSmoothRelative</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00140"></a>00140 <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00141"></a>00141 <a class="code" href="drawing-wand_8c.html#c8c265b1f32047c5df860e810eb9eb49">DrawPathCurveToSmoothAbsolute</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00142"></a>00142 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00143"></a>00143 <a class="code" href="drawing-wand_8c.html#6d78da145685743df52c74285d1eacb5">DrawPathCurveToSmoothRelative</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00144"></a>00144 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00145"></a>00145 <a class="code" href="drawing-wand_8c.html#69d854b628aee97bc82bfa0b46de6ca1">DrawPathEllipticArcAbsolute</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00146"></a>00146 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> MagickBooleanType,<span class="keyword">const</span> MagickBooleanType,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00147"></a>00147 <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00148"></a>00148 <a class="code" href="drawing-wand_8c.html#9ac4d63ddbd09982fa7d28f5d5de4143">DrawPathEllipticArcRelative</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00149"></a>00149 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> MagickBooleanType,<span class="keyword">const</span> MagickBooleanType,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00150"></a>00150 <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00151"></a>00151 <a class="code" href="drawing-wand_8c.html#2548feaaff461e52660a62d8f2c047e8">DrawPathFinish</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00152"></a>00152 <a class="code" href="drawing-wand_8c.html#b62906ca40ba60aa649a98ce99c011b6">DrawPathLineToAbsolute</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00153"></a>00153 <a class="code" href="drawing-wand_8c.html#f55b38d1c5fc63e7df7a243e4b2e010f">DrawPathLineToRelative</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00154"></a>00154 <a class="code" href="drawing-wand_8c.html#1abf3b76f8cd71e5bec4909bd736ad19">DrawPathLineToHorizontalAbsolute</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00155"></a>00155 <a class="code" href="drawing-wand_8c.html#ee4863ae8f819258bc77e80a5b46adb9">DrawPathLineToHorizontalRelative</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00156"></a>00156 <a class="code" href="drawing-wand_8c.html#67fd9478f864b2135482f3b223f33be8">DrawPathLineToVerticalAbsolute</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00157"></a>00157 <a class="code" href="drawing-wand_8c.html#f309ddf581b24c41a0dc8412f311814c">DrawPathLineToVerticalRelative</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00158"></a>00158 <a class="code" href="drawing-wand_8c.html#d6dd87e78e4d00a77b49c613799943c2">DrawPathMoveToAbsolute</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00159"></a>00159 <a class="code" href="drawing-wand_8c.html#d3f691979b2f08977fb3eb3707bf0561">DrawPathMoveToRelative</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00160"></a>00160 <a class="code" href="drawing-wand_8c.html#e335a2f41d4a86e4ed3c1fbabf14f4ff">DrawPathStart</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00161"></a>00161 <a class="code" href="drawing-wand_8c.html#a4d5c2719d9a2f34221ac3e444ab6327">DrawPoint</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00162"></a>00162 <a class="code" href="drawing-wand_8c.html#95a59424fa7475e12cf3cbe43fdc550a">DrawPolygon</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> PointInfo *),
<a name="l00163"></a>00163 <a class="code" href="drawing-wand_8c.html#6a92079af9a6a58d3da0770fe68d5292">DrawPolyline</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> PointInfo *),
<a name="l00164"></a>00164 <a class="code" href="drawing-wand_8c.html#5646de1791cea5f528354cb34245b996">DrawPopClipPath</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00165"></a>00165 <a class="code" href="drawing-wand_8c.html#e298d5c27bcba7b8fb952889e2e3af67">DrawPopDefs</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00166"></a>00166 <a class="code" href="drawing-wand_8c.html#a45a43c023877e7287fa17d2df6e396a">DrawPushClipPath</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00167"></a>00167 <a class="code" href="drawing-wand_8c.html#31d01ea74a56df6c6070a14f8e7497d2">DrawPushDefs</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00168"></a>00168 <a class="code" href="drawing-wand_8c.html#8cdecf37e2ca1cdaaeb5d7a4f6c9c965">DrawRectangle</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00169"></a>00169 <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00170"></a>00170 <a class="code" href="drawing-wand_8c.html#6d8d41f5bfe3f84a6dfea7efff440197">DrawResetVectorGraphics</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00171"></a>00171 <a class="code" href="drawing-wand_8c.html#555fc0ed8915030c7b9e6144230a417f">DrawRotate</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00172"></a>00172 <a class="code" href="drawing-wand_8c.html#321dc8dd6cd306a480d026d0edd8d309">DrawRoundRectangle</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keywordtype">double</span>,<span class="keywordtype">double</span>,<span class="keywordtype">double</span>,<span class="keywordtype">double</span>,<span class="keywordtype">double</span>,<span class="keywordtype">double</span>),
<a name="l00173"></a>00173 <a class="code" href="drawing-wand_8c.html#859153df823fde75e514b7ebc3ab4c2a">DrawScale</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00174"></a>00174 <a class="code" href="drawing-wand_8c.html#4fa1d06f32388b934c8e8742521db3b0">DrawSetClipRule</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> FillRule),
<a name="l00175"></a>00175 <a class="code" href="drawing-wand_8c.html#357754153d894663e3f2547172478476">DrawSetClipUnits</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> ClipPathUnits),
<a name="l00176"></a>00176 <a class="code" href="drawing-wand_8c.html#a312c3c69c07fd5e8319397f6e5ea656">DrawSetFillColor</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00177"></a>00177 <a class="code" href="drawing-wand_8c.html#4210f8a6f12529a49cdcfe7dcb363efa">DrawSetFillOpacity</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00178"></a>00178 <a class="code" href="drawing-wand_8c.html#2fefd1840de8d6a752e1ac92b65d2f9c">DrawSetFillRule</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> FillRule),
<a name="l00179"></a>00179 <a class="code" href="drawing-wand_8c.html#6e5397324f3695fb4fe4e0d445db5afc">DrawSetFontSize</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00180"></a>00180 <a class="code" href="drawing-wand_8c.html#619c47b8243abde291e96d1019a97ac8">DrawSetFontStretch</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> StretchType),
<a name="l00181"></a>00181 <a class="code" href="drawing-wand_8c.html#753ef36c5f9ba6c2fe4b67b1df95dd9b">DrawSetFontStyle</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> StyleType),
<a name="l00182"></a>00182 <a class="code" href="drawing-wand_8c.html#92b6b2abdfe4d3df59146622aa19beb2">DrawSetFontWeight</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00183"></a>00183 <a class="code" href="drawing-wand_8c.html#2fc8a62ed0d30e96d080576d2e66e9db">DrawSetGravity</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> GravityType),
<a name="l00184"></a>00184 <a class="code" href="drawing-wand_8c.html#83cc22b5ed6eba43c903d9703fec3683">DrawSetStrokeAntialias</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> MagickBooleanType),
<a name="l00185"></a>00185 <a class="code" href="drawing-wand_8c.html#7ef3293928b18b7678332e70e3e52c26">DrawSetStrokeColor</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00186"></a>00186 <a class="code" href="drawing-wand_8c.html#7f7dd70505b57a2c551d6ed29f89669b">DrawSetStrokeDashOffset</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span> dashoffset),
<a name="l00187"></a>00187 <a class="code" href="drawing-wand_8c.html#6a67ce4a98996584dab307fc61a5bece">DrawSetStrokeLineCap</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> LineCap),
<a name="l00188"></a>00188 <a class="code" href="drawing-wand_8c.html#7af8eb515e08c2c90cf6f0566a1e4302">DrawSetStrokeLineJoin</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> LineJoin),
<a name="l00189"></a>00189 <a class="code" href="drawing-wand_8c.html#62c1d8b022d0e52831f93d0b19d3c1b6">DrawSetStrokeMiterLimit</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00190"></a>00190 <a class="code" href="drawing-wand_8c.html#936988048b8c8154accd2b3643bdb45f">DrawSetStrokeOpacity</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *, <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00191"></a>00191 <a class="code" href="drawing-wand_8c.html#24209942bc7d181d75356b704d1a00d7">DrawSetStrokeWidth</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00192"></a>00192 <a class="code" href="drawing-wand_8c.html#221dae5ca4d3f9dc49195a2578a75afa">DrawSetTextAlignment</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> AlignType),
<a name="l00193"></a>00193 <a class="code" href="drawing-wand_8c.html#40d4872e78c7d7d70dfd5eb3ba7ac605">DrawSetTextAntialias</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> MagickBooleanType),
<a name="l00194"></a>00194 <a class="code" href="drawing-wand_8c.html#464a3f436ade2154c050a11970b0aec1">DrawSetTextDecoration</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> DecorationType),
<a name="l00195"></a>00195 <a class="code" href="drawing-wand_8c.html#cd3af83ae008ef85ce64d0a6efd007be">DrawSetTextEncoding</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00196"></a>00196 <a class="code" href="drawing-wand_8c.html#d7c5407cd95961b9cfe0490117a619ed">DrawSetTextUnderColor</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00197"></a>00197 <a class="code" href="drawing-wand_8c.html#77ee858131f04ef47896e155e84b3d2b">DrawSetViewbox</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00198"></a>00198 <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00199"></a>00199 <a class="code" href="drawing-wand_8c.html#300c8a669eda15d6fd5708f601141b05">DrawSkewX</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00200"></a>00200 <a class="code" href="drawing-wand_8c.html#ab244dfdfa1b9e2cf0e3d0ffcdea9e61">DrawSkewY</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00201"></a>00201 <a class="code" href="drawing-wand_8c.html#75d540eb7ce67646b8ac40c2db3c158d">DrawTranslate</a>(<a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>);
<a name="l00202"></a>00202
<a name="l00203"></a>00203 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00204"></a>00204 <span class="preprocessor"></span>}
<a name="l00205"></a>00205 <span class="preprocessor">#endif</span>
<a name="l00206"></a>00206 <span class="preprocessor"></span>
<a name="l00207"></a>00207 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,81 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: drawtest.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>drawtest.c File Reference</h1>
<p>
<code>#include &lt;magick/magick-config.h&gt;</code><br>
<code>#include &lt;stdio.h&gt;</code><br>
<code>#include &lt;stdlib.h&gt;</code><br>
<code>#include &lt;string.h&gt;</code><br>
<code>#include &lt;sys/types.h&gt;</code><br>
<code>#include &lt;time.h&gt;</code><br>
<code>#include &lt;<a class="el" href="MagickWand_8h-source.html">wand/MagickWand.h</a>&gt;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="drawtest_8c.html#0f519d10c09f8c10aa09c2e0c1984776">ScribbleImage</a> (Image *image)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="drawtest_8c.html#3c04138a5bfe5d72780bb7e82a18e627">main</a> (int argc, char **argv)</td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="3c04138a5bfe5d72780bb7e82a18e627"></a><!-- doxytag: member="drawtest.c::main" ref="3c04138a5bfe5d72780bb7e82a18e627" args="(int argc, char **argv)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int main </td>
<td>(</td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>argc</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname"> <em>argv</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="0f519d10c09f8c10aa09c2e0c1984776"></a><!-- doxytag: member="drawtest.c::ScribbleImage" ref="0f519d10c09f8c10aa09c2e0c1984776" args="(Image *image)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void ScribbleImage </td>
<td>(</td>
<td class="paramtype">Image *&nbsp;</td>
<td class="paramname"> <em>image</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,60 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: File Index</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<h1>MagickWand File List</h1>Here is a list of all files with brief descriptions:<table>
<tr><td class="indexkey"><a class="el" href="animate_8c.html">animate.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="animate_8h.html">animate.h</a> <a href="animate_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="compare_8c.html">compare.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="compare_8h.html">compare.h</a> <a href="compare_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="composite_8c.html">composite.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="composite_8h.html">composite.h</a> <a href="composite_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="conjure_8c.html">conjure.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="conjure_8h.html">conjure.h</a> <a href="conjure_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="convert_8c.html">convert.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="convert_8h.html">convert.h</a> <a href="convert_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="deprecate_8c.html">deprecate.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="deprecate_8h.html">deprecate.h</a> <a href="deprecate_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="display_8c.html">display.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="display_8h.html">display.h</a> <a href="display_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="drawing-wand_8c.html">drawing-wand.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="drawing-wand_8h.html">drawing-wand.h</a> <a href="drawing-wand_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="drawtest_8c.html">drawtest.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="identify_8c.html">identify.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="identify_8h.html">identify.h</a> <a href="identify_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="import_8c.html">import.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="import_8h.html">import.h</a> <a href="import_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="magick-image_8c.html">magick-image.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="magick-image_8h.html">magick-image.h</a> <a href="magick-image_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="magick-property_8c.html">magick-property.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="magick-property_8h.html">magick-property.h</a> <a href="magick-property_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="magick-wand-private_8h.html">magick-wand-private.h</a> <a href="magick-wand-private_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="magick-wand_8c.html">magick-wand.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="magick-wand_8h.html">magick-wand.h</a> <a href="magick-wand_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="magick__wand_8h.html">magick_wand.h</a> <a href="magick__wand_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="MagickWand_8h.html">MagickWand.h</a> <a href="MagickWand_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="mogrify-private_8h.html">mogrify-private.h</a> <a href="mogrify-private_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="mogrify_8c.html">mogrify.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="mogrify_8h.html">mogrify.h</a> <a href="mogrify_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="montage_8c.html">montage.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="montage_8h.html">montage.h</a> <a href="montage_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="pixel-iterator_8c.html">pixel-iterator.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="pixel-iterator_8h.html">pixel-iterator.h</a> <a href="pixel-iterator_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="pixel-wand-private_8h.html">pixel-wand-private.h</a> <a href="pixel-wand-private_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="pixel-wand_8c.html">pixel-wand.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="pixel-wand_8h.html">pixel-wand.h</a> <a href="pixel-wand_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="stream_8c.html">stream.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="stream_8h.html">stream.h</a> <a href="stream_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="studio_8h.html">studio.h</a> <a href="studio_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="wand_8c.html">wand.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="wand_8h.html">wand.h</a> <a href="wand_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="wandtest_8c.html">wandtest.c</a></td><td class="indexvalue"></td></tr>
</table>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

View file

@ -0,0 +1,341 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="#index_a"><span>a</span></a></li>
<li><a href="#index_b"><span>b</span></a></li>
<li><a href="#index_c"><span>c</span></a></li>
<li><a href="#index_d"><span>d</span></a></li>
<li><a href="#index_e"><span>e</span></a></li>
<li><a href="#index_f"><span>f</span></a></li>
<li><a href="#index_g"><span>g</span></a></li>
<li><a href="#index_i"><span>i</span></a></li>
<li><a href="#index_m"><span>m</span></a></li>
<li><a href="#index_n"><span>n</span></a></li>
<li><a href="#index_p"><span>p</span></a></li>
<li><a href="#index_q"><span>q</span></a></li>
<li><a href="#index_r"><span>r</span></a></li>
<li><a href="#index_s"><span>s</span></a></li>
<li><a href="#index_t"><span>t</span></a></li>
<li><a href="#index_u"><span>u</span></a></li>
<li><a href="#index_v"><span>v</span></a></li>
<li><a href="#index_w"><span>w</span></a></li>
<li><a href="#index_y"><span>y</span></a></li>
</ul>
</div>
<p>
Here is a list of all struct and union fields with links to the structures/unions they belong to:
<p>
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
<li>active
: <a class="el" href="struct__MagickWand.html#4cd0e32cac658116d41174c301baad18">_MagickWand</a>
, <a class="el" href="struct__PixelIterator.html#2a77b10c301fc7a97f2ac62f8f02fcb5">_PixelIterator</a>
</ul>
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
<li>blend_geometry
: <a class="el" href="struct__CompositeOptions.html#a3c3dd09bfa703c8916292d5b7062191">_CompositeOptions</a>
</ul>
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
<li>channel
: <a class="el" href="struct__CompositeOptions.html#193ccd3c934fd69f3dd0ad15ee0fb391">_CompositeOptions</a>
<li>compose
: <a class="el" href="struct__CompositeOptions.html#deb6ce3756e6a484b86d52e3b778a7e3">_CompositeOptions</a>
<li>count
: <a class="el" href="struct__PixelWand.html#fce4c3019996fa9af13a466c60cf006f">_PixelWand</a>
</ul>
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
<li>debug
: <a class="el" href="struct__DrawingWand.html#6be76e88220194ce29052f52e9d62211">_DrawingWand</a>
, <a class="el" href="struct__MagickWand.html#ce46ab012718a9e3ca0031379b26e2a4">_MagickWand</a>
, <a class="el" href="struct__PixelWand.html#665f2dba376c0ed1d2b7522eb9b07974">_PixelWand</a>
, <a class="el" href="struct__PixelIterator.html#c579b40bd497aea8383df109acf7a90c">_PixelIterator</a>
<li>destroy
: <a class="el" href="struct__DrawingWand.html#abb42b5828bc2c63d7795630d14d9d8d">_DrawingWand</a>
<li>DestroyDrawingWand
: <a class="el" href="struct__DrawVTable.html#85352c12defd7dc5def0e27029a675d2">_DrawVTable</a>
<li>displace_geometry
: <a class="el" href="struct__CompositeOptions.html#c2b8fd9fee7b6db6ea8ae5533ed79366">_CompositeOptions</a>
<li>dissolve_geometry
: <a class="el" href="struct__CompositeOptions.html#2f112a6145cccc1bd149e0b6c31c0427">_CompositeOptions</a>
<li>DrawAffine
: <a class="el" href="struct__DrawVTable.html#06ee55d324ad40a273b383eea730aab2">_DrawVTable</a>
<li>DrawAnnotation
: <a class="el" href="struct__DrawVTable.html#ae814eb8c701394eebc583b214798346">_DrawVTable</a>
<li>DrawArc
: <a class="el" href="struct__DrawVTable.html#fc7ab056cfeed70c23f80471e211c1c3">_DrawVTable</a>
<li>DrawBezier
: <a class="el" href="struct__DrawVTable.html#53f0e74fbe74bc3afda69697303c07a3">_DrawVTable</a>
<li>DrawCircle
: <a class="el" href="struct__DrawVTable.html#9a489f58b9656d7987f9279bf6fbdf02">_DrawVTable</a>
<li>DrawColor
: <a class="el" href="struct__DrawVTable.html#f243ac0fc171dc74addccced6cc751c7">_DrawVTable</a>
<li>DrawComment
: <a class="el" href="struct__DrawVTable.html#0be58ce04d4e0fac4cf7c68993583523">_DrawVTable</a>
<li>DrawComposite
: <a class="el" href="struct__DrawVTable.html#6c6d578dc5dfdf6baf35695b9faa721f">_DrawVTable</a>
<li>DrawEllipse
: <a class="el" href="struct__DrawVTable.html#d0201f9de2b3a1c91bbc3a089ba3eed0">_DrawVTable</a>
<li>DrawLine
: <a class="el" href="struct__DrawVTable.html#c2987a36a6e626fe92eaebf421e91fb1">_DrawVTable</a>
<li>DrawMatte
: <a class="el" href="struct__DrawVTable.html#e63b7a34c1a67423c3b8f0d9945ba840">_DrawVTable</a>
<li>DrawPathClose
: <a class="el" href="struct__DrawVTable.html#50afa65a6d248bcde7851038cf721160">_DrawVTable</a>
<li>DrawPathCurveToAbsolute
: <a class="el" href="struct__DrawVTable.html#3319072904a68d760e0d2241bdc8d0cc">_DrawVTable</a>
<li>DrawPathCurveToQuadraticBezierAbsolute
: <a class="el" href="struct__DrawVTable.html#4570caca124afc961b5e93df82319a9e">_DrawVTable</a>
<li>DrawPathCurveToQuadraticBezierRelative
: <a class="el" href="struct__DrawVTable.html#ee7446574d0c560f7b32f0e2cb37e0c1">_DrawVTable</a>
<li>DrawPathCurveToQuadraticBezierSmoothAbsolute
: <a class="el" href="struct__DrawVTable.html#a60ffd89bfb256af6f38ad3bdb258d33">_DrawVTable</a>
<li>DrawPathCurveToQuadraticBezierSmoothRelative
: <a class="el" href="struct__DrawVTable.html#4f237b1abe0c8716aebb97881c31ad5b">_DrawVTable</a>
<li>DrawPathCurveToRelative
: <a class="el" href="struct__DrawVTable.html#080a1141a14b1cf7e1d4380817c3dd22">_DrawVTable</a>
<li>DrawPathCurveToSmoothAbsolute
: <a class="el" href="struct__DrawVTable.html#c75b56729a27bb1460bb2165619a4774">_DrawVTable</a>
<li>DrawPathCurveToSmoothRelative
: <a class="el" href="struct__DrawVTable.html#6ddaaae65d739a1d85173a1a8103cbe6">_DrawVTable</a>
<li>DrawPathEllipticArcAbsolute
: <a class="el" href="struct__DrawVTable.html#0c95896879a776eb3d259889976303b5">_DrawVTable</a>
<li>DrawPathEllipticArcRelative
: <a class="el" href="struct__DrawVTable.html#f66ac394fe80d6865355c2c983c19ed9">_DrawVTable</a>
<li>DrawPathFinish
: <a class="el" href="struct__DrawVTable.html#5ae21c3b7b2987fd503f802c056a93c2">_DrawVTable</a>
<li>DrawPathLineToAbsolute
: <a class="el" href="struct__DrawVTable.html#45010a03cabe1ee36072edf460f95e0e">_DrawVTable</a>
<li>DrawPathLineToHorizontalAbsolute
: <a class="el" href="struct__DrawVTable.html#cf3f418d49f7634306301ea5392c079f">_DrawVTable</a>
<li>DrawPathLineToHorizontalRelative
: <a class="el" href="struct__DrawVTable.html#84f711d059d7795de3eefefa2f0eb232">_DrawVTable</a>
<li>DrawPathLineToRelative
: <a class="el" href="struct__DrawVTable.html#d7b0491445c3bf5941556cd9d6475820">_DrawVTable</a>
<li>DrawPathLineToVerticalAbsolute
: <a class="el" href="struct__DrawVTable.html#b1047db52aac6ca52d68b0a48617fa50">_DrawVTable</a>
<li>DrawPathLineToVerticalRelative
: <a class="el" href="struct__DrawVTable.html#498f2efe2f5a452411779111ac62c0f5">_DrawVTable</a>
<li>DrawPathMoveToAbsolute
: <a class="el" href="struct__DrawVTable.html#30a039817786c9c721c5934b754a9f62">_DrawVTable</a>
<li>DrawPathMoveToRelative
: <a class="el" href="struct__DrawVTable.html#ab2870ab6d1f12854c8a921212217080">_DrawVTable</a>
<li>DrawPathStart
: <a class="el" href="struct__DrawVTable.html#a5ed24a8394cfe180f1aa9ce2f9da085">_DrawVTable</a>
<li>DrawPoint
: <a class="el" href="struct__DrawVTable.html#25b32b0090eae78cbaa0974a60f1c1bf">_DrawVTable</a>
<li>DrawPolygon
: <a class="el" href="struct__DrawVTable.html#849dac28a31a1190c97f995fb0a432af">_DrawVTable</a>
<li>DrawPolyline
: <a class="el" href="struct__DrawVTable.html#aaa7000e9f33791c2b32caa465339d1a">_DrawVTable</a>
<li>DrawPopClipPath
: <a class="el" href="struct__DrawVTable.html#41991df836dd30fb98613438d6eec92f">_DrawVTable</a>
<li>DrawPopDefs
: <a class="el" href="struct__DrawVTable.html#e05febe55da22ec90d1bd8ef0e44918f">_DrawVTable</a>
<li>DrawPopPattern
: <a class="el" href="struct__DrawVTable.html#84ef07b87bc6dcffa1c5ee81a20b8e73">_DrawVTable</a>
<li>DrawPushClipPath
: <a class="el" href="struct__DrawVTable.html#7c6931dc1e20db1aa2b2488a246d1205">_DrawVTable</a>
<li>DrawPushDefs
: <a class="el" href="struct__DrawVTable.html#9d24aab48a921c3018c4f798ce4ad732">_DrawVTable</a>
<li>DrawPushPattern
: <a class="el" href="struct__DrawVTable.html#9b15688495926ffeb7af243f5b6ad7ed">_DrawVTable</a>
<li>DrawRectangle
: <a class="el" href="struct__DrawVTable.html#42fcdfa200fc1b860e16c21d2ad538dd">_DrawVTable</a>
<li>DrawRotate
: <a class="el" href="struct__DrawVTable.html#499d6df5bab28433384701b80a63bb6d">_DrawVTable</a>
<li>DrawRoundRectangle
: <a class="el" href="struct__DrawVTable.html#3d5a58ad3a41286a7d29a65d0706df99">_DrawVTable</a>
<li>DrawScale
: <a class="el" href="struct__DrawVTable.html#1eacef741866ee23e7b15c63e8d15a94">_DrawVTable</a>
<li>DrawSetClipPath
: <a class="el" href="struct__DrawVTable.html#570508e570142a2f9e6f141f45492bd6">_DrawVTable</a>
<li>DrawSetClipRule
: <a class="el" href="struct__DrawVTable.html#189f55080d6aa52870bd4d70ff8242c3">_DrawVTable</a>
<li>DrawSetClipUnits
: <a class="el" href="struct__DrawVTable.html#24255556368818d6a3b599109d010d98">_DrawVTable</a>
<li>DrawSetFillColor
: <a class="el" href="struct__DrawVTable.html#03115af04947ebb0259355bdc69b8857">_DrawVTable</a>
<li>DrawSetFillPatternURL
: <a class="el" href="struct__DrawVTable.html#ebb906e388c88440804c71f5fa976ffe">_DrawVTable</a>
<li>DrawSetFillRule
: <a class="el" href="struct__DrawVTable.html#888ab30e6eb35a2ff0b5857d0ee64190">_DrawVTable</a>
<li>DrawSetFont
: <a class="el" href="struct__DrawVTable.html#4e2c02b39e3d61b6072cf8846f35e763">_DrawVTable</a>
<li>DrawSetFontFamily
: <a class="el" href="struct__DrawVTable.html#76a056ad0083bb4efebd32502a20239a">_DrawVTable</a>
<li>DrawSetFontSize
: <a class="el" href="struct__DrawVTable.html#29c53664cc72e28616937f6e772f2eb0">_DrawVTable</a>
<li>DrawSetFontStretch
: <a class="el" href="struct__DrawVTable.html#6dd14c59e4356690bb19d9aa557c2565">_DrawVTable</a>
<li>DrawSetFontStyle
: <a class="el" href="struct__DrawVTable.html#a61ac58b1828f31cbb24a1c1efe49f9b">_DrawVTable</a>
<li>DrawSetFontWeight
: <a class="el" href="struct__DrawVTable.html#0e6d547fe58f3ed97f75db160883195a">_DrawVTable</a>
<li>DrawSetGravity
: <a class="el" href="struct__DrawVTable.html#eac9a840129f62c23a11d4469189f985">_DrawVTable</a>
<li>DrawSetStrokeAntialias
: <a class="el" href="struct__DrawVTable.html#81a1e63b2527b869a1ddc5da374637d6">_DrawVTable</a>
<li>DrawSetStrokeColor
: <a class="el" href="struct__DrawVTable.html#4f88ac6ae494d082691b3d5847cac614">_DrawVTable</a>
<li>DrawSetStrokeDashArray
: <a class="el" href="struct__DrawVTable.html#c9ee46338a7e335f0bf2bd20bd48caaf">_DrawVTable</a>
<li>DrawSetStrokeDashOffset
: <a class="el" href="struct__DrawVTable.html#cc2966a071a2b2ace7948b8d89e3f099">_DrawVTable</a>
<li>DrawSetStrokeLineCap
: <a class="el" href="struct__DrawVTable.html#51ecf455f8147ba4e0db2d390df164f0">_DrawVTable</a>
<li>DrawSetStrokeLineJoin
: <a class="el" href="struct__DrawVTable.html#2c3537ba10c1fd2a99ccf10e50bfba36">_DrawVTable</a>
<li>DrawSetStrokeMiterLimit
: <a class="el" href="struct__DrawVTable.html#dcd2d2edb93c99869bb77d57636e5d31">_DrawVTable</a>
<li>DrawSetStrokePatternURL
: <a class="el" href="struct__DrawVTable.html#576b8ed5715ec27fa07b908325382992">_DrawVTable</a>
<li>DrawSetStrokeWidth
: <a class="el" href="struct__DrawVTable.html#1e8ab4b3307918ebad7f54ca46464c87">_DrawVTable</a>
<li>DrawSetTextAntialias
: <a class="el" href="struct__DrawVTable.html#3cae3f12464f4ea64f8f300abc2536d4">_DrawVTable</a>
<li>DrawSetTextDecoration
: <a class="el" href="struct__DrawVTable.html#1f3e800bee81629e3661e71e34817306">_DrawVTable</a>
<li>DrawSetTextUnderColor
: <a class="el" href="struct__DrawVTable.html#581e0ec42286a8919cb9443c1f9236cb">_DrawVTable</a>
<li>DrawSetViewbox
: <a class="el" href="struct__DrawVTable.html#ba9b6bc6b9e8353a333314273e86cbd3">_DrawVTable</a>
<li>DrawSkewX
: <a class="el" href="struct__DrawVTable.html#8a36e01064206dffcb24ab144aaaaf21">_DrawVTable</a>
<li>DrawSkewY
: <a class="el" href="struct__DrawVTable.html#a7f8c4edf6c9d10dd5cf3a0bfa16532a">_DrawVTable</a>
<li>DrawTranslate
: <a class="el" href="struct__DrawVTable.html#dd52bcb552d8c33248e0cf0c3c83c8b4">_DrawVTable</a>
</ul>
<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
<li>exception
: <a class="el" href="struct__DrawingWand.html#e14c6eaf81247b543245c874dbc4858c">_DrawingWand</a>
, <a class="el" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">_PixelWand</a>
, <a class="el" href="struct__PixelIterator.html#66b22eba57ee881bc0432dc6adb41ce3">_PixelIterator</a>
, <a class="el" href="struct__MagickWand.html#8acb7bb0b7a91b26ce4805606570ea35">_MagickWand</a>
</ul>
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
<li>filter_off
: <a class="el" href="struct__DrawingWand.html#83aad066e2573d5f0132114e2aae78f9">_DrawingWand</a>
</ul>
<h3><a class="anchor" name="index_g">- g -</a></h3><ul>
<li>geometry
: <a class="el" href="struct__CompositeOptions.html#36e133c8aca8aaea700d82c8c892b089">_CompositeOptions</a>
<li>graphic_context
: <a class="el" href="struct__DrawingWand.html#6136921ffe8a2035f01e18fbdeacfdae">_DrawingWand</a>
<li>gravity
: <a class="el" href="struct__CompositeOptions.html#bdd3193cc8e50e1e194075a52077cf86">_CompositeOptions</a>
</ul>
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
<li>id
: <a class="el" href="struct__DrawingWand.html#1a280951288b7d18fe5a0983f7e3f833">_DrawingWand</a>
, <a class="el" href="struct__MagickWand.html#7133f78da242edfae4ac20c0f6baa282">_MagickWand</a>
, <a class="el" href="struct__PixelWand.html#c0faa11310bb5adc7632f3601c998350">_PixelWand</a>
, <a class="el" href="struct__PixelIterator.html#30e7c7d26887b785cb2f15dae21be701">_PixelIterator</a>
<li>image
: <a class="el" href="struct__DrawingWand.html#02aa9a406ab0573a9c8278638905b5f4">_DrawingWand</a>
<li>image_info
: <a class="el" href="struct__MagickWand.html#b7d61345e782ba5a35ae9bbabee3b746">_MagickWand</a>
<li>images
: <a class="el" href="struct__MagickWand.html#4bf9d22de81223b16851b9585d5da20c">_MagickWand</a>
<li>indent_depth
: <a class="el" href="struct__DrawingWand.html#183dd572ecf3123fabb3bfa231f4d974">_DrawingWand</a>
<li>index
: <a class="el" href="struct__DrawingWand.html#686c1c596c2174b3d1e85659e7f4fbb0">_DrawingWand</a>
</ul>
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
<li>mvg
: <a class="el" href="struct__DrawingWand.html#e88aa7c239fdc217520f101dc7075f8e">_DrawingWand</a>
<li>mvg_alloc
: <a class="el" href="struct__DrawingWand.html#c088e5e9e9debe9d886579e00d5ec742">_DrawingWand</a>
<li>mvg_length
: <a class="el" href="struct__DrawingWand.html#e46d12be95e7fe6ec0892ba34f882b89">_DrawingWand</a>
<li>mvg_width
: <a class="el" href="struct__DrawingWand.html#493c44e428691b2578544cf3850a8adf">_DrawingWand</a>
</ul>
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
<li>name
: <a class="el" href="struct__DrawingWand.html#6217621762f3cafab48478e0b2e8f227">_DrawingWand</a>
, <a class="el" href="struct__PixelWand.html#b1e45ddfcec5130a69deee2a431fec77">_PixelWand</a>
, <a class="el" href="struct__PixelIterator.html#be1b2741a8ab069aa75f1793cfc3fdc4">_PixelIterator</a>
, <a class="el" href="struct__MagickWand.html#efa2240be33aa1be8285331baef0e274">_MagickWand</a>
</ul>
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
<li>path_mode
: <a class="el" href="struct__DrawingWand.html#40e9b86667b672f110e30725e5fb80d1">_DrawingWand</a>
<li>path_operation
: <a class="el" href="struct__DrawingWand.html#e9d2b2d5b74d338eeb3c728017541aa6">_DrawingWand</a>
<li>pattern_bounds
: <a class="el" href="struct__DrawingWand.html#f36fba750fe4e8ffca6467a39de20397">_DrawingWand</a>
<li>pattern_id
: <a class="el" href="struct__DrawingWand.html#b38fc3dbad7adc35878d3e12d28e4e8a">_DrawingWand</a>
<li>pattern_offset
: <a class="el" href="struct__DrawingWand.html#5b1ac75c0ead17ed0262dce6ceb0132d">_DrawingWand</a>
<li>PeekDrawingWand
: <a class="el" href="struct__DrawVTable.html#a37ad997226a60d925245af44451759c">_DrawVTable</a>
<li>pend
: <a class="el" href="struct__MagickWand.html#8c60b29aad75aa1bea26547b7488e983">_MagickWand</a>
<li>pixel
: <a class="el" href="struct__PixelWand.html#e019ae2a8455594019d4c8469ad4e168">_PixelWand</a>
<li>pixel_wands
: <a class="el" href="struct__PixelIterator.html#2f00fdea2f4bee8e5cc2601d16345b8a">_PixelIterator</a>
<li>PopDrawingWand
: <a class="el" href="struct__DrawVTable.html#1c1679466c4318895edd759af26b0c6d">_DrawVTable</a>
<li>PushDrawingWand
: <a class="el" href="struct__DrawVTable.html#65d9140220adfc4b5245431297646389">_DrawVTable</a>
</ul>
<h3><a class="anchor" name="index_q">- q -</a></h3><ul>
<li>quantize_info
: <a class="el" href="struct__MagickWand.html#6bc0b0558507b53da326a525a72c702c">_MagickWand</a>
</ul>
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
<li>region
: <a class="el" href="struct__PixelIterator.html#c579fa8b3b49c760ccfb7c7aeb43b5e0">_PixelIterator</a>
</ul>
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
<li>signature
: <a class="el" href="struct__DrawingWand.html#649c373cb302815d3ea8958062079be8">_DrawingWand</a>
, <a class="el" href="struct__MagickWand.html#46761b10b1609fc92215d1318a850f96">_MagickWand</a>
, <a class="el" href="struct__PixelWand.html#d5bada6730dce0ed55a85f8b1f0dfc69">_PixelWand</a>
, <a class="el" href="struct__PixelIterator.html#ecf07731ac8ee8c8e3c148908410a7b3">_PixelIterator</a>
<li>stegano
: <a class="el" href="struct__CompositeOptions.html#ae2e83989bbcc410973ad6a6bd80c95c">_CompositeOptions</a>
<li>stereo
: <a class="el" href="struct__CompositeOptions.html#c22007481bc735fecbc13f8ad5f4fdc7">_CompositeOptions</a>
</ul>
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
<li>tile
: <a class="el" href="struct__CompositeOptions.html#4c28dc98bc2088833c99ab2239f6d5d2">_CompositeOptions</a>
</ul>
<h3><a class="anchor" name="index_u">- u -</a></h3><ul>
<li>unsharp_geometry
: <a class="el" href="struct__CompositeOptions.html#72c15ed3f88c14c7ab26388cd69e3dc0">_CompositeOptions</a>
</ul>
<h3><a class="anchor" name="index_v">- v -</a></h3><ul>
<li>view
: <a class="el" href="struct__PixelIterator.html#b313584c27db039e5f9cf2ac3fad5501">_PixelIterator</a>
</ul>
<h3><a class="anchor" name="index_w">- w -</a></h3><ul>
<li>watermark_geometry
: <a class="el" href="struct__CompositeOptions.html#6c71b3110ba5c368b8547ee7475582a5">_CompositeOptions</a>
</ul>
<h3><a class="anchor" name="index_y">- y -</a></h3><ul>
<li>y
: <a class="el" href="struct__PixelIterator.html#9aac41fda8b8ca70be43daa60ab91f64">_PixelIterator</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,341 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields - Variables</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li><a href="functions.html"><span>All</span></a></li>
<li class="current"><a href="functions_vars.html"><span>Variables</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="#index_a"><span>a</span></a></li>
<li><a href="#index_b"><span>b</span></a></li>
<li><a href="#index_c"><span>c</span></a></li>
<li><a href="#index_d"><span>d</span></a></li>
<li><a href="#index_e"><span>e</span></a></li>
<li><a href="#index_f"><span>f</span></a></li>
<li><a href="#index_g"><span>g</span></a></li>
<li><a href="#index_i"><span>i</span></a></li>
<li><a href="#index_m"><span>m</span></a></li>
<li><a href="#index_n"><span>n</span></a></li>
<li><a href="#index_p"><span>p</span></a></li>
<li><a href="#index_q"><span>q</span></a></li>
<li><a href="#index_r"><span>r</span></a></li>
<li><a href="#index_s"><span>s</span></a></li>
<li><a href="#index_t"><span>t</span></a></li>
<li><a href="#index_u"><span>u</span></a></li>
<li><a href="#index_v"><span>v</span></a></li>
<li><a href="#index_w"><span>w</span></a></li>
<li><a href="#index_y"><span>y</span></a></li>
</ul>
</div>
<p>
&nbsp;
<p>
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
<li>active
: <a class="el" href="struct__MagickWand.html#4cd0e32cac658116d41174c301baad18">_MagickWand</a>
, <a class="el" href="struct__PixelIterator.html#2a77b10c301fc7a97f2ac62f8f02fcb5">_PixelIterator</a>
</ul>
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
<li>blend_geometry
: <a class="el" href="struct__CompositeOptions.html#a3c3dd09bfa703c8916292d5b7062191">_CompositeOptions</a>
</ul>
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
<li>channel
: <a class="el" href="struct__CompositeOptions.html#193ccd3c934fd69f3dd0ad15ee0fb391">_CompositeOptions</a>
<li>compose
: <a class="el" href="struct__CompositeOptions.html#deb6ce3756e6a484b86d52e3b778a7e3">_CompositeOptions</a>
<li>count
: <a class="el" href="struct__PixelWand.html#fce4c3019996fa9af13a466c60cf006f">_PixelWand</a>
</ul>
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
<li>debug
: <a class="el" href="struct__DrawingWand.html#6be76e88220194ce29052f52e9d62211">_DrawingWand</a>
, <a class="el" href="struct__MagickWand.html#ce46ab012718a9e3ca0031379b26e2a4">_MagickWand</a>
, <a class="el" href="struct__PixelWand.html#665f2dba376c0ed1d2b7522eb9b07974">_PixelWand</a>
, <a class="el" href="struct__PixelIterator.html#c579b40bd497aea8383df109acf7a90c">_PixelIterator</a>
<li>destroy
: <a class="el" href="struct__DrawingWand.html#abb42b5828bc2c63d7795630d14d9d8d">_DrawingWand</a>
<li>DestroyDrawingWand
: <a class="el" href="struct__DrawVTable.html#85352c12defd7dc5def0e27029a675d2">_DrawVTable</a>
<li>displace_geometry
: <a class="el" href="struct__CompositeOptions.html#c2b8fd9fee7b6db6ea8ae5533ed79366">_CompositeOptions</a>
<li>dissolve_geometry
: <a class="el" href="struct__CompositeOptions.html#2f112a6145cccc1bd149e0b6c31c0427">_CompositeOptions</a>
<li>DrawAffine
: <a class="el" href="struct__DrawVTable.html#06ee55d324ad40a273b383eea730aab2">_DrawVTable</a>
<li>DrawAnnotation
: <a class="el" href="struct__DrawVTable.html#ae814eb8c701394eebc583b214798346">_DrawVTable</a>
<li>DrawArc
: <a class="el" href="struct__DrawVTable.html#fc7ab056cfeed70c23f80471e211c1c3">_DrawVTable</a>
<li>DrawBezier
: <a class="el" href="struct__DrawVTable.html#53f0e74fbe74bc3afda69697303c07a3">_DrawVTable</a>
<li>DrawCircle
: <a class="el" href="struct__DrawVTable.html#9a489f58b9656d7987f9279bf6fbdf02">_DrawVTable</a>
<li>DrawColor
: <a class="el" href="struct__DrawVTable.html#f243ac0fc171dc74addccced6cc751c7">_DrawVTable</a>
<li>DrawComment
: <a class="el" href="struct__DrawVTable.html#0be58ce04d4e0fac4cf7c68993583523">_DrawVTable</a>
<li>DrawComposite
: <a class="el" href="struct__DrawVTable.html#6c6d578dc5dfdf6baf35695b9faa721f">_DrawVTable</a>
<li>DrawEllipse
: <a class="el" href="struct__DrawVTable.html#d0201f9de2b3a1c91bbc3a089ba3eed0">_DrawVTable</a>
<li>DrawLine
: <a class="el" href="struct__DrawVTable.html#c2987a36a6e626fe92eaebf421e91fb1">_DrawVTable</a>
<li>DrawMatte
: <a class="el" href="struct__DrawVTable.html#e63b7a34c1a67423c3b8f0d9945ba840">_DrawVTable</a>
<li>DrawPathClose
: <a class="el" href="struct__DrawVTable.html#50afa65a6d248bcde7851038cf721160">_DrawVTable</a>
<li>DrawPathCurveToAbsolute
: <a class="el" href="struct__DrawVTable.html#3319072904a68d760e0d2241bdc8d0cc">_DrawVTable</a>
<li>DrawPathCurveToQuadraticBezierAbsolute
: <a class="el" href="struct__DrawVTable.html#4570caca124afc961b5e93df82319a9e">_DrawVTable</a>
<li>DrawPathCurveToQuadraticBezierRelative
: <a class="el" href="struct__DrawVTable.html#ee7446574d0c560f7b32f0e2cb37e0c1">_DrawVTable</a>
<li>DrawPathCurveToQuadraticBezierSmoothAbsolute
: <a class="el" href="struct__DrawVTable.html#a60ffd89bfb256af6f38ad3bdb258d33">_DrawVTable</a>
<li>DrawPathCurveToQuadraticBezierSmoothRelative
: <a class="el" href="struct__DrawVTable.html#4f237b1abe0c8716aebb97881c31ad5b">_DrawVTable</a>
<li>DrawPathCurveToRelative
: <a class="el" href="struct__DrawVTable.html#080a1141a14b1cf7e1d4380817c3dd22">_DrawVTable</a>
<li>DrawPathCurveToSmoothAbsolute
: <a class="el" href="struct__DrawVTable.html#c75b56729a27bb1460bb2165619a4774">_DrawVTable</a>
<li>DrawPathCurveToSmoothRelative
: <a class="el" href="struct__DrawVTable.html#6ddaaae65d739a1d85173a1a8103cbe6">_DrawVTable</a>
<li>DrawPathEllipticArcAbsolute
: <a class="el" href="struct__DrawVTable.html#0c95896879a776eb3d259889976303b5">_DrawVTable</a>
<li>DrawPathEllipticArcRelative
: <a class="el" href="struct__DrawVTable.html#f66ac394fe80d6865355c2c983c19ed9">_DrawVTable</a>
<li>DrawPathFinish
: <a class="el" href="struct__DrawVTable.html#5ae21c3b7b2987fd503f802c056a93c2">_DrawVTable</a>
<li>DrawPathLineToAbsolute
: <a class="el" href="struct__DrawVTable.html#45010a03cabe1ee36072edf460f95e0e">_DrawVTable</a>
<li>DrawPathLineToHorizontalAbsolute
: <a class="el" href="struct__DrawVTable.html#cf3f418d49f7634306301ea5392c079f">_DrawVTable</a>
<li>DrawPathLineToHorizontalRelative
: <a class="el" href="struct__DrawVTable.html#84f711d059d7795de3eefefa2f0eb232">_DrawVTable</a>
<li>DrawPathLineToRelative
: <a class="el" href="struct__DrawVTable.html#d7b0491445c3bf5941556cd9d6475820">_DrawVTable</a>
<li>DrawPathLineToVerticalAbsolute
: <a class="el" href="struct__DrawVTable.html#b1047db52aac6ca52d68b0a48617fa50">_DrawVTable</a>
<li>DrawPathLineToVerticalRelative
: <a class="el" href="struct__DrawVTable.html#498f2efe2f5a452411779111ac62c0f5">_DrawVTable</a>
<li>DrawPathMoveToAbsolute
: <a class="el" href="struct__DrawVTable.html#30a039817786c9c721c5934b754a9f62">_DrawVTable</a>
<li>DrawPathMoveToRelative
: <a class="el" href="struct__DrawVTable.html#ab2870ab6d1f12854c8a921212217080">_DrawVTable</a>
<li>DrawPathStart
: <a class="el" href="struct__DrawVTable.html#a5ed24a8394cfe180f1aa9ce2f9da085">_DrawVTable</a>
<li>DrawPoint
: <a class="el" href="struct__DrawVTable.html#25b32b0090eae78cbaa0974a60f1c1bf">_DrawVTable</a>
<li>DrawPolygon
: <a class="el" href="struct__DrawVTable.html#849dac28a31a1190c97f995fb0a432af">_DrawVTable</a>
<li>DrawPolyline
: <a class="el" href="struct__DrawVTable.html#aaa7000e9f33791c2b32caa465339d1a">_DrawVTable</a>
<li>DrawPopClipPath
: <a class="el" href="struct__DrawVTable.html#41991df836dd30fb98613438d6eec92f">_DrawVTable</a>
<li>DrawPopDefs
: <a class="el" href="struct__DrawVTable.html#e05febe55da22ec90d1bd8ef0e44918f">_DrawVTable</a>
<li>DrawPopPattern
: <a class="el" href="struct__DrawVTable.html#84ef07b87bc6dcffa1c5ee81a20b8e73">_DrawVTable</a>
<li>DrawPushClipPath
: <a class="el" href="struct__DrawVTable.html#7c6931dc1e20db1aa2b2488a246d1205">_DrawVTable</a>
<li>DrawPushDefs
: <a class="el" href="struct__DrawVTable.html#9d24aab48a921c3018c4f798ce4ad732">_DrawVTable</a>
<li>DrawPushPattern
: <a class="el" href="struct__DrawVTable.html#9b15688495926ffeb7af243f5b6ad7ed">_DrawVTable</a>
<li>DrawRectangle
: <a class="el" href="struct__DrawVTable.html#42fcdfa200fc1b860e16c21d2ad538dd">_DrawVTable</a>
<li>DrawRotate
: <a class="el" href="struct__DrawVTable.html#499d6df5bab28433384701b80a63bb6d">_DrawVTable</a>
<li>DrawRoundRectangle
: <a class="el" href="struct__DrawVTable.html#3d5a58ad3a41286a7d29a65d0706df99">_DrawVTable</a>
<li>DrawScale
: <a class="el" href="struct__DrawVTable.html#1eacef741866ee23e7b15c63e8d15a94">_DrawVTable</a>
<li>DrawSetClipPath
: <a class="el" href="struct__DrawVTable.html#570508e570142a2f9e6f141f45492bd6">_DrawVTable</a>
<li>DrawSetClipRule
: <a class="el" href="struct__DrawVTable.html#189f55080d6aa52870bd4d70ff8242c3">_DrawVTable</a>
<li>DrawSetClipUnits
: <a class="el" href="struct__DrawVTable.html#24255556368818d6a3b599109d010d98">_DrawVTable</a>
<li>DrawSetFillColor
: <a class="el" href="struct__DrawVTable.html#03115af04947ebb0259355bdc69b8857">_DrawVTable</a>
<li>DrawSetFillPatternURL
: <a class="el" href="struct__DrawVTable.html#ebb906e388c88440804c71f5fa976ffe">_DrawVTable</a>
<li>DrawSetFillRule
: <a class="el" href="struct__DrawVTable.html#888ab30e6eb35a2ff0b5857d0ee64190">_DrawVTable</a>
<li>DrawSetFont
: <a class="el" href="struct__DrawVTable.html#4e2c02b39e3d61b6072cf8846f35e763">_DrawVTable</a>
<li>DrawSetFontFamily
: <a class="el" href="struct__DrawVTable.html#76a056ad0083bb4efebd32502a20239a">_DrawVTable</a>
<li>DrawSetFontSize
: <a class="el" href="struct__DrawVTable.html#29c53664cc72e28616937f6e772f2eb0">_DrawVTable</a>
<li>DrawSetFontStretch
: <a class="el" href="struct__DrawVTable.html#6dd14c59e4356690bb19d9aa557c2565">_DrawVTable</a>
<li>DrawSetFontStyle
: <a class="el" href="struct__DrawVTable.html#a61ac58b1828f31cbb24a1c1efe49f9b">_DrawVTable</a>
<li>DrawSetFontWeight
: <a class="el" href="struct__DrawVTable.html#0e6d547fe58f3ed97f75db160883195a">_DrawVTable</a>
<li>DrawSetGravity
: <a class="el" href="struct__DrawVTable.html#eac9a840129f62c23a11d4469189f985">_DrawVTable</a>
<li>DrawSetStrokeAntialias
: <a class="el" href="struct__DrawVTable.html#81a1e63b2527b869a1ddc5da374637d6">_DrawVTable</a>
<li>DrawSetStrokeColor
: <a class="el" href="struct__DrawVTable.html#4f88ac6ae494d082691b3d5847cac614">_DrawVTable</a>
<li>DrawSetStrokeDashArray
: <a class="el" href="struct__DrawVTable.html#c9ee46338a7e335f0bf2bd20bd48caaf">_DrawVTable</a>
<li>DrawSetStrokeDashOffset
: <a class="el" href="struct__DrawVTable.html#cc2966a071a2b2ace7948b8d89e3f099">_DrawVTable</a>
<li>DrawSetStrokeLineCap
: <a class="el" href="struct__DrawVTable.html#51ecf455f8147ba4e0db2d390df164f0">_DrawVTable</a>
<li>DrawSetStrokeLineJoin
: <a class="el" href="struct__DrawVTable.html#2c3537ba10c1fd2a99ccf10e50bfba36">_DrawVTable</a>
<li>DrawSetStrokeMiterLimit
: <a class="el" href="struct__DrawVTable.html#dcd2d2edb93c99869bb77d57636e5d31">_DrawVTable</a>
<li>DrawSetStrokePatternURL
: <a class="el" href="struct__DrawVTable.html#576b8ed5715ec27fa07b908325382992">_DrawVTable</a>
<li>DrawSetStrokeWidth
: <a class="el" href="struct__DrawVTable.html#1e8ab4b3307918ebad7f54ca46464c87">_DrawVTable</a>
<li>DrawSetTextAntialias
: <a class="el" href="struct__DrawVTable.html#3cae3f12464f4ea64f8f300abc2536d4">_DrawVTable</a>
<li>DrawSetTextDecoration
: <a class="el" href="struct__DrawVTable.html#1f3e800bee81629e3661e71e34817306">_DrawVTable</a>
<li>DrawSetTextUnderColor
: <a class="el" href="struct__DrawVTable.html#581e0ec42286a8919cb9443c1f9236cb">_DrawVTable</a>
<li>DrawSetViewbox
: <a class="el" href="struct__DrawVTable.html#ba9b6bc6b9e8353a333314273e86cbd3">_DrawVTable</a>
<li>DrawSkewX
: <a class="el" href="struct__DrawVTable.html#8a36e01064206dffcb24ab144aaaaf21">_DrawVTable</a>
<li>DrawSkewY
: <a class="el" href="struct__DrawVTable.html#a7f8c4edf6c9d10dd5cf3a0bfa16532a">_DrawVTable</a>
<li>DrawTranslate
: <a class="el" href="struct__DrawVTable.html#dd52bcb552d8c33248e0cf0c3c83c8b4">_DrawVTable</a>
</ul>
<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
<li>exception
: <a class="el" href="struct__DrawingWand.html#e14c6eaf81247b543245c874dbc4858c">_DrawingWand</a>
, <a class="el" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">_PixelWand</a>
, <a class="el" href="struct__PixelIterator.html#66b22eba57ee881bc0432dc6adb41ce3">_PixelIterator</a>
, <a class="el" href="struct__MagickWand.html#8acb7bb0b7a91b26ce4805606570ea35">_MagickWand</a>
</ul>
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
<li>filter_off
: <a class="el" href="struct__DrawingWand.html#83aad066e2573d5f0132114e2aae78f9">_DrawingWand</a>
</ul>
<h3><a class="anchor" name="index_g">- g -</a></h3><ul>
<li>geometry
: <a class="el" href="struct__CompositeOptions.html#36e133c8aca8aaea700d82c8c892b089">_CompositeOptions</a>
<li>graphic_context
: <a class="el" href="struct__DrawingWand.html#6136921ffe8a2035f01e18fbdeacfdae">_DrawingWand</a>
<li>gravity
: <a class="el" href="struct__CompositeOptions.html#bdd3193cc8e50e1e194075a52077cf86">_CompositeOptions</a>
</ul>
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
<li>id
: <a class="el" href="struct__DrawingWand.html#1a280951288b7d18fe5a0983f7e3f833">_DrawingWand</a>
, <a class="el" href="struct__MagickWand.html#7133f78da242edfae4ac20c0f6baa282">_MagickWand</a>
, <a class="el" href="struct__PixelWand.html#c0faa11310bb5adc7632f3601c998350">_PixelWand</a>
, <a class="el" href="struct__PixelIterator.html#30e7c7d26887b785cb2f15dae21be701">_PixelIterator</a>
<li>image
: <a class="el" href="struct__DrawingWand.html#02aa9a406ab0573a9c8278638905b5f4">_DrawingWand</a>
<li>image_info
: <a class="el" href="struct__MagickWand.html#b7d61345e782ba5a35ae9bbabee3b746">_MagickWand</a>
<li>images
: <a class="el" href="struct__MagickWand.html#4bf9d22de81223b16851b9585d5da20c">_MagickWand</a>
<li>indent_depth
: <a class="el" href="struct__DrawingWand.html#183dd572ecf3123fabb3bfa231f4d974">_DrawingWand</a>
<li>index
: <a class="el" href="struct__DrawingWand.html#686c1c596c2174b3d1e85659e7f4fbb0">_DrawingWand</a>
</ul>
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
<li>mvg
: <a class="el" href="struct__DrawingWand.html#e88aa7c239fdc217520f101dc7075f8e">_DrawingWand</a>
<li>mvg_alloc
: <a class="el" href="struct__DrawingWand.html#c088e5e9e9debe9d886579e00d5ec742">_DrawingWand</a>
<li>mvg_length
: <a class="el" href="struct__DrawingWand.html#e46d12be95e7fe6ec0892ba34f882b89">_DrawingWand</a>
<li>mvg_width
: <a class="el" href="struct__DrawingWand.html#493c44e428691b2578544cf3850a8adf">_DrawingWand</a>
</ul>
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
<li>name
: <a class="el" href="struct__DrawingWand.html#6217621762f3cafab48478e0b2e8f227">_DrawingWand</a>
, <a class="el" href="struct__PixelWand.html#b1e45ddfcec5130a69deee2a431fec77">_PixelWand</a>
, <a class="el" href="struct__PixelIterator.html#be1b2741a8ab069aa75f1793cfc3fdc4">_PixelIterator</a>
, <a class="el" href="struct__MagickWand.html#efa2240be33aa1be8285331baef0e274">_MagickWand</a>
</ul>
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
<li>path_mode
: <a class="el" href="struct__DrawingWand.html#40e9b86667b672f110e30725e5fb80d1">_DrawingWand</a>
<li>path_operation
: <a class="el" href="struct__DrawingWand.html#e9d2b2d5b74d338eeb3c728017541aa6">_DrawingWand</a>
<li>pattern_bounds
: <a class="el" href="struct__DrawingWand.html#f36fba750fe4e8ffca6467a39de20397">_DrawingWand</a>
<li>pattern_id
: <a class="el" href="struct__DrawingWand.html#b38fc3dbad7adc35878d3e12d28e4e8a">_DrawingWand</a>
<li>pattern_offset
: <a class="el" href="struct__DrawingWand.html#5b1ac75c0ead17ed0262dce6ceb0132d">_DrawingWand</a>
<li>PeekDrawingWand
: <a class="el" href="struct__DrawVTable.html#a37ad997226a60d925245af44451759c">_DrawVTable</a>
<li>pend
: <a class="el" href="struct__MagickWand.html#8c60b29aad75aa1bea26547b7488e983">_MagickWand</a>
<li>pixel
: <a class="el" href="struct__PixelWand.html#e019ae2a8455594019d4c8469ad4e168">_PixelWand</a>
<li>pixel_wands
: <a class="el" href="struct__PixelIterator.html#2f00fdea2f4bee8e5cc2601d16345b8a">_PixelIterator</a>
<li>PopDrawingWand
: <a class="el" href="struct__DrawVTable.html#1c1679466c4318895edd759af26b0c6d">_DrawVTable</a>
<li>PushDrawingWand
: <a class="el" href="struct__DrawVTable.html#65d9140220adfc4b5245431297646389">_DrawVTable</a>
</ul>
<h3><a class="anchor" name="index_q">- q -</a></h3><ul>
<li>quantize_info
: <a class="el" href="struct__MagickWand.html#6bc0b0558507b53da326a525a72c702c">_MagickWand</a>
</ul>
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
<li>region
: <a class="el" href="struct__PixelIterator.html#c579fa8b3b49c760ccfb7c7aeb43b5e0">_PixelIterator</a>
</ul>
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
<li>signature
: <a class="el" href="struct__DrawingWand.html#649c373cb302815d3ea8958062079be8">_DrawingWand</a>
, <a class="el" href="struct__MagickWand.html#46761b10b1609fc92215d1318a850f96">_MagickWand</a>
, <a class="el" href="struct__PixelWand.html#d5bada6730dce0ed55a85f8b1f0dfc69">_PixelWand</a>
, <a class="el" href="struct__PixelIterator.html#ecf07731ac8ee8c8e3c148908410a7b3">_PixelIterator</a>
<li>stegano
: <a class="el" href="struct__CompositeOptions.html#ae2e83989bbcc410973ad6a6bd80c95c">_CompositeOptions</a>
<li>stereo
: <a class="el" href="struct__CompositeOptions.html#c22007481bc735fecbc13f8ad5f4fdc7">_CompositeOptions</a>
</ul>
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
<li>tile
: <a class="el" href="struct__CompositeOptions.html#4c28dc98bc2088833c99ab2239f6d5d2">_CompositeOptions</a>
</ul>
<h3><a class="anchor" name="index_u">- u -</a></h3><ul>
<li>unsharp_geometry
: <a class="el" href="struct__CompositeOptions.html#72c15ed3f88c14c7ab26388cd69e3dc0">_CompositeOptions</a>
</ul>
<h3><a class="anchor" name="index_v">- v -</a></h3><ul>
<li>view
: <a class="el" href="struct__PixelIterator.html#b313584c27db039e5f9cf2ac3fad5501">_PixelIterator</a>
</ul>
<h3><a class="anchor" name="index_w">- w -</a></h3><ul>
<li>watermark_geometry
: <a class="el" href="struct__CompositeOptions.html#6c71b3110ba5c368b8547ee7475582a5">_CompositeOptions</a>
</ul>
<h3><a class="anchor" name="index_y">- y -</a></h3><ul>
<li>y
: <a class="el" href="struct__PixelIterator.html#9aac41fda8b8ca70be43daa60ab91f64">_PixelIterator</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,55 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li class="current"><a href="globals.html#index__"><span>_</span></a></li>
<li><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
<p>
<h3><a class="anchor" name="index__">- _ -</a></h3><ul>
<li>_MAGICKWAND_CONFIG_H
: <a class="el" href="MagickWand_8h.html#bb53447d0b0cf482acf4dcefd577d8dc">MagickWand.h</a>
, <a class="el" href="studio_8h.html#bb53447d0b0cf482acf4dcefd577d8dc">studio.h</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,64 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index__"><span>_</span></a></li>
<li class="current"><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
<li>AbsolutePathMode
: <a class="el" href="drawing-wand_8c.html#13b6c9d68394a38d8f60c7cbfadd499e73daa83d061fbcb39403663060e9f61a">drawing-wand.c</a>
<li>AcquireWandId()
: <a class="el" href="wand_8c.html#b2754e34181d9524ae1d5f909a025d98">wand.c</a>
, <a class="el" href="wand_8h.html#b2754e34181d9524ae1d5f909a025d98">wand.h</a>
<li>AdjustAffine()
: <a class="el" href="drawing-wand_8c.html#483801c5991d858146457d5daf003b83">drawing-wand.c</a>
<li>AnimateImageCommand()
: <a class="el" href="animate_8c.html#cdf5255455a6f2171d9a9d01bb9bc7e3">animate.c</a>
, <a class="el" href="animate_8h.html#f862e0a0d3aae65ee1060697f9b8e40c">animate.h</a>
<li>AnimateUsage()
: <a class="el" href="animate_8c.html#c89569cad6645f138022e6192b1b2264">animate.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,56 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index__"><span>_</span></a></li>
<li><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li class="current"><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
<li>BackgroundColor
: <a class="el" href="mogrify_8c.html#ff2816cf1944c29c1ccc0001cf43f8bc">mogrify.c</a>
<li>BorderColor
: <a class="el" href="mogrify_8c.html#2697499faefdce69bbc5187a382549ea">mogrify.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,110 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index__"><span>_</span></a></li>
<li><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li class="current"><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
<li>ClearDrawingWand()
: <a class="el" href="drawing-wand_8c.html#07f42a0512674a652a6c549b47f8dbce">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#df06c8bb17cdc297bbe146070ef997a5">drawing-wand.h</a>
<li>ClearMagickWand()
: <a class="el" href="MagickWand_8h.html#a1655540c3de5be2fa48ed629ca942b1">MagickWand.h</a>
, <a class="el" href="magick-wand_8c.html#e39e4ee6ca757d764e05c2bb5e8090de">magick-wand.c</a>
<li>ClearPixelIterator()
: <a class="el" href="pixel-iterator_8c.html#e6807262696b943700258025282aedd4">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#4f5f8454ce1a68a7d27f744de0350b6d">pixel-iterator.h</a>
<li>ClearPixelWand()
: <a class="el" href="pixel-wand_8h.html#fa33d17f29be94110bce9b46554e9a81">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#b296580732e61c61902ea75a04302308">pixel-wand.c</a>
<li>CloneDrawingWand()
: <a class="el" href="drawing-wand_8c.html#81bc6e44934453973e3c8929b62b9d7a">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#477575754171525290e1c2ee1d1f0b74">drawing-wand.h</a>
<li>CloneMagickWand()
: <a class="el" href="magick-wand_8c.html#687daf64e2795f27fdbaafae1192127a">magick-wand.c</a>
, <a class="el" href="MagickWand_8h.html#6aa1e6862c46022a1bee691c40ee8454">MagickWand.h</a>
<li>CloneMagickWandFromImages()
: <a class="el" href="deprecate_8c.html#fb48a0fd2cd7f4c23e4e64148df7ff82">deprecate.c</a>
, <a class="el" href="magick-image_8c.html#fb48a0fd2cd7f4c23e4e64148df7ff82">magick-image.c</a>
<li>ClonePixelIterator()
: <a class="el" href="pixel-iterator_8h.html#bc52144b65f4f8c275aca38e454d157d">pixel-iterator.h</a>
, <a class="el" href="pixel-iterator_8c.html#0347a3e49158598b4e3679c90a52610f">pixel-iterator.c</a>
<li>ClonePixelWand()
: <a class="el" href="pixel-wand_8c.html#917d8639567bf138c30897151ae8ee7c">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#29113c199a9a34a732dc324d683201f3">pixel-wand.h</a>
<li>ClonePixelWands()
: <a class="el" href="pixel-wand_8c.html#fe5f53c0b8b7cb77a6bbeeb36e7f7a42">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#dcf9f31e086eba70070ecf74dd7b382a">pixel-wand.h</a>
<li>CompareImageCommand()
: <a class="el" href="compare_8c.html#d044b755d41488dd8ec4c4d9bf2196a6">compare.c</a>
, <a class="el" href="compare_8h.html#a74132bf2a6d1ef37945bcacddd34840">compare.h</a>
<li>CompareUsage()
: <a class="el" href="compare_8c.html#ff77a968c9aaaaeb92fac34de540895b">compare.c</a>
<li>CompositeImageCommand()
: <a class="el" href="composite_8c.html#28da3a461a0d0083f60a712b7dc2d501">composite.c</a>
, <a class="el" href="composite_8h.html#f1b4176542cf8cfdb753d10a4d327780">composite.h</a>
<li>CompositeImageList()
: <a class="el" href="composite_8c.html#b12ea3de558c59ce2b0c648222b30c95">composite.c</a>
<li>CompositeOptions
: <a class="el" href="composite_8c.html#19dfa0a4e1b106d46cfca62cfffe8ff5">composite.c</a>
<li>CompositeUsage()
: <a class="el" href="composite_8c.html#4cf5df961679f13246862090446f6feb">composite.c</a>
<li>ConcatenateImages()
: <a class="el" href="convert_8c.html#0c88aea8c9cccc91a4fb09188eae74bc">convert.c</a>
<li>ConjureImageCommand()
: <a class="el" href="conjure_8c.html#0dfe042f73bc5602b9d16deb1c8d2857">conjure.c</a>
, <a class="el" href="conjure_8h.html#4bb7b394b1e3fb5401b9d874fd632a6d">conjure.h</a>
<li>ConjureUsage()
: <a class="el" href="conjure_8c.html#20102bba5be9339839ef3f2e030ac99e">conjure.c</a>
<li>ConvertImageCommand()
: <a class="el" href="convert_8h.html#4db46ccdb9b6ec2a6b71aa3f2a619463">convert.h</a>
, <a class="el" href="convert_8c.html#564aa466886ca5189685f6eabd371ad6">convert.c</a>
<li>ConvertUsage()
: <a class="el" href="convert_8c.html#f26c8bca28de10b80b447ba3b3c791ec">convert.c</a>
<li>CurrentContext
: <a class="el" href="drawing-wand_8c.html#98cc83eef0b281bf939bb8d3d246cb25">drawing-wand.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,489 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index__"><span>_</span></a></li>
<li><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li class="current"><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
<li>DefaultPathMode
: <a class="el" href="drawing-wand_8c.html#13b6c9d68394a38d8f60c7cbfadd499e5309eb0dea6b5bfe935e56c2d256908f">drawing-wand.c</a>
<li>DegreesToRadians
: <a class="el" href="magick-wand-private_8h.html#4b45917df9c2dd996220e6da5b4afa80">magick-wand-private.h</a>
, <a class="el" href="mogrify-private_8h.html#4b45917df9c2dd996220e6da5b4afa80">mogrify-private.h</a>
<li>DestroyAnimate
: <a class="el" href="animate_8c.html#808dc037212ec81b94ebb895ff416173">animate.c</a>
<li>DestroyCompare
: <a class="el" href="compare_8c.html#f93582c3cd0ace4f6135c243e50da769">compare.c</a>
<li>DestroyComposite
: <a class="el" href="composite_8c.html#0a691e1c0bf177113a0d79cb491f741e">composite.c</a>
<li>DestroyConjure
: <a class="el" href="conjure_8c.html#b277a96e3eab2d44b6af7da0989463c7">conjure.c</a>
<li>DestroyConvert
: <a class="el" href="convert_8c.html#d54fa585e3101c3800eb3158be90db41">convert.c</a>
<li>DestroyDisplay
: <a class="el" href="display_8c.html#a1d33fe667768bc54e110991fefd8cbd">display.c</a>
<li>DestroyDrawingWand()
: <a class="el" href="drawing-wand_8c.html#6ce502a02a348c13c5ea22ea8b1b3383">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#b615b9b036f62d9c0de089720bf1407c">drawing-wand.h</a>
<li>DestroyIdentify
: <a class="el" href="identify_8c.html#39d703f7bc3440c0b4623fa38302bd9f">identify.c</a>
<li>DestroyImport
: <a class="el" href="import_8c.html#2698f921134949d6fbbfaa225b0c0715">import.c</a>
<li>DestroyMagickWand()
: <a class="el" href="magick-wand_8c.html#1c7c6e9ede09742ace7b668bbfad8faf">magick-wand.c</a>
, <a class="el" href="MagickWand_8h.html#0ee755b181b5b50da54713c568a93bcd">MagickWand.h</a>
<li>DestroyMogrify
: <a class="el" href="mogrify_8c.html#52ef12b0a8cf8140137a4f97b7c4ec1f">mogrify.c</a>
<li>DestroyMontage
: <a class="el" href="montage_8c.html#7a39d04e2ff633760379eb43031bb76c">montage.c</a>
<li>DestroyPixelIterator()
: <a class="el" href="pixel-iterator_8c.html#fa4f6bfa5a31f9cf7b663f10b98ceb68">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#a3f9083d4ea023efc631125c5f1c3683">pixel-iterator.h</a>
<li>DestroyPixelWand()
: <a class="el" href="pixel-wand_8c.html#e219959bdcc7f35c7ef423e7fb29d803">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#5950dccf7a3bd4919d0cac20fc35d9b2">pixel-wand.h</a>
<li>DestroyPixelWands()
: <a class="el" href="pixel-wand_8c.html#28974a04d6ef970d9e5df4d330c554e9">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#1b03c1c5d5a79e9db3f4bac463fac2c1">pixel-wand.h</a>
<li>DestroyStream
: <a class="el" href="stream_8c.html#44899b16e7a3830033e042e831bfed7c">stream.c</a>
<li>DirectoryListSeparator
: <a class="el" href="studio_8h.html#c8adb63ee8a6f8adcf42c41c24b7393f">studio.h</a>
<li>DirectorySeparator
: <a class="el" href="studio_8h.html#3c4bb3cdf8454eb5323de19ae57e296b">studio.h</a>
<li>DisplayImageCommand()
: <a class="el" href="display_8c.html#fc55188b064d4db95abbd53c688dc424">display.c</a>
, <a class="el" href="display_8h.html#b7f63d65585fe12f624a680a6e9447cf">display.h</a>
<li>DisplayUsage()
: <a class="el" href="display_8c.html#7addfef11519a0dd6fe7b02017600bd6">display.c</a>
<li>DRAW_BINARY_IMPLEMENTATION
: <a class="el" href="drawing-wand_8c.html#b950af3eac6f6c5b73229662058ce376">drawing-wand.c</a>
<li>DrawAffine()
: <a class="el" href="drawing-wand_8h.html#ddd9a6e6336396ff7b6b277052d1079c">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#08bfd3823e209528bc9abaf03279daed">drawing-wand.c</a>
<li>DrawAllocateWand()
: <a class="el" href="drawing-wand_8c.html#a978f5e3180daa5e86d54e0ec4d71fa4">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#03fbb0709eb124a1168db4dc7b9e9c6a">drawing-wand.h</a>
<li>DrawAnnotation()
: <a class="el" href="drawing-wand_8c.html#28ca8bd48a3cf9c9fea151d14f8bfea1">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#3a823e2daf5a5f4a80f800dbaee86e72">drawing-wand.h</a>
<li>DrawArc()
: <a class="el" href="drawing-wand_8c.html#64f1a8219813099c5261592ec2635717">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#63d458dd403e9a5575b2d84ebbaa16c8">drawing-wand.h</a>
<li>DrawBezier()
: <a class="el" href="drawing-wand_8c.html#b6b6f202529895f8d2b797fb1cf5cc99">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#7c20d48be6def9b31922eaead43e7786">drawing-wand.h</a>
<li>DrawCircle()
: <a class="el" href="drawing-wand_8c.html#87fa1ec4adbb2b4e252bd7d2ba7fbc59">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#dfaaa6b50631ce0930fcb5e4ce54c82b">drawing-wand.h</a>
<li>DrawClearException()
: <a class="el" href="drawing-wand_8c.html#5f8c3133c1b33ce5dfdf2e04e706ec77">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#e9b1a89ebbf368e7ecde58beff69e46b">drawing-wand.h</a>
<li>DrawColor()
: <a class="el" href="drawing-wand_8c.html#46d8df5b4775d3baa38cddfa20f4b627">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#c0d030739ead906ad01a547ca7b584ba">drawing-wand.h</a>
<li>DrawComment()
: <a class="el" href="drawing-wand_8c.html#9978b874c73bbb997b0a07e735aa3d7e">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#f6c0b56a5325313e8858c827a5777273">drawing-wand.h</a>
<li>DrawComposite()
: <a class="el" href="drawing-wand_8c.html#e811e8bba0415f94aec6d96a6ac43ec5">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#a93f610f7b3351b6740a69b39f8566d0">drawing-wand.h</a>
<li>DrawContext
: <a class="el" href="deprecate_8h.html#8cfd5eaf8e3165e8490b73dfe18f0e8b">deprecate.h</a>
<li>DrawEllipse()
: <a class="el" href="drawing-wand_8c.html#b4313722001fb0bccd4e476a0183f35a">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#68321d8704b26589d58910569acdc234">drawing-wand.h</a>
<li>DrawGetClipPath()
: <a class="el" href="drawing-wand_8c.html#af3bde8d0330a21a3ad5fdebe1645aeb">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#7585fd033514691f9e33d255feffe3bd">drawing-wand.h</a>
<li>DrawGetClipRule()
: <a class="el" href="drawing-wand_8c.html#b1b2f4f2f6d6c3cca3d18cce89c85d7b">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#64b4a38945dff2773243caf598434e20">drawing-wand.h</a>
<li>DrawGetClipUnits()
: <a class="el" href="drawing-wand_8c.html#f19629f8c997a9626a4722db3a35f5bd">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#79256e6d743f66e3d3e6e0ed7001c402">drawing-wand.h</a>
<li>DrawGetException()
: <a class="el" href="drawing-wand_8c.html#d840e595762ea3037c04aaf45bcc9e40">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#73169de68709cce0c88c681514952589">drawing-wand.h</a>
<li>DrawGetExceptionType()
: <a class="el" href="drawing-wand_8c.html#26c8ed530140f2504a87cf34a7182e30">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#dd80ff4de2655326821e7ac0d401bc8b">drawing-wand.h</a>
<li>DrawGetFillAlpha()
: <a class="el" href="deprecate_8c.html#59eea9323580337772f59552a0353f16">deprecate.c</a>
, <a class="el" href="deprecate_8h.html#9a9ee5904acc0587addfefea7595047a">deprecate.h</a>
<li>DrawGetFillColor()
: <a class="el" href="drawing-wand_8c.html#49a2198f19c2654f91de202654dc6df9">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#e4621f3886c5183e38f5d99f3ff3f57f">drawing-wand.h</a>
<li>DrawGetFillOpacity()
: <a class="el" href="drawing-wand_8c.html#fc121c1fd76b849ea16e00cad0040b87">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#51cd16f85113b132036d8f6c4e1aef73">drawing-wand.h</a>
<li>DrawGetFillRule()
: <a class="el" href="drawing-wand_8c.html#cffda8d90c9a680e346bbb0743c36a61">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#0d4a8b6bc54d8feb784ed1037bf69ac7">drawing-wand.h</a>
<li>DrawGetFont()
: <a class="el" href="drawing-wand_8c.html#4d61d77170b72bba40aadc7761d15e0d">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#f2699ef7e1addc18ae116b25f2a48282">drawing-wand.h</a>
<li>DrawGetFontFamily()
: <a class="el" href="drawing-wand_8c.html#2375cbc5fb4d4b025bd699d3a0fbbfe2">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#31b95e694cc98c119e95abe7f6d38051">drawing-wand.h</a>
<li>DrawGetFontSize()
: <a class="el" href="drawing-wand_8c.html#461d97ee67e7a85104017192ce76779e">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#e9568d600275180efd2464adbf1b43a6">drawing-wand.h</a>
<li>DrawGetFontStretch()
: <a class="el" href="drawing-wand_8c.html#ebab75cce9455acec6b78a185146fd7d">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#40295f3041c299cf31ac5c02e4998bb1">drawing-wand.h</a>
<li>DrawGetFontStyle()
: <a class="el" href="drawing-wand_8c.html#9e9cfabb13328a9fb7cabcfaca7cf512">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#ab7c1a2ce94c3e44d9e27d6fbb6ec11b">drawing-wand.h</a>
<li>DrawGetFontWeight()
: <a class="el" href="drawing-wand_8c.html#712ae430e9fd59cd6a181a4c42f65eac">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#badb195f3fbdc0abe40ce94053a52f10">drawing-wand.h</a>
<li>DrawGetGravity()
: <a class="el" href="drawing-wand_8c.html#b652e3d06588d6fccdd163a45a6bb6f9">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#0a3212bf7ade6db727ce0ed9b9ee55f5">drawing-wand.h</a>
<li>DrawGetStrokeAlpha()
: <a class="el" href="deprecate_8c.html#4c8a2b08a0083f30c111e008a49a8c9b">deprecate.c</a>
, <a class="el" href="deprecate_8h.html#593eb48185c9bdbba90fcf2cb4d5ab50">deprecate.h</a>
<li>DrawGetStrokeAntialias()
: <a class="el" href="drawing-wand_8c.html#a8e4734255dad9976381da80ec9b1d78">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#18a4f07893ad84e4eef84dff507adc64">drawing-wand.h</a>
<li>DrawGetStrokeColor()
: <a class="el" href="drawing-wand_8c.html#e7e7838fe9c9539af2acc318afd471aa">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#74eaacdf3d6461e47855ac5d2f104210">drawing-wand.h</a>
<li>DrawGetStrokeDashArray()
: <a class="el" href="drawing-wand_8c.html#22004997637cb63380f3eb9b30513fc3">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#e0b1aa71ef8fbdf913f6778d6376aa12">drawing-wand.h</a>
<li>DrawGetStrokeDashOffset()
: <a class="el" href="drawing-wand_8c.html#367c38a2ae08dc66b88264e77a07aad3">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#6f63c809221df55900c664c51d776476">drawing-wand.h</a>
<li>DrawGetStrokeLineCap()
: <a class="el" href="drawing-wand_8c.html#e5bb3bae6b16e405632326bbd9364049">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#05cbda204ee51126512ab1e64be8d9cd">drawing-wand.h</a>
<li>DrawGetStrokeLineJoin()
: <a class="el" href="drawing-wand_8c.html#cbe2909767b0b3746146f164b8b0defc">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#97b3c765e7048b62cacfd067630495d7">drawing-wand.h</a>
<li>DrawGetStrokeMiterLimit()
: <a class="el" href="drawing-wand_8c.html#ee2e2806c7efcc7a5bd091830638182c">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#70398629b4436a5687d820bfff534f57">drawing-wand.h</a>
<li>DrawGetStrokeOpacity()
: <a class="el" href="drawing-wand_8c.html#93e31fee2368bff01cac8f3dda5a86b4">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#e913cbac7240e1e4fcd01eaa312c8871">drawing-wand.h</a>
<li>DrawGetStrokeWidth()
: <a class="el" href="drawing-wand_8c.html#e3afd00cdf8873f54c1b4bd0ed8164ab">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#bc0596b8ef2dd72c44bcc8c02047a607">drawing-wand.h</a>
<li>DrawGetTextAlignment()
: <a class="el" href="drawing-wand_8c.html#0c5bad9d02968e4a9f0b5f1c0932b6db">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#692f7bbda75560c98e6002a94186d8a3">drawing-wand.h</a>
<li>DrawGetTextAntialias()
: <a class="el" href="drawing-wand_8c.html#7888b7ef8cc89b7d0406c9559698043c">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#6d9ec471d04610b290c4b32db6171750">drawing-wand.h</a>
<li>DrawGetTextDecoration()
: <a class="el" href="drawing-wand_8c.html#1070028f4181f34b8cc9e38730b53555">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#4267d724f945b984023102ac46116822">drawing-wand.h</a>
<li>DrawGetTextEncoding()
: <a class="el" href="drawing-wand_8c.html#7f992f597cc0ce341dc2b0eb0679c37a">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#e61f84aae512c0bec1ab1beac9284c07">drawing-wand.h</a>
<li>DrawGetTextUnderColor()
: <a class="el" href="drawing-wand_8c.html#675716082bb307c9af1c75ddc775b378">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#176bf2578a9278f8f6171668ba112526">drawing-wand.h</a>
<li>DrawGetVectorGraphics()
: <a class="el" href="drawing-wand_8c.html#527f7db11e3843d5b3c3cd22877bed46">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#85b1ab97c892eda1fc1d493148354ab2">drawing-wand.h</a>
<li>DrawingWand
: <a class="el" href="drawing-wand_8h.html#2b6293c658c1bdf03732131cd963e29e">drawing-wand.h</a>
<li>DrawingWandId
: <a class="el" href="drawing-wand_8c.html#8d7530ba2c9692433232b24f34c09166">drawing-wand.c</a>
<li>DrawLine()
: <a class="el" href="drawing-wand_8c.html#f225542fc9f115b6e90cd10c67270cac">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#63c2d929b554f4150cb89086736be6b3">drawing-wand.h</a>
<li>DrawMatte()
: <a class="el" href="drawing-wand_8c.html#d21055a3a0ab20b21362a687143aece7">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#f38b18503923b43555b804029d1abb83">drawing-wand.h</a>
<li>DrawPathClose()
: <a class="el" href="drawing-wand_8c.html#e8a1ebca83fcd1b51d2836db1e3a7ed3">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#6a5c1c6b733dcceb76a080f3de710034">drawing-wand.h</a>
<li>DrawPathCurveTo()
: <a class="el" href="drawing-wand_8c.html#d1d44a483041038841e1348a6505b892">drawing-wand.c</a>
<li>DrawPathCurveToAbsolute()
: <a class="el" href="drawing-wand_8h.html#d36bf6f61c409779b0000cf7f8f2dd9e">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#d8f325f816a45a0c50f768cb98aac79b">drawing-wand.c</a>
<li>DrawPathCurveToQuadraticBezier()
: <a class="el" href="drawing-wand_8c.html#022da539f7fd0de1607de4560194a925">drawing-wand.c</a>
<li>DrawPathCurveToQuadraticBezierAbsolute()
: <a class="el" href="drawing-wand_8c.html#4f69776fc20bef5a0d9a77411c4c1817">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#a4c10df137776fca9f8ccc0373b91bcf">drawing-wand.h</a>
<li>DrawPathCurveToQuadraticBezierRelative()
: <a class="el" href="drawing-wand_8c.html#94baa61f47b990ed3f0cd55cc651f03f">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#9c632d7bae3f668b329291ce1fa97e72">drawing-wand.h</a>
<li>DrawPathCurveToQuadraticBezierSmooth()
: <a class="el" href="drawing-wand_8c.html#1c84872c8eb269c4664ed7d4975192ba">drawing-wand.c</a>
<li>DrawPathCurveToQuadraticBezierSmoothAbsolute()
: <a class="el" href="drawing-wand_8c.html#eb6323a7dafaa31e10dd361464102422">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#9e8b4398626501a20e801b79a1d5efe4">drawing-wand.h</a>
<li>DrawPathCurveToQuadraticBezierSmoothRelative()
: <a class="el" href="drawing-wand_8c.html#0701ff49206af8e0727ef100fda3d44a">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#b52085f9f295c446e0785a0085b71c18">drawing-wand.h</a>
<li>DrawPathCurveToRelative()
: <a class="el" href="drawing-wand_8c.html#670d2d8d84a373bc11acf62021816f8b">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#a967b08fe5af00ab573627091cebc98e">drawing-wand.h</a>
<li>DrawPathCurveToSmooth()
: <a class="el" href="drawing-wand_8c.html#e5b54d927499b1ceb31190b10a9a5f98">drawing-wand.c</a>
<li>DrawPathCurveToSmoothAbsolute()
: <a class="el" href="drawing-wand_8c.html#c8c265b1f32047c5df860e810eb9eb49">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#c0c74bc30eccce72cc8f5c52d019ea2a">drawing-wand.h</a>
<li>DrawPathCurveToSmoothRelative()
: <a class="el" href="drawing-wand_8c.html#6d78da145685743df52c74285d1eacb5">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#442bdcb570f4fc11e88ac78a8d606296">drawing-wand.h</a>
<li>DrawPathEllipticArc()
: <a class="el" href="drawing-wand_8c.html#30ac83ed26a8f87e3a225f296b7fa8b5">drawing-wand.c</a>
<li>DrawPathEllipticArcAbsolute()
: <a class="el" href="drawing-wand_8c.html#69d854b628aee97bc82bfa0b46de6ca1">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#2e7c4f75670b074cf0e0a9e654396ae6">drawing-wand.h</a>
<li>DrawPathEllipticArcRelative()
: <a class="el" href="drawing-wand_8c.html#9ac4d63ddbd09982fa7d28f5d5de4143">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#2aaf84f53da6111fc96ec41b3d4a48b4">drawing-wand.h</a>
<li>DrawPathFinish()
: <a class="el" href="drawing-wand_8c.html#2548feaaff461e52660a62d8f2c047e8">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#16c470933cfa33779e5c327f45f08389">drawing-wand.h</a>
<li>DrawPathLineTo()
: <a class="el" href="drawing-wand_8c.html#5aac6f9a5d7294e6ea2e9ce2eb82646d">drawing-wand.c</a>
<li>DrawPathLineToAbsolute()
: <a class="el" href="drawing-wand_8h.html#5a34d4d9fd19d13b4a6a04250236fd9e">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#b62906ca40ba60aa649a98ce99c011b6">drawing-wand.c</a>
<li>DrawPathLineToHorizontal()
: <a class="el" href="drawing-wand_8c.html#623560ddcdee155e4c20a91edab81ac8">drawing-wand.c</a>
<li>DrawPathLineToHorizontalAbsolute()
: <a class="el" href="drawing-wand_8c.html#1abf3b76f8cd71e5bec4909bd736ad19">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#f8955c4fadb9a13d19c1537e9ff44d64">drawing-wand.h</a>
<li>DrawPathLineToHorizontalRelative()
: <a class="el" href="drawing-wand_8h.html#7c178a22b3ef2ca1fe8a3ac394e3bc2b">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#ee4863ae8f819258bc77e80a5b46adb9">drawing-wand.c</a>
<li>DrawPathLineToRelative()
: <a class="el" href="drawing-wand_8c.html#f55b38d1c5fc63e7df7a243e4b2e010f">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#a23d6756e1ec7b7c6842154df8cd6c50">drawing-wand.h</a>
<li>DrawPathLineToVertical()
: <a class="el" href="drawing-wand_8c.html#b429c67df99475d9ac05b4a651d46ef4">drawing-wand.c</a>
<li>DrawPathLineToVerticalAbsolute()
: <a class="el" href="drawing-wand_8c.html#67fd9478f864b2135482f3b223f33be8">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#13a3c1ac4703d530c470f087a899d214">drawing-wand.h</a>
<li>DrawPathLineToVerticalRelative()
: <a class="el" href="drawing-wand_8c.html#f309ddf581b24c41a0dc8412f311814c">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#98501518fef60de293ca087de446c4ea">drawing-wand.h</a>
<li>DrawPathMoveTo()
: <a class="el" href="drawing-wand_8c.html#31a754f66134543a7a189d3766a30cc7">drawing-wand.c</a>
<li>DrawPathMoveToAbsolute()
: <a class="el" href="drawing-wand_8c.html#d6dd87e78e4d00a77b49c613799943c2">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#efad02317f87b01ba57667e2a9187515">drawing-wand.h</a>
<li>DrawPathMoveToRelative()
: <a class="el" href="drawing-wand_8h.html#da90f0dd9e8d66ffc5f743e12a6cc01c">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#d3f691979b2f08977fb3eb3707bf0561">drawing-wand.c</a>
<li>DrawPathStart()
: <a class="el" href="drawing-wand_8c.html#e335a2f41d4a86e4ed3c1fbabf14f4ff">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#4ef67064f30c88c3014377ebc15f19bc">drawing-wand.h</a>
<li>DrawPeekGraphicWand()
: <a class="el" href="deprecate_8h.html#9547daebd5d284fe8b87300957601277">deprecate.h</a>
, <a class="el" href="deprecate_8c.html#c7ac8ae71a6b2e59a58ebb79ab904499">deprecate.c</a>
<li>DrawPoint()
: <a class="el" href="drawing-wand_8c.html#a4d5c2719d9a2f34221ac3e444ab6327">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#57c0ba5d6bf19550e2d6690333ddb193">drawing-wand.h</a>
<li>DrawPolygon()
: <a class="el" href="drawing-wand_8c.html#95a59424fa7475e12cf3cbe43fdc550a">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#1049b526855bf548320a0305596472b9">drawing-wand.h</a>
<li>DrawPolyline()
: <a class="el" href="drawing-wand_8c.html#6a92079af9a6a58d3da0770fe68d5292">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#60ac075f703a4afa30a98cb41dffb5bb">drawing-wand.h</a>
<li>DrawPopClipPath()
: <a class="el" href="drawing-wand_8h.html#65b6a61cd7ed9281adcae650629a2b52">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#5646de1791cea5f528354cb34245b996">drawing-wand.c</a>
<li>DrawPopDefs()
: <a class="el" href="drawing-wand_8c.html#e298d5c27bcba7b8fb952889e2e3af67">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#bd735212ea088c09a0ff460bebfc5064">drawing-wand.h</a>
<li>DrawPopGraphicContext()
: <a class="el" href="deprecate_8h.html#14f3adc79d5624b34acc3769141abbd2">deprecate.h</a>
, <a class="el" href="deprecate_8c.html#696a778c32e0690b1b4058cbdc3fa0c7">deprecate.c</a>
<li>DrawPopPattern()
: <a class="el" href="drawing-wand_8c.html#4b5772aba57678f52bab02a275e16196">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#e0c3afeef9f25a8297ac2c5356cb7b6e">drawing-wand.h</a>
<li>DrawPushClipPath()
: <a class="el" href="drawing-wand_8h.html#660957d3733a38c6b7fddb4dbfa888f9">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#a45a43c023877e7287fa17d2df6e396a">drawing-wand.c</a>
<li>DrawPushDefs()
: <a class="el" href="drawing-wand_8c.html#31d01ea74a56df6c6070a14f8e7497d2">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#74eb421ce583ec2db6c0effd202b4c98">drawing-wand.h</a>
<li>DrawPushGraphicContext()
: <a class="el" href="deprecate_8c.html#a28a25dfd6ef5ceaba9e1d82e258fd85">deprecate.c</a>
, <a class="el" href="deprecate_8h.html#a3abba39e58d968edf411418b7dae0f8">deprecate.h</a>
<li>DrawPushPattern()
: <a class="el" href="drawing-wand_8c.html#7d6f0591c616ee592dbe8e1ad5dc87ce">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#25ed4424e5a8664cd6e709fefb514ac6">drawing-wand.h</a>
<li>DrawRectangle()
: <a class="el" href="drawing-wand_8c.html#8cdecf37e2ca1cdaaeb5d7a4f6c9c965">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#4ea4ab580c5332ea96cfab3f3a7265b4">drawing-wand.h</a>
<li>DrawRender()
: <a class="el" href="drawing-wand_8h.html#06700d945fa865d766a3c4bc0c44c407">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#fececf078f58ff2d342c573d79ed171c">drawing-wand.c</a>
<li>DrawResetVectorGraphics()
: <a class="el" href="drawing-wand_8c.html#6d8d41f5bfe3f84a6dfea7efff440197">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#3ad7db901cd158d0021fa5924959c088">drawing-wand.h</a>
<li>DrawRotate()
: <a class="el" href="drawing-wand_8h.html#6a0818f333bfc9f059babcd82171692e">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#555fc0ed8915030c7b9e6144230a417f">drawing-wand.c</a>
<li>DrawRoundRectangle()
: <a class="el" href="drawing-wand_8c.html#321dc8dd6cd306a480d026d0edd8d309">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#73a3a70203b1463cd088f8e0e8b9702e">drawing-wand.h</a>
<li>DrawScale()
: <a class="el" href="drawing-wand_8h.html#447617a5f545ba33dfc0f4ff1ab2bc52">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#859153df823fde75e514b7ebc3ab4c2a">drawing-wand.c</a>
<li>DrawSetClipPath()
: <a class="el" href="drawing-wand_8c.html#1ed803445afa3ead70545de7fc3aa883">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#bd42e86ee12e130e80373e3d308668fa">drawing-wand.h</a>
<li>DrawSetClipRule()
: <a class="el" href="drawing-wand_8c.html#4fa1d06f32388b934c8e8742521db3b0">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#78a8328113b9ce6ebff255152526d4ed">drawing-wand.h</a>
<li>DrawSetClipUnits()
: <a class="el" href="drawing-wand_8c.html#357754153d894663e3f2547172478476">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#dc7c317736baa114365ae4a10516caa4">drawing-wand.h</a>
<li>DrawSetFillAlpha()
: <a class="el" href="deprecate_8c.html#9b1441b7b557cbe95d17a748a328fee9">deprecate.c</a>
, <a class="el" href="deprecate_8h.html#022724aebc001ecc907281e9f0bb4c61">deprecate.h</a>
<li>DrawSetFillColor()
: <a class="el" href="drawing-wand_8c.html#a312c3c69c07fd5e8319397f6e5ea656">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#6be51db377bbb47fc3c9742f0e827d44">drawing-wand.h</a>
<li>DrawSetFillOpacity()
: <a class="el" href="drawing-wand_8c.html#4210f8a6f12529a49cdcfe7dcb363efa">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#105f5394c6d731824adde16f5ba13118">drawing-wand.h</a>
<li>DrawSetFillPatternURL()
: <a class="el" href="drawing-wand_8h.html#69f61694ed67cf8615a25c6bb959bfcc">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#942ee9f775b060fc19ca0e1f89b7a5d8">drawing-wand.c</a>
<li>DrawSetFillRule()
: <a class="el" href="drawing-wand_8h.html#9e3070cd5a2845b407c83d57c0e43eee">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#2fefd1840de8d6a752e1ac92b65d2f9c">drawing-wand.c</a>
<li>DrawSetFont()
: <a class="el" href="drawing-wand_8h.html#9c2b2818880c9b07ae1ecac03db1ba97">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#d892b972fc8f9ead29a6e628eda533e6">drawing-wand.c</a>
<li>DrawSetFontFamily()
: <a class="el" href="drawing-wand_8h.html#ae3c4257ce4e6d3cd10ba5e4bfb695f0">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#dbd7b49ff1964eb64f2c2da93923f47b">drawing-wand.c</a>
<li>DrawSetFontSize()
: <a class="el" href="drawing-wand_8c.html#6e5397324f3695fb4fe4e0d445db5afc">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#e4d7a8ef6e2249ee741ad8ae77989d46">drawing-wand.h</a>
<li>DrawSetFontStretch()
: <a class="el" href="drawing-wand_8c.html#619c47b8243abde291e96d1019a97ac8">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#0009b3cd46977354584c4259f24b0c66">drawing-wand.h</a>
<li>DrawSetFontStyle()
: <a class="el" href="drawing-wand_8c.html#753ef36c5f9ba6c2fe4b67b1df95dd9b">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#cdcc0be1bac85bfeb43d71e784379ab9">drawing-wand.h</a>
<li>DrawSetFontWeight()
: <a class="el" href="drawing-wand_8c.html#92b6b2abdfe4d3df59146622aa19beb2">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#52e928bf8c1d3855aa61353fba450de8">drawing-wand.h</a>
<li>DrawSetGravity()
: <a class="el" href="drawing-wand_8h.html#698f19bafb82368a28694a0988cf4b39">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#2fc8a62ed0d30e96d080576d2e66e9db">drawing-wand.c</a>
<li>DrawSetStrokeAlpha()
: <a class="el" href="deprecate_8h.html#3e58f540cc4f8331618643a13c6c3b13">deprecate.h</a>
, <a class="el" href="deprecate_8c.html#34a474dfdf8bdde18fa8a61b2bdd2204">deprecate.c</a>
<li>DrawSetStrokeAntialias()
: <a class="el" href="drawing-wand_8c.html#83cc22b5ed6eba43c903d9703fec3683">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#bc4e92f95bcb5220082c35b3d5c57de3">drawing-wand.h</a>
<li>DrawSetStrokeColor()
: <a class="el" href="drawing-wand_8h.html#5381358e1f6d7b3fdb726e198de5f828">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#7ef3293928b18b7678332e70e3e52c26">drawing-wand.c</a>
<li>DrawSetStrokeDashArray()
: <a class="el" href="drawing-wand_8c.html#66f0086e7468426a3ab1c218869bc623">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#5121e51d5e9e31b714e011ac1741cfb4">drawing-wand.h</a>
<li>DrawSetStrokeDashOffset()
: <a class="el" href="drawing-wand_8c.html#7f7dd70505b57a2c551d6ed29f89669b">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#a660159cea3265bbfeaa8097c4ed0673">drawing-wand.h</a>
<li>DrawSetStrokeLineCap()
: <a class="el" href="drawing-wand_8h.html#c18ce986bc1c8d80a1c0ec65429a1721">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#6a67ce4a98996584dab307fc61a5bece">drawing-wand.c</a>
<li>DrawSetStrokeLineJoin()
: <a class="el" href="drawing-wand_8c.html#7af8eb515e08c2c90cf6f0566a1e4302">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#970b010574f89b06488d0c679bff5592">drawing-wand.h</a>
<li>DrawSetStrokeMiterLimit()
: <a class="el" href="drawing-wand_8h.html#649efc90f7637b4e80a83bc075f47571">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#62c1d8b022d0e52831f93d0b19d3c1b6">drawing-wand.c</a>
<li>DrawSetStrokeOpacity()
: <a class="el" href="drawing-wand_8h.html#b5c785779b219d77a9248993cf33ae5d">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#936988048b8c8154accd2b3643bdb45f">drawing-wand.c</a>
<li>DrawSetStrokePatternURL()
: <a class="el" href="drawing-wand_8c.html#c910d563261efba1df0c20268fdb5755">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#a2e12e7c098877d1938985802d08cbf1">drawing-wand.h</a>
<li>DrawSetStrokeWidth()
: <a class="el" href="drawing-wand_8h.html#ee48c4db1d6ff2ad10aa766179aa44d2">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#24209942bc7d181d75356b704d1a00d7">drawing-wand.c</a>
<li>DrawSetTextAlignment()
: <a class="el" href="drawing-wand_8h.html#8f6f3829b71892fc659b87be61d1c03c">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#221dae5ca4d3f9dc49195a2578a75afa">drawing-wand.c</a>
<li>DrawSetTextAntialias()
: <a class="el" href="drawing-wand_8h.html#426c2703c360e2296b1e353f94e572cb">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#40d4872e78c7d7d70dfd5eb3ba7ac605">drawing-wand.c</a>
<li>DrawSetTextDecoration()
: <a class="el" href="drawing-wand_8h.html#8fc29e6d41615e75bae79ebdd3dc6b1a">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#464a3f436ade2154c050a11970b0aec1">drawing-wand.c</a>
<li>DrawSetTextEncoding()
: <a class="el" href="drawing-wand_8h.html#6317e4466bd767548f7ccff0c109d862">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#cd3af83ae008ef85ce64d0a6efd007be">drawing-wand.c</a>
<li>DrawSetTextUnderColor()
: <a class="el" href="drawing-wand_8c.html#d7c5407cd95961b9cfe0490117a619ed">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#f7a53ec26fbe7fc34603a919924214a6">drawing-wand.h</a>
<li>DrawSetVectorGraphics()
: <a class="el" href="drawing-wand_8c.html#f36a32f274211b95d7d2a270b07b0d9b">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#5a91c8689f0f9e1d9eb157d96602b65f">drawing-wand.h</a>
<li>DrawSetViewbox()
: <a class="el" href="drawing-wand_8c.html#77ee858131f04ef47896e155e84b3d2b">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#d43786aaa89f223b0f6bd257f4c15ad7">drawing-wand.h</a>
<li>DrawSkewX()
: <a class="el" href="drawing-wand_8h.html#8d9d76a721c8f2a762b9552d8d1ecf29">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#300c8a669eda15d6fd5708f601141b05">drawing-wand.c</a>
<li>DrawSkewY()
: <a class="el" href="drawing-wand_8c.html#ab244dfdfa1b9e2cf0e3d0ffcdea9e61">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#591b068624f8481c881fc4fa7d03306e">drawing-wand.h</a>
<li>DrawTranslate()
: <a class="el" href="drawing-wand_8h.html#bcd6d56fba82c076d7a31c0ee6e79d88">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#75d540eb7ce67646b8ac40c2db3c158d">drawing-wand.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,56 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index__"><span>_</span></a></li>
<li><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li class="current"><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
<li>EditorOptions
: <a class="el" href="studio_8h.html#859b939e2a80f94bfa12163135323184">studio.h</a>
<li>Exit
: <a class="el" href="studio_8h.html#7fb54afd6da143e9292dea54ddf6d6d3">studio.h</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,57 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index__"><span>_</span></a></li>
<li><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li class="current"><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_g">- g -</a></h3><ul>
<li>GetCompositeOptions()
: <a class="el" href="composite_8c.html#8d22c6c5e9ab6c64b51ca908103bf57b">composite.c</a>
<li>GetImageFromMagickWand()
: <a class="el" href="magick-image_8h.html#cdfa467a78b31402294ddfb724435c25">magick-image.h</a>
, <a class="el" href="magick-image_8c.html#7fb5a4f0d983c3e3c5813afe5d421dcf">magick-image.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,91 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index__"><span>_</span></a></li>
<li><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li class="current"><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
<li>id
: <a class="el" href="magick-wand_8c.html#f17b8bd946e0f93c6550050f9e8aa349">magick-wand.c</a>
<li>IdentifyImageCommand()
: <a class="el" href="identify_8c.html#b3fabfb800e209c26d9cd34755448e5a">identify.c</a>
, <a class="el" href="identify_8h.html#2e714bf0681b20fadb29c7d7798cfc71">identify.h</a>
<li>IdentifyUsage()
: <a class="el" href="identify_8c.html#6138c0a8b7a499736a647ecc282843ac">identify.c</a>
<li>ImportImageCommand()
: <a class="el" href="import_8c.html#3258bbe5f71888e30ce086ca56b7f849">import.c</a>
, <a class="el" href="import_8h.html#1557022df5f53b971858c27e9408f54b">import.h</a>
<li>ImportUsage()
: <a class="el" href="import_8c.html#cbf3b237952c3ac98e481df243642ad5">import.c</a>
<li>InsertImageInWand()
: <a class="el" href="magick-image_8c.html#bc5462324f2c77ee46e88d10f1727412">magick-image.c</a>
<li>instantiate_wand
: <a class="el" href="wand_8c.html#598fab58dc4a9831cf6cefa30260fd30">wand.c</a>
<li>IsBasenameSeparator
: <a class="el" href="studio_8h.html#3a4d3ed9a524b8f8d31f5d652578d7f4">studio.h</a>
<li>IsColorEqual()
: <a class="el" href="drawing-wand_8c.html#b2e6dbbbbf8508ed5d7b2dc089b9d639">drawing-wand.c</a>
<li>IsDirectory()
: <a class="el" href="mogrify_8c.html#dcf2e6f24fc94c9dc2df7a9090f87e8e">mogrify.c</a>
<li>IsDrawingWand()
: <a class="el" href="drawing-wand_8c.html#e00bd71098428d7d29e66e0b01e0b17d">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#f2a58e11b3f4c06b70bfbcfa5829c503">drawing-wand.h</a>
<li>IsMagickWand()
: <a class="el" href="MagickWand_8h.html#5fdf000828740fd0f693499cb9c81454">MagickWand.h</a>
, <a class="el" href="magick-wand_8c.html#d8531bcf3f18a500b67313185238dd47">magick-wand.c</a>
<li>IsPixelIterator()
: <a class="el" href="pixel-iterator_8h.html#d9f191da05524f343144884d3360269f">pixel-iterator.h</a>
, <a class="el" href="pixel-iterator_8c.html#3364b064e38f6de7c3635500abb7ea17">pixel-iterator.c</a>
<li>IsPixelWand()
: <a class="el" href="pixel-wand_8c.html#7bfaff0419edce2f479ec2f46052d416">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#aff1d63c9647b9aa1c5915e64cef3c30">pixel-wand.h</a>
<li>IsPixelWandSimilar()
: <a class="el" href="pixel-wand_8h.html#fa6db23f405c82ff4e340a2d14a71c72">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#9fce7336b754e0b2b15025c539485f0a">pixel-wand.c</a>
<li>IsPoint()
: <a class="el" href="drawing-wand_8c.html#9dd571ec739e2f6b41824b9097cb3b1f">drawing-wand.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,79 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index__"><span>_</span></a></li>
<li><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li class="current"><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
<li>NAMLEN
: <a class="el" href="studio_8h.html#bb80c1eb90e546dbdc94f79e74ffd787">studio.h</a>
<li>NewDrawingWand()
: <a class="el" href="drawing-wand_8c.html#df1294f2509646d6f1a2d4845bad88a3">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#7205c7a7becc0a11774b9983eb437f99">drawing-wand.h</a>
<li>NewMagickWand()
: <a class="el" href="magick-wand_8c.html#10958f7f76e543f82343a2ee42e7141c">magick-wand.c</a>
, <a class="el" href="MagickWand_8h.html#7ddf4c8b69b6ce858321ec7ea4a16dd5">MagickWand.h</a>
<li>NewMagickWandFromImage()
: <a class="el" href="MagickWand_8h.html#bfb07cef474b4ce7f5d7c94762c20e67">MagickWand.h</a>
, <a class="el" href="magick-image_8h.html#3348b8bed8b7781e2eaa78bd45513fdd">magick-image.h</a>
, <a class="el" href="magick-wand_8c.html#e55d9185413026b5416fbacff4c9f292">magick-wand.c</a>
<li>NewPixelIterator()
: <a class="el" href="pixel-iterator_8c.html#ffc72d4d77dc29a300fe56d50157dbb6">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#d556c82f4f80ea2f081f4c7d7338c706">pixel-iterator.h</a>
<li>NewPixelRegionIterator()
: <a class="el" href="pixel-iterator_8c.html#06fc823900b409e3ab91c945d14134b2">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#ef297eab72dfa7723362bba53a8cb152">pixel-iterator.h</a>
<li>NewPixelWand()
: <a class="el" href="pixel-wand_8h.html#306fc3b75ae78b7bc1a61602233c8feb">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#73721cf7fd5d0b70429ac6af38e86fa7">pixel-wand.c</a>
<li>NewPixelWands()
: <a class="el" href="pixel-wand_8h.html#a895214065868cf12189fcdd12e08936">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#84701e0f1f7cfb5add84c8c8da3e7d10">pixel-wand.c</a>
<li>NotInitialized
: <a class="el" href="composite_8c.html#422d5d4e2c5327fab448dd8656cc197d">composite.c</a>
, <a class="el" href="convert_8c.html#422d5d4e2c5327fab448dd8656cc197d">convert.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,54 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index__"><span>_</span></a></li>
<li><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li class="current"><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_o">- o -</a></h3><ul>
<li>O_BINARY
: <a class="el" href="studio_8h.html#36fa9b2e726512bc17a7a6d3e39002be">studio.h</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,311 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index__"><span>_</span></a></li>
<li><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li class="current"><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
<li>PathCloseOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8affd061313e32aac340dc993ec0ee4f8">drawing-wand.c</a>
<li>PathCurveToOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8b91b2a476b5f0573bba7ef8eefb7f296">drawing-wand.c</a>
<li>PathCurveToQuadraticBezierOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8d3d707593ec8aa1ccddc8018b472ab45">drawing-wand.c</a>
<li>PathCurveToQuadraticBezierSmoothOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8513559636497c68b41e06bd7e6590512">drawing-wand.c</a>
<li>PathCurveToSmoothOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8dd03d7d84bd6b73c51369cd52ea8bba6">drawing-wand.c</a>
<li>PathDefaultOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8b35b2e8f43ba2f7ec9904aec2878a42a">drawing-wand.c</a>
<li>PathEllipticArcOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8b38f7db85122f867a05844ad97c554f5">drawing-wand.c</a>
<li>PathLineToHorizontalOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c852f81f81ff279bfd3290825a6cc7bb28">drawing-wand.c</a>
<li>PathLineToOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8a37c7bfc97ebc955f1d8d27dfedf8439">drawing-wand.c</a>
<li>PathLineToVerticalOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8e8c97e072198a3b8e83957a3930f5ba2">drawing-wand.c</a>
<li>PathMode
: <a class="el" href="drawing-wand_8c.html#13b6c9d68394a38d8f60c7cbfadd499e">drawing-wand.c</a>
<li>PathMoveToOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8bb32513e286eaef70dedd70a9a68d096">drawing-wand.c</a>
<li>PathOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8">drawing-wand.c</a>
<li>PeekDrawingWand()
: <a class="el" href="drawing-wand_8c.html#18596423bd2e27d421c9778a35067192">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#d6c1e48e770a12c24e843f74dc0a2aef">drawing-wand.h</a>
<li>PixelClearException()
: <a class="el" href="pixel-wand_8c.html#8b441fed73a8e4d5fb2412475a9f4ce1">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#74de55f6bd748db8d74dfc869d628b02">pixel-wand.h</a>
<li>PixelClearIteratorException()
: <a class="el" href="pixel-iterator_8c.html#c1b80f0ad109c1b3dea527c90572853b">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#d282840e4ea82dd00b00f2aaad5d87b3">pixel-iterator.h</a>
<li>PixelGetAlpha()
: <a class="el" href="pixel-wand_8c.html#8be8052ca4f5167e2b19ce19478f3697">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#4e7395d9da72e67277b344e7c2b1a0af">pixel-wand.h</a>
<li>PixelGetAlphaQuantum()
: <a class="el" href="pixel-wand_8c.html#37c66f0e2fec90ed9f75655a345c82bb">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#aa3af641a4e274439156fc3bf7f6161c">pixel-wand.h</a>
<li>PixelGetBlack()
: <a class="el" href="pixel-wand_8c.html#f91b661d02a60ae07a205eecb1a68feb">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#eb7bdcc0b2b56ef64de81c428dbb168c">pixel-wand.h</a>
<li>PixelGetBlackQuantum()
: <a class="el" href="pixel-wand_8c.html#27c90735640574ef19ec265a7bc68d61">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#c2cf77e0f50363f03cf2309fa8d1491a">pixel-wand.h</a>
<li>PixelGetBlue()
: <a class="el" href="pixel-wand_8c.html#8ed0daec4e5184bdb3fceb33ad3b8a95">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#496145dda075ceeef654d15a4dcd32fb">pixel-wand.h</a>
<li>PixelGetBlueQuantum()
: <a class="el" href="pixel-wand_8c.html#63d9891d83cabc5d92f2d7083ff6f9f6">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#a3100e2768b80aaa10862bd7f1eafc46">pixel-wand.h</a>
<li>PixelGetColorAsNormalizedString()
: <a class="el" href="pixel-wand_8c.html#cd9a747460b3723cdc4b1244b9e4cbab">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#ab9594926c65cd342d7cd30e78e6dc37">pixel-wand.h</a>
<li>PixelGetColorAsString()
: <a class="el" href="pixel-wand_8c.html#642056aa1c29aa8d5cc8ecb4673cfaef">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#ac803543875af9f1dcc77c7bacfeec2c">pixel-wand.h</a>
<li>PixelGetColorCount()
: <a class="el" href="pixel-wand_8c.html#ec7e04121874d69b918762d2af1570d4">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#bdee18928911861a32e46c32d920e61e">pixel-wand.h</a>
<li>PixelGetCurrentIteratorRow()
: <a class="el" href="pixel-iterator_8c.html#c1b0f9788a6ea14575b9635c41bf38ca">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#1e212b515e28e84fa2adeec9653b2781">pixel-iterator.h</a>
<li>PixelGetCyan()
: <a class="el" href="pixel-wand_8c.html#fcd5ec018c424bc096435422d832bb6d">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#1410833bdf7999cb027ca148fa83529b">pixel-wand.h</a>
<li>PixelGetCyanQuantum()
: <a class="el" href="pixel-wand_8c.html#30b47ce2dbfd258fcb107c1683f6d959">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#4ac84d17a02bab4724539914859c621d">pixel-wand.h</a>
<li>PixelGetException()
: <a class="el" href="pixel-wand_8c.html#6ffe1fac56bd15557f8b31ba935ebf95">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#18f5bcb740088ae06c12797b26a99079">pixel-wand.h</a>
<li>PixelGetExceptionType()
: <a class="el" href="pixel-wand_8c.html#4023ee81fea49cb56ee7484904bdd3b0">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#692634de23d289d54c1ab6934d79c6da">pixel-wand.h</a>
<li>PixelGetFuzz()
: <a class="el" href="pixel-wand_8c.html#78e0ffc2f59e537486151ddfdda10a22">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#4c26296f84f4ac8cdd4cea2c1a115fde">pixel-wand.h</a>
<li>PixelGetGreen()
: <a class="el" href="pixel-wand_8c.html#fe67a93559e0b08f16373b07fe51261f">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#abd06d8c5164d2c077c89dae20b3a260">pixel-wand.h</a>
<li>PixelGetGreenQuantum()
: <a class="el" href="pixel-wand_8c.html#f767bda3164bf34c82915db9b3e72df9">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#dff531e8c242f8a98aef49e38f3b7a2c">pixel-wand.h</a>
<li>PixelGetHSL()
: <a class="el" href="pixel-wand_8c.html#33e281289adb62650a234edafe129f05">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#d34058d7ece83cb5e5b679d7ce3243cb">pixel-wand.h</a>
<li>PixelGetIndex()
: <a class="el" href="pixel-wand_8c.html#7725899404e64060ec279caadf12e151">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#d7348a2d1a525c7161aa8672111e2cb2">pixel-wand.h</a>
<li>PixelGetIteratorException()
: <a class="el" href="pixel-iterator_8c.html#7a5b0ebe5f7b0bb7f1d75f784561f864">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#604a21782750b9a714dc530bb605080e">pixel-iterator.h</a>
<li>PixelGetIteratorExceptionType()
: <a class="el" href="pixel-iterator_8c.html#efa51fb9e9582e198e86e18c1c339e30">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#3b0812d41bdb9a437bb4d9d1b0323e27">pixel-iterator.h</a>
<li>PixelGetIteratorRow()
: <a class="el" href="pixel-iterator_8c.html#cd5a71645e84a73432e16653e3a2375f">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#df2ffb146067af1c6c8c990a1a627836">pixel-iterator.h</a>
<li>PixelGetMagenta()
: <a class="el" href="pixel-wand_8c.html#1c4073587782beb009daa01d147e68fb">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#cee2e3ca7bad8c7305fc49324cd1e07a">pixel-wand.h</a>
<li>PixelGetMagentaQuantum()
: <a class="el" href="pixel-wand_8c.html#5d15c66f8b3a37fc7446bb78050bb583">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#0702de96da4a82d73ce1b8ec71efdf05">pixel-wand.h</a>
<li>PixelGetMagickColor()
: <a class="el" href="pixel-wand-private_8h.html#df36e8cc935eac3be14318b47ab3ced3">pixel-wand-private.h</a>
, <a class="el" href="pixel-wand_8c.html#aa98676d0ae79b04a695a04e5d1c924e">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#df36e8cc935eac3be14318b47ab3ced3">pixel-wand.h</a>
<li>PixelGetNextIteratorRow()
: <a class="el" href="pixel-iterator_8c.html#28083a917e3b35377517ab1d9488d93d">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#949824db13772b775e5fb03128cf5ecb">pixel-iterator.h</a>
<li>PixelGetNextRow()
: <a class="el" href="deprecate_8c.html#33bf22a132873a7ce2b580933fa9e770">deprecate.c</a>
, <a class="el" href="deprecate_8h.html#05af8cc24f40c736ade68dd23dd6190b">deprecate.h</a>
<li>PixelGetOpacity()
: <a class="el" href="pixel-wand_8c.html#08663c74fedc26dc5f45c9c2693252d3">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#4ccc8843c93bb01afc00715f122cb185">pixel-wand.h</a>
<li>PixelGetOpacityQuantum()
: <a class="el" href="pixel-wand_8c.html#18b680956d60ba496f0447aa6feed200">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#798b1bdb9d41989691435bf623c31b46">pixel-wand.h</a>
<li>PixelGetPreviousIteratorRow()
: <a class="el" href="pixel-iterator_8c.html#2ccf5af741810ee6417226fdf7c83d18">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#36b5d5488bc06e7c85e616623f793ed8">pixel-iterator.h</a>
<li>PixelGetPreviousRow()
: <a class="el" href="pixel-iterator_8c.html#6a701c1f2bbd444df17e8617aff1514e">pixel-iterator.c</a>
<li>PixelGetQuantumColor()
: <a class="el" href="pixel-wand_8c.html#1da8848442e96b9c44136dc85af7a770">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#8e903fa5efe4ff7fa14d61771845bfb2">pixel-wand.h</a>
<li>PixelGetRed()
: <a class="el" href="pixel-wand_8c.html#52315f3332c5f89a3a2a6badd2cc0a75">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#2854f2e4c11390a666defcb3687e9337">pixel-wand.h</a>
<li>PixelGetRedQuantum()
: <a class="el" href="pixel-wand_8h.html#daeebe2a9d46fd687f9949fbf0c26fdf">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#8b611ad35647130a1192c048a18d61a1">pixel-wand.c</a>
<li>PixelGetYellow()
: <a class="el" href="pixel-wand_8c.html#e7e5ae866c9b081fa857b5339ff7d3ba">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#51179d1b913e5fa0edf0fecea5ace05e">pixel-wand.h</a>
<li>PixelGetYellowQuantum()
: <a class="el" href="pixel-wand_8h.html#9ed8801ecc64c44d2499d831c58abead">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#a90ace6d32c8421a1c7bdd2c452a1619">pixel-wand.c</a>
<li>PixelIntensity()
: <a class="el" href="mogrify-private_8h.html#6512a2a5964e2b2db8eaadd4f70ba711">mogrify-private.h</a>
<li>PixelIntensityToQuantum()
: <a class="el" href="mogrify-private_8h.html#4450d645257ce4896b3ddfb611eab414">mogrify-private.h</a>
<li>PixelIterator
: <a class="el" href="pixel-iterator_8h.html#0241650f96a658c90b160e59f80c2a96">pixel-iterator.h</a>
<li>PixelIteratorGetException()
: <a class="el" href="deprecate_8c.html#2f4215e0bda1644213c8767e8757428e">deprecate.c</a>
, <a class="el" href="deprecate_8h.html#7a77684059efa436125fd7e3517bbea4">deprecate.h</a>
<li>PixelIteratorId
: <a class="el" href="pixel-iterator_8c.html#de6baae7c65b794cdb51de1965995f4d">pixel-iterator.c</a>
<li>PixelResetIterator()
: <a class="el" href="pixel-iterator_8c.html#afa074cb25637f43adf5ef291915d4d5">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#fd91a0f217c342e965954ad666c591f6">pixel-iterator.h</a>
<li>PixelSetAlpha()
: <a class="el" href="pixel-wand_8c.html#e8026f73966d3285b2a12e54af9a0557">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#8de11930f4f8389faa980aa01a1e0daa">pixel-wand.h</a>
<li>PixelSetAlphaQuantum()
: <a class="el" href="pixel-wand_8h.html#312a492a79b58181261d82014ee30d0d">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#f357b63f2df0523d449cabc89c3eaedf">pixel-wand.c</a>
<li>PixelSetBlack()
: <a class="el" href="pixel-wand_8c.html#fb79778e2a163d0a9e062f785c0f895f">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#c3511be68a760c44d036a26019b79e0c">pixel-wand.h</a>
<li>PixelSetBlackQuantum()
: <a class="el" href="pixel-wand_8c.html#2e227a8adb1fec3c42e7d2b0ed2e447b">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#35039a8278c524f5a07ac1a620f68720">pixel-wand.h</a>
<li>PixelSetBlue()
: <a class="el" href="pixel-wand_8c.html#5f3a25371954827fcb895d7ccc4fde8d">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#f26947c08b4d56bdd44f789a473cff8d">pixel-wand.h</a>
<li>PixelSetBlueQuantum()
: <a class="el" href="pixel-wand_8c.html#82374cf73789627493c0a29e8f7a6d21">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#d7d5411b712dc1f0602679258d47496b">pixel-wand.h</a>
<li>PixelSetColor()
: <a class="el" href="pixel-wand_8c.html#822f58262d5666b5c04fc0a1554998e8">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#fa0ebbc540d38fcfd7caba9996f3fcf7">pixel-wand.h</a>
<li>PixelSetColorCount()
: <a class="el" href="pixel-wand_8h.html#076c8d3c20d7bb5b165eee793dc5c00f">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#5d288d86f3d4f5e9673b8ec7a2da1985">pixel-wand.c</a>
<li>PixelSetColorFromWand()
: <a class="el" href="pixel-wand_8c.html#ab47323b0ddeaa28eb48fcff9f27d792">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#24cbc900ff810f68aa7fc4151e0e8c82">pixel-wand.h</a>
<li>PixelSetCyan()
: <a class="el" href="pixel-wand_8h.html#3490caae43f19892ed4ec7f36b4c885e">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#1e5cd0044b053e30dc86c5783bd01908">pixel-wand.c</a>
<li>PixelSetCyanQuantum()
: <a class="el" href="pixel-wand_8h.html#f430b8ad0267227d6d4a16ddea9ed3e0">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#832e6760c448285d77c9417a2805ea40">pixel-wand.c</a>
<li>PixelSetFirstIteratorRow()
: <a class="el" href="pixel-iterator_8h.html#d2c27f530ea215f6fd12ae2bf57a912d">pixel-iterator.h</a>
, <a class="el" href="pixel-iterator_8c.html#ebc2db670bfd69b30516d3ca3cc4b298">pixel-iterator.c</a>
<li>PixelSetFuzz()
: <a class="el" href="pixel-wand_8h.html#0dac9c943ea878fc5225c57026c79df6">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#34e973eb24583a060511fbd5f7171e23">pixel-wand.c</a>
<li>PixelSetGreen()
: <a class="el" href="pixel-wand_8h.html#30cf790a36843b412a9e96f2fdd3c94c">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#530de963ad086f3555f83a193d070401">pixel-wand.c</a>
<li>PixelSetGreenQuantum()
: <a class="el" href="pixel-wand_8c.html#10fc1b59d80ae9f6ff0cb6aa1776cedf">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#4adc81b086fc9c48abebdb3eaa57ead6">pixel-wand.h</a>
<li>PixelSetHSL()
: <a class="el" href="pixel-wand_8c.html#1b936fa53cbb4a6c4e0264507c741f07">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#65cfa022bc6cf320afd0407d1a563381">pixel-wand.h</a>
<li>PixelSetIndex()
: <a class="el" href="pixel-wand_8c.html#9b04d80df05caad20771700777ee6e62">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#afe8e625cc1156f9c926094a6d9fa183">pixel-wand.h</a>
<li>PixelSetIteratorRow()
: <a class="el" href="pixel-iterator_8c.html#74592cc3816b32c4dd3d7dac9fec2409">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#4388d011b4940f77f3c013d6577b6537">pixel-iterator.h</a>
<li>PixelSetLastIteratorRow()
: <a class="el" href="pixel-iterator_8c.html#e6946610dc31dccf3e121a504dd57c89">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#be1da604d9be08ef55e682df4bc5e158">pixel-iterator.h</a>
<li>PixelSetMagenta()
: <a class="el" href="pixel-wand_8h.html#c045b047c48510d7e424801ff367de01">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#403f4f95a853deb8272885402de5c854">pixel-wand.c</a>
<li>PixelSetMagentaQuantum()
: <a class="el" href="pixel-wand_8h.html#0b945c8f23952829cb4dee73ab77e2c9">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#14e61d56547521c45f302d4458b12b7c">pixel-wand.c</a>
<li>PixelSetMagickColor()
: <a class="el" href="pixel-wand_8c.html#cd7bebe9b392808017645c1b1b91f20d">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#690c540df802bef8fb9981828c2882e5">pixel-wand.h</a>
<li>PixelSetOpacity()
: <a class="el" href="pixel-wand_8h.html#74867538853d78d4fa291cf0ddce82a3">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#e3a298ad572857537999aa1eccc03655">pixel-wand.c</a>
<li>PixelSetOpacityQuantum()
: <a class="el" href="pixel-wand_8c.html#149798a1a88bddc2749e6616f67fcca4">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#fa0146b207016d28d0ab1e5019ff292a">pixel-wand.h</a>
<li>PixelSetQuantumColor()
: <a class="el" href="pixel-wand_8h.html#e4450748144c385056365d0b95e0e718">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#a0c641d746768876651ed3ad70dae378">pixel-wand.c</a>
<li>PixelSetRed()
: <a class="el" href="pixel-wand_8h.html#c4251f60c2e839c96011885d0c103b2b">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#33a801eb1755478278d3abd8b0344a93">pixel-wand.c</a>
<li>PixelSetRedQuantum()
: <a class="el" href="pixel-wand_8c.html#80ad6883a56aeda08a70571cda3f8328">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#f4cd6b5a6fe298fc688fc86e75360309">pixel-wand.h</a>
<li>PixelSetYellow()
: <a class="el" href="pixel-wand_8c.html#74d9b9e6dd29839eb8368b1d0e8fe2fe">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#7413d8ed45a2a1182b76285d05b4165a">pixel-wand.h</a>
<li>PixelSetYellowQuantum()
: <a class="el" href="pixel-wand_8c.html#7a0cd6d8b38db433f49d17997a2ac48f">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#738495ae84b6582c3ba8cadb596b6264">pixel-wand.h</a>
<li>PixelSyncIterator()
: <a class="el" href="pixel-iterator_8c.html#7629af89b5c400d3f9c22949f6ce6d68">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#f5ebac907caa0b08db15efc87ea3d34d">pixel-iterator.h</a>
<li>PixelWand
: <a class="el" href="pixel-wand_8h.html#80f3f463016c08dbffbede88585ed2b4">pixel-wand.h</a>
<li>PixelWandId
: <a class="el" href="pixel-wand_8c.html#7ca699e0da609bcdb6822098cca7b6c4">pixel-wand.c</a>
<li>PopDrawingWand()
: <a class="el" href="drawing-wand_8c.html#594fe4b24266d77084c5e10a467e98ea">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#e31272226c7afe6758840838da3ab0a8">drawing-wand.h</a>
<li>ProcessPendingEvents
: <a class="el" href="studio_8h.html#966daf1aedd3b59a5a0a10bb56e2f827">studio.h</a>
<li>PushDrawingWand()
: <a class="el" href="drawing-wand_8c.html#f3b8625611a7a2eec5e0cfa377a3e82b">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#583a61ccf834db29213da31ffcf68ef3">drawing-wand.h</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,58 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index__"><span>_</span></a></li>
<li><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li class="current"><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_q">- q -</a></h3><ul>
<li>QuantumScale
: <a class="el" href="magick-wand-private_8h.html#eee7d297e9e3733c9e3b34594c582afe">magick-wand-private.h</a>
, <a class="el" href="mogrify-private_8h.html#eee7d297e9e3733c9e3b34594c582afe">mogrify-private.h</a>
<li>QuantumTick
: <a class="el" href="magick-wand-private_8h.html#5328dab476e2451ad74be94740a8f71a">magick-wand-private.h</a>
, <a class="el" href="mogrify-private_8h.html#5328dab476e2451ad74be94740a8f71a">mogrify-private.h</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,64 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index__"><span>_</span></a></li>
<li><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li class="current"><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
<li>RadiansToDegrees
: <a class="el" href="magick-wand-private_8h.html#ee673359f8d2f4b696a214f8d0bc9c97">magick-wand-private.h</a>
, <a class="el" href="mogrify-private_8h.html#ee673359f8d2f4b696a214f8d0bc9c97">mogrify-private.h</a>
<li>ReadCommandlLine
: <a class="el" href="studio_8h.html#b89a8ea736f843e85f0a2e64e892f68e">studio.h</a>
<li>RelativePathMode
: <a class="el" href="drawing-wand_8c.html#13b6c9d68394a38d8f60c7cbfadd499e4c0f5a2eefa374d0c7ba005737f10ac6">drawing-wand.c</a>
<li>RelinquishCompositeOptions()
: <a class="el" href="composite_8c.html#fcba1bc50b99d1747d3c6d4015a5cb1d">composite.c</a>
<li>RelinquishWandId()
: <a class="el" href="wand_8c.html#64a300b19461a063f4ff8c46569d8add">wand.c</a>
, <a class="el" href="wand_8h.html#190adb30b2c3abf9504e9f386213e5ae">wand.h</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,75 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index__"><span>_</span></a></li>
<li><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li class="current"><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
<li>S_ISDIR
: <a class="el" href="studio_8h.html#3746cdc5aac871e6f6504fbcbd29ef1d">studio.h</a>
<li>S_ISREG
: <a class="el" href="studio_8h.html#ad0f32c2c182238f2ff71c83e6ab65a0">studio.h</a>
<li>S_MODE
: <a class="el" href="studio_8h.html#f90af1bc68960811e82d0ca3782b8c46">studio.h</a>
<li>ScribbleImage()
: <a class="el" href="drawtest_8c.html#0f519d10c09f8c10aa09c2e0c1984776">drawtest.c</a>
<li>SetMagickPixelPacket()
: <a class="el" href="mogrify-private_8h.html#20a73fc8daa94573b90af1a202e08fef">mogrify-private.h</a>
<li>SetNotifyHandlers
: <a class="el" href="studio_8h.html#8eb7e45a2f3be52debafe4570da65bfb">studio.h</a>
<li>STDC
: <a class="el" href="studio_8h.html#ba370ddb25a3dad61003a0f44aa42133">studio.h</a>
<li>STDIN_FILENO
: <a class="el" href="studio_8h.html#fcf80a6d91178952d107ad00b165752b">studio.h</a>
<li>storage_class
: <a class="el" href="studio_8h.html#2fc69fd1121950d76eee1b5c688d0787">studio.h</a>
<li>StreamImageCommand()
: <a class="el" href="stream_8c.html#3836ced5beaa291a129430e3c0bb90b2">stream.c</a>
, <a class="el" href="stream_8h.html#a48ff88ee9e7ed0c98dce750ce985cb4">stream.h</a>
<li>StreamUsage()
: <a class="el" href="stream_8c.html#78b3affe7f7993a45e6cc7c44d832300">stream.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,109 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index__"><span>_</span></a></li>
<li><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li class="current"><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
<li>ThrowAnimateException
: <a class="el" href="animate_8c.html#92b3823997a45754455922cc728d838a">animate.c</a>
<li>ThrowAnimateInvalidArgumentException
: <a class="el" href="animate_8c.html#6ad75dfa4e2bfb2292945d96d9542f96">animate.c</a>
<li>ThrowAPIException
: <a class="el" href="wandtest_8c.html#9b698c8b7617eab81be9fc1e771fae8d">wandtest.c</a>
<li>ThrowCompareException
: <a class="el" href="compare_8c.html#a035bf94095c7f59a7b41fdb719ca98f">compare.c</a>
<li>ThrowCompareInvalidArgumentException
: <a class="el" href="compare_8c.html#5d3a25332e3aeedc7017e7e148a3535c">compare.c</a>
<li>ThrowCompositeException
: <a class="el" href="composite_8c.html#e4eb7bf9ff543ae09bc9958c5ad31b28">composite.c</a>
<li>ThrowCompositeInvalidArgumentException
: <a class="el" href="composite_8c.html#fd8e22bc9178210e0261046fb1d2ae52">composite.c</a>
<li>ThrowConjureException
: <a class="el" href="conjure_8c.html#24df7499c962ab3654cbbe8ef9a91a7d">conjure.c</a>
<li>ThrowConjureInvalidArgumentException
: <a class="el" href="conjure_8c.html#a5a4b68d24640561a6cdbd6781db1e21">conjure.c</a>
<li>ThrowConvertException
: <a class="el" href="convert_8c.html#2f4b8b588f4554c2b056dd1b183f1938">convert.c</a>
<li>ThrowConvertInvalidArgumentException
: <a class="el" href="convert_8c.html#06d20e5cf55a3d9ae9e3ecfef83cbad5">convert.c</a>
<li>ThrowDisplayException
: <a class="el" href="display_8c.html#718a255fa5f4d8a23394cd2030eb8220">display.c</a>
<li>ThrowDisplayInvalidArgumentException
: <a class="el" href="display_8c.html#47ddea8180fdf8ee9ab9191d00ba62a9">display.c</a>
<li>ThrowDrawException
: <a class="el" href="drawing-wand_8c.html#26c5e315b48b1aa52ab8098f83abe46b">drawing-wand.c</a>
<li>ThrowFileException
: <a class="el" href="convert_8c.html#34e8589b374c7429fd8b84a771e6d3b0">convert.c</a>
<li>ThrowIdentifyException
: <a class="el" href="identify_8c.html#193e3aca528b264cec15c9b354d4892c">identify.c</a>
<li>ThrowIdentifyInvalidArgumentException
: <a class="el" href="identify_8c.html#5e06a1978824a5221cfb259150992c25">identify.c</a>
<li>ThrowImportException
: <a class="el" href="import_8c.html#6476457d6c35c7905e3b7b5d3f34c672">import.c</a>
<li>ThrowImportInvalidArgumentException
: <a class="el" href="import_8c.html#859a11afcef8050e688f0d325893637f">import.c</a>
<li>ThrowMogrifyException
: <a class="el" href="mogrify_8c.html#a2e2f497feafb7147bd83af21ffcf088">mogrify.c</a>
<li>ThrowMogrifyInvalidArgumentException
: <a class="el" href="mogrify_8c.html#2dca23e54e2c90568cbda72b5bea825d">mogrify.c</a>
<li>ThrowMontageException
: <a class="el" href="montage_8c.html#5815b7255e94e89d235e4a63c4b6b358">montage.c</a>
<li>ThrowMontageInvalidArgumentException
: <a class="el" href="montage_8c.html#ae420be89ca05a7f142a8a63a537156b">montage.c</a>
<li>ThrowStreamException
: <a class="el" href="stream_8c.html#538189c206194923afff8c0c1fa2bfe3">stream.c</a>
<li>ThrowStreamInvalidArgumentException
: <a class="el" href="stream_8c.html#26db9fd52c5e888c9389cbf3f94edb35">stream.c</a>
<li>ThrowWandException
: <a class="el" href="deprecate_8c.html#d7f16903f0e0d1a83b9f806aabac6b8a">deprecate.c</a>
, <a class="el" href="magick-property_8c.html#d7f16903f0e0d1a83b9f806aabac6b8a">magick-property.c</a>
, <a class="el" href="magick-image_8c.html#d7f16903f0e0d1a83b9f806aabac6b8a">magick-image.c</a>
, <a class="el" href="magick-wand_8c.html#d7f16903f0e0d1a83b9f806aabac6b8a">magick-wand.c</a>
<li>ThrowWandFatalException
: <a class="el" href="studio_8h.html#7df2be8c7e6e2de5b764e30bb158d5c3">studio.h</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,54 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index__"><span>_</span></a></li>
<li><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li class="current"><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_u">- u -</a></h3><ul>
<li>UndefinedCompressionQuality
: <a class="el" href="mogrify_8c.html#9f77683334df924a316246ae901685e5">mogrify.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,72 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index__"><span>_</span></a></li>
<li><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li class="current"><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_w">- w -</a></h3><ul>
<li>wand_attribute
: <a class="el" href="MagickWand_8h.html#850c3932f9691943aa2a69cd271cdfa1">MagickWand.h</a>
, <a class="el" href="studio_8h.html#850c3932f9691943aa2a69cd271cdfa1">studio.h</a>
<li>wand_ids
: <a class="el" href="wand_8c.html#d6ad4a30099b83485bde7e594a8ffdb2">wand.c</a>
<li>wand_semaphore
: <a class="el" href="wand_8c.html#3e7278e72a12836f6c87d33ed4c37c85">wand.c</a>
<li>wand_unused
: <a class="el" href="studio_8h.html#65b4a9d3c980719b43f83c9b5f824550">studio.h</a>
<li>WandDelay
: <a class="el" href="wandtest_8c.html#1edd9dc0b7dcb05c1a8e273c1fdae0bb">wandtest.c</a>
<li>WandExport
: <a class="el" href="studio_8h.html#5df04fd878d67c5bf03155443d549b23">studio.h</a>
, <a class="el" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">MagickWand.h</a>
<li>WandGlobal
: <a class="el" href="studio_8h.html#bd57532620159473e6b3ab650b74f585">studio.h</a>
, <a class="el" href="MagickWand_8h.html#bd57532620159473e6b3ab650b74f585">MagickWand.h</a>
<li>WandSignature
: <a class="el" href="MagickWand_8h.html#1e5df5bede9d9f1083aacf86d8584612">MagickWand.h</a>
, <a class="el" href="studio_8h.html#1e5df5bede9d9f1083aacf86d8584612">studio.h</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,56 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index__"><span>_</span></a></li>
<li><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li class="current"><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_x">- x -</a></h3><ul>
<li>X11_PREFERENCES_PATH
: <a class="el" href="studio_8h.html#609041f5c2480254308bc39f0a5bc0ff">studio.h</a>
<li>X_OK
: <a class="el" href="mogrify_8c.html#5e995ef7690698b62bf016b14fbc45ca">mogrify.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,266 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li class="current"><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="#index__"><span>_</span></a></li>
<li><a href="#index_c"><span>c</span></a></li>
<li><a href="#index_d"><span>d</span></a></li>
<li><a href="#index_e"><span>e</span></a></li>
<li><a href="#index_i"><span>i</span></a></li>
<li><a href="#index_m"><span>m</span></a></li>
<li><a href="#index_n"><span>n</span></a></li>
<li><a href="#index_o"><span>o</span></a></li>
<li><a href="#index_p"><span>p</span></a></li>
<li><a href="#index_q"><span>q</span></a></li>
<li><a href="#index_r"><span>r</span></a></li>
<li><a href="#index_s"><span>s</span></a></li>
<li><a href="#index_t"><span>t</span></a></li>
<li><a href="#index_u"><span>u</span></a></li>
<li><a href="#index_w"><span>w</span></a></li>
<li><a href="#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
&nbsp;
<p>
<h3><a class="anchor" name="index__">- _ -</a></h3><ul>
<li>_MAGICKWAND_CONFIG_H
: <a class="el" href="MagickWand_8h.html#bb53447d0b0cf482acf4dcefd577d8dc">MagickWand.h</a>
, <a class="el" href="studio_8h.html#bb53447d0b0cf482acf4dcefd577d8dc">studio.h</a>
</ul>
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
<li>CurrentContext
: <a class="el" href="drawing-wand_8c.html#98cc83eef0b281bf939bb8d3d246cb25">drawing-wand.c</a>
</ul>
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
<li>DegreesToRadians
: <a class="el" href="magick-wand-private_8h.html#4b45917df9c2dd996220e6da5b4afa80">magick-wand-private.h</a>
, <a class="el" href="mogrify-private_8h.html#4b45917df9c2dd996220e6da5b4afa80">mogrify-private.h</a>
<li>DestroyAnimate
: <a class="el" href="animate_8c.html#808dc037212ec81b94ebb895ff416173">animate.c</a>
<li>DestroyCompare
: <a class="el" href="compare_8c.html#f93582c3cd0ace4f6135c243e50da769">compare.c</a>
<li>DestroyComposite
: <a class="el" href="composite_8c.html#0a691e1c0bf177113a0d79cb491f741e">composite.c</a>
<li>DestroyConjure
: <a class="el" href="conjure_8c.html#b277a96e3eab2d44b6af7da0989463c7">conjure.c</a>
<li>DestroyConvert
: <a class="el" href="convert_8c.html#d54fa585e3101c3800eb3158be90db41">convert.c</a>
<li>DestroyDisplay
: <a class="el" href="display_8c.html#a1d33fe667768bc54e110991fefd8cbd">display.c</a>
<li>DestroyIdentify
: <a class="el" href="identify_8c.html#39d703f7bc3440c0b4623fa38302bd9f">identify.c</a>
<li>DestroyImport
: <a class="el" href="import_8c.html#2698f921134949d6fbbfaa225b0c0715">import.c</a>
<li>DestroyMogrify
: <a class="el" href="mogrify_8c.html#52ef12b0a8cf8140137a4f97b7c4ec1f">mogrify.c</a>
<li>DestroyMontage
: <a class="el" href="montage_8c.html#7a39d04e2ff633760379eb43031bb76c">montage.c</a>
<li>DestroyStream
: <a class="el" href="stream_8c.html#44899b16e7a3830033e042e831bfed7c">stream.c</a>
<li>DirectoryListSeparator
: <a class="el" href="studio_8h.html#c8adb63ee8a6f8adcf42c41c24b7393f">studio.h</a>
<li>DirectorySeparator
: <a class="el" href="studio_8h.html#3c4bb3cdf8454eb5323de19ae57e296b">studio.h</a>
<li>DRAW_BINARY_IMPLEMENTATION
: <a class="el" href="drawing-wand_8c.html#b950af3eac6f6c5b73229662058ce376">drawing-wand.c</a>
<li>DrawingWandId
: <a class="el" href="drawing-wand_8c.html#8d7530ba2c9692433232b24f34c09166">drawing-wand.c</a>
</ul>
<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
<li>EditorOptions
: <a class="el" href="studio_8h.html#859b939e2a80f94bfa12163135323184">studio.h</a>
<li>Exit
: <a class="el" href="studio_8h.html#7fb54afd6da143e9292dea54ddf6d6d3">studio.h</a>
</ul>
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
<li>IsBasenameSeparator
: <a class="el" href="studio_8h.html#3a4d3ed9a524b8f8d31f5d652578d7f4">studio.h</a>
</ul>
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
<li>MAGICKCORE_POSIX_SUPPORT
: <a class="el" href="studio_8h.html#118bf60966fb91992092f6efcdce92c6">studio.h</a>
<li>MagickPI
: <a class="el" href="magick-wand-private_8h.html#dddca64c32cd95a435965636f812fbde">magick-wand-private.h</a>
, <a class="el" href="mogrify-private_8h.html#dddca64c32cd95a435965636f812fbde">mogrify-private.h</a>
<li>MagickSeek
: <a class="el" href="studio_8h.html#dc5d37cb67c63237b26cba4b9b420c94">studio.h</a>
<li>MagickTell
: <a class="el" href="studio_8h.html#08a226dd698b132b51eea28df3769d8b">studio.h</a>
<li>MAGICKWAND_IMPLEMENTATION
: <a class="el" href="studio_8h.html#9a477b787ec438089f37ef2d3cff15b7">studio.h</a>
<li>MagickWandId
: <a class="el" href="magick-wand-private_8h.html#ad76d38b180ea7340f7c515372dc853f">magick-wand-private.h</a>
, <a class="el" href="magick-image_8c.html#ad76d38b180ea7340f7c515372dc853f">magick-image.c</a>
<li>MaxImageStackDepth
: <a class="el" href="mogrify-private_8h.html#f634fa2085cd7aa0951c24caac4cc027">mogrify-private.h</a>
<li>MaxTextExtent
: <a class="el" href="MagickWand_8h.html#6bb6730cc0ff2be19b3a403e54b1aaf0">MagickWand.h</a>
, <a class="el" href="studio_8h.html#6bb6730cc0ff2be19b3a403e54b1aaf0">studio.h</a>
<li>ModuleExport
: <a class="el" href="studio_8h.html#2ea2ae39627f30331898b073d13f4dd1">studio.h</a>
, <a class="el" href="MagickWand_8h.html#2ea2ae39627f30331898b073d13f4dd1">MagickWand.h</a>
<li>MogrifyImageStack
: <a class="el" href="mogrify-private_8h.html#402285aa04285b23a1c13035cf5e6eef">mogrify-private.h</a>
<li>MogrifyImageTag
: <a class="el" href="mogrify_8c.html#e1840b0907a846374662c59b37a1cd7f">mogrify.c</a>
</ul>
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
<li>NAMLEN
: <a class="el" href="studio_8h.html#bb80c1eb90e546dbdc94f79e74ffd787">studio.h</a>
<li>NotInitialized
: <a class="el" href="convert_8c.html#422d5d4e2c5327fab448dd8656cc197d">convert.c</a>
, <a class="el" href="composite_8c.html#422d5d4e2c5327fab448dd8656cc197d">composite.c</a>
</ul>
<h3><a class="anchor" name="index_o">- o -</a></h3><ul>
<li>O_BINARY
: <a class="el" href="studio_8h.html#36fa9b2e726512bc17a7a6d3e39002be">studio.h</a>
</ul>
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
<li>PixelIteratorId
: <a class="el" href="pixel-iterator_8c.html#de6baae7c65b794cdb51de1965995f4d">pixel-iterator.c</a>
<li>PixelWandId
: <a class="el" href="pixel-wand_8c.html#7ca699e0da609bcdb6822098cca7b6c4">pixel-wand.c</a>
<li>ProcessPendingEvents
: <a class="el" href="studio_8h.html#966daf1aedd3b59a5a0a10bb56e2f827">studio.h</a>
</ul>
<h3><a class="anchor" name="index_q">- q -</a></h3><ul>
<li>QuantumScale
: <a class="el" href="magick-wand-private_8h.html#eee7d297e9e3733c9e3b34594c582afe">magick-wand-private.h</a>
, <a class="el" href="mogrify-private_8h.html#eee7d297e9e3733c9e3b34594c582afe">mogrify-private.h</a>
<li>QuantumTick
: <a class="el" href="magick-wand-private_8h.html#5328dab476e2451ad74be94740a8f71a">magick-wand-private.h</a>
, <a class="el" href="mogrify-private_8h.html#5328dab476e2451ad74be94740a8f71a">mogrify-private.h</a>
</ul>
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
<li>RadiansToDegrees
: <a class="el" href="magick-wand-private_8h.html#ee673359f8d2f4b696a214f8d0bc9c97">magick-wand-private.h</a>
, <a class="el" href="mogrify-private_8h.html#ee673359f8d2f4b696a214f8d0bc9c97">mogrify-private.h</a>
<li>ReadCommandlLine
: <a class="el" href="studio_8h.html#b89a8ea736f843e85f0a2e64e892f68e">studio.h</a>
</ul>
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
<li>S_ISDIR
: <a class="el" href="studio_8h.html#3746cdc5aac871e6f6504fbcbd29ef1d">studio.h</a>
<li>S_ISREG
: <a class="el" href="studio_8h.html#ad0f32c2c182238f2ff71c83e6ab65a0">studio.h</a>
<li>S_MODE
: <a class="el" href="studio_8h.html#f90af1bc68960811e82d0ca3782b8c46">studio.h</a>
<li>SetNotifyHandlers
: <a class="el" href="studio_8h.html#8eb7e45a2f3be52debafe4570da65bfb">studio.h</a>
<li>STDC
: <a class="el" href="studio_8h.html#ba370ddb25a3dad61003a0f44aa42133">studio.h</a>
<li>STDIN_FILENO
: <a class="el" href="studio_8h.html#fcf80a6d91178952d107ad00b165752b">studio.h</a>
<li>storage_class
: <a class="el" href="studio_8h.html#2fc69fd1121950d76eee1b5c688d0787">studio.h</a>
</ul>
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
<li>ThrowAnimateException
: <a class="el" href="animate_8c.html#92b3823997a45754455922cc728d838a">animate.c</a>
<li>ThrowAnimateInvalidArgumentException
: <a class="el" href="animate_8c.html#6ad75dfa4e2bfb2292945d96d9542f96">animate.c</a>
<li>ThrowAPIException
: <a class="el" href="wandtest_8c.html#9b698c8b7617eab81be9fc1e771fae8d">wandtest.c</a>
<li>ThrowCompareException
: <a class="el" href="compare_8c.html#a035bf94095c7f59a7b41fdb719ca98f">compare.c</a>
<li>ThrowCompareInvalidArgumentException
: <a class="el" href="compare_8c.html#5d3a25332e3aeedc7017e7e148a3535c">compare.c</a>
<li>ThrowCompositeException
: <a class="el" href="composite_8c.html#e4eb7bf9ff543ae09bc9958c5ad31b28">composite.c</a>
<li>ThrowCompositeInvalidArgumentException
: <a class="el" href="composite_8c.html#fd8e22bc9178210e0261046fb1d2ae52">composite.c</a>
<li>ThrowConjureException
: <a class="el" href="conjure_8c.html#24df7499c962ab3654cbbe8ef9a91a7d">conjure.c</a>
<li>ThrowConjureInvalidArgumentException
: <a class="el" href="conjure_8c.html#a5a4b68d24640561a6cdbd6781db1e21">conjure.c</a>
<li>ThrowConvertException
: <a class="el" href="convert_8c.html#2f4b8b588f4554c2b056dd1b183f1938">convert.c</a>
<li>ThrowConvertInvalidArgumentException
: <a class="el" href="convert_8c.html#06d20e5cf55a3d9ae9e3ecfef83cbad5">convert.c</a>
<li>ThrowDisplayException
: <a class="el" href="display_8c.html#718a255fa5f4d8a23394cd2030eb8220">display.c</a>
<li>ThrowDisplayInvalidArgumentException
: <a class="el" href="display_8c.html#47ddea8180fdf8ee9ab9191d00ba62a9">display.c</a>
<li>ThrowDrawException
: <a class="el" href="drawing-wand_8c.html#26c5e315b48b1aa52ab8098f83abe46b">drawing-wand.c</a>
<li>ThrowFileException
: <a class="el" href="convert_8c.html#34e8589b374c7429fd8b84a771e6d3b0">convert.c</a>
<li>ThrowIdentifyException
: <a class="el" href="identify_8c.html#193e3aca528b264cec15c9b354d4892c">identify.c</a>
<li>ThrowIdentifyInvalidArgumentException
: <a class="el" href="identify_8c.html#5e06a1978824a5221cfb259150992c25">identify.c</a>
<li>ThrowImportException
: <a class="el" href="import_8c.html#6476457d6c35c7905e3b7b5d3f34c672">import.c</a>
<li>ThrowImportInvalidArgumentException
: <a class="el" href="import_8c.html#859a11afcef8050e688f0d325893637f">import.c</a>
<li>ThrowMogrifyException
: <a class="el" href="mogrify_8c.html#a2e2f497feafb7147bd83af21ffcf088">mogrify.c</a>
<li>ThrowMogrifyInvalidArgumentException
: <a class="el" href="mogrify_8c.html#2dca23e54e2c90568cbda72b5bea825d">mogrify.c</a>
<li>ThrowMontageException
: <a class="el" href="montage_8c.html#5815b7255e94e89d235e4a63c4b6b358">montage.c</a>
<li>ThrowMontageInvalidArgumentException
: <a class="el" href="montage_8c.html#ae420be89ca05a7f142a8a63a537156b">montage.c</a>
<li>ThrowStreamException
: <a class="el" href="stream_8c.html#538189c206194923afff8c0c1fa2bfe3">stream.c</a>
<li>ThrowStreamInvalidArgumentException
: <a class="el" href="stream_8c.html#26db9fd52c5e888c9389cbf3f94edb35">stream.c</a>
<li>ThrowWandException
: <a class="el" href="deprecate_8c.html#d7f16903f0e0d1a83b9f806aabac6b8a">deprecate.c</a>
, <a class="el" href="magick-property_8c.html#d7f16903f0e0d1a83b9f806aabac6b8a">magick-property.c</a>
, <a class="el" href="magick-image_8c.html#d7f16903f0e0d1a83b9f806aabac6b8a">magick-image.c</a>
, <a class="el" href="magick-wand_8c.html#d7f16903f0e0d1a83b9f806aabac6b8a">magick-wand.c</a>
<li>ThrowWandFatalException
: <a class="el" href="studio_8h.html#7df2be8c7e6e2de5b764e30bb158d5c3">studio.h</a>
</ul>
<h3><a class="anchor" name="index_u">- u -</a></h3><ul>
<li>UndefinedCompressionQuality
: <a class="el" href="mogrify_8c.html#9f77683334df924a316246ae901685e5">mogrify.c</a>
</ul>
<h3><a class="anchor" name="index_w">- w -</a></h3><ul>
<li>wand_attribute
: <a class="el" href="MagickWand_8h.html#850c3932f9691943aa2a69cd271cdfa1">MagickWand.h</a>
, <a class="el" href="studio_8h.html#850c3932f9691943aa2a69cd271cdfa1">studio.h</a>
<li>wand_unused
: <a class="el" href="studio_8h.html#65b4a9d3c980719b43f83c9b5f824550">studio.h</a>
<li>WandDelay
: <a class="el" href="wandtest_8c.html#1edd9dc0b7dcb05c1a8e273c1fdae0bb">wandtest.c</a>
<li>WandExport
: <a class="el" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">MagickWand.h</a>
, <a class="el" href="studio_8h.html#5df04fd878d67c5bf03155443d549b23">studio.h</a>
<li>WandGlobal
: <a class="el" href="MagickWand_8h.html#bd57532620159473e6b3ab650b74f585">MagickWand.h</a>
, <a class="el" href="studio_8h.html#bd57532620159473e6b3ab650b74f585">studio.h</a>
<li>WandSignature
: <a class="el" href="MagickWand_8h.html#1e5df5bede9d9f1083aacf86d8584612">MagickWand.h</a>
, <a class="el" href="studio_8h.html#1e5df5bede9d9f1083aacf86d8584612">studio.h</a>
</ul>
<h3><a class="anchor" name="index_x">- x -</a></h3><ul>
<li>X11_PREFERENCES_PATH
: <a class="el" href="studio_8h.html#609041f5c2480254308bc39f0a5bc0ff">studio.h</a>
<li>X_OK
: <a class="el" href="mogrify_8c.html#5e995ef7690698b62bf016b14fbc45ca">mogrify.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,31 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li class="current"><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
&nbsp;
<p>
<ul>
<li>PathMode
: <a class="el" href="drawing-wand_8c.html#13b6c9d68394a38d8f60c7cbfadd499e">drawing-wand.c</a>
<li>PathOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8">drawing-wand.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,55 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li class="current"><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
&nbsp;
<p>
<ul>
<li>AbsolutePathMode
: <a class="el" href="drawing-wand_8c.html#13b6c9d68394a38d8f60c7cbfadd499e73daa83d061fbcb39403663060e9f61a">drawing-wand.c</a>
<li>DefaultPathMode
: <a class="el" href="drawing-wand_8c.html#13b6c9d68394a38d8f60c7cbfadd499e5309eb0dea6b5bfe935e56c2d256908f">drawing-wand.c</a>
<li>PathCloseOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8affd061313e32aac340dc993ec0ee4f8">drawing-wand.c</a>
<li>PathCurveToOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8b91b2a476b5f0573bba7ef8eefb7f296">drawing-wand.c</a>
<li>PathCurveToQuadraticBezierOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8d3d707593ec8aa1ccddc8018b472ab45">drawing-wand.c</a>
<li>PathCurveToQuadraticBezierSmoothOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8513559636497c68b41e06bd7e6590512">drawing-wand.c</a>
<li>PathCurveToSmoothOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8dd03d7d84bd6b73c51369cd52ea8bba6">drawing-wand.c</a>
<li>PathDefaultOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8b35b2e8f43ba2f7ec9904aec2878a42a">drawing-wand.c</a>
<li>PathEllipticArcOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8b38f7db85122f867a05844ad97c554f5">drawing-wand.c</a>
<li>PathLineToHorizontalOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c852f81f81ff279bfd3290825a6cc7bb28">drawing-wand.c</a>
<li>PathLineToOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8a37c7bfc97ebc955f1d8d27dfedf8439">drawing-wand.c</a>
<li>PathLineToVerticalOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8e8c97e072198a3b8e83957a3930f5ba2">drawing-wand.c</a>
<li>PathMoveToOperation
: <a class="el" href="drawing-wand_8c.html#bac3b4d8e4b5a09f0436b51cc798e3c8bb32513e286eaef70dedd70a9a68d096">drawing-wand.c</a>
<li>RelativePathMode
: <a class="el" href="drawing-wand_8c.html#13b6c9d68394a38d8f60c7cbfadd499e4c0f5a2eefa374d0c7ba005737f10ac6">drawing-wand.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,53 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li class="current"><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li class="current"><a href="globals_func.html#index_a"><span>a</span></a></li>
<li><a href="globals_func_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_func_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_func_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_func_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_func_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_func_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_func_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_func_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_func_0x73.html#index_s"><span>s</span></a></li>
</ul>
</div>
<p>
&nbsp;
<p>
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
<li>AcquireWandId()
: <a class="el" href="wand_8c.html#b2754e34181d9524ae1d5f909a025d98">wand.c</a>
, <a class="el" href="wand_8h.html#b2754e34181d9524ae1d5f909a025d98">wand.h</a>
<li>AdjustAffine()
: <a class="el" href="drawing-wand_8c.html#483801c5991d858146457d5daf003b83">drawing-wand.c</a>
<li>AnimateImageCommand()
: <a class="el" href="animate_8c.html#cdf5255455a6f2171d9a9d01bb9bc7e3">animate.c</a>
, <a class="el" href="animate_8h.html#f862e0a0d3aae65ee1060697f9b8e40c">animate.h</a>
<li>AnimateUsage()
: <a class="el" href="animate_8c.html#c89569cad6645f138022e6192b1b2264">animate.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,97 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li class="current"><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals_func.html#index_a"><span>a</span></a></li>
<li class="current"><a href="globals_func_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_func_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_func_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_func_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_func_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_func_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_func_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_func_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_func_0x73.html#index_s"><span>s</span></a></li>
</ul>
</div>
<p>
&nbsp;
<p>
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
<li>ClearDrawingWand()
: <a class="el" href="drawing-wand_8c.html#07f42a0512674a652a6c549b47f8dbce">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#df06c8bb17cdc297bbe146070ef997a5">drawing-wand.h</a>
<li>ClearMagickWand()
: <a class="el" href="MagickWand_8h.html#a1655540c3de5be2fa48ed629ca942b1">MagickWand.h</a>
, <a class="el" href="magick-wand_8c.html#e39e4ee6ca757d764e05c2bb5e8090de">magick-wand.c</a>
<li>ClearPixelIterator()
: <a class="el" href="pixel-iterator_8c.html#e6807262696b943700258025282aedd4">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#4f5f8454ce1a68a7d27f744de0350b6d">pixel-iterator.h</a>
<li>ClearPixelWand()
: <a class="el" href="pixel-wand_8h.html#fa33d17f29be94110bce9b46554e9a81">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#b296580732e61c61902ea75a04302308">pixel-wand.c</a>
<li>CloneDrawingWand()
: <a class="el" href="drawing-wand_8c.html#81bc6e44934453973e3c8929b62b9d7a">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#477575754171525290e1c2ee1d1f0b74">drawing-wand.h</a>
<li>CloneMagickWand()
: <a class="el" href="magick-wand_8c.html#687daf64e2795f27fdbaafae1192127a">magick-wand.c</a>
, <a class="el" href="MagickWand_8h.html#6aa1e6862c46022a1bee691c40ee8454">MagickWand.h</a>
<li>CloneMagickWandFromImages()
: <a class="el" href="deprecate_8c.html#fb48a0fd2cd7f4c23e4e64148df7ff82">deprecate.c</a>
, <a class="el" href="magick-image_8c.html#fb48a0fd2cd7f4c23e4e64148df7ff82">magick-image.c</a>
<li>ClonePixelIterator()
: <a class="el" href="pixel-iterator_8h.html#bc52144b65f4f8c275aca38e454d157d">pixel-iterator.h</a>
, <a class="el" href="pixel-iterator_8c.html#0347a3e49158598b4e3679c90a52610f">pixel-iterator.c</a>
<li>ClonePixelWand()
: <a class="el" href="pixel-wand_8c.html#917d8639567bf138c30897151ae8ee7c">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#29113c199a9a34a732dc324d683201f3">pixel-wand.h</a>
<li>ClonePixelWands()
: <a class="el" href="pixel-wand_8c.html#fe5f53c0b8b7cb77a6bbeeb36e7f7a42">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#dcf9f31e086eba70070ecf74dd7b382a">pixel-wand.h</a>
<li>CompareImageCommand()
: <a class="el" href="compare_8c.html#d044b755d41488dd8ec4c4d9bf2196a6">compare.c</a>
, <a class="el" href="compare_8h.html#a74132bf2a6d1ef37945bcacddd34840">compare.h</a>
<li>CompareUsage()
: <a class="el" href="compare_8c.html#ff77a968c9aaaaeb92fac34de540895b">compare.c</a>
<li>CompositeImageCommand()
: <a class="el" href="composite_8h.html#f1b4176542cf8cfdb753d10a4d327780">composite.h</a>
, <a class="el" href="composite_8c.html#28da3a461a0d0083f60a712b7dc2d501">composite.c</a>
<li>CompositeImageList()
: <a class="el" href="composite_8c.html#b12ea3de558c59ce2b0c648222b30c95">composite.c</a>
<li>CompositeUsage()
: <a class="el" href="composite_8c.html#4cf5df961679f13246862090446f6feb">composite.c</a>
<li>ConcatenateImages()
: <a class="el" href="convert_8c.html#0c88aea8c9cccc91a4fb09188eae74bc">convert.c</a>
<li>ConjureImageCommand()
: <a class="el" href="conjure_8c.html#0dfe042f73bc5602b9d16deb1c8d2857">conjure.c</a>
, <a class="el" href="conjure_8h.html#4bb7b394b1e3fb5401b9d874fd632a6d">conjure.h</a>
<li>ConjureUsage()
: <a class="el" href="conjure_8c.html#20102bba5be9339839ef3f2e030ac99e">conjure.c</a>
<li>ConvertImageCommand()
: <a class="el" href="convert_8h.html#4db46ccdb9b6ec2a6b71aa3f2a619463">convert.h</a>
, <a class="el" href="convert_8c.html#564aa466886ca5189685f6eabd371ad6">convert.c</a>
<li>ConvertUsage()
: <a class="el" href="convert_8c.html#f26c8bca28de10b80b447ba3b3c791ec">convert.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,441 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li class="current"><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals_func.html#index_a"><span>a</span></a></li>
<li><a href="globals_func_0x63.html#index_c"><span>c</span></a></li>
<li class="current"><a href="globals_func_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_func_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_func_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_func_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_func_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_func_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_func_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_func_0x73.html#index_s"><span>s</span></a></li>
</ul>
</div>
<p>
&nbsp;
<p>
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
<li>DestroyDrawingWand()
: <a class="el" href="drawing-wand_8c.html#6ce502a02a348c13c5ea22ea8b1b3383">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#b615b9b036f62d9c0de089720bf1407c">drawing-wand.h</a>
<li>DestroyMagickWand()
: <a class="el" href="MagickWand_8h.html#0ee755b181b5b50da54713c568a93bcd">MagickWand.h</a>
, <a class="el" href="magick-wand_8c.html#1c7c6e9ede09742ace7b668bbfad8faf">magick-wand.c</a>
<li>DestroyPixelIterator()
: <a class="el" href="pixel-iterator_8c.html#fa4f6bfa5a31f9cf7b663f10b98ceb68">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#a3f9083d4ea023efc631125c5f1c3683">pixel-iterator.h</a>
<li>DestroyPixelWand()
: <a class="el" href="pixel-wand_8h.html#5950dccf7a3bd4919d0cac20fc35d9b2">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#e219959bdcc7f35c7ef423e7fb29d803">pixel-wand.c</a>
<li>DestroyPixelWands()
: <a class="el" href="pixel-wand_8c.html#28974a04d6ef970d9e5df4d330c554e9">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#1b03c1c5d5a79e9db3f4bac463fac2c1">pixel-wand.h</a>
<li>DisplayImageCommand()
: <a class="el" href="display_8c.html#fc55188b064d4db95abbd53c688dc424">display.c</a>
, <a class="el" href="display_8h.html#b7f63d65585fe12f624a680a6e9447cf">display.h</a>
<li>DisplayUsage()
: <a class="el" href="display_8c.html#7addfef11519a0dd6fe7b02017600bd6">display.c</a>
<li>DrawAffine()
: <a class="el" href="drawing-wand_8c.html#08bfd3823e209528bc9abaf03279daed">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#ddd9a6e6336396ff7b6b277052d1079c">drawing-wand.h</a>
<li>DrawAllocateWand()
: <a class="el" href="drawing-wand_8c.html#a978f5e3180daa5e86d54e0ec4d71fa4">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#03fbb0709eb124a1168db4dc7b9e9c6a">drawing-wand.h</a>
<li>DrawAnnotation()
: <a class="el" href="drawing-wand_8c.html#28ca8bd48a3cf9c9fea151d14f8bfea1">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#3a823e2daf5a5f4a80f800dbaee86e72">drawing-wand.h</a>
<li>DrawArc()
: <a class="el" href="drawing-wand_8c.html#64f1a8219813099c5261592ec2635717">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#63d458dd403e9a5575b2d84ebbaa16c8">drawing-wand.h</a>
<li>DrawBezier()
: <a class="el" href="drawing-wand_8c.html#b6b6f202529895f8d2b797fb1cf5cc99">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#7c20d48be6def9b31922eaead43e7786">drawing-wand.h</a>
<li>DrawCircle()
: <a class="el" href="drawing-wand_8c.html#87fa1ec4adbb2b4e252bd7d2ba7fbc59">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#dfaaa6b50631ce0930fcb5e4ce54c82b">drawing-wand.h</a>
<li>DrawClearException()
: <a class="el" href="drawing-wand_8c.html#5f8c3133c1b33ce5dfdf2e04e706ec77">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#e9b1a89ebbf368e7ecde58beff69e46b">drawing-wand.h</a>
<li>DrawColor()
: <a class="el" href="drawing-wand_8c.html#46d8df5b4775d3baa38cddfa20f4b627">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#c0d030739ead906ad01a547ca7b584ba">drawing-wand.h</a>
<li>DrawComment()
: <a class="el" href="drawing-wand_8c.html#9978b874c73bbb997b0a07e735aa3d7e">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#f6c0b56a5325313e8858c827a5777273">drawing-wand.h</a>
<li>DrawComposite()
: <a class="el" href="drawing-wand_8c.html#e811e8bba0415f94aec6d96a6ac43ec5">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#a93f610f7b3351b6740a69b39f8566d0">drawing-wand.h</a>
<li>DrawEllipse()
: <a class="el" href="drawing-wand_8c.html#b4313722001fb0bccd4e476a0183f35a">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#68321d8704b26589d58910569acdc234">drawing-wand.h</a>
<li>DrawGetClipPath()
: <a class="el" href="drawing-wand_8c.html#af3bde8d0330a21a3ad5fdebe1645aeb">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#7585fd033514691f9e33d255feffe3bd">drawing-wand.h</a>
<li>DrawGetClipRule()
: <a class="el" href="drawing-wand_8c.html#b1b2f4f2f6d6c3cca3d18cce89c85d7b">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#64b4a38945dff2773243caf598434e20">drawing-wand.h</a>
<li>DrawGetClipUnits()
: <a class="el" href="drawing-wand_8c.html#f19629f8c997a9626a4722db3a35f5bd">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#79256e6d743f66e3d3e6e0ed7001c402">drawing-wand.h</a>
<li>DrawGetException()
: <a class="el" href="drawing-wand_8c.html#d840e595762ea3037c04aaf45bcc9e40">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#73169de68709cce0c88c681514952589">drawing-wand.h</a>
<li>DrawGetExceptionType()
: <a class="el" href="drawing-wand_8c.html#26c8ed530140f2504a87cf34a7182e30">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#dd80ff4de2655326821e7ac0d401bc8b">drawing-wand.h</a>
<li>DrawGetFillAlpha()
: <a class="el" href="deprecate_8c.html#59eea9323580337772f59552a0353f16">deprecate.c</a>
, <a class="el" href="deprecate_8h.html#9a9ee5904acc0587addfefea7595047a">deprecate.h</a>
<li>DrawGetFillColor()
: <a class="el" href="drawing-wand_8c.html#49a2198f19c2654f91de202654dc6df9">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#e4621f3886c5183e38f5d99f3ff3f57f">drawing-wand.h</a>
<li>DrawGetFillOpacity()
: <a class="el" href="drawing-wand_8c.html#fc121c1fd76b849ea16e00cad0040b87">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#51cd16f85113b132036d8f6c4e1aef73">drawing-wand.h</a>
<li>DrawGetFillRule()
: <a class="el" href="drawing-wand_8c.html#cffda8d90c9a680e346bbb0743c36a61">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#0d4a8b6bc54d8feb784ed1037bf69ac7">drawing-wand.h</a>
<li>DrawGetFont()
: <a class="el" href="drawing-wand_8c.html#4d61d77170b72bba40aadc7761d15e0d">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#f2699ef7e1addc18ae116b25f2a48282">drawing-wand.h</a>
<li>DrawGetFontFamily()
: <a class="el" href="drawing-wand_8c.html#2375cbc5fb4d4b025bd699d3a0fbbfe2">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#31b95e694cc98c119e95abe7f6d38051">drawing-wand.h</a>
<li>DrawGetFontSize()
: <a class="el" href="drawing-wand_8c.html#461d97ee67e7a85104017192ce76779e">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#e9568d600275180efd2464adbf1b43a6">drawing-wand.h</a>
<li>DrawGetFontStretch()
: <a class="el" href="drawing-wand_8c.html#ebab75cce9455acec6b78a185146fd7d">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#40295f3041c299cf31ac5c02e4998bb1">drawing-wand.h</a>
<li>DrawGetFontStyle()
: <a class="el" href="drawing-wand_8c.html#9e9cfabb13328a9fb7cabcfaca7cf512">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#ab7c1a2ce94c3e44d9e27d6fbb6ec11b">drawing-wand.h</a>
<li>DrawGetFontWeight()
: <a class="el" href="drawing-wand_8c.html#712ae430e9fd59cd6a181a4c42f65eac">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#badb195f3fbdc0abe40ce94053a52f10">drawing-wand.h</a>
<li>DrawGetGravity()
: <a class="el" href="drawing-wand_8c.html#b652e3d06588d6fccdd163a45a6bb6f9">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#0a3212bf7ade6db727ce0ed9b9ee55f5">drawing-wand.h</a>
<li>DrawGetStrokeAlpha()
: <a class="el" href="deprecate_8c.html#4c8a2b08a0083f30c111e008a49a8c9b">deprecate.c</a>
, <a class="el" href="deprecate_8h.html#593eb48185c9bdbba90fcf2cb4d5ab50">deprecate.h</a>
<li>DrawGetStrokeAntialias()
: <a class="el" href="drawing-wand_8c.html#a8e4734255dad9976381da80ec9b1d78">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#18a4f07893ad84e4eef84dff507adc64">drawing-wand.h</a>
<li>DrawGetStrokeColor()
: <a class="el" href="drawing-wand_8c.html#e7e7838fe9c9539af2acc318afd471aa">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#74eaacdf3d6461e47855ac5d2f104210">drawing-wand.h</a>
<li>DrawGetStrokeDashArray()
: <a class="el" href="drawing-wand_8c.html#22004997637cb63380f3eb9b30513fc3">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#e0b1aa71ef8fbdf913f6778d6376aa12">drawing-wand.h</a>
<li>DrawGetStrokeDashOffset()
: <a class="el" href="drawing-wand_8c.html#367c38a2ae08dc66b88264e77a07aad3">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#6f63c809221df55900c664c51d776476">drawing-wand.h</a>
<li>DrawGetStrokeLineCap()
: <a class="el" href="drawing-wand_8c.html#e5bb3bae6b16e405632326bbd9364049">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#05cbda204ee51126512ab1e64be8d9cd">drawing-wand.h</a>
<li>DrawGetStrokeLineJoin()
: <a class="el" href="drawing-wand_8c.html#cbe2909767b0b3746146f164b8b0defc">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#97b3c765e7048b62cacfd067630495d7">drawing-wand.h</a>
<li>DrawGetStrokeMiterLimit()
: <a class="el" href="drawing-wand_8c.html#ee2e2806c7efcc7a5bd091830638182c">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#70398629b4436a5687d820bfff534f57">drawing-wand.h</a>
<li>DrawGetStrokeOpacity()
: <a class="el" href="drawing-wand_8c.html#93e31fee2368bff01cac8f3dda5a86b4">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#e913cbac7240e1e4fcd01eaa312c8871">drawing-wand.h</a>
<li>DrawGetStrokeWidth()
: <a class="el" href="drawing-wand_8c.html#e3afd00cdf8873f54c1b4bd0ed8164ab">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#bc0596b8ef2dd72c44bcc8c02047a607">drawing-wand.h</a>
<li>DrawGetTextAlignment()
: <a class="el" href="drawing-wand_8c.html#0c5bad9d02968e4a9f0b5f1c0932b6db">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#692f7bbda75560c98e6002a94186d8a3">drawing-wand.h</a>
<li>DrawGetTextAntialias()
: <a class="el" href="drawing-wand_8c.html#7888b7ef8cc89b7d0406c9559698043c">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#6d9ec471d04610b290c4b32db6171750">drawing-wand.h</a>
<li>DrawGetTextDecoration()
: <a class="el" href="drawing-wand_8c.html#1070028f4181f34b8cc9e38730b53555">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#4267d724f945b984023102ac46116822">drawing-wand.h</a>
<li>DrawGetTextEncoding()
: <a class="el" href="drawing-wand_8c.html#7f992f597cc0ce341dc2b0eb0679c37a">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#e61f84aae512c0bec1ab1beac9284c07">drawing-wand.h</a>
<li>DrawGetTextUnderColor()
: <a class="el" href="drawing-wand_8c.html#675716082bb307c9af1c75ddc775b378">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#176bf2578a9278f8f6171668ba112526">drawing-wand.h</a>
<li>DrawGetVectorGraphics()
: <a class="el" href="drawing-wand_8c.html#527f7db11e3843d5b3c3cd22877bed46">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#85b1ab97c892eda1fc1d493148354ab2">drawing-wand.h</a>
<li>DrawLine()
: <a class="el" href="drawing-wand_8c.html#f225542fc9f115b6e90cd10c67270cac">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#63c2d929b554f4150cb89086736be6b3">drawing-wand.h</a>
<li>DrawMatte()
: <a class="el" href="drawing-wand_8c.html#d21055a3a0ab20b21362a687143aece7">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#f38b18503923b43555b804029d1abb83">drawing-wand.h</a>
<li>DrawPathClose()
: <a class="el" href="drawing-wand_8c.html#e8a1ebca83fcd1b51d2836db1e3a7ed3">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#6a5c1c6b733dcceb76a080f3de710034">drawing-wand.h</a>
<li>DrawPathCurveTo()
: <a class="el" href="drawing-wand_8c.html#d1d44a483041038841e1348a6505b892">drawing-wand.c</a>
<li>DrawPathCurveToAbsolute()
: <a class="el" href="drawing-wand_8c.html#d8f325f816a45a0c50f768cb98aac79b">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#d36bf6f61c409779b0000cf7f8f2dd9e">drawing-wand.h</a>
<li>DrawPathCurveToQuadraticBezier()
: <a class="el" href="drawing-wand_8c.html#022da539f7fd0de1607de4560194a925">drawing-wand.c</a>
<li>DrawPathCurveToQuadraticBezierAbsolute()
: <a class="el" href="drawing-wand_8c.html#4f69776fc20bef5a0d9a77411c4c1817">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#a4c10df137776fca9f8ccc0373b91bcf">drawing-wand.h</a>
<li>DrawPathCurveToQuadraticBezierRelative()
: <a class="el" href="drawing-wand_8c.html#94baa61f47b990ed3f0cd55cc651f03f">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#9c632d7bae3f668b329291ce1fa97e72">drawing-wand.h</a>
<li>DrawPathCurveToQuadraticBezierSmooth()
: <a class="el" href="drawing-wand_8c.html#1c84872c8eb269c4664ed7d4975192ba">drawing-wand.c</a>
<li>DrawPathCurveToQuadraticBezierSmoothAbsolute()
: <a class="el" href="drawing-wand_8c.html#eb6323a7dafaa31e10dd361464102422">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#9e8b4398626501a20e801b79a1d5efe4">drawing-wand.h</a>
<li>DrawPathCurveToQuadraticBezierSmoothRelative()
: <a class="el" href="drawing-wand_8c.html#0701ff49206af8e0727ef100fda3d44a">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#b52085f9f295c446e0785a0085b71c18">drawing-wand.h</a>
<li>DrawPathCurveToRelative()
: <a class="el" href="drawing-wand_8c.html#670d2d8d84a373bc11acf62021816f8b">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#a967b08fe5af00ab573627091cebc98e">drawing-wand.h</a>
<li>DrawPathCurveToSmooth()
: <a class="el" href="drawing-wand_8c.html#e5b54d927499b1ceb31190b10a9a5f98">drawing-wand.c</a>
<li>DrawPathCurveToSmoothAbsolute()
: <a class="el" href="drawing-wand_8c.html#c8c265b1f32047c5df860e810eb9eb49">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#c0c74bc30eccce72cc8f5c52d019ea2a">drawing-wand.h</a>
<li>DrawPathCurveToSmoothRelative()
: <a class="el" href="drawing-wand_8c.html#6d78da145685743df52c74285d1eacb5">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#442bdcb570f4fc11e88ac78a8d606296">drawing-wand.h</a>
<li>DrawPathEllipticArc()
: <a class="el" href="drawing-wand_8c.html#30ac83ed26a8f87e3a225f296b7fa8b5">drawing-wand.c</a>
<li>DrawPathEllipticArcAbsolute()
: <a class="el" href="drawing-wand_8h.html#2e7c4f75670b074cf0e0a9e654396ae6">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#69d854b628aee97bc82bfa0b46de6ca1">drawing-wand.c</a>
<li>DrawPathEllipticArcRelative()
: <a class="el" href="drawing-wand_8c.html#9ac4d63ddbd09982fa7d28f5d5de4143">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#2aaf84f53da6111fc96ec41b3d4a48b4">drawing-wand.h</a>
<li>DrawPathFinish()
: <a class="el" href="drawing-wand_8c.html#2548feaaff461e52660a62d8f2c047e8">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#16c470933cfa33779e5c327f45f08389">drawing-wand.h</a>
<li>DrawPathLineTo()
: <a class="el" href="drawing-wand_8c.html#5aac6f9a5d7294e6ea2e9ce2eb82646d">drawing-wand.c</a>
<li>DrawPathLineToAbsolute()
: <a class="el" href="drawing-wand_8h.html#5a34d4d9fd19d13b4a6a04250236fd9e">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#b62906ca40ba60aa649a98ce99c011b6">drawing-wand.c</a>
<li>DrawPathLineToHorizontal()
: <a class="el" href="drawing-wand_8c.html#623560ddcdee155e4c20a91edab81ac8">drawing-wand.c</a>
<li>DrawPathLineToHorizontalAbsolute()
: <a class="el" href="drawing-wand_8c.html#1abf3b76f8cd71e5bec4909bd736ad19">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#f8955c4fadb9a13d19c1537e9ff44d64">drawing-wand.h</a>
<li>DrawPathLineToHorizontalRelative()
: <a class="el" href="drawing-wand_8h.html#7c178a22b3ef2ca1fe8a3ac394e3bc2b">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#ee4863ae8f819258bc77e80a5b46adb9">drawing-wand.c</a>
<li>DrawPathLineToRelative()
: <a class="el" href="drawing-wand_8c.html#f55b38d1c5fc63e7df7a243e4b2e010f">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#a23d6756e1ec7b7c6842154df8cd6c50">drawing-wand.h</a>
<li>DrawPathLineToVertical()
: <a class="el" href="drawing-wand_8c.html#b429c67df99475d9ac05b4a651d46ef4">drawing-wand.c</a>
<li>DrawPathLineToVerticalAbsolute()
: <a class="el" href="drawing-wand_8c.html#67fd9478f864b2135482f3b223f33be8">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#13a3c1ac4703d530c470f087a899d214">drawing-wand.h</a>
<li>DrawPathLineToVerticalRelative()
: <a class="el" href="drawing-wand_8c.html#f309ddf581b24c41a0dc8412f311814c">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#98501518fef60de293ca087de446c4ea">drawing-wand.h</a>
<li>DrawPathMoveTo()
: <a class="el" href="drawing-wand_8c.html#31a754f66134543a7a189d3766a30cc7">drawing-wand.c</a>
<li>DrawPathMoveToAbsolute()
: <a class="el" href="drawing-wand_8c.html#d6dd87e78e4d00a77b49c613799943c2">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#efad02317f87b01ba57667e2a9187515">drawing-wand.h</a>
<li>DrawPathMoveToRelative()
: <a class="el" href="drawing-wand_8h.html#da90f0dd9e8d66ffc5f743e12a6cc01c">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#d3f691979b2f08977fb3eb3707bf0561">drawing-wand.c</a>
<li>DrawPathStart()
: <a class="el" href="drawing-wand_8c.html#e335a2f41d4a86e4ed3c1fbabf14f4ff">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#4ef67064f30c88c3014377ebc15f19bc">drawing-wand.h</a>
<li>DrawPeekGraphicWand()
: <a class="el" href="deprecate_8h.html#9547daebd5d284fe8b87300957601277">deprecate.h</a>
, <a class="el" href="deprecate_8c.html#c7ac8ae71a6b2e59a58ebb79ab904499">deprecate.c</a>
<li>DrawPoint()
: <a class="el" href="drawing-wand_8c.html#a4d5c2719d9a2f34221ac3e444ab6327">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#57c0ba5d6bf19550e2d6690333ddb193">drawing-wand.h</a>
<li>DrawPolygon()
: <a class="el" href="drawing-wand_8h.html#1049b526855bf548320a0305596472b9">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#95a59424fa7475e12cf3cbe43fdc550a">drawing-wand.c</a>
<li>DrawPolyline()
: <a class="el" href="drawing-wand_8c.html#6a92079af9a6a58d3da0770fe68d5292">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#60ac075f703a4afa30a98cb41dffb5bb">drawing-wand.h</a>
<li>DrawPopClipPath()
: <a class="el" href="drawing-wand_8c.html#5646de1791cea5f528354cb34245b996">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#65b6a61cd7ed9281adcae650629a2b52">drawing-wand.h</a>
<li>DrawPopDefs()
: <a class="el" href="drawing-wand_8c.html#e298d5c27bcba7b8fb952889e2e3af67">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#bd735212ea088c09a0ff460bebfc5064">drawing-wand.h</a>
<li>DrawPopGraphicContext()
: <a class="el" href="deprecate_8h.html#14f3adc79d5624b34acc3769141abbd2">deprecate.h</a>
, <a class="el" href="deprecate_8c.html#696a778c32e0690b1b4058cbdc3fa0c7">deprecate.c</a>
<li>DrawPopPattern()
: <a class="el" href="drawing-wand_8c.html#4b5772aba57678f52bab02a275e16196">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#e0c3afeef9f25a8297ac2c5356cb7b6e">drawing-wand.h</a>
<li>DrawPushClipPath()
: <a class="el" href="drawing-wand_8h.html#660957d3733a38c6b7fddb4dbfa888f9">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#a45a43c023877e7287fa17d2df6e396a">drawing-wand.c</a>
<li>DrawPushDefs()
: <a class="el" href="drawing-wand_8c.html#31d01ea74a56df6c6070a14f8e7497d2">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#74eb421ce583ec2db6c0effd202b4c98">drawing-wand.h</a>
<li>DrawPushGraphicContext()
: <a class="el" href="deprecate_8h.html#a3abba39e58d968edf411418b7dae0f8">deprecate.h</a>
, <a class="el" href="deprecate_8c.html#a28a25dfd6ef5ceaba9e1d82e258fd85">deprecate.c</a>
<li>DrawPushPattern()
: <a class="el" href="drawing-wand_8c.html#7d6f0591c616ee592dbe8e1ad5dc87ce">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#25ed4424e5a8664cd6e709fefb514ac6">drawing-wand.h</a>
<li>DrawRectangle()
: <a class="el" href="drawing-wand_8c.html#8cdecf37e2ca1cdaaeb5d7a4f6c9c965">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#4ea4ab580c5332ea96cfab3f3a7265b4">drawing-wand.h</a>
<li>DrawRender()
: <a class="el" href="drawing-wand_8h.html#06700d945fa865d766a3c4bc0c44c407">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#fececf078f58ff2d342c573d79ed171c">drawing-wand.c</a>
<li>DrawResetVectorGraphics()
: <a class="el" href="drawing-wand_8c.html#6d8d41f5bfe3f84a6dfea7efff440197">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#3ad7db901cd158d0021fa5924959c088">drawing-wand.h</a>
<li>DrawRotate()
: <a class="el" href="drawing-wand_8h.html#6a0818f333bfc9f059babcd82171692e">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#555fc0ed8915030c7b9e6144230a417f">drawing-wand.c</a>
<li>DrawRoundRectangle()
: <a class="el" href="drawing-wand_8h.html#73a3a70203b1463cd088f8e0e8b9702e">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#321dc8dd6cd306a480d026d0edd8d309">drawing-wand.c</a>
<li>DrawScale()
: <a class="el" href="drawing-wand_8c.html#859153df823fde75e514b7ebc3ab4c2a">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#447617a5f545ba33dfc0f4ff1ab2bc52">drawing-wand.h</a>
<li>DrawSetClipPath()
: <a class="el" href="drawing-wand_8c.html#1ed803445afa3ead70545de7fc3aa883">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#bd42e86ee12e130e80373e3d308668fa">drawing-wand.h</a>
<li>DrawSetClipRule()
: <a class="el" href="drawing-wand_8c.html#4fa1d06f32388b934c8e8742521db3b0">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#78a8328113b9ce6ebff255152526d4ed">drawing-wand.h</a>
<li>DrawSetClipUnits()
: <a class="el" href="drawing-wand_8c.html#357754153d894663e3f2547172478476">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#dc7c317736baa114365ae4a10516caa4">drawing-wand.h</a>
<li>DrawSetFillAlpha()
: <a class="el" href="deprecate_8h.html#022724aebc001ecc907281e9f0bb4c61">deprecate.h</a>
, <a class="el" href="deprecate_8c.html#9b1441b7b557cbe95d17a748a328fee9">deprecate.c</a>
<li>DrawSetFillColor()
: <a class="el" href="drawing-wand_8c.html#a312c3c69c07fd5e8319397f6e5ea656">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#6be51db377bbb47fc3c9742f0e827d44">drawing-wand.h</a>
<li>DrawSetFillOpacity()
: <a class="el" href="drawing-wand_8h.html#105f5394c6d731824adde16f5ba13118">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#4210f8a6f12529a49cdcfe7dcb363efa">drawing-wand.c</a>
<li>DrawSetFillPatternURL()
: <a class="el" href="drawing-wand_8h.html#69f61694ed67cf8615a25c6bb959bfcc">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#942ee9f775b060fc19ca0e1f89b7a5d8">drawing-wand.c</a>
<li>DrawSetFillRule()
: <a class="el" href="drawing-wand_8h.html#9e3070cd5a2845b407c83d57c0e43eee">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#2fefd1840de8d6a752e1ac92b65d2f9c">drawing-wand.c</a>
<li>DrawSetFont()
: <a class="el" href="drawing-wand_8h.html#9c2b2818880c9b07ae1ecac03db1ba97">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#d892b972fc8f9ead29a6e628eda533e6">drawing-wand.c</a>
<li>DrawSetFontFamily()
: <a class="el" href="drawing-wand_8h.html#ae3c4257ce4e6d3cd10ba5e4bfb695f0">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#dbd7b49ff1964eb64f2c2da93923f47b">drawing-wand.c</a>
<li>DrawSetFontSize()
: <a class="el" href="drawing-wand_8h.html#e4d7a8ef6e2249ee741ad8ae77989d46">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#6e5397324f3695fb4fe4e0d445db5afc">drawing-wand.c</a>
<li>DrawSetFontStretch()
: <a class="el" href="drawing-wand_8c.html#619c47b8243abde291e96d1019a97ac8">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#0009b3cd46977354584c4259f24b0c66">drawing-wand.h</a>
<li>DrawSetFontStyle()
: <a class="el" href="drawing-wand_8h.html#cdcc0be1bac85bfeb43d71e784379ab9">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#753ef36c5f9ba6c2fe4b67b1df95dd9b">drawing-wand.c</a>
<li>DrawSetFontWeight()
: <a class="el" href="drawing-wand_8c.html#92b6b2abdfe4d3df59146622aa19beb2">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#52e928bf8c1d3855aa61353fba450de8">drawing-wand.h</a>
<li>DrawSetGravity()
: <a class="el" href="drawing-wand_8h.html#698f19bafb82368a28694a0988cf4b39">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#2fc8a62ed0d30e96d080576d2e66e9db">drawing-wand.c</a>
<li>DrawSetStrokeAlpha()
: <a class="el" href="deprecate_8h.html#3e58f540cc4f8331618643a13c6c3b13">deprecate.h</a>
, <a class="el" href="deprecate_8c.html#34a474dfdf8bdde18fa8a61b2bdd2204">deprecate.c</a>
<li>DrawSetStrokeAntialias()
: <a class="el" href="drawing-wand_8c.html#83cc22b5ed6eba43c903d9703fec3683">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#bc4e92f95bcb5220082c35b3d5c57de3">drawing-wand.h</a>
<li>DrawSetStrokeColor()
: <a class="el" href="drawing-wand_8h.html#5381358e1f6d7b3fdb726e198de5f828">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#7ef3293928b18b7678332e70e3e52c26">drawing-wand.c</a>
<li>DrawSetStrokeDashArray()
: <a class="el" href="drawing-wand_8c.html#66f0086e7468426a3ab1c218869bc623">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#5121e51d5e9e31b714e011ac1741cfb4">drawing-wand.h</a>
<li>DrawSetStrokeDashOffset()
: <a class="el" href="drawing-wand_8c.html#7f7dd70505b57a2c551d6ed29f89669b">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#a660159cea3265bbfeaa8097c4ed0673">drawing-wand.h</a>
<li>DrawSetStrokeLineCap()
: <a class="el" href="drawing-wand_8c.html#6a67ce4a98996584dab307fc61a5bece">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#c18ce986bc1c8d80a1c0ec65429a1721">drawing-wand.h</a>
<li>DrawSetStrokeLineJoin()
: <a class="el" href="drawing-wand_8h.html#970b010574f89b06488d0c679bff5592">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#7af8eb515e08c2c90cf6f0566a1e4302">drawing-wand.c</a>
<li>DrawSetStrokeMiterLimit()
: <a class="el" href="drawing-wand_8c.html#62c1d8b022d0e52831f93d0b19d3c1b6">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#649efc90f7637b4e80a83bc075f47571">drawing-wand.h</a>
<li>DrawSetStrokeOpacity()
: <a class="el" href="drawing-wand_8c.html#936988048b8c8154accd2b3643bdb45f">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#b5c785779b219d77a9248993cf33ae5d">drawing-wand.h</a>
<li>DrawSetStrokePatternURL()
: <a class="el" href="drawing-wand_8c.html#c910d563261efba1df0c20268fdb5755">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#a2e12e7c098877d1938985802d08cbf1">drawing-wand.h</a>
<li>DrawSetStrokeWidth()
: <a class="el" href="drawing-wand_8c.html#24209942bc7d181d75356b704d1a00d7">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#ee48c4db1d6ff2ad10aa766179aa44d2">drawing-wand.h</a>
<li>DrawSetTextAlignment()
: <a class="el" href="drawing-wand_8c.html#221dae5ca4d3f9dc49195a2578a75afa">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#8f6f3829b71892fc659b87be61d1c03c">drawing-wand.h</a>
<li>DrawSetTextAntialias()
: <a class="el" href="drawing-wand_8h.html#426c2703c360e2296b1e353f94e572cb">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#40d4872e78c7d7d70dfd5eb3ba7ac605">drawing-wand.c</a>
<li>DrawSetTextDecoration()
: <a class="el" href="drawing-wand_8h.html#8fc29e6d41615e75bae79ebdd3dc6b1a">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#464a3f436ade2154c050a11970b0aec1">drawing-wand.c</a>
<li>DrawSetTextEncoding()
: <a class="el" href="drawing-wand_8h.html#6317e4466bd767548f7ccff0c109d862">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#cd3af83ae008ef85ce64d0a6efd007be">drawing-wand.c</a>
<li>DrawSetTextUnderColor()
: <a class="el" href="drawing-wand_8c.html#d7c5407cd95961b9cfe0490117a619ed">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#f7a53ec26fbe7fc34603a919924214a6">drawing-wand.h</a>
<li>DrawSetVectorGraphics()
: <a class="el" href="drawing-wand_8c.html#f36a32f274211b95d7d2a270b07b0d9b">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#5a91c8689f0f9e1d9eb157d96602b65f">drawing-wand.h</a>
<li>DrawSetViewbox()
: <a class="el" href="drawing-wand_8h.html#d43786aaa89f223b0f6bd257f4c15ad7">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#77ee858131f04ef47896e155e84b3d2b">drawing-wand.c</a>
<li>DrawSkewX()
: <a class="el" href="drawing-wand_8h.html#8d9d76a721c8f2a762b9552d8d1ecf29">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#300c8a669eda15d6fd5708f601141b05">drawing-wand.c</a>
<li>DrawSkewY()
: <a class="el" href="drawing-wand_8h.html#591b068624f8481c881fc4fa7d03306e">drawing-wand.h</a>
, <a class="el" href="drawing-wand_8c.html#ab244dfdfa1b9e2cf0e3d0ffcdea9e61">drawing-wand.c</a>
<li>DrawTranslate()
: <a class="el" href="drawing-wand_8c.html#75d540eb7ce67646b8ac40c2db3c158d">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#bcd6d56fba82c076d7a31c0ee6e79d88">drawing-wand.h</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,48 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li class="current"><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals_func.html#index_a"><span>a</span></a></li>
<li><a href="globals_func_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_func_0x64.html#index_d"><span>d</span></a></li>
<li class="current"><a href="globals_func_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_func_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_func_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_func_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_func_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_func_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_func_0x73.html#index_s"><span>s</span></a></li>
</ul>
</div>
<p>
&nbsp;
<p>
<h3><a class="anchor" name="index_g">- g -</a></h3><ul>
<li>GetCompositeOptions()
: <a class="el" href="composite_8c.html#8d22c6c5e9ab6c64b51ca908103bf57b">composite.c</a>
<li>GetImageFromMagickWand()
: <a class="el" href="magick-image_8h.html#cdfa467a78b31402294ddfb724435c25">magick-image.h</a>
, <a class="el" href="magick-image_8c.html#7fb5a4f0d983c3e3c5813afe5d421dcf">magick-image.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,76 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li class="current"><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals_func.html#index_a"><span>a</span></a></li>
<li><a href="globals_func_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_func_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_func_0x67.html#index_g"><span>g</span></a></li>
<li class="current"><a href="globals_func_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_func_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_func_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_func_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_func_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_func_0x73.html#index_s"><span>s</span></a></li>
</ul>
</div>
<p>
&nbsp;
<p>
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
<li>IdentifyImageCommand()
: <a class="el" href="identify_8c.html#b3fabfb800e209c26d9cd34755448e5a">identify.c</a>
, <a class="el" href="identify_8h.html#2e714bf0681b20fadb29c7d7798cfc71">identify.h</a>
<li>IdentifyUsage()
: <a class="el" href="identify_8c.html#6138c0a8b7a499736a647ecc282843ac">identify.c</a>
<li>ImportImageCommand()
: <a class="el" href="import_8c.html#3258bbe5f71888e30ce086ca56b7f849">import.c</a>
, <a class="el" href="import_8h.html#1557022df5f53b971858c27e9408f54b">import.h</a>
<li>ImportUsage()
: <a class="el" href="import_8c.html#cbf3b237952c3ac98e481df243642ad5">import.c</a>
<li>InsertImageInWand()
: <a class="el" href="magick-image_8c.html#bc5462324f2c77ee46e88d10f1727412">magick-image.c</a>
<li>IsColorEqual()
: <a class="el" href="drawing-wand_8c.html#b2e6dbbbbf8508ed5d7b2dc089b9d639">drawing-wand.c</a>
<li>IsDirectory()
: <a class="el" href="mogrify_8c.html#dcf2e6f24fc94c9dc2df7a9090f87e8e">mogrify.c</a>
<li>IsDrawingWand()
: <a class="el" href="drawing-wand_8c.html#e00bd71098428d7d29e66e0b01e0b17d">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#f2a58e11b3f4c06b70bfbcfa5829c503">drawing-wand.h</a>
<li>IsMagickWand()
: <a class="el" href="magick-wand_8c.html#d8531bcf3f18a500b67313185238dd47">magick-wand.c</a>
, <a class="el" href="MagickWand_8h.html#5fdf000828740fd0f693499cb9c81454">MagickWand.h</a>
<li>IsPixelIterator()
: <a class="el" href="pixel-iterator_8h.html#d9f191da05524f343144884d3360269f">pixel-iterator.h</a>
, <a class="el" href="pixel-iterator_8c.html#3364b064e38f6de7c3635500abb7ea17">pixel-iterator.c</a>
<li>IsPixelWand()
: <a class="el" href="pixel-wand_8c.html#7bfaff0419edce2f479ec2f46052d416">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#aff1d63c9647b9aa1c5915e64cef3c30">pixel-wand.h</a>
<li>IsPixelWandSimilar()
: <a class="el" href="pixel-wand_8c.html#9fce7336b754e0b2b15025c539485f0a">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#fa6db23f405c82ff4e340a2d14a71c72">pixel-wand.h</a>
<li>IsPoint()
: <a class="el" href="drawing-wand_8c.html#9dd571ec739e2f6b41824b9097cb3b1f">drawing-wand.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,65 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li class="current"><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals_func.html#index_a"><span>a</span></a></li>
<li><a href="globals_func_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_func_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_func_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_func_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_func_0x6d.html#index_m"><span>m</span></a></li>
<li class="current"><a href="globals_func_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_func_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_func_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_func_0x73.html#index_s"><span>s</span></a></li>
</ul>
</div>
<p>
&nbsp;
<p>
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
<li>NewDrawingWand()
: <a class="el" href="drawing-wand_8c.html#df1294f2509646d6f1a2d4845bad88a3">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#7205c7a7becc0a11774b9983eb437f99">drawing-wand.h</a>
<li>NewMagickWand()
: <a class="el" href="MagickWand_8h.html#7ddf4c8b69b6ce858321ec7ea4a16dd5">MagickWand.h</a>
, <a class="el" href="magick-wand_8c.html#10958f7f76e543f82343a2ee42e7141c">magick-wand.c</a>
<li>NewMagickWandFromImage()
: <a class="el" href="magick-image_8h.html#3348b8bed8b7781e2eaa78bd45513fdd">magick-image.h</a>
, <a class="el" href="magick-wand_8c.html#e55d9185413026b5416fbacff4c9f292">magick-wand.c</a>
, <a class="el" href="MagickWand_8h.html#bfb07cef474b4ce7f5d7c94762c20e67">MagickWand.h</a>
<li>NewPixelIterator()
: <a class="el" href="pixel-iterator_8c.html#ffc72d4d77dc29a300fe56d50157dbb6">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#d556c82f4f80ea2f081f4c7d7338c706">pixel-iterator.h</a>
<li>NewPixelRegionIterator()
: <a class="el" href="pixel-iterator_8c.html#06fc823900b409e3ab91c945d14134b2">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#ef297eab72dfa7723362bba53a8cb152">pixel-iterator.h</a>
<li>NewPixelWand()
: <a class="el" href="pixel-wand_8c.html#73721cf7fd5d0b70429ac6af38e86fa7">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#306fc3b75ae78b7bc1a61602233c8feb">pixel-wand.h</a>
<li>NewPixelWands()
: <a class="el" href="pixel-wand_8c.html#84701e0f1f7cfb5add84c8c8da3e7d10">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#a895214065868cf12189fcdd12e08936">pixel-wand.h</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,266 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li class="current"><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals_func.html#index_a"><span>a</span></a></li>
<li><a href="globals_func_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_func_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_func_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_func_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_func_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_func_0x6e.html#index_n"><span>n</span></a></li>
<li class="current"><a href="globals_func_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_func_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_func_0x73.html#index_s"><span>s</span></a></li>
</ul>
</div>
<p>
&nbsp;
<p>
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
<li>PeekDrawingWand()
: <a class="el" href="drawing-wand_8c.html#18596423bd2e27d421c9778a35067192">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#d6c1e48e770a12c24e843f74dc0a2aef">drawing-wand.h</a>
<li>PixelClearException()
: <a class="el" href="pixel-wand_8h.html#74de55f6bd748db8d74dfc869d628b02">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#8b441fed73a8e4d5fb2412475a9f4ce1">pixel-wand.c</a>
<li>PixelClearIteratorException()
: <a class="el" href="pixel-iterator_8c.html#c1b80f0ad109c1b3dea527c90572853b">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#d282840e4ea82dd00b00f2aaad5d87b3">pixel-iterator.h</a>
<li>PixelGetAlpha()
: <a class="el" href="pixel-wand_8h.html#4e7395d9da72e67277b344e7c2b1a0af">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#8be8052ca4f5167e2b19ce19478f3697">pixel-wand.c</a>
<li>PixelGetAlphaQuantum()
: <a class="el" href="pixel-wand_8c.html#37c66f0e2fec90ed9f75655a345c82bb">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#aa3af641a4e274439156fc3bf7f6161c">pixel-wand.h</a>
<li>PixelGetBlack()
: <a class="el" href="pixel-wand_8c.html#f91b661d02a60ae07a205eecb1a68feb">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#eb7bdcc0b2b56ef64de81c428dbb168c">pixel-wand.h</a>
<li>PixelGetBlackQuantum()
: <a class="el" href="pixel-wand_8c.html#27c90735640574ef19ec265a7bc68d61">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#c2cf77e0f50363f03cf2309fa8d1491a">pixel-wand.h</a>
<li>PixelGetBlue()
: <a class="el" href="pixel-wand_8h.html#496145dda075ceeef654d15a4dcd32fb">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#8ed0daec4e5184bdb3fceb33ad3b8a95">pixel-wand.c</a>
<li>PixelGetBlueQuantum()
: <a class="el" href="pixel-wand_8c.html#63d9891d83cabc5d92f2d7083ff6f9f6">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#a3100e2768b80aaa10862bd7f1eafc46">pixel-wand.h</a>
<li>PixelGetColorAsNormalizedString()
: <a class="el" href="pixel-wand_8c.html#cd9a747460b3723cdc4b1244b9e4cbab">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#ab9594926c65cd342d7cd30e78e6dc37">pixel-wand.h</a>
<li>PixelGetColorAsString()
: <a class="el" href="pixel-wand_8c.html#642056aa1c29aa8d5cc8ecb4673cfaef">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#ac803543875af9f1dcc77c7bacfeec2c">pixel-wand.h</a>
<li>PixelGetColorCount()
: <a class="el" href="pixel-wand_8c.html#ec7e04121874d69b918762d2af1570d4">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#bdee18928911861a32e46c32d920e61e">pixel-wand.h</a>
<li>PixelGetCurrentIteratorRow()
: <a class="el" href="pixel-iterator_8c.html#c1b0f9788a6ea14575b9635c41bf38ca">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#1e212b515e28e84fa2adeec9653b2781">pixel-iterator.h</a>
<li>PixelGetCyan()
: <a class="el" href="pixel-wand_8c.html#fcd5ec018c424bc096435422d832bb6d">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#1410833bdf7999cb027ca148fa83529b">pixel-wand.h</a>
<li>PixelGetCyanQuantum()
: <a class="el" href="pixel-wand_8c.html#30b47ce2dbfd258fcb107c1683f6d959">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#4ac84d17a02bab4724539914859c621d">pixel-wand.h</a>
<li>PixelGetException()
: <a class="el" href="pixel-wand_8h.html#18f5bcb740088ae06c12797b26a99079">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#6ffe1fac56bd15557f8b31ba935ebf95">pixel-wand.c</a>
<li>PixelGetExceptionType()
: <a class="el" href="pixel-wand_8c.html#4023ee81fea49cb56ee7484904bdd3b0">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#692634de23d289d54c1ab6934d79c6da">pixel-wand.h</a>
<li>PixelGetFuzz()
: <a class="el" href="pixel-wand_8c.html#78e0ffc2f59e537486151ddfdda10a22">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#4c26296f84f4ac8cdd4cea2c1a115fde">pixel-wand.h</a>
<li>PixelGetGreen()
: <a class="el" href="pixel-wand_8c.html#fe67a93559e0b08f16373b07fe51261f">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#abd06d8c5164d2c077c89dae20b3a260">pixel-wand.h</a>
<li>PixelGetGreenQuantum()
: <a class="el" href="pixel-wand_8c.html#f767bda3164bf34c82915db9b3e72df9">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#dff531e8c242f8a98aef49e38f3b7a2c">pixel-wand.h</a>
<li>PixelGetHSL()
: <a class="el" href="pixel-wand_8c.html#33e281289adb62650a234edafe129f05">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#d34058d7ece83cb5e5b679d7ce3243cb">pixel-wand.h</a>
<li>PixelGetIndex()
: <a class="el" href="pixel-wand_8c.html#7725899404e64060ec279caadf12e151">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#d7348a2d1a525c7161aa8672111e2cb2">pixel-wand.h</a>
<li>PixelGetIteratorException()
: <a class="el" href="pixel-iterator_8c.html#7a5b0ebe5f7b0bb7f1d75f784561f864">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#604a21782750b9a714dc530bb605080e">pixel-iterator.h</a>
<li>PixelGetIteratorExceptionType()
: <a class="el" href="pixel-iterator_8c.html#efa51fb9e9582e198e86e18c1c339e30">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#3b0812d41bdb9a437bb4d9d1b0323e27">pixel-iterator.h</a>
<li>PixelGetIteratorRow()
: <a class="el" href="pixel-iterator_8c.html#cd5a71645e84a73432e16653e3a2375f">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#df2ffb146067af1c6c8c990a1a627836">pixel-iterator.h</a>
<li>PixelGetMagenta()
: <a class="el" href="pixel-wand_8c.html#1c4073587782beb009daa01d147e68fb">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#cee2e3ca7bad8c7305fc49324cd1e07a">pixel-wand.h</a>
<li>PixelGetMagentaQuantum()
: <a class="el" href="pixel-wand_8c.html#5d15c66f8b3a37fc7446bb78050bb583">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#0702de96da4a82d73ce1b8ec71efdf05">pixel-wand.h</a>
<li>PixelGetMagickColor()
: <a class="el" href="pixel-wand-private_8h.html#df36e8cc935eac3be14318b47ab3ced3">pixel-wand-private.h</a>
, <a class="el" href="pixel-wand_8c.html#aa98676d0ae79b04a695a04e5d1c924e">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#df36e8cc935eac3be14318b47ab3ced3">pixel-wand.h</a>
<li>PixelGetNextIteratorRow()
: <a class="el" href="pixel-iterator_8c.html#28083a917e3b35377517ab1d9488d93d">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#949824db13772b775e5fb03128cf5ecb">pixel-iterator.h</a>
<li>PixelGetNextRow()
: <a class="el" href="deprecate_8c.html#33bf22a132873a7ce2b580933fa9e770">deprecate.c</a>
, <a class="el" href="deprecate_8h.html#05af8cc24f40c736ade68dd23dd6190b">deprecate.h</a>
<li>PixelGetOpacity()
: <a class="el" href="pixel-wand_8c.html#08663c74fedc26dc5f45c9c2693252d3">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#4ccc8843c93bb01afc00715f122cb185">pixel-wand.h</a>
<li>PixelGetOpacityQuantum()
: <a class="el" href="pixel-wand_8c.html#18b680956d60ba496f0447aa6feed200">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#798b1bdb9d41989691435bf623c31b46">pixel-wand.h</a>
<li>PixelGetPreviousIteratorRow()
: <a class="el" href="pixel-iterator_8c.html#2ccf5af741810ee6417226fdf7c83d18">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#36b5d5488bc06e7c85e616623f793ed8">pixel-iterator.h</a>
<li>PixelGetPreviousRow()
: <a class="el" href="pixel-iterator_8c.html#6a701c1f2bbd444df17e8617aff1514e">pixel-iterator.c</a>
<li>PixelGetQuantumColor()
: <a class="el" href="pixel-wand_8c.html#1da8848442e96b9c44136dc85af7a770">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#8e903fa5efe4ff7fa14d61771845bfb2">pixel-wand.h</a>
<li>PixelGetRed()
: <a class="el" href="pixel-wand_8c.html#52315f3332c5f89a3a2a6badd2cc0a75">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#2854f2e4c11390a666defcb3687e9337">pixel-wand.h</a>
<li>PixelGetRedQuantum()
: <a class="el" href="pixel-wand_8c.html#8b611ad35647130a1192c048a18d61a1">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#daeebe2a9d46fd687f9949fbf0c26fdf">pixel-wand.h</a>
<li>PixelGetYellow()
: <a class="el" href="pixel-wand_8c.html#e7e5ae866c9b081fa857b5339ff7d3ba">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#51179d1b913e5fa0edf0fecea5ace05e">pixel-wand.h</a>
<li>PixelGetYellowQuantum()
: <a class="el" href="pixel-wand_8c.html#a90ace6d32c8421a1c7bdd2c452a1619">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#9ed8801ecc64c44d2499d831c58abead">pixel-wand.h</a>
<li>PixelIntensity()
: <a class="el" href="mogrify-private_8h.html#6512a2a5964e2b2db8eaadd4f70ba711">mogrify-private.h</a>
<li>PixelIntensityToQuantum()
: <a class="el" href="mogrify-private_8h.html#4450d645257ce4896b3ddfb611eab414">mogrify-private.h</a>
<li>PixelIteratorGetException()
: <a class="el" href="deprecate_8c.html#2f4215e0bda1644213c8767e8757428e">deprecate.c</a>
, <a class="el" href="deprecate_8h.html#7a77684059efa436125fd7e3517bbea4">deprecate.h</a>
<li>PixelResetIterator()
: <a class="el" href="pixel-iterator_8c.html#afa074cb25637f43adf5ef291915d4d5">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#fd91a0f217c342e965954ad666c591f6">pixel-iterator.h</a>
<li>PixelSetAlpha()
: <a class="el" href="pixel-wand_8c.html#e8026f73966d3285b2a12e54af9a0557">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#8de11930f4f8389faa980aa01a1e0daa">pixel-wand.h</a>
<li>PixelSetAlphaQuantum()
: <a class="el" href="pixel-wand_8h.html#312a492a79b58181261d82014ee30d0d">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#f357b63f2df0523d449cabc89c3eaedf">pixel-wand.c</a>
<li>PixelSetBlack()
: <a class="el" href="pixel-wand_8c.html#fb79778e2a163d0a9e062f785c0f895f">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#c3511be68a760c44d036a26019b79e0c">pixel-wand.h</a>
<li>PixelSetBlackQuantum()
: <a class="el" href="pixel-wand_8h.html#35039a8278c524f5a07ac1a620f68720">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#2e227a8adb1fec3c42e7d2b0ed2e447b">pixel-wand.c</a>
<li>PixelSetBlue()
: <a class="el" href="pixel-wand_8c.html#5f3a25371954827fcb895d7ccc4fde8d">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#f26947c08b4d56bdd44f789a473cff8d">pixel-wand.h</a>
<li>PixelSetBlueQuantum()
: <a class="el" href="pixel-wand_8h.html#d7d5411b712dc1f0602679258d47496b">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#82374cf73789627493c0a29e8f7a6d21">pixel-wand.c</a>
<li>PixelSetColor()
: <a class="el" href="pixel-wand_8c.html#822f58262d5666b5c04fc0a1554998e8">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#fa0ebbc540d38fcfd7caba9996f3fcf7">pixel-wand.h</a>
<li>PixelSetColorCount()
: <a class="el" href="pixel-wand_8h.html#076c8d3c20d7bb5b165eee793dc5c00f">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#5d288d86f3d4f5e9673b8ec7a2da1985">pixel-wand.c</a>
<li>PixelSetColorFromWand()
: <a class="el" href="pixel-wand_8c.html#ab47323b0ddeaa28eb48fcff9f27d792">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#24cbc900ff810f68aa7fc4151e0e8c82">pixel-wand.h</a>
<li>PixelSetCyan()
: <a class="el" href="pixel-wand_8c.html#1e5cd0044b053e30dc86c5783bd01908">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#3490caae43f19892ed4ec7f36b4c885e">pixel-wand.h</a>
<li>PixelSetCyanQuantum()
: <a class="el" href="pixel-wand_8c.html#832e6760c448285d77c9417a2805ea40">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#f430b8ad0267227d6d4a16ddea9ed3e0">pixel-wand.h</a>
<li>PixelSetFirstIteratorRow()
: <a class="el" href="pixel-iterator_8h.html#d2c27f530ea215f6fd12ae2bf57a912d">pixel-iterator.h</a>
, <a class="el" href="pixel-iterator_8c.html#ebc2db670bfd69b30516d3ca3cc4b298">pixel-iterator.c</a>
<li>PixelSetFuzz()
: <a class="el" href="pixel-wand_8h.html#0dac9c943ea878fc5225c57026c79df6">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#34e973eb24583a060511fbd5f7171e23">pixel-wand.c</a>
<li>PixelSetGreen()
: <a class="el" href="pixel-wand_8c.html#530de963ad086f3555f83a193d070401">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#30cf790a36843b412a9e96f2fdd3c94c">pixel-wand.h</a>
<li>PixelSetGreenQuantum()
: <a class="el" href="pixel-wand_8c.html#10fc1b59d80ae9f6ff0cb6aa1776cedf">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#4adc81b086fc9c48abebdb3eaa57ead6">pixel-wand.h</a>
<li>PixelSetHSL()
: <a class="el" href="pixel-wand_8c.html#1b936fa53cbb4a6c4e0264507c741f07">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#65cfa022bc6cf320afd0407d1a563381">pixel-wand.h</a>
<li>PixelSetIndex()
: <a class="el" href="pixel-wand_8c.html#9b04d80df05caad20771700777ee6e62">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#afe8e625cc1156f9c926094a6d9fa183">pixel-wand.h</a>
<li>PixelSetIteratorRow()
: <a class="el" href="pixel-iterator_8c.html#74592cc3816b32c4dd3d7dac9fec2409">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#4388d011b4940f77f3c013d6577b6537">pixel-iterator.h</a>
<li>PixelSetLastIteratorRow()
: <a class="el" href="pixel-iterator_8c.html#e6946610dc31dccf3e121a504dd57c89">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#be1da604d9be08ef55e682df4bc5e158">pixel-iterator.h</a>
<li>PixelSetMagenta()
: <a class="el" href="pixel-wand_8c.html#403f4f95a853deb8272885402de5c854">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#c045b047c48510d7e424801ff367de01">pixel-wand.h</a>
<li>PixelSetMagentaQuantum()
: <a class="el" href="pixel-wand_8c.html#14e61d56547521c45f302d4458b12b7c">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#0b945c8f23952829cb4dee73ab77e2c9">pixel-wand.h</a>
<li>PixelSetMagickColor()
: <a class="el" href="pixel-wand_8c.html#cd7bebe9b392808017645c1b1b91f20d">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#690c540df802bef8fb9981828c2882e5">pixel-wand.h</a>
<li>PixelSetOpacity()
: <a class="el" href="pixel-wand_8h.html#74867538853d78d4fa291cf0ddce82a3">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#e3a298ad572857537999aa1eccc03655">pixel-wand.c</a>
<li>PixelSetOpacityQuantum()
: <a class="el" href="pixel-wand_8c.html#149798a1a88bddc2749e6616f67fcca4">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#fa0146b207016d28d0ab1e5019ff292a">pixel-wand.h</a>
<li>PixelSetQuantumColor()
: <a class="el" href="pixel-wand_8c.html#a0c641d746768876651ed3ad70dae378">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#e4450748144c385056365d0b95e0e718">pixel-wand.h</a>
<li>PixelSetRed()
: <a class="el" href="pixel-wand_8c.html#33a801eb1755478278d3abd8b0344a93">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#c4251f60c2e839c96011885d0c103b2b">pixel-wand.h</a>
<li>PixelSetRedQuantum()
: <a class="el" href="pixel-wand_8c.html#80ad6883a56aeda08a70571cda3f8328">pixel-wand.c</a>
, <a class="el" href="pixel-wand_8h.html#f4cd6b5a6fe298fc688fc86e75360309">pixel-wand.h</a>
<li>PixelSetYellow()
: <a class="el" href="pixel-wand_8h.html#7413d8ed45a2a1182b76285d05b4165a">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#74d9b9e6dd29839eb8368b1d0e8fe2fe">pixel-wand.c</a>
<li>PixelSetYellowQuantum()
: <a class="el" href="pixel-wand_8h.html#738495ae84b6582c3ba8cadb596b6264">pixel-wand.h</a>
, <a class="el" href="pixel-wand_8c.html#7a0cd6d8b38db433f49d17997a2ac48f">pixel-wand.c</a>
<li>PixelSyncIterator()
: <a class="el" href="pixel-iterator_8c.html#7629af89b5c400d3f9c22949f6ce6d68">pixel-iterator.c</a>
, <a class="el" href="pixel-iterator_8h.html#f5ebac907caa0b08db15efc87ea3d34d">pixel-iterator.h</a>
<li>PopDrawingWand()
: <a class="el" href="drawing-wand_8c.html#594fe4b24266d77084c5e10a467e98ea">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#e31272226c7afe6758840838da3ab0a8">drawing-wand.h</a>
<li>PushDrawingWand()
: <a class="el" href="drawing-wand_8c.html#f3b8625611a7a2eec5e0cfa377a3e82b">drawing-wand.c</a>
, <a class="el" href="drawing-wand_8h.html#583a61ccf834db29213da31ffcf68ef3">drawing-wand.h</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,48 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li class="current"><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals_func.html#index_a"><span>a</span></a></li>
<li><a href="globals_func_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_func_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_func_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_func_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_func_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_func_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_func_0x70.html#index_p"><span>p</span></a></li>
<li class="current"><a href="globals_func_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_func_0x73.html#index_s"><span>s</span></a></li>
</ul>
</div>
<p>
&nbsp;
<p>
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
<li>RelinquishCompositeOptions()
: <a class="el" href="composite_8c.html#fcba1bc50b99d1747d3c6d4015a5cb1d">composite.c</a>
<li>RelinquishWandId()
: <a class="el" href="wand_8h.html#190adb30b2c3abf9504e9f386213e5ae">wand.h</a>
, <a class="el" href="wand_8c.html#64a300b19461a063f4ff8c46569d8add">wand.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,52 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li class="current"><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals_func.html#index_a"><span>a</span></a></li>
<li><a href="globals_func_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_func_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_func_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_func_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_func_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_func_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_func_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_func_0x72.html#index_r"><span>r</span></a></li>
<li class="current"><a href="globals_func_0x73.html#index_s"><span>s</span></a></li>
</ul>
</div>
<p>
&nbsp;
<p>
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
<li>ScribbleImage()
: <a class="el" href="drawtest_8c.html#0f519d10c09f8c10aa09c2e0c1984776">drawtest.c</a>
<li>SetMagickPixelPacket()
: <a class="el" href="mogrify-private_8h.html#20a73fc8daa94573b90af1a202e08fef">mogrify-private.h</a>
<li>StreamImageCommand()
: <a class="el" href="stream_8h.html#a48ff88ee9e7ed0c98dce750ce985cb4">stream.h</a>
, <a class="el" href="stream_8c.html#3836ced5beaa291a129430e3c0bb90b2">stream.c</a>
<li>StreamUsage()
: <a class="el" href="stream_8c.html#78b3affe7f7993a45e6cc7c44d832300">stream.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,39 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li class="current"><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
&nbsp;
<p>
<ul>
<li>CompositeOptions
: <a class="el" href="composite_8c.html#19dfa0a4e1b106d46cfca62cfffe8ff5">composite.c</a>
<li>DrawContext
: <a class="el" href="deprecate_8h.html#8cfd5eaf8e3165e8490b73dfe18f0e8b">deprecate.h</a>
<li>DrawingWand
: <a class="el" href="drawing-wand_8h.html#2b6293c658c1bdf03732131cd963e29e">drawing-wand.h</a>
<li>MagickWand
: <a class="el" href="MagickWand_8h.html#cd5e6ce5a27943cf26d7a89f5046a194">MagickWand.h</a>
<li>PixelIterator
: <a class="el" href="pixel-iterator_8h.html#0241650f96a658c90b160e59f80c2a96">pixel-iterator.h</a>
<li>PixelWand
: <a class="el" href="pixel-wand_8h.html#80f3f463016c08dbffbede88585ed2b4">pixel-wand.h</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li class="current"><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
&nbsp;
<p>
<ul>
<li>BackgroundColor
: <a class="el" href="mogrify_8c.html#ff2816cf1944c29c1ccc0001cf43f8bc">mogrify.c</a>
<li>BorderColor
: <a class="el" href="mogrify_8c.html#2697499faefdce69bbc5187a382549ea">mogrify.c</a>
<li>id
: <a class="el" href="magick-wand_8c.html#f17b8bd946e0f93c6550050f9e8aa349">magick-wand.c</a>
<li>instantiate_wand
: <a class="el" href="wand_8c.html#598fab58dc4a9831cf6cefa30260fd30">wand.c</a>
<li>MatteColor
: <a class="el" href="mogrify_8c.html#65d06d5b4e6f26fbfea16bdb0bbd01ad">mogrify.c</a>
<li>wand_ids
: <a class="el" href="wand_8c.html#d6ad4a30099b83485bde7e594a8ffdb2">wand.c</a>
<li>wand_semaphore
: <a class="el" href="wand_8c.html#3e7278e72a12836f6c87d33ed4c37c85">wand.c</a>
</ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,191 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: identify.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>identify.c File Reference</h1>
<p>
<code>#include &quot;<a class="el" href="studio_8h-source.html">wand/studio.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="MagickWand_8h-source.html">wand/MagickWand.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="mogrify-private_8h-source.html">wand/mogrify-private.h</a>&quot;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="identify_8c.html#39d703f7bc3440c0b4623fa38302bd9f">DestroyIdentify</a>()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="identify_8c.html#193e3aca528b264cec15c9b354d4892c">ThrowIdentifyException</a>(asperity, tag, option)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="identify_8c.html#5e06a1978824a5221cfb259150992c25">ThrowIdentifyInvalidArgumentException</a>(option, argument)</td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="identify_8c.html#6138c0a8b7a499736a647ecc282843ac">IdentifyUsage</a> (void)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="identify_8c.html#b3fabfb800e209c26d9cd34755448e5a">IdentifyImageCommand</a> (ImageInfo *image_info, int argc, char **argv, char **metadata, ExceptionInfo *exception)</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="39d703f7bc3440c0b4623fa38302bd9f"></a><!-- doxytag: member="identify.c::DestroyIdentify" ref="39d703f7bc3440c0b4623fa38302bd9f" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define DestroyIdentify </td>
<td>(</td>
&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
<span class="keywordflow">for</span> ( ; k &gt;= 0; k--) \
image_stack[k]=DestroyImageList(image_stack[k]); \
<span class="keywordflow">for</span> (i=0; i &lt; (long) argc; i++) \
argv[i]=DestroyString(argv[i]); \
argv=(<span class="keywordtype">char</span> **) RelinquishMagickMemory(argv); \
}
</pre></div>
</div>
</div><p>
<a class="anchor" name="193e3aca528b264cec15c9b354d4892c"></a><!-- doxytag: member="identify.c::ThrowIdentifyException" ref="193e3aca528b264cec15c9b354d4892c" args="(asperity, tag, option)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ThrowIdentifyException </td>
<td>(</td>
<td class="paramtype">asperity, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tag, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">option&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
(void) ThrowMagickException(<a class="code" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">exception</a>,GetMagickModule(),asperity,tag,<span class="stringliteral">"`%s'"</span>, \
option); \
<a class="code" href="identify_8c.html#39d703f7bc3440c0b4623fa38302bd9f">DestroyIdentify</a>(); \
<span class="keywordflow">return</span>(MagickFalse); \
}
</pre></div>
</div>
</div><p>
<a class="anchor" name="5e06a1978824a5221cfb259150992c25"></a><!-- doxytag: member="identify.c::ThrowIdentifyInvalidArgumentException" ref="5e06a1978824a5221cfb259150992c25" args="(option, argument)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ThrowIdentifyInvalidArgumentException </td>
<td>(</td>
<td class="paramtype">option, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">argument&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
(void) ThrowMagickException(<a class="code" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">exception</a>,GetMagickModule(),OptionError, \
<span class="stringliteral">"InvalidArgument"</span>,<span class="stringliteral">"`%s': %s"</span>,argument,option); \
<a class="code" href="identify_8c.html#39d703f7bc3440c0b4623fa38302bd9f">DestroyIdentify</a>(); \
<span class="keywordflow">return</span>(MagickFalse); \
}
</pre></div>
</div>
</div><p>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="b3fabfb800e209c26d9cd34755448e5a"></a><!-- doxytag: member="identify.c::IdentifyImageCommand" ref="b3fabfb800e209c26d9cd34755448e5a" args="(ImageInfo *image_info, int argc, char **argv, char **metadata, ExceptionInfo *exception)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType IdentifyImageCommand </td>
<td>(</td>
<td class="paramtype">ImageInfo *&nbsp;</td>
<td class="paramname"> <em>image_info</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>argc</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname"> <em>argv</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname"> <em>metadata</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionInfo *&nbsp;</td>
<td class="paramname"> <em>exception</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="6138c0a8b7a499736a647ecc282843ac"></a><!-- doxytag: member="identify.c::IdentifyUsage" ref="6138c0a8b7a499736a647ecc282843ac" args="(void)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void IdentifyUsage </td>
<td>(</td>
<td class="paramtype">void&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,46 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: identify.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>identify.h</h1><a href="identify_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization</span>
<a name="l00003"></a>00003 <span class="comment"> dedicated to making software imaging solutions freely available.</span>
<a name="l00004"></a>00004 <span class="comment"> </span>
<a name="l00005"></a>00005 <span class="comment"> You may not use this file except in compliance with the License.</span>
<a name="l00006"></a>00006 <span class="comment"> obtain a copy of the License at</span>
<a name="l00007"></a>00007 <span class="comment"> </span>
<a name="l00008"></a>00008 <span class="comment"> http://www.imagemagick.org/script/license.php</span>
<a name="l00009"></a>00009 <span class="comment"> </span>
<a name="l00010"></a>00010 <span class="comment"> Unless required by applicable law or agreed to in writing, software</span>
<a name="l00011"></a>00011 <span class="comment"> distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00012"></a>00012 <span class="comment"> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00013"></a>00013 <span class="comment"> See the License for the specific language governing permissions and</span>
<a name="l00014"></a>00014 <span class="comment"> limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment"> MagickWand identify command-line method.</span>
<a name="l00017"></a>00017 <span class="comment">*/</span>
<a name="l00018"></a>00018 <span class="preprocessor">#ifndef _MAGICKWAND_IDENTIFY_H</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define _MAGICKWAND_IDENTIFY_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
<a name="l00023"></a>00023 <span class="preprocessor">#endif</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> MagickBooleanType
<a name="l00026"></a>00026 <a class="code" href="identify_8c.html#b3fabfb800e209c26d9cd34755448e5a">IdentifyImageCommand</a>(ImageInfo *,<span class="keywordtype">int</span>,<span class="keywordtype">char</span> **,<span class="keywordtype">char</span> **,ExceptionInfo *);
<a name="l00027"></a>00027
<a name="l00028"></a>00028 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span>}
<a name="l00030"></a>00030 <span class="preprocessor">#endif</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span>
<a name="l00032"></a>00032 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,72 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: identify.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>identify.h File Reference</h1>
<p>
<p>
<a href="identify_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="identify_8h.html#2e714bf0681b20fadb29c7d7798cfc71">IdentifyImageCommand</a> (ImageInfo *, int, char **, char **, ExceptionInfo *)</td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="2e714bf0681b20fadb29c7d7798cfc71"></a><!-- doxytag: member="identify.h::IdentifyImageCommand" ref="2e714bf0681b20fadb29c7d7798cfc71" args="(ImageInfo *, int, char **, char **, ExceptionInfo *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType IdentifyImageCommand </td>
<td>(</td>
<td class="paramtype">ImageInfo *&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionInfo *&nbsp;</td>
<td class="paramname"></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,229 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: import.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>import.c File Reference</h1>
<p>
<code>#include &quot;<a class="el" href="studio_8h-source.html">wand/studio.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="MagickWand_8h-source.html">wand/MagickWand.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="mogrify-private_8h-source.html">wand/mogrify-private.h</a>&quot;</code><br>
<code>#include &quot;magick/xwindow-private.h&quot;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="import_8c.html#2698f921134949d6fbbfaa225b0c0715">DestroyImport</a>()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="import_8c.html#6476457d6c35c7905e3b7b5d3f34c672">ThrowImportException</a>(asperity, tag, option)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="import_8c.html#859a11afcef8050e688f0d325893637f">ThrowImportInvalidArgumentException</a>(option, argument)</td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="import_8c.html#cbf3b237952c3ac98e481df243642ad5">ImportUsage</a> (void)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static long&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="import_8c.html#628721643cdd950ff1f5ac3ed87240a1">MagickMax</a> (const long x, const long y)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="import_8c.html#3258bbe5f71888e30ce086ca56b7f849">ImportImageCommand</a> (ImageInfo *image_info, int argc, char **argv, char **wand_unused(metadata), ExceptionInfo *exception)</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="2698f921134949d6fbbfaa225b0c0715"></a><!-- doxytag: member="import.c::DestroyImport" ref="2698f921134949d6fbbfaa225b0c0715" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define DestroyImport </td>
<td>(</td>
&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
XDestroyResourceInfo(&amp;resource_info); \
<span class="keywordflow">if</span> (display != (Display *) NULL) \
{ \
XCloseDisplay(display); \
display=(Display *) NULL; \
} \
<span class="keywordflow">for</span> ( ; k &gt;= 0; k--) \
image_stack[k]=DestroyImageList(image_stack[k]); \
<span class="keywordflow">for</span> (i=0; i &lt; (long) argc; i++) \
argv[i]=DestroyString(argv[i]); \
argv=(<span class="keywordtype">char</span> **) RelinquishMagickMemory(argv); \
}
</pre></div>
</div>
</div><p>
<a class="anchor" name="6476457d6c35c7905e3b7b5d3f34c672"></a><!-- doxytag: member="import.c::ThrowImportException" ref="6476457d6c35c7905e3b7b5d3f34c672" args="(asperity, tag, option)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ThrowImportException </td>
<td>(</td>
<td class="paramtype">asperity, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tag, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">option&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
(void) ThrowMagickException(<a class="code" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">exception</a>,GetMagickModule(),asperity,tag,<span class="stringliteral">"`%s'"</span>, \
option); \
<a class="code" href="import_8c.html#2698f921134949d6fbbfaa225b0c0715">DestroyImport</a>(); \
<span class="keywordflow">return</span>(MagickFalse); \
}
</pre></div>
</div>
</div><p>
<a class="anchor" name="859a11afcef8050e688f0d325893637f"></a><!-- doxytag: member="import.c::ThrowImportInvalidArgumentException" ref="859a11afcef8050e688f0d325893637f" args="(option, argument)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ThrowImportInvalidArgumentException </td>
<td>(</td>
<td class="paramtype">option, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">argument&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
(void) ThrowMagickException(<a class="code" href="struct__PixelWand.html#0bfbd228c0be5894e7f21f4085fe3855">exception</a>,GetMagickModule(),OptionError, \
<span class="stringliteral">"InvalidArgument"</span>,<span class="stringliteral">"`%s': %s"</span>,argument,option); \
<a class="code" href="import_8c.html#2698f921134949d6fbbfaa225b0c0715">DestroyImport</a>(); \
<span class="keywordflow">return</span>(MagickFalse); \
}
</pre></div>
</div>
</div><p>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="3258bbe5f71888e30ce086ca56b7f849"></a><!-- doxytag: member="import.c::ImportImageCommand" ref="3258bbe5f71888e30ce086ca56b7f849" args="(ImageInfo *image_info, int argc, char **argv, char **wand_unused(metadata), ExceptionInfo *exception)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType ImportImageCommand </td>
<td>(</td>
<td class="paramtype">ImageInfo *&nbsp;</td>
<td class="paramname"> <em>image_info</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>argc</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname"> <em>argv</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname"> <em>wand_unused</em>(metadata), </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionInfo *&nbsp;</td>
<td class="paramname"> <em>exception</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="cbf3b237952c3ac98e481df243642ad5"></a><!-- doxytag: member="import.c::ImportUsage" ref="cbf3b237952c3ac98e481df243642ad5" args="(void)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void ImportUsage </td>
<td>(</td>
<td class="paramtype">void&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="628721643cdd950ff1f5ac3ed87240a1"></a><!-- doxytag: member="import.c::MagickMax" ref="628721643cdd950ff1f5ac3ed87240a1" args="(const long x, const long y)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static long MagickMax </td>
<td>(</td>
<td class="paramtype">const long&nbsp;</td>
<td class="paramname"> <em>x</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const long&nbsp;</td>
<td class="paramname"> <em>y</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline, static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,46 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: import.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>import.h</h1><a href="import_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization</span>
<a name="l00003"></a>00003 <span class="comment"> dedicated to making software imaging solutions freely available.</span>
<a name="l00004"></a>00004 <span class="comment"> </span>
<a name="l00005"></a>00005 <span class="comment"> You may not use this file except in compliance with the License.</span>
<a name="l00006"></a>00006 <span class="comment"> obtain a copy of the License at</span>
<a name="l00007"></a>00007 <span class="comment"> </span>
<a name="l00008"></a>00008 <span class="comment"> http://www.imagemagick.org/script/license.php</span>
<a name="l00009"></a>00009 <span class="comment"> </span>
<a name="l00010"></a>00010 <span class="comment"> Unless required by applicable law or agreed to in writing, software</span>
<a name="l00011"></a>00011 <span class="comment"> distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00012"></a>00012 <span class="comment"> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00013"></a>00013 <span class="comment"> See the License for the specific language governing permissions and</span>
<a name="l00014"></a>00014 <span class="comment"> limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment"> MagickWand import command-line method.</span>
<a name="l00017"></a>00017 <span class="comment">*/</span>
<a name="l00018"></a>00018 <span class="preprocessor">#ifndef _MAGICKWAND_IMPORT_H</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define _MAGICKWAND_IMPORT_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
<a name="l00023"></a>00023 <span class="preprocessor">#endif</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> MagickBooleanType
<a name="l00026"></a>00026 <a class="code" href="import_8c.html#3258bbe5f71888e30ce086ca56b7f849">ImportImageCommand</a>(ImageInfo *,<span class="keywordtype">int</span>,<span class="keywordtype">char</span> **,<span class="keywordtype">char</span> **,ExceptionInfo *);
<a name="l00027"></a>00027
<a name="l00028"></a>00028 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span>}
<a name="l00030"></a>00030 <span class="preprocessor">#endif</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span>
<a name="l00032"></a>00032 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,72 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: import.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>import.h File Reference</h1>
<p>
<p>
<a href="import_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="import_8h.html#1557022df5f53b971858c27e9408f54b">ImportImageCommand</a> (ImageInfo *, int, char **, char **, ExceptionInfo *)</td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="1557022df5f53b971858c27e9408f54b"></a><!-- doxytag: member="import.h::ImportImageCommand" ref="1557022df5f53b971858c27e9408f54b" args="(ImageInfo *, int, char **, char **, ExceptionInfo *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType ImportImageCommand </td>
<td>(</td>
<td class="paramtype">ImageInfo *&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char **&nbsp;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionInfo *&nbsp;</td>
<td class="paramname"></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand</title></head>
<frameset cols="250,*">
<frame src="tree.html" name="treefrm">
<frame src="main.html" name="basefrm">
<noframes>
<a href="main.html">Frames are disabled. Click here to go to the main page.</a>
</noframes>
</frameset>
</html>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,399 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: magick-image.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>magick-image.h</h1><a href="magick-image_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization</span>
<a name="l00003"></a>00003 <span class="comment"> dedicated to making software imaging solutions freely available.</span>
<a name="l00004"></a>00004 <span class="comment"> </span>
<a name="l00005"></a>00005 <span class="comment"> You may not use this file except in compliance with the License.</span>
<a name="l00006"></a>00006 <span class="comment"> obtain a copy of the License at</span>
<a name="l00007"></a>00007 <span class="comment"> </span>
<a name="l00008"></a>00008 <span class="comment"> http://www.imagemagick.org/script/license.php</span>
<a name="l00009"></a>00009 <span class="comment"> </span>
<a name="l00010"></a>00010 <span class="comment"> Unless required by applicable law or agreed to in writing, software</span>
<a name="l00011"></a>00011 <span class="comment"> distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00012"></a>00012 <span class="comment"> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00013"></a>00013 <span class="comment"> See the License for the specific language governing permissions and</span>
<a name="l00014"></a>00014 <span class="comment"> limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment"> MagickWand image Methods.</span>
<a name="l00017"></a>00017 <span class="comment">*/</span>
<a name="l00018"></a>00018
<a name="l00019"></a>00019 <span class="preprocessor">#ifndef _MAGICKWAND_MAGICK_IMAGE_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span><span class="preprocessor">#define _MAGICKWAND_MAGICK_IMAGE_H</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span>
<a name="l00022"></a>00022 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
<a name="l00024"></a>00024 <span class="preprocessor">#endif</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span>
<a name="l00026"></a>00026 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> ChannelStatistics
<a name="l00027"></a>00027 *<a class="code" href="magick-image_8c.html#2b30e88b3b92a15b10969109b5cc83d5">MagickGetImageChannelStatistics</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00028"></a>00028
<a name="l00029"></a>00029 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">char</span>
<a name="l00030"></a>00030 *<a class="code" href="magick-image_8c.html#1728275dfb12f86c4a8e166c38cb9076">MagickGetImageFilename</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00031"></a>00031 *<a class="code" href="magick-image_8c.html#65b65b1097e0cc2dbff36791ca2ec5a5">MagickGetImageFormat</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00032"></a>00032 *<a class="code" href="magick-image_8c.html#9a30c84da6d65c201a86e4afa34184d1">MagickGetImageSignature</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00033"></a>00033 *<a class="code" href="magick-image_8c.html#cb7f9f8285cdd91465dbab10cfc0c4c4">MagickIdentifyImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00034"></a>00034
<a name="l00035"></a>00035 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> CompositeOperator
<a name="l00036"></a>00036 <a class="code" href="magick-image_8c.html#941677035909bdef2e0fdb27bcbb2593">MagickGetImageCompose</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00037"></a>00037
<a name="l00038"></a>00038 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> ColorspaceType
<a name="l00039"></a>00039 <a class="code" href="magick-image_8c.html#9616988f22b7dcaf964e8edf0e12e58d">MagickGetImageColorspace</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00040"></a>00040
<a name="l00041"></a>00041 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> CompressionType
<a name="l00042"></a>00042 <a class="code" href="magick-image_8c.html#cf4bf6e0d5bb26ac81847eae573eb5a9">MagickGetImageCompression</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00043"></a>00043
<a name="l00044"></a>00044 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> DisposeType
<a name="l00045"></a>00045 <a class="code" href="magick-image_8c.html#cd5836b3237c341089bdc7330a300c4c">MagickGetImageDispose</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00046"></a>00046
<a name="l00047"></a>00047 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">double</span>
<a name="l00048"></a>00048 <a class="code" href="magick-image_8c.html#06cf797619d61043f1765b4caec9c4bf">MagickGetImageGamma</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00049"></a>00049 <a class="code" href="magick-image_8c.html#02adf364075865012339539be738af52">MagickGetImageTotalInkDensity</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00050"></a>00050
<a name="l00051"></a>00051 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> Image
<a name="l00052"></a>00052 *<a class="code" href="magick-image_8c.html#a7cc710c7ed483087dab3d037a161fb5">MagickDestroyImage</a>(Image *),
<a name="l00053"></a>00053 *<a class="code" href="magick-image_8c.html#7fb5a4f0d983c3e3c5813afe5d421dcf">GetImageFromMagickWand</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00054"></a>00054
<a name="l00055"></a>00055 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> ImageType
<a name="l00056"></a>00056 <a class="code" href="magick-image_8c.html#2fbf29bca66c768a18176f65afb47b36">MagickGetImageType</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00057"></a>00057
<a name="l00058"></a>00058 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> InterlaceType
<a name="l00059"></a>00059 <a class="code" href="magick-image_8c.html#cf5d8b92b98b5e9e5786b5d340568f58">MagickGetImageInterlaceScheme</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00060"></a>00060
<a name="l00061"></a>00061 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> InterpolatePixelMethod
<a name="l00062"></a>00062 <a class="code" href="magick-image_8c.html#10057f839c485edaea9bf7475d50c780">MagickGetImageInterpolateMethod</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00063"></a>00063
<a name="l00064"></a>00064 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> MagickBooleanType
<a name="l00065"></a>00065 <a class="code" href="magick-image_8c.html#848aee8850fb5df12c42b221dd390a4a">MagickAdaptiveBlurImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00066"></a>00066 <a class="code" href="magick-image_8c.html#d5a67c996c9f586632d59a89924f1266">MagickAdaptiveBlurImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00067"></a>00067 <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00068"></a>00068 <a class="code" href="magick-image_8c.html#9b2dc2090eb3cacb1f0014d4fc985fef">MagickAdaptiveResizeImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00069"></a>00069 <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00070"></a>00070 <a class="code" href="magick-image_8c.html#9d9e1ec21305aad35f14cf1b200411ba">MagickAdaptiveSharpenImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00071"></a>00071 <a class="code" href="magick-image_8c.html#a9f3c5e8baa199afacfb8bffb7de8007">MagickAdaptiveSharpenImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00072"></a>00072 <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00073"></a>00073 <a class="code" href="magick-image_8c.html#60fa6d43c0beab1fd4631135046495e4">MagickAdaptiveThresholdImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00074"></a>00074 <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00075"></a>00075 <a class="code" href="magick-image_8c.html#8e32172141adc3e08cd4e4f6d2c59979">MagickAddImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00076"></a>00076 <a class="code" href="magick-image_8c.html#5086964e271d59475f7516eb92cd5bc8">MagickAddNoiseImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> NoiseType),
<a name="l00077"></a>00077 <a class="code" href="magick-image_8c.html#2527f5d6d288d0c7df816ba2860a2a09">MagickAddNoiseImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> NoiseType),
<a name="l00078"></a>00078 <a class="code" href="magick-image_8c.html#3f53788f19b5e5698671bd0ae14e7b0b">MagickAffineTransformImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00079"></a>00079 <a class="code" href="magick-image_8c.html#e58490e464ff02fa80c4a921a077d036">MagickAnnotateImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00080"></a>00080 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00081"></a>00081 <a class="code" href="magick-image_8c.html#290596ca485336a2915d60a77838632d">MagickAnimateImages</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00082"></a>00082 <a class="code" href="magick-image_8c.html#e5862f69e81ec5570b909a2ec3af6ccd">MagickBlackThresholdImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00083"></a>00083 <a class="code" href="magick-image_8c.html#926b4d4bbfb63980d8ca21e0c9f7658c">MagickBlurImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00084"></a>00084 <a class="code" href="magick-image_8c.html#8244919748e894b52d1e1ccaef5475ce">MagickBlurImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00085"></a>00085 <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00086"></a>00086 <a class="code" href="magick-image_8c.html#f67a32dd5b83e7b89d39796c0ffc5c7d">MagickBorderImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00087"></a>00087 <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00088"></a>00088 <a class="code" href="magick-image_8c.html#c03212b576b975a7688013491339c03f">MagickCharcoalImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00089"></a>00089 <a class="code" href="magick-image_8c.html#ff4c513090ce18b3918df75b6e9ac823">MagickChopImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00090"></a>00090 <span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00091"></a>00091 <a class="code" href="magick-image_8c.html#c8e8364538e0f35c45b92f8ce22825f4">MagickClipImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00092"></a>00092 <a class="code" href="magick-image_8c.html#10fbe342e6b1513d0914a444d9cca499">MagickClipImagePath</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keyword">const</span> MagickBooleanType),
<a name="l00093"></a>00093 <a class="code" href="magick-image_8c.html#6c4a522541d17d007c1e72ca4dc58830">MagickClutImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00094"></a>00094 <a class="code" href="magick-image_8c.html#be10c90efd4326a16e3801df685dab0f">MagickClutImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00095"></a>00095 <a class="code" href="magick-image_8c.html#42f6e2878bd3237365da66d6d0ca1ca2">MagickColorizeImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00096"></a>00096 <a class="code" href="magick-image_8c.html#41c7c0a0c49d9d68d039ceb65e2b4b53">MagickCommentImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00097"></a>00097 <a class="code" href="magick-image_8c.html#be61975424215277ebb761800cc0c018">MagickCompositeImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> CompositeOperator,
<a name="l00098"></a>00098 <span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00099"></a>00099 <a class="code" href="magick-image_8c.html#d2c168f6101fa5d17e76943c11eff548">MagickCompositeImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *, <span class="keyword">const</span> CompositeOperator,<span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00100"></a>00100 <a class="code" href="magick-image_8c.html#b9869ec563e2bcc0a0fdbe2d83217928">MagickConstituteImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00101"></a>00101 <span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keyword">const</span> StorageType,<span class="keyword">const</span> <span class="keywordtype">void</span> *),
<a name="l00102"></a>00102 <a class="code" href="magick-image_8c.html#566b70c69191c3a70101009d9d85d8de">MagickContrastImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> MagickBooleanType),
<a name="l00103"></a>00103 <a class="code" href="magick-image_8c.html#3dfc1df1bd1b28148fe7f0d4743b25bb">MagickContrastStretchImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00104"></a>00104 <a class="code" href="magick-image_8c.html#59f72f40d58518721baa8178d6b1f464">MagickContrastStretchImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00105"></a>00105 <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00106"></a>00106 <a class="code" href="magick-image_8c.html#f9d00be91ac9845e55f66f8930167659">MagickConvolveImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">double</span> *),
<a name="l00107"></a>00107 <a class="code" href="magick-image_8c.html#b5dac7d99d206420767d8a0d4a53ba98">MagickConvolveImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00108"></a>00108 <span class="keyword">const</span> <span class="keywordtype">double</span> *),
<a name="l00109"></a>00109 <a class="code" href="magick-image_8c.html#07395a402e890898cd4a14f5fef643c5">MagickCropImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00110"></a>00110 <span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00111"></a>00111 <a class="code" href="magick-image_8c.html#8636c2d9524e316421fc907047529195">MagickCycleColormapImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00112"></a>00112 <a class="code" href="magick-image_8c.html#497f9c636c53ff9cb6c148b3f63f6f76">MagickDespeckleImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00113"></a>00113 <a class="code" href="magick-image_8c.html#c68a2d04a9b8d56cafd21b85e1f82a7e">MagickDisplayImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00114"></a>00114 <a class="code" href="magick-image_8c.html#7e2a5486e96c368e17fba78e432c2d59">MagickDisplayImages</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00115"></a>00115 <a class="code" href="magick-image_8c.html#a579209e5a60a34a3c4eedc4db0b87a0">MagickDistortImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> DistortImageMethod,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00116"></a>00116 <span class="keyword">const</span> <span class="keywordtype">double</span> *,<span class="keyword">const</span> MagickBooleanType),
<a name="l00117"></a>00117 <a class="code" href="magick-image_8c.html#d0e6d44f41ec7d58ae783e68506a3c99">MagickDrawImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *),
<a name="l00118"></a>00118 <a class="code" href="magick-image_8c.html#cf11d401b62f966d4af3b54d2009309e">MagickEdgeImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00119"></a>00119 <a class="code" href="magick-image_8c.html#00764c86dbc45e8a992521d6ae1a138a">MagickEmbossImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00120"></a>00120 <a class="code" href="magick-image_8c.html#8b8f5f5d6fde448d86e6e9ce1dd686e6">MagickEnhanceImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00121"></a>00121 <a class="code" href="magick-image_8c.html#f3fdb4abad30cdbe9fd136c2353d99b5">MagickEqualizeImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00122"></a>00122 <a class="code" href="magick-image_8c.html#903ef53779d8d48382b0e8e1093c1402">MagickEqualizeImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType),
<a name="l00123"></a>00123 <a class="code" href="magick-image_8c.html#3b561dc6a67ef3aea432cc0ba95efab5">MagickEvaluateImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> MagickEvaluateOperator,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00124"></a>00124 <a class="code" href="magick-image_8c.html#872220376a466e7f131de63b5f50fa1e">MagickEvaluateImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,
<a name="l00125"></a>00125 <span class="keyword">const</span> MagickEvaluateOperator,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00126"></a>00126 <a class="code" href="magick-image_8c.html#62054778d366677ba4d668b9e8fb7f30">MagickExtentImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00127"></a>00127 <span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00128"></a>00128 <a class="code" href="magick-image_8c.html#7a667099d0aa0f6c407d6391b62d7de3">MagickFlipImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00129"></a>00129 <a class="code" href="magick-image_8c.html#589c7b3e6ad0af8ef3b223f30221f773">MagickFloodfillPaintImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,
<a name="l00130"></a>00130 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>,
<a name="l00131"></a>00131 <span class="keyword">const</span> MagickBooleanType),
<a name="l00132"></a>00132 <a class="code" href="magick-image_8c.html#3291cf691d3032c8facb9700000bd955">MagickFlopImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00133"></a>00133 <a class="code" href="magick-image_8c.html#b2fb837f5401229d299e086309c16088">MagickFrameImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00134"></a>00134 <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00135"></a>00135 <a class="code" href="magick-image_8c.html#a0391ea636561960a7edb8f6e560e7d5">MagickGammaImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00136"></a>00136 <a class="code" href="magick-image_8c.html#e24bbfcab8e2295a66f43fe80b4dd3e6">MagickGammaImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00137"></a>00137 <a class="code" href="magick-image_8c.html#55e47609f6f71a99c0afa83162637598">MagickGaussianBlurImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00138"></a>00138 <a class="code" href="magick-image_8c.html#aa6bb0855f2adc85d2a59921410932c8">MagickGaussianBlurImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00139"></a>00139 <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00140"></a>00140 <a class="code" href="magick-image_8c.html#08f9ca9d3c209892e2576e313e593537">MagickGetImageBackgroundColor</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00141"></a>00141 <a class="code" href="magick-image_8c.html#58cd9fd3d9d48fdb61cd6c41f529d06a">MagickGetImageBluePrimary</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keywordtype">double</span> *,<span class="keywordtype">double</span> *),
<a name="l00142"></a>00142 <a class="code" href="magick-image_8c.html#bd43731aef223928d9a948ac5423801a">MagickGetImageBorderColor</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00143"></a>00143 <a class="code" href="magick-image_8c.html#26dc822ba9041b123b1afb375eddf1d7">MagickGetImageChannelDistortion</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *,
<a name="l00144"></a>00144 <span class="keyword">const</span> ChannelType, <span class="keyword">const</span> MetricType,<span class="keywordtype">double</span> *),
<a name="l00145"></a>00145 <a class="code" href="magick-image_8c.html#2e8f83dcdf64b010e527d36fe8f06bd6">MagickGetImageDistortion</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> MetricType,
<a name="l00146"></a>00146 <span class="keywordtype">double</span> *),
<a name="l00147"></a>00147 <a class="code" href="magick-image_8c.html#36ee019ce57b66cc5066ead444b46b82">MagickGetImageChannelMean</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keywordtype">double</span> *,<span class="keywordtype">double</span> *),
<a name="l00148"></a>00148 <a class="code" href="magick-image_8c.html#a6e33f51a494a70312976a2406ab7e84">MagickGetImageChannelRange</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keywordtype">double</span> *,<span class="keywordtype">double</span> *),
<a name="l00149"></a>00149 <a class="code" href="magick-image_8c.html#d13a4bbd508d9be67b9e202ca9ebb132">MagickGetImageColormapColor</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00150"></a>00150 <a class="code" href="magick-image_8c.html#d1f07ec482d0fbf2ddc2c4d35fbba8c3">MagickGetImageGreenPrimary</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keywordtype">double</span> *,<span class="keywordtype">double</span> *),
<a name="l00151"></a>00151 <a class="code" href="magick-image_8c.html#e2db4267259354de18b0fb2260b8dee0">MagickGetImageMatte</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00152"></a>00152 <a class="code" href="magick-image_8c.html#343450f68701995b52cb16e0b6d8fdf1">MagickGetImageMatteColor</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00153"></a>00153 <a class="code" href="magick-image_8c.html#6d73f84673466139e95c53e05691f655">MagickGetImageLength</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,MagickSizeType *),
<a name="l00154"></a>00154 <a class="code" href="magick-image_8c.html#e579e829459cedb6142b6aeb76bd0bef">MagickGetImagePage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *,<span class="keywordtype">long</span> *,
<a name="l00155"></a>00155 <span class="keywordtype">long</span> *),
<a name="l00156"></a>00156 <a class="code" href="magick-image_8c.html#a4c9752b4d29aac8fec078367b07c561">MagickGetImagePixelColor</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>,<a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00157"></a>00157 <a class="code" href="magick-image_8c.html#4e1aae22fcdb265e8d7c063934dc0ad2">MagickGetImagePixels</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00158"></a>00158 <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keyword">const</span> StorageType,<span class="keywordtype">void</span> *),
<a name="l00159"></a>00159 <a class="code" href="magick-image_8c.html#8a1bac5633cdf2ced39de0604b1efbb9">MagickGetImageRange</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keywordtype">double</span> *,<span class="keywordtype">double</span> *),
<a name="l00160"></a>00160 <a class="code" href="magick-image_8c.html#9159ceb615d9108b0b1d7820282e8408">MagickGetImageRedPrimary</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keywordtype">double</span> *,<span class="keywordtype">double</span> *),
<a name="l00161"></a>00161 <a class="code" href="magick-image_8c.html#98a4948d4544383cc34e8b7c1d8bb471">MagickGetImageResolution</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keywordtype">double</span> *,<span class="keywordtype">double</span> *),
<a name="l00162"></a>00162 <a class="code" href="magick-image_8c.html#0a34a26d83cef12e3f11fc835d57ee4d">MagickGetImageWhitePoint</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keywordtype">double</span> *,<span class="keywordtype">double</span> *),
<a name="l00163"></a>00163 <a class="code" href="magick-image_8c.html#f05a185924de954d651916d1986ab5f2">MagickHasNextImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00164"></a>00164 <a class="code" href="magick-image_8c.html#2fcb6ff891b3a8c50cd4b18c483a65ca">MagickHasPreviousImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00165"></a>00165 <a class="code" href="magick-image_8c.html#0ac7196ac7e1ac3de0085a55bab6de70">MagickImplodeImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00166"></a>00166 <a class="code" href="magick-image_8c.html#1b63b04f97e5d3169d8271b3659bf5d8">MagickLabelImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00167"></a>00167 <a class="code" href="magick-image_8c.html#34844834bdbe3074a5c45650d18dbf50">MagickLevelImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00168"></a>00168 <a class="code" href="magick-image_8c.html#251df2d3476f2653e0937408d691db98">MagickLevelImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00169"></a>00169 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00170"></a>00170 <a class="code" href="magick-image_8c.html#871848625c8671e1a0f2d48d2ef8973e">MagickLinearStretchImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00171"></a>00171 <a class="code" href="magick-image_8c.html#678d540cbfb3fd359e790e64e062c74b">MagickMagnifyImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00172"></a>00172 <a class="code" href="magick-image_8c.html#e158afd1c07e0956cc71b88adf39e2df">MagickMapImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> MagickBooleanType),
<a name="l00173"></a>00173 <a class="code" href="magick-image_8c.html#c6ffba134a272d6dcc3ba96b6c04a4bf">MagickMedianFilterImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00174"></a>00174 <a class="code" href="magick-image_8c.html#657605bdec5e26f53925f520053acf9f">MagickMinifyImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00175"></a>00175 <a class="code" href="magick-image_8c.html#38814c62485431c7b7bc34f670fbaf1a">MagickModulateImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00176"></a>00176 <a class="code" href="magick-image_8c.html#974dca5ab8329acd4065f02ac51e0b1c">MagickMotionBlurImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00177"></a>00177 <a class="code" href="magick-image_8c.html#52fbc5b6e317af0e5530f811bc80be55">MagickNegateImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> MagickBooleanType),
<a name="l00178"></a>00178 <a class="code" href="magick-image_8c.html#e2ef3278a17268171872176a43452651">MagickNegateImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,
<a name="l00179"></a>00179 <span class="keyword">const</span> MagickBooleanType),
<a name="l00180"></a>00180 <a class="code" href="magick-image_8c.html#0eaf5fd7ac3d7f18cdc735d2961fb3e6">MagickNewImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00181"></a>00181 <span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00182"></a>00182 <a class="code" href="magick-image_8c.html#f55c7a61f9c5bb6a521e05df953b0a1d">MagickNextImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00183"></a>00183 <a class="code" href="magick-image_8c.html#0d70de312073a8e5169295606f605819">MagickNormalizeImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00184"></a>00184 <a class="code" href="magick-image_8c.html#0ee3c8b412adcc10a12b68dcb2112e31">MagickNormalizeImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType),
<a name="l00185"></a>00185 <a class="code" href="magick-image_8c.html#8519ea43b58003dcbef8ba24515e7ffb">MagickOilPaintImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00186"></a>00186 <a class="code" href="magick-image_8c.html#7f077695944d11bde976bbbb72c6a1d2">MagickOpaquePaintImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,
<a name="l00187"></a>00187 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> MagickBooleanType),
<a name="l00188"></a>00188 <a class="code" href="magick-image_8c.html#72a7de48e176d5e23ff2912c4db3119d">MagickOpaquePaintImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,
<a name="l00189"></a>00189 <span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> MagickBooleanType),
<a name="l00190"></a>00190 <a class="code" href="magick-image_8c.html#c18e508b9c55ed2e5e1eccbe81e9db13">MagickOrderedPosterizeImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00191"></a>00191 <a class="code" href="magick-image_8c.html#986d73a524c148257f951205ad5e7d39">MagickOrderedPosterizeImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,
<a name="l00192"></a>00192 <span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00193"></a>00193 <a class="code" href="magick-image_8c.html#404cd9ccc3021f255677d1f8bde11a7a">MagickTransparentPaintImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,
<a name="l00194"></a>00194 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> MagickBooleanType invert),
<a name="l00195"></a>00195 <a class="code" href="magick-image_8c.html#5f42ce84ccd856ce8e69969c52ea5dac">MagickPingImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00196"></a>00196 <a class="code" href="magick-image_8c.html#c4cd5425bf6fdf85fc57b5a169fd5236">MagickPingImageBlob</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">void</span> *,<span class="keyword">const</span> <span class="keywordtype">size_t</span>),
<a name="l00197"></a>00197 <a class="code" href="magick-image_8c.html#d4c626ea52c8b53077b5588c317c751e">MagickPingImageFile</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,FILE *),
<a name="l00198"></a>00198 <a class="code" href="magick-image_8c.html#7e2f2d54f51ba92cc89ebcf7f9a1c603">MagickPolaroidImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00199"></a>00199 <a class="code" href="magick-image_8c.html#620af5e28fb979f1f79ebf2bef5cba07">MagickPosterizeImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00200"></a>00200 <span class="keyword">const</span> MagickBooleanType),
<a name="l00201"></a>00201 <a class="code" href="magick-image_8c.html#664929a3bd6b56d81a9c772c50c6f501">MagickPreviousImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00202"></a>00202 <a class="code" href="magick-image_8c.html#5f02c8f460b45605af39393f13bf512d">MagickQuantizeImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> ColorspaceType,
<a name="l00203"></a>00203 <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> MagickBooleanType,<span class="keyword">const</span> MagickBooleanType),
<a name="l00204"></a>00204 <a class="code" href="magick-image_8c.html#512eb718c649526d75792a2b0241f362">MagickQuantizeImages</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> ColorspaceType,
<a name="l00205"></a>00205 <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> MagickBooleanType,<span class="keyword">const</span> MagickBooleanType),
<a name="l00206"></a>00206 <a class="code" href="magick-image_8c.html#88e969254651dcb16e8e180122ecc632">MagickRadialBlurImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00207"></a>00207 <a class="code" href="magick-image_8c.html#e0defc43f685b689b293af48cbcd614f">MagickRadialBlurImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00208"></a>00208 <a class="code" href="magick-image_8c.html#a3b45164e55bff1c38fca296509f1bc9">MagickRaiseImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00209"></a>00209 <span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> MagickBooleanType),
<a name="l00210"></a>00210 <a class="code" href="magick-image_8c.html#c24c7e0424ee1d7692dab29edc936d1c">MagickRandomThresholdImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00211"></a>00211 <a class="code" href="magick-image_8c.html#647ebeb39285b079cf32ed7d8f263088">MagickRandomThresholdImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00212"></a>00212 <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00213"></a>00213 <a class="code" href="magick-image_8c.html#b4eb22f16a7a76fa1a155d8568d1a528">MagickReadImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00214"></a>00214 <a class="code" href="magick-image_8c.html#62ed974f1c139f3582fb06385fa99808">MagickReadImageBlob</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">void</span> *,<span class="keyword">const</span> <span class="keywordtype">size_t</span>),
<a name="l00215"></a>00215 <a class="code" href="magick-image_8c.html#90eccc0f9a08c58b9b586e1212d22da9">MagickReadImageFile</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,FILE *),
<a name="l00216"></a>00216 <a class="code" href="magick-image_8c.html#ba4b83c87feaa06ab9e074b4e7b2ecd1">MagickRecolorImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">double</span> *),
<a name="l00217"></a>00217 <a class="code" href="magick-image_8c.html#9db42561d07ce23a3d832436ca63c616">MagickReduceNoiseImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00218"></a>00218 <a class="code" href="magick-image_8c.html#0dabb5837f0f2b31627c1b450331da89">MagickRemoveImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00219"></a>00219 <a class="code" href="magick-image_8c.html#dd2d8723cef73073423805942b1346d1">MagickResampleImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> FilterTypes,
<a name="l00220"></a>00220 <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00221"></a>00221 <a class="code" href="magick-image_8c.html#193792d78d23b4284bd6d1c536f0b027">MagickResizeImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00222"></a>00222 <span class="keyword">const</span> FilterTypes,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00223"></a>00223 <a class="code" href="magick-image_8c.html#b8ad1f599416f229f163737712ecea6a">MagickRollImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00224"></a>00224 <a class="code" href="magick-image_8c.html#f4e30846e9a5923015340fc51fb97e9c">MagickRotateImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00225"></a>00225 <a class="code" href="magick-image_8c.html#d1c7324a16e636df5a42ecd135ea83d1">MagickSampleImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00226"></a>00226 <a class="code" href="magick-image_8c.html#bb9e15f4a4ffaf099332582c960a0844">MagickScaleImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00227"></a>00227 <a class="code" href="magick-image_8c.html#cc9c2ac60fb4b0926cf3bdebc2465464">MagickSegmentImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ColorspaceType,<span class="keyword">const</span> MagickBooleanType,
<a name="l00228"></a>00228 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00229"></a>00229 <a class="code" href="magick-image_8c.html#43886db015d19fa2e06117308a90a38d">MagickSeparateImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType),
<a name="l00230"></a>00230 <a class="code" href="magick-image_8c.html#52f04808f774a4202b87de3cb61f4bfb">MagickSepiaToneImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00231"></a>00231 <a class="code" href="magick-image_8c.html#bad8630cbd705a078d09c3cc1392fb50">MagickSetImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00232"></a>00232 <a class="code" href="magick-image_8c.html#682aa6170176aa4524cf1f672add9b7f">MagickSetImageAlphaChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> AlphaChannelType),
<a name="l00233"></a>00233 <a class="code" href="magick-image_8c.html#67dece48efca430ea9e47cb74e158fef">MagickSetImageBackgroundColor</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00234"></a>00234 <a class="code" href="magick-image_8c.html#39727346c8c469d7d9f07c96a3687499">MagickSetImageBias</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00235"></a>00235 <a class="code" href="magick-image_8c.html#6e57895c9224b2bb75c290e55f15469c">MagickSetImageBluePrimary</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00236"></a>00236 <a class="code" href="magick-image_8c.html#299a0802616479eadc8508955f4fed35">MagickSetImageBorderColor</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00237"></a>00237 <a class="code" href="magick-image_8c.html#9feaff450787646556149952a91cffc8">MagickSetImageChannelDepth</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,
<a name="l00238"></a>00238 <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00239"></a>00239 <a class="code" href="magick-image_8c.html#3e7cd35aa1c3a3e419690a1a9908a8e4">MagickSetImageClipMask</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00240"></a>00240 <a class="code" href="magick-image_8c.html#9d55e714b7e7f603707d8e8d00e8daf9">MagickSetImageColormapColor</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00241"></a>00241 <span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00242"></a>00242 <a class="code" href="magick-image_8c.html#a60faa11b8489499ee66bec668f05ff4">MagickSetImageCompose</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> CompositeOperator),
<a name="l00243"></a>00243 <a class="code" href="magick-image_8c.html#d24ed6d7f60add5344abd1280716d54e">MagickSetImageCompression</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> CompressionType),
<a name="l00244"></a>00244 <a class="code" href="magick-image_8c.html#80bf08d9db9a7cd8e1682a882bd20870">MagickSetImageDelay</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00245"></a>00245 <a class="code" href="magick-image_8c.html#958530542e4e044cc52710b76387490e">MagickSetImageDepth</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00246"></a>00246 <a class="code" href="magick-image_8c.html#b9b605c782ff9d591ff523db95b49e8e">MagickSetImageDispose</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> DisposeType),
<a name="l00247"></a>00247 <a class="code" href="magick-image_8c.html#37a72700f0f7902065e1ea50d72505a1">MagickTransformImageColorspace</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ColorspaceType),
<a name="l00248"></a>00248 <a class="code" href="magick-image_8c.html#1d09f1a22b166fe40c8a72b34d70fb93">MagickSetImageCompressionQuality</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00249"></a>00249 <a class="code" href="magick-image_8c.html#5847e414f2024fb4e8f6a9b60cc92d9a">MagickSetImageGreenPrimary</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00250"></a>00250 <a class="code" href="magick-image_8c.html#5b5a154d8088b631a3bf04208c7d2181">MagickSetImageGamma</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00251"></a>00251 <a class="code" href="magick-image_8c.html#09f82d6c75f9eba1223540f1753fb3ad">MagickSetImageExtent</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00252"></a>00252 <a class="code" href="magick-image_8c.html#c946ccafcf775f11f17a5965932364e9">MagickSetImageFilename</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00253"></a>00253 <a class="code" href="magick-image_8c.html#04c83b9b5c7b076fc88d5ece711ab013">MagickSetImageFormat</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00254"></a>00254 <a class="code" href="magick-image_8c.html#0c436a5a2ab5b53e0d5cc506e3138a31">MagickSetImageInterlaceScheme</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> InterlaceType),
<a name="l00255"></a>00255 <a class="code" href="magick-image_8c.html#19c5680fae5241136423f83f640a833f">MagickSetImageInterpolateMethod</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,
<a name="l00256"></a>00256 <span class="keyword">const</span> InterpolatePixelMethod),
<a name="l00257"></a>00257 <a class="code" href="magick-image_8c.html#c80e8b5959781d932a7ce6b7993d46fa">MagickSetImageIterations</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00258"></a>00258 <a class="code" href="magick-image_8c.html#5e89ea7b25bb6754b3b0a79e6a0d6b4d">MagickSetImageMatte</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> MagickBooleanType),
<a name="l00259"></a>00259 <a class="code" href="magick-image_8c.html#468179eab61873b5d7da732438e1c023">MagickSetImageMatteColor</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00260"></a>00260 <a class="code" href="magick-image_8c.html#c03495cf7d78f7292160c004bcd2e51b">MagickSetImageOpacity</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00261"></a>00261 <a class="code" href="magick-image_8c.html#5e0ae3e3b4758ca38211ce7c3bb4e95e">MagickSetImageOrientation</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> OrientationType),
<a name="l00262"></a>00262 <a class="code" href="magick-image_8c.html#4a461ae50f0ffb4b07187e22be1b9d67">MagickSetImagePage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00263"></a>00263 <span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00264"></a>00264 <a class="code" href="magick-image_8c.html#d3dae3ce746acaa4fefc213aa357f8e5">MagickResetImagePage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00265"></a>00265 <a class="code" href="magick-image_8c.html#5319a1640d3d2fcfda78e0517b294324">MagickSetImagePixels</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00266"></a>00266 <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keyword">const</span> StorageType,<span class="keyword">const</span> <span class="keywordtype">void</span> *),
<a name="l00267"></a>00267 <a class="code" href="magick-image_8c.html#f12433f6b393d7251774dfe8291960f4">MagickSetImageRedPrimary</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00268"></a>00268 <a class="code" href="magick-image_8c.html#606b1e4ba23c9a591f4f68d88687fc6f">MagickSetImageRenderingIntent</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> RenderingIntent),
<a name="l00269"></a>00269 <a class="code" href="magick-image_8c.html#78613414177f455645099b12988400ad">MagickSetImageResolution</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00270"></a>00270 <a class="code" href="magick-image_8c.html#c66972d48e749084d37c9fd8dc7521a3">MagickSetImageScene</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00271"></a>00271 <a class="code" href="magick-image_8c.html#ba90410a1e155128bcc72bcc639c1a06">MagickSetImageTicksPerSecond</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00272"></a>00272 <a class="code" href="magick-image_8c.html#7763a58f2d3879f0292472b33b597625">MagickSetImageType</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ImageType),
<a name="l00273"></a>00273 <a class="code" href="magick-image_8c.html#d122a39d03e3cb902502be3336f0582c">MagickSetImageUnits</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ResolutionType),
<a name="l00274"></a>00274 <a class="code" href="magick-image_8c.html#82565827010724bf923e9bb086f390d3">MagickSetImageWhitePoint</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00275"></a>00275 <a class="code" href="magick-image_8c.html#812206b1203b727aae11a43f8ac7d52d">MagickShadeImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> MagickBooleanType,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span>
<a name="l00276"></a>00276 <span class="keywordtype">double</span>),
<a name="l00277"></a>00277 <a class="code" href="magick-image_8c.html#235da14fb8a22ff5fe099c1d7409f35f">MagickShadowImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>,
<a name="l00278"></a>00278 <span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00279"></a>00279 <a class="code" href="magick-image_8c.html#f3409d765fd5a0652d3c725ae68add73">MagickSharpenImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00280"></a>00280 <a class="code" href="magick-image_8c.html#e7a30318ce190839435237adf44314e7">MagickSharpenImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00281"></a>00281 <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00282"></a>00282 <a class="code" href="magick-image_8c.html#7d9481684fab29639c2798c5962cfc54">MagickShaveImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00283"></a>00283 <a class="code" href="magick-image_8c.html#2cda9ffadb78aaab33365c81dfda96c7">MagickShearImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00284"></a>00284 <a class="code" href="magick-image_8c.html#ec30ab0e6ad1908e3f0a1776f565a244">MagickSigmoidalContrastImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> MagickBooleanType,
<a name="l00285"></a>00285 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00286"></a>00286 <a class="code" href="magick-image_8c.html#6d69d57d9ef4162ba317af786d38c140">MagickSigmoidalContrastImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,
<a name="l00287"></a>00287 <span class="keyword">const</span> MagickBooleanType,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00288"></a>00288 <a class="code" href="magick-image_8c.html#4549dbd120881fff02431082d5bc1994">MagickSketchImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00289"></a>00289 <a class="code" href="magick-image_8c.html#3203a33fd16e31110af01b27aefbc78f">MagickSolarizeImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00290"></a>00290 <a class="code" href="magick-image_8c.html#7379f7255503c09362c1834955fd2970">MagickSpliceImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00291"></a>00291 <span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00292"></a>00292 <a class="code" href="magick-image_8c.html#9b089b703661b473946c020f70ba621a">MagickSpreadImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00293"></a>00293 <a class="code" href="magick-image_8c.html#fd9d2205eadceb01a56191f484ed8957">MagickStripImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00294"></a>00294 <a class="code" href="magick-image_8c.html#cc6b9d66d5d7d7fd2fee33489e7394a1">MagickSwirlImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00295"></a>00295 <a class="code" href="magick-image_8c.html#d05925749229e8966ba76111eec60454">MagickTintImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00296"></a>00296 <a class="code" href="magick-image_8c.html#5643383333d237b5e34ad1e252beabbb">MagickTransposeImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00297"></a>00297 <a class="code" href="magick-image_8c.html#1dc0ab34eb2cf3b0993583c16bcc4db6">MagickTransverseImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00298"></a>00298 <a class="code" href="magick-image_8c.html#0707cfc6fd2a96b734913b920a0385ce">MagickThresholdImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00299"></a>00299 <a class="code" href="magick-image_8c.html#90ef57e9839fb167dbf23d2e6ff16465">MagickThresholdImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00300"></a>00300 <a class="code" href="magick-image_8c.html#a8ff212b502c35208b6be0f4b462b76e">MagickThumbnailImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00301"></a>00301 <a class="code" href="magick-image_8c.html#583173468ef3d9d48985596deb5ca441">MagickTrimImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00302"></a>00302 <a class="code" href="magick-image_8c.html#22ee44fd7e69c87c7fae7559e7e9a6eb">MagickUniqueImageColors</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00303"></a>00303 <a class="code" href="magick-image_8c.html#5d1b3092804c46a5a34d846454f9f5b1">MagickUnsharpMaskImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00304"></a>00304 <span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00305"></a>00305 <a class="code" href="magick-image_8c.html#34f5d4f0173821ca1f191e9616b96d58">MagickUnsharpMaskImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00306"></a>00306 <span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00307"></a>00307 <a class="code" href="magick-image_8c.html#630552dfac8f651366263fefb14b25c9">MagickVignetteImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>,
<a name="l00308"></a>00308 <span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00309"></a>00309 <a class="code" href="magick-image_8c.html#f0317f0425589273fedd5fd26ef508b9">MagickWaveImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00310"></a>00310 <a class="code" href="magick-image_8c.html#1ee444275d4a17a6d269f592dd997abd">MagickWhiteThresholdImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00311"></a>00311 <a class="code" href="magick-image_8c.html#3f259ef5da50b2c47ce51f7bc9d21769">MagickWriteImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00312"></a>00312 <a class="code" href="magick-image_8c.html#6a4bb21662ed31015a48647312620b7e">MagickWriteImageFile</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,FILE *),
<a name="l00313"></a>00313 <a class="code" href="magick-image_8c.html#2171619a4df473f9bd676f0b90d62829">MagickWriteImages</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keyword">const</span> MagickBooleanType),
<a name="l00314"></a>00314 <a class="code" href="magick-image_8c.html#87a1753e600def2ff5dfa3ec21007530">MagickWriteImagesFile</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,FILE *);
<a name="l00315"></a>00315
<a name="l00316"></a>00316 <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> MagickProgressMonitor
<a name="l00317"></a>00317 <a class="code" href="magick-image_8c.html#e56a74df8ffccbeb340fd0a66e788e74">MagickSetImageProgressMonitor</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> MagickProgressMonitor,
<a name="l00318"></a>00318 <span class="keywordtype">void</span> *);
<a name="l00319"></a>00319
<a name="l00320"></a>00320 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <a class="code" href="struct__MagickWand.html">MagickWand</a>
<a name="l00321"></a>00321 *<a class="code" href="magick-image_8c.html#cb0bfcda82830ddbd52302317769c5d3">MagickAppendImages</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> MagickBooleanType),
<a name="l00322"></a>00322 *<a class="code" href="magick-image_8c.html#8ef85fbc2f9fc94cb97926e54a3a5e5d">MagickAverageImages</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00323"></a>00323 *<a class="code" href="magick-image_8c.html#a57be9db805bd8a3c2c8950226ff9061">MagickCoalesceImages</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00324"></a>00324 *<a class="code" href="magick-image_8c.html#8c640180462fc936677798a13a01fdd3">MagickCombineImages</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType),
<a name="l00325"></a>00325 *<a class="code" href="magick-image_8c.html#e8a28294fa83774622eb9d4295c1112a">MagickCompareImageChannels</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,
<a name="l00326"></a>00326 <span class="keyword">const</span> MetricType,<span class="keywordtype">double</span> *),
<a name="l00327"></a>00327 *<a class="code" href="magick-image_8c.html#da04f13b46a524446a46741483dad269">MagickCompareImages</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> MetricType,
<a name="l00328"></a>00328 <span class="keywordtype">double</span> *),
<a name="l00329"></a>00329 *<a class="code" href="magick-image_8c.html#ae00d88164e421a61c492b548c474aa3">MagickCompareImageLayers</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ImageLayerMethod),
<a name="l00330"></a>00330 *<a class="code" href="magick-image_8c.html#72c67101da57d65f5c03f6ee5ba1454e">MagickDeconstructImages</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00331"></a>00331 *<a class="code" href="magick-image_8c.html#0e768808a8b1263fa54c52663803c828">MagickFxImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00332"></a>00332 *<a class="code" href="magick-image_8c.html#19c72041ecde93fe1890fa0a0c0e6505">MagickFxImageChannel</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00333"></a>00333 *<a class="code" href="magick-image_8c.html#e0f4a5a2051cf937755bfb8c5093cc01">MagickGetImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00334"></a>00334 *<a class="code" href="magick-image_8c.html#01e05f4aea87d3500c820d2c0c4fbecb">MagickGetImageClipMask</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00335"></a>00335 *<a class="code" href="magick-image_8c.html#14bd2fc5ff89f60d12199ab95f28b1fa">MagickGetImageRegion</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00336"></a>00336 <span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00337"></a>00337 *<a class="code" href="magick-image_8c.html#3c6a8f73359a822b07234dac32f29ee8">MagickMergeImageLayers</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ImageLayerMethod),
<a name="l00338"></a>00338 *<a class="code" href="magick-image_8c.html#35f0bd33eb6b50bad9fd2b0b8e4584f3">MagickMorphImages</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00339"></a>00339 *<a class="code" href="magick-image_8c.html#e4535c061ff57e9cfbb4581af15a1f4c">MagickMontageImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *,
<a name="l00340"></a>00340 <span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keyword">const</span> MontageMode,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00341"></a>00341 *<a class="code" href="magick-image_8c.html#0022c08729fc0f6529eb5a6abcbd4f60">MagickOptimizeImageLayers</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00342"></a>00342 *<a class="code" href="magick-image_8c.html#90c166f5c7d9bdd3b90f6589eeb753a0">MagickPreviewImages</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *wand,<span class="keyword">const</span> PreviewType),
<a name="l00343"></a>00343 *<a class="code" href="magick-image_8c.html#2ec7f19e82c8bf257c5b80b6ae40e245">MagickSteganoImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00344"></a>00344 *<a class="code" href="magick-image_8c.html#0e4763dc7080fa52acce27767c9bc90c">MagickStereoImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00345"></a>00345 *<a class="code" href="magick-image_8c.html#220d84b423207bd0cc4f0ffbb1fdc85b">MagickTextureImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00346"></a>00346 *<a class="code" href="magick-image_8c.html#7eef9a56067cd7a795a6b2d6565d0777">MagickTransformImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00347"></a>00347 *<a class="code" href="magick-image_8h.html#3348b8bed8b7781e2eaa78bd45513fdd">NewMagickWandFromImage</a>(<span class="keyword">const</span> Image *);
<a name="l00348"></a>00348
<a name="l00349"></a>00349 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> OrientationType
<a name="l00350"></a>00350 <a class="code" href="magick-image_8c.html#0cd81a41ba8fd874917bbc089635c993">MagickGetImageOrientation</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00351"></a>00351
<a name="l00352"></a>00352 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <a class="code" href="struct__PixelWand.html">PixelWand</a>
<a name="l00353"></a>00353 **<a class="code" href="magick-image_8c.html#414c818389ba1e4e43e6d1a99a470a80">MagickGetImageHistogram</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *);
<a name="l00354"></a>00354
<a name="l00355"></a>00355 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> RenderingIntent
<a name="l00356"></a>00356 <a class="code" href="magick-image_8c.html#e5b0ebeffc76053531639bff027fa39e">MagickGetImageRenderingIntent</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00357"></a>00357
<a name="l00358"></a>00358 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> ResolutionType
<a name="l00359"></a>00359 <a class="code" href="magick-image_8c.html#c31aeb71fb1ce064ab80b3d84ba4bb8d">MagickGetImageUnits</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00360"></a>00360
<a name="l00361"></a>00361 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>
<a name="l00362"></a>00362 *<a class="code" href="magick-image_8c.html#0a454207fbc084658f994b1c3579dda8">MagickGetImageBlob</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keywordtype">size_t</span> *),
<a name="l00363"></a>00363 *<a class="code" href="magick-image_8c.html#c586814727a99a8baaf1ca6523a14b8c">MagickGetImagesBlob</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keywordtype">size_t</span> *);
<a name="l00364"></a>00364
<a name="l00365"></a>00365 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>
<a name="l00366"></a>00366 <a class="code" href="magick-image_8c.html#bbb06fb456c040203a97947d67c559bd">MagickGetImageColors</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00367"></a>00367 <a class="code" href="magick-image_8c.html#aab715809badc311825f1725ff5ca8a8">MagickGetImageCompressionQuality</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00368"></a>00368 <a class="code" href="magick-image_8c.html#e504233404b27abead63d5139dac7f98">MagickGetImageDelay</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00369"></a>00369 <a class="code" href="magick-image_8c.html#9464ac3941ee1373535a8795d4fa8d75">MagickGetImageChannelDepth</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ChannelType),
<a name="l00370"></a>00370 <a class="code" href="magick-image_8c.html#aad07e7d5784de0ae2d8a163818ab006">MagickGetImageDepth</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00371"></a>00371 <a class="code" href="magick-image_8c.html#ebdcd18de79faa9517635f3c3b8bf1e6">MagickGetImageHeight</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00372"></a>00372 <a class="code" href="magick-image_8c.html#832fef7d19618aa9cf14ae64d51a877e">MagickGetImageIterations</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00373"></a>00373 <a class="code" href="magick-image_8c.html#f685eb0aec95d826909ff68c706519c4">MagickGetImageScene</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00374"></a>00374 <a class="code" href="magick-image_8c.html#fb784d7eda8fb9a81c1505dd2ddc7a19">MagickGetImageTicksPerSecond</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00375"></a>00375 <a class="code" href="magick-image_8c.html#b4f246887636d5aa4ec77a48509ebf7c">MagickGetImageWidth</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00376"></a>00376 <a class="code" href="magick-image_8c.html#02e0f5716dd60adcc4bee7255a34f33b">MagickGetNumberImages</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00377"></a>00377
<a name="l00378"></a>00378 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> VirtualPixelMethod
<a name="l00379"></a>00379 <a class="code" href="magick-image_8c.html#92b3b5c9dc4af570b76ea293d125113f">MagickGetImageVirtualPixelMethod</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00380"></a>00380
<a name="l00381"></a>00381 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00382"></a>00382 <span class="preprocessor"></span>}
<a name="l00383"></a>00383 <span class="preprocessor">#endif</span>
<a name="l00384"></a>00384 <span class="preprocessor"></span>
<a name="l00385"></a>00385 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,143 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: magick-property.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>magick-property.h</h1><a href="magick-property_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization</span>
<a name="l00003"></a>00003 <span class="comment"> dedicated to making software imaging solutions freely available.</span>
<a name="l00004"></a>00004 <span class="comment"> </span>
<a name="l00005"></a>00005 <span class="comment"> You may not use this file except in compliance with the License.</span>
<a name="l00006"></a>00006 <span class="comment"> obtain a copy of the License at</span>
<a name="l00007"></a>00007 <span class="comment"> </span>
<a name="l00008"></a>00008 <span class="comment"> http://www.imagemagick.org/script/license.php</span>
<a name="l00009"></a>00009 <span class="comment"> </span>
<a name="l00010"></a>00010 <span class="comment"> Unless required by applicable law or agreed to in writing, software</span>
<a name="l00011"></a>00011 <span class="comment"> distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00012"></a>00012 <span class="comment"> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00013"></a>00013 <span class="comment"> See the License for the specific language governing permissions and</span>
<a name="l00014"></a>00014 <span class="comment"> limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment"> MagickWand property, options, and profile methods.</span>
<a name="l00017"></a>00017 <span class="comment">*/</span>
<a name="l00018"></a>00018
<a name="l00019"></a>00019 <span class="preprocessor">#ifndef _MAGICKWAND_MAGICK_PROPERTY_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span><span class="preprocessor">#define _MAGICKWAND_MAGICK_PROPERTY_H</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span>
<a name="l00022"></a>00022 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
<a name="l00024"></a>00024 <span class="preprocessor">#endif</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span>
<a name="l00026"></a>00026 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">char</span>
<a name="l00027"></a>00027 *<a class="code" href="magick-property_8c.html#68efd9b3b9d3b123f40b3c635323b03e">MagickGetFilename</a>(<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00028"></a>00028 *<a class="code" href="magick-property_8c.html#127e5bde05b48552ab3036e707e258a1">MagickGetFormat</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00029"></a>00029 *<a class="code" href="magick-property_8c.html#6fca0297399235ceb27d3ed0e70aa37d">MagickGetFont</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00030"></a>00030 *<a class="code" href="magick-property_8c.html#67af4a45bae52807489d0b9abf67ca26">MagickGetHomeURL</a>(<span class="keywordtype">void</span>),
<a name="l00031"></a>00031 **<a class="code" href="magick-property_8c.html#d22766b54142245c82436ca90eaeb117">MagickGetImageProfiles</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *),
<a name="l00032"></a>00032 *<a class="code" href="magick-property_8c.html#59c63a29c69b8f65d702ddc96708dd2e">MagickGetImageProperty</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00033"></a>00033 **<a class="code" href="magick-property_8c.html#e1ad1b476315904eb3ba39235653d2c0">MagickGetImageProperties</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *),
<a name="l00034"></a>00034 *<a class="code" href="magick-property_8c.html#70313ba77dd1d7d1d501595dfc5c9982">MagickGetOption</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00035"></a>00035 **<a class="code" href="magick-property_8c.html#c69b1375c2ad32d5771e213fe72927a5">MagickGetOptions</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *),
<a name="l00036"></a>00036 *<a class="code" href="magick-property_8h.html#23fa8506221dbe5206bf355a953aac04">MagickQueryConfigureOption</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00037"></a>00037 **<a class="code" href="magick-property_8h.html#1bae31372f407b890638b7f2386fd4ef">MagickQueryConfigureOptions</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *),
<a name="l00038"></a>00038 **<a class="code" href="magick-property_8h.html#7e67c7155fa7265228105f25f8a6c3f1">MagickQueryFonts</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *),
<a name="l00039"></a>00039 **<a class="code" href="magick-property_8h.html#d16214275d432e41e610434796b73f6b">MagickQueryFormats</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *);
<a name="l00040"></a>00040
<a name="l00041"></a>00041 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> CompressionType
<a name="l00042"></a>00042 <a class="code" href="magick-property_8c.html#b052f7d1a8d7fc426b65a91a23a41748">MagickGetCompression</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00043"></a>00043
<a name="l00044"></a>00044 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keyword">const</span> <span class="keywordtype">char</span>
<a name="l00045"></a>00045 *<a class="code" href="magick-property_8c.html#57b85a6a81f4f280f645c60a5f3cbbbc">MagickGetCopyright</a>(<span class="keywordtype">void</span>),
<a name="l00046"></a>00046 *<a class="code" href="magick-property_8c.html#b19b0f9edde7ec9f22b112b3fb4ea1f3">MagickGetPackageName</a>(<span class="keywordtype">void</span>),
<a name="l00047"></a>00047 *<a class="code" href="magick-property_8c.html#d3290f17d570ebb35a965168339391b8">MagickGetQuantumDepth</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *),
<a name="l00048"></a>00048 *<a class="code" href="magick-property_8c.html#f26d07d2b01d51483da1e88100a3c3a5">MagickGetQuantumRange</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *),
<a name="l00049"></a>00049 *<a class="code" href="magick-property_8c.html#a2f629429770bf83e87bcfb99c71d509">MagickGetReleaseDate</a>(<span class="keywordtype">void</span>),
<a name="l00050"></a>00050 *<a class="code" href="magick-property_8c.html#5f7d601f107391650bc2c2db939add48">MagickGetVersion</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *);
<a name="l00051"></a>00051
<a name="l00052"></a>00052 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">double</span>
<a name="l00053"></a>00053 <a class="code" href="magick-property_8c.html#e53bbfb70aab40f177a2d6e474e2b0a7">MagickGetPointsize</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00054"></a>00054 *<a class="code" href="magick-property_8c.html#9bd538f53d5c210fe5acc333cbadb606">MagickGetSamplingFactors</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *),
<a name="l00055"></a>00055 *<a class="code" href="magick-property_8h.html#f6424e3da617e0610fefff1a2aeb5e66">MagickQueryFontMetrics</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00056"></a>00056 *<a class="code" href="magick-property_8h.html#b364d011fcce6a493da649e0ba41c6f5">MagickQueryMultilineFontMetrics</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__DrawingWand.html">DrawingWand</a> *,
<a name="l00057"></a>00057 <span class="keyword">const</span> <span class="keywordtype">char</span> *);
<a name="l00058"></a>00058
<a name="l00059"></a>00059 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> GravityType
<a name="l00060"></a>00060 <a class="code" href="magick-property_8c.html#8b9b33420b67c9b6564495efe2336c9f">MagickGetGravity</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00061"></a>00061
<a name="l00062"></a>00062 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> ImageType
<a name="l00063"></a>00063 <a class="code" href="magick-property_8c.html#37e98f5e538687cb032e99ed2885fa5c">MagickGetType</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00064"></a>00064
<a name="l00065"></a>00065 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> InterlaceType
<a name="l00066"></a>00066 <a class="code" href="magick-property_8c.html#4a61f884f799c28eb3af086c3b62778f">MagickGetInterlaceScheme</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00067"></a>00067
<a name="l00068"></a>00068 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> InterpolatePixelMethod
<a name="l00069"></a>00069 <a class="code" href="magick-property_8c.html#1b1d5d581e3258b2411daf2cad2c5805">MagickGetInterpolateMethod</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00070"></a>00070
<a name="l00071"></a>00071 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> MagickBooleanType
<a name="l00072"></a>00072 <a class="code" href="magick-property_8c.html#5651ae6d4f764e895b9d84861cef9f60">MagickDeleteOption</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00073"></a>00073 <a class="code" href="magick-property_8c.html#84210bacd6dea32c7b95a34916e31160">MagickDeleteImageProperty</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00074"></a>00074 <a class="code" href="magick-property_8c.html#4cae6a1f5c115d8e306a7c49f5898a8f">MagickGetAntialias</a>(<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00075"></a>00075 <a class="code" href="magick-property_8c.html#b89e96ad1feab22fdcef2c9f17913a9f">MagickGetPage</a>(<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *,<span class="keywordtype">long</span> *,
<a name="l00076"></a>00076 <span class="keywordtype">long</span> *),
<a name="l00077"></a>00077 <a class="code" href="magick-property_8c.html#3d350c00e5f79fbce69962632830a546">MagickGetSize</a>(<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *,<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> *),
<a name="l00078"></a>00078 <a class="code" href="magick-property_8c.html#584209d8d03df48434a3a69ce1e714c0">MagickGetSizeOffset</a>(<span class="keyword">const</span> <a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keywordtype">long</span> *),
<a name="l00079"></a>00079 <a class="code" href="magick-property_8c.html#6baa3436b3362bcda0732f35e63d22fd">MagickProfileImage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keyword">const</span> <span class="keywordtype">void</span> *,<span class="keyword">const</span> <span class="keywordtype">size_t</span>),
<a name="l00080"></a>00080 <a class="code" href="magick-property_8c.html#5ec34fcfa0abf8693d990058a8f2b052">MagickSetAntialias</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> MagickBooleanType),
<a name="l00081"></a>00081 <a class="code" href="magick-property_8c.html#2ec7357009bd3f55677001cdec8cf3fe">MagickSetBackgroundColor</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <a class="code" href="struct__PixelWand.html">PixelWand</a> *),
<a name="l00082"></a>00082 <a class="code" href="magick-property_8c.html#6d81df2e7e83ea280f15188fd417b433">MagickSetCompression</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> CompressionType),
<a name="l00083"></a>00083 <a class="code" href="magick-property_8c.html#7be896f6fbc27dd101bc10881018eaba">MagickSetCompressionQuality</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00084"></a>00084 <a class="code" href="magick-property_8c.html#d5239148e0f4d5c6e08dc790e18b9dc7">MagickSetDepth</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00085"></a>00085 <a class="code" href="magick-property_8c.html#fb6faaa4c4623b469eaef939223be254">MagickSetFilename</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00086"></a>00086 <a class="code" href="magick-property_8c.html#05e1d0f64f309d967ab9b85b86728f88">MagickSetFormat</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00087"></a>00087 <a class="code" href="magick-property_8c.html#d11591b58f498ad302954b6fca3b1de1">MagickSetFont</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00088"></a>00088 <a class="code" href="magick-property_8c.html#8e68ad9199f0f531b0f7e641cda1937c">MagickSetGravity</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> GravityType),
<a name="l00089"></a>00089 <a class="code" href="magick-property_8c.html#498b6da5f62eedb6d4ad38ff2059aae0">MagickSetImageProfile</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keyword">const</span> <span class="keywordtype">void</span> *,<span class="keyword">const</span> <span class="keywordtype">size_t</span>),
<a name="l00090"></a>00090 <a class="code" href="magick-property_8c.html#92ede04d6006eb9e0445604f55c4bb4a">MagickSetImageProperty</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00091"></a>00091 <a class="code" href="magick-property_8c.html#fc32d088dd27e03d23a8e0978bfcdc0f">MagickSetInterlaceScheme</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> InterlaceType),
<a name="l00092"></a>00092 <a class="code" href="magick-property_8c.html#ff15020a4734f69642310a5228993708">MagickSetInterpolateMethod</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> InterpolatePixelMethod),
<a name="l00093"></a>00093 <a class="code" href="magick-property_8c.html#d8ea39f23bd58e6f93d260887e8f83f0">MagickSetOption</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00094"></a>00094 <a class="code" href="magick-property_8c.html#a564be6740bd60b23e623fc5ac1e7de7">MagickSetOrientation</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> OrientationType),
<a name="l00095"></a>00095 <a class="code" href="magick-property_8c.html#49b709d3ef5c3bb0bdfc3b208ba9829e">MagickSetPage</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00096"></a>00096 <span class="keyword">const</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00097"></a>00097 <a class="code" href="magick-property_8c.html#0d4277c178deea29c8c5dd32c57b9944">MagickSetPassphrase</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *),
<a name="l00098"></a>00098 <a class="code" href="magick-property_8c.html#9d419521872c0ef25cb8003f22f501be">MagickSetPointsize</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00099"></a>00099 <a class="code" href="magick-property_8c.html#a1a0bb7649db61c729f4321db6d6e403">MagickSetResolution</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">double</span>,<span class="keyword">const</span> <span class="keywordtype">double</span>),
<a name="l00100"></a>00100 <a class="code" href="magick-property_8c.html#e3a458725fcd7a40e53a2435c8b131db">MagickSetResourceLimit</a>(<span class="keyword">const</span> ResourceType type,<span class="keyword">const</span> MagickSizeType limit),
<a name="l00101"></a>00101 <a class="code" href="magick-property_8c.html#71180dda0235193466f73fe25cb8e0de">MagickSetSamplingFactors</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">double</span> *),
<a name="l00102"></a>00102 <a class="code" href="magick-property_8c.html#0440352a0ee3b2acef245941e8da5c56">MagickSetSize</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>),
<a name="l00103"></a>00103 <a class="code" href="magick-property_8c.html#d1d386e1a957af3dec0e29640ffbcc11">MagickSetSizeOffset</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>,
<a name="l00104"></a>00104 <span class="keyword">const</span> <span class="keywordtype">long</span>),
<a name="l00105"></a>00105 <a class="code" href="magick-property_8c.html#2655aa90b173d6d50e94604011bb4a9e">MagickSetType</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> ImageType);
<a name="l00106"></a>00106
<a name="l00107"></a>00107 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> MagickProgressMonitor
<a name="l00108"></a>00108 <a class="code" href="magick-property_8c.html#d7f9b79df1a09e923ec48924ed38f831">MagickSetProgressMonitor</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> MagickProgressMonitor,<span class="keywordtype">void</span> *);
<a name="l00109"></a>00109
<a name="l00110"></a>00110 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <a class="code" href="struct__PixelWand.html">PixelWand</a>
<a name="l00111"></a>00111 *<a class="code" href="magick-property_8c.html#1dedceeaa3cbbb90347f7c53c69140bd">MagickGetBackgroundColor</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00112"></a>00112
<a name="l00113"></a>00113 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> OrientationType
<a name="l00114"></a>00114 <a class="code" href="magick-property_8h.html#2e64738fc8b87f046bc7eeabe1cc3d03">MagickGetOrientationType</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *);
<a name="l00115"></a>00115
<a name="l00116"></a>00116 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>
<a name="l00117"></a>00117 *<a class="code" href="magick-property_8c.html#fc24681a2619ba594259753082000d4d">MagickGetImageProfile</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keywordtype">size_t</span> *),
<a name="l00118"></a>00118 *<a class="code" href="magick-property_8c.html#3295b191b099adef3f367abb28ec12c2">MagickRemoveImageProfile</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *,<span class="keyword">const</span> <span class="keywordtype">char</span> *,<span class="keywordtype">size_t</span> *);
<a name="l00119"></a>00119
<a name="l00120"></a>00120 <span class="keyword">extern</span> <a class="code" href="MagickWand_8h.html#5df04fd878d67c5bf03155443d549b23">WandExport</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>
<a name="l00121"></a>00121 <a class="code" href="magick-property_8c.html#e590d5f7bbd6095791e0a3543eca015f">MagickGetCompressionQuality</a>(<a class="code" href="struct__MagickWand.html">MagickWand</a> *),
<a name="l00122"></a>00122 <a class="code" href="magick-property_8c.html#5bef52d55a482fa8fdae38c218e0e9a2">MagickGetResource</a>(<span class="keyword">const</span> ResourceType),
<a name="l00123"></a>00123 <a class="code" href="magick-property_8c.html#5444feed1fa061ee9a8c2c003fe3ea4b">MagickGetResourceLimit</a>(<span class="keyword">const</span> ResourceType);
<a name="l00124"></a>00124
<a name="l00125"></a>00125 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00126"></a>00126 <span class="preprocessor"></span>}
<a name="l00127"></a>00127 <span class="preprocessor">#endif</span>
<a name="l00128"></a>00128 <span class="preprocessor"></span>
<a name="l00129"></a>00129 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,81 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: magick-wand-private.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>magick-wand-private.h</h1><a href="magick-wand-private_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization</span>
<a name="l00003"></a>00003 <span class="comment"> dedicated to making software imaging solutions freely available.</span>
<a name="l00004"></a>00004 <span class="comment"> </span>
<a name="l00005"></a>00005 <span class="comment"> You may not use this file except in compliance with the License.</span>
<a name="l00006"></a>00006 <span class="comment"> obtain a copy of the License at</span>
<a name="l00007"></a>00007 <span class="comment"> </span>
<a name="l00008"></a>00008 <span class="comment"> http://www.imagemagick.org/script/license.php</span>
<a name="l00009"></a>00009 <span class="comment"> </span>
<a name="l00010"></a>00010 <span class="comment"> Unless required by applicable law or agreed to in writing, software</span>
<a name="l00011"></a>00011 <span class="comment"> distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00012"></a>00012 <span class="comment"> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00013"></a>00013 <span class="comment"> See the License for the specific language governing permissions and</span>
<a name="l00014"></a>00014 <span class="comment"> limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment"> ImageMagick pixel wand API.</span>
<a name="l00017"></a>00017 <span class="comment">*/</span>
<a name="l00018"></a>00018 <span class="preprocessor">#ifndef _MAGICKWAND_MAGICK_WAND_PRIVATE_H</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define _MAGICKWAND_MAGICK_WAND_PRIVATE_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
<a name="l00023"></a>00023 <span class="preprocessor">#endif</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a><a class="code" href="magick-wand-private_8h.html#4b45917df9c2dd996220e6da5b4afa80">00025</a> <span class="preprocessor">#define DegreesToRadians(x) (MagickPI*(x)/180.0)</span>
<a name="l00026"></a><a class="code" href="magick-wand-private_8h.html#dddca64c32cd95a435965636f812fbde">00026</a> <span class="preprocessor"></span><span class="preprocessor">#define MagickPI 3.14159265358979323846264338327950288419716939937510</span>
<a name="l00027"></a><a class="code" href="magick-wand-private_8h.html#ad76d38b180ea7340f7c515372dc853f">00027</a> <span class="preprocessor"></span><span class="preprocessor">#define MagickWandId "MagickWand"</span>
<a name="l00028"></a><a class="code" href="magick-wand-private_8h.html#eee7d297e9e3733c9e3b34594c582afe">00028</a> <span class="preprocessor"></span><span class="preprocessor">#define QuantumScale ((MagickRealType) 1.0/(MagickRealType) QuantumRange)</span>
<a name="l00029"></a><a class="code" href="magick-wand-private_8h.html#5328dab476e2451ad74be94740a8f71a">00029</a> <span class="preprocessor"></span><span class="preprocessor">#define QuantumTick(i,span) ((MagickBooleanType) ((((i) &amp; ((i)-1)) == 0) || \</span>
<a name="l00030"></a>00030 <span class="preprocessor"> (((i) &amp; 0xfff) == 0) || \</span>
<a name="l00031"></a>00031 <span class="preprocessor"> ((MagickOffsetType) (i) == ((MagickOffsetType) (span)-1))))</span>
<a name="l00032"></a><a class="code" href="magick-wand-private_8h.html#ee673359f8d2f4b696a214f8d0bc9c97">00032</a> <span class="preprocessor"></span><span class="preprocessor">#define RadiansToDegrees(x) (180.0*(x)/MagickPI)</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span>
<a name="l00034"></a><a class="code" href="struct__MagickWand.html">00034</a> <span class="keyword">struct </span><a class="code" href="struct__MagickWand.html">_MagickWand</a>
<a name="l00035"></a>00035 {
<a name="l00036"></a>00036 <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>
<a name="l00037"></a><a class="code" href="struct__MagickWand.html#7133f78da242edfae4ac20c0f6baa282">00037</a> <a class="code" href="struct__MagickWand.html#7133f78da242edfae4ac20c0f6baa282">id</a>;
<a name="l00038"></a>00038
<a name="l00039"></a>00039 <span class="keywordtype">char</span>
<a name="l00040"></a><a class="code" href="struct__MagickWand.html#efa2240be33aa1be8285331baef0e274">00040</a> <a class="code" href="struct__MagickWand.html#efa2240be33aa1be8285331baef0e274">name</a>[<a class="code" href="MagickWand_8h.html#6bb6730cc0ff2be19b3a403e54b1aaf0">MaxTextExtent</a>];
<a name="l00041"></a>00041
<a name="l00042"></a>00042 ExceptionInfo
<a name="l00043"></a><a class="code" href="struct__MagickWand.html#8acb7bb0b7a91b26ce4805606570ea35">00043</a> *<a class="code" href="struct__MagickWand.html#8acb7bb0b7a91b26ce4805606570ea35">exception</a>;
<a name="l00044"></a>00044
<a name="l00045"></a>00045 ImageInfo
<a name="l00046"></a><a class="code" href="struct__MagickWand.html#b7d61345e782ba5a35ae9bbabee3b746">00046</a> *<a class="code" href="struct__MagickWand.html#b7d61345e782ba5a35ae9bbabee3b746">image_info</a>;
<a name="l00047"></a>00047
<a name="l00048"></a>00048 QuantizeInfo
<a name="l00049"></a><a class="code" href="struct__MagickWand.html#6bc0b0558507b53da326a525a72c702c">00049</a> *<a class="code" href="struct__MagickWand.html#6bc0b0558507b53da326a525a72c702c">quantize_info</a>;
<a name="l00050"></a>00050
<a name="l00051"></a>00051 Image
<a name="l00052"></a><a class="code" href="struct__MagickWand.html#4bf9d22de81223b16851b9585d5da20c">00052</a> *<a class="code" href="struct__MagickWand.html#4bf9d22de81223b16851b9585d5da20c">images</a>;
<a name="l00053"></a>00053
<a name="l00054"></a>00054 MagickBooleanType
<a name="l00055"></a><a class="code" href="struct__MagickWand.html#8c60b29aad75aa1bea26547b7488e983">00055</a> <a class="code" href="struct__MagickWand.html#4cd0e32cac658116d41174c301baad18">active</a>,
<a name="l00056"></a>00056 <a class="code" href="struct__MagickWand.html#8c60b29aad75aa1bea26547b7488e983">pend</a>,
<a name="l00057"></a>00057 <a class="code" href="struct__MagickWand.html#ce46ab012718a9e3ca0031379b26e2a4">debug</a>;
<a name="l00058"></a>00058
<a name="l00059"></a>00059 <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>
<a name="l00060"></a><a class="code" href="struct__MagickWand.html#46761b10b1609fc92215d1318a850f96">00060</a> <a class="code" href="struct__MagickWand.html#46761b10b1609fc92215d1318a850f96">signature</a>;
<a name="l00061"></a>00061 };
<a name="l00062"></a>00062
<a name="l00063"></a>00063 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span>
<a name="l00064"></a>00064 <span class="preprocessor"></span>}
<a name="l00065"></a>00065 <span class="preprocessor">#endif</span>
<a name="l00066"></a>00066 <span class="preprocessor"></span>
<a name="l00067"></a>00067 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,149 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: magick-wand-private.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>magick-wand-private.h File Reference</h1>
<p>
<p>
<a href="magick-wand-private_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__MagickWand.html">_MagickWand</a></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand-private_8h.html#4b45917df9c2dd996220e6da5b4afa80">DegreesToRadians</a>(x)&nbsp;&nbsp;&nbsp;(MagickPI*(x)/180.0)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand-private_8h.html#dddca64c32cd95a435965636f812fbde">MagickPI</a>&nbsp;&nbsp;&nbsp;3.14159265358979323846264338327950288419716939937510</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand-private_8h.html#ad76d38b180ea7340f7c515372dc853f">MagickWandId</a>&nbsp;&nbsp;&nbsp;&quot;MagickWand&quot;</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand-private_8h.html#eee7d297e9e3733c9e3b34594c582afe">QuantumScale</a>&nbsp;&nbsp;&nbsp;((MagickRealType) 1.0/(MagickRealType) QuantumRange)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand-private_8h.html#5328dab476e2451ad74be94740a8f71a">QuantumTick</a>(i, span)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand-private_8h.html#ee673359f8d2f4b696a214f8d0bc9c97">RadiansToDegrees</a>(x)&nbsp;&nbsp;&nbsp;(180.0*(x)/MagickPI)</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="4b45917df9c2dd996220e6da5b4afa80"></a><!-- doxytag: member="magick-wand-private.h::DegreesToRadians" ref="4b45917df9c2dd996220e6da5b4afa80" args="(x)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define DegreesToRadians </td>
<td>(</td>
<td class="paramtype">x&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%">&nbsp;&nbsp;&nbsp;(MagickPI*(x)/180.0)</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="dddca64c32cd95a435965636f812fbde"></a><!-- doxytag: member="magick-wand-private.h::MagickPI" ref="dddca64c32cd95a435965636f812fbde" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define MagickPI&nbsp;&nbsp;&nbsp;3.14159265358979323846264338327950288419716939937510 </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="ad76d38b180ea7340f7c515372dc853f"></a><!-- doxytag: member="magick-wand-private.h::MagickWandId" ref="ad76d38b180ea7340f7c515372dc853f" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define MagickWandId&nbsp;&nbsp;&nbsp;&quot;MagickWand&quot; </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="eee7d297e9e3733c9e3b34594c582afe"></a><!-- doxytag: member="magick-wand-private.h::QuantumScale" ref="eee7d297e9e3733c9e3b34594c582afe" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define QuantumScale&nbsp;&nbsp;&nbsp;((MagickRealType) 1.0/(MagickRealType) QuantumRange) </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="5328dab476e2451ad74be94740a8f71a"></a><!-- doxytag: member="magick-wand-private.h::QuantumTick" ref="5328dab476e2451ad74be94740a8f71a" args="(i, span)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define QuantumTick </td>
<td>(</td>
<td class="paramtype">i, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">span&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">((MagickBooleanType) ((((i) &amp; ((i)-1)) == 0) || \
(((i) &amp; 0xfff) == 0) || \
((MagickOffsetType) (i) == ((MagickOffsetType) (span)-1))))
</pre></div>
</div>
</div><p>
<a class="anchor" name="ee673359f8d2f4b696a214f8d0bc9c97"></a><!-- doxytag: member="magick-wand-private.h::RadiansToDegrees" ref="ee673359f8d2f4b696a214f8d0bc9c97" args="(x)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define RadiansToDegrees </td>
<td>(</td>
<td class="paramtype">x&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%">&nbsp;&nbsp;&nbsp;(180.0*(x)/MagickPI)</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,660 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: magick-wand.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>magick-wand.c File Reference</h1>
<p>
<code>#include &quot;<a class="el" href="studio_8h-source.html">wand/studio.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="MagickWand_8h-source.html">wand/MagickWand.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="magick-wand-private_8h-source.html">wand/magick-wand-private.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="wand_8h-source.html">wand/wand.h</a>&quot;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#d7f16903f0e0d1a83b9f806aabac6b8a">ThrowWandException</a>(severity, tag, context)</td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#e39e4ee6ca757d764e05c2bb5e8090de">ClearMagickWand</a> (<a class="el" href="struct__MagickWand.html">MagickWand</a> *wand)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport <a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#687daf64e2795f27fdbaafae1192127a">CloneMagickWand</a> (const <a class="el" href="struct__MagickWand.html">MagickWand</a> *wand)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport <a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#1c7c6e9ede09742ace7b668bbfad8faf">DestroyMagickWand</a> (<a class="el" href="struct__MagickWand.html">MagickWand</a> *wand)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#d8531bcf3f18a500b67313185238dd47">IsMagickWand</a> (const <a class="el" href="struct__MagickWand.html">MagickWand</a> *wand)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#ec84ca054a0683664712fafdc25bbac5">MagickClearException</a> (<a class="el" href="struct__MagickWand.html">MagickWand</a> *wand)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#7d26845dbd398cf99e04a66903b12812">MagickGetException</a> (const <a class="el" href="struct__MagickWand.html">MagickWand</a> *wand, ExceptionType *severity)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport ExceptionType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#5eb99800d98a5737500290431589ccc9">MagickGetExceptionType</a> (const <a class="el" href="struct__MagickWand.html">MagickWand</a> *wand)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport long&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#a6eb40cc595ad28df6a9693fe2c0b367">MagickGetIteratorIndex</a> (<a class="el" href="struct__MagickWand.html">MagickWand</a> *wand)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#c40cac55f117e5c8d16a5747edceafcc">MagickQueryConfigureOption</a> (const char *option)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport char **&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#3142f12eb4ddfbc81a391c588b0814af">MagickQueryConfigureOptions</a> (const char *pattern, unsigned long *number_options)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport double *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#108fd12c6283233a154ff85286a4a207">MagickQueryFontMetrics</a> (<a class="el" href="struct__MagickWand.html">MagickWand</a> *wand, const <a class="el" href="struct__DrawingWand.html">DrawingWand</a> *drawing_wand, const char *text)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport double *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#bf4119341594088c3afe6247a02ef8b6">MagickQueryMultilineFontMetrics</a> (<a class="el" href="struct__MagickWand.html">MagickWand</a> *wand, const <a class="el" href="struct__DrawingWand.html">DrawingWand</a> *drawing_wand, const char *text)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport char **&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#390618b64d776a464898bae7d8fd836b">MagickQueryFonts</a> (const char *pattern, unsigned long *number_fonts)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport char **&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#f0049e596e7842f43ef74f7a2e1bcb82">MagickQueryFormats</a> (const char *pattern, unsigned long *number_formats)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#94eae5b19e7f68cc182ed098379ebd38">MagickRelinquishMemory</a> (void *memory)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#89dc1ac6efa34003a53be7ca172c647a">MagickResetIterator</a> (<a class="el" href="struct__MagickWand.html">MagickWand</a> *wand)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#70d6e4678eefdb8809881155ed9da994">MagickSetFirstIterator</a> (<a class="el" href="struct__MagickWand.html">MagickWand</a> *wand)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport MagickBooleanType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#20a229f29fc68a1dbb6018904e78229a">MagickSetIteratorIndex</a> (<a class="el" href="struct__MagickWand.html">MagickWand</a> *wand, const long index)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#10be3ec06f750702ffe3f81311fb46db">MagickSetLastIterator</a> (<a class="el" href="struct__MagickWand.html">MagickWand</a> *wand)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#9a797431bb1d0ab247dffef8f1c91a81">MagickWandGenesis</a> (void)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#80dc6ed8a14c94605516b68229afb4a3">MagickWandTerminus</a> (void)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport <a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#10958f7f76e543f82343a2ee42e7141c">NewMagickWand</a> (void)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">WandExport <a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#e55d9185413026b5416fbacff4c9f292">NewMagickWandFromImage</a> (const Image *image)</td></tr>
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static unsigned long&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="magick-wand_8c.html#f17b8bd946e0f93c6550050f9e8aa349">id</a> = 0</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="d7f16903f0e0d1a83b9f806aabac6b8a"></a><!-- doxytag: member="magick-wand.c::ThrowWandException" ref="d7f16903f0e0d1a83b9f806aabac6b8a" args="(severity, tag, context)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ThrowWandException </td>
<td>(</td>
<td class="paramtype">severity, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tag, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">context&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<b>Value:</b><div class="fragment"><pre class="fragment">{ \
(void) ThrowMagickException(wand-&gt;exception,GetMagickModule(),severity, \
tag,<span class="stringliteral">"`%s'"</span>,context); \
<span class="keywordflow">return</span>(MagickFalse); \
}
</pre></div>
</div>
</div><p>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="e39e4ee6ca757d764e05c2bb5e8090de"></a><!-- doxytag: member="magick-wand.c::ClearMagickWand" ref="e39e4ee6ca757d764e05c2bb5e8090de" args="(MagickWand *wand)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport void ClearMagickWand </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> <em>wand</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="687daf64e2795f27fdbaafae1192127a"></a><!-- doxytag: member="magick-wand.c::CloneMagickWand" ref="687daf64e2795f27fdbaafae1192127a" args="(const MagickWand *wand)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport <a class="el" href="struct__MagickWand.html">MagickWand</a>* CloneMagickWand </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> <em>wand</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="1c7c6e9ede09742ace7b668bbfad8faf"></a><!-- doxytag: member="magick-wand.c::DestroyMagickWand" ref="1c7c6e9ede09742ace7b668bbfad8faf" args="(MagickWand *wand)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport <a class="el" href="struct__MagickWand.html">MagickWand</a>* DestroyMagickWand </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> <em>wand</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="d8531bcf3f18a500b67313185238dd47"></a><!-- doxytag: member="magick-wand.c::IsMagickWand" ref="d8531bcf3f18a500b67313185238dd47" args="(const MagickWand *wand)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType IsMagickWand </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> <em>wand</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="ec84ca054a0683664712fafdc25bbac5"></a><!-- doxytag: member="magick-wand.c::MagickClearException" ref="ec84ca054a0683664712fafdc25bbac5" args="(MagickWand *wand)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType MagickClearException </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> <em>wand</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="7d26845dbd398cf99e04a66903b12812"></a><!-- doxytag: member="magick-wand.c::MagickGetException" ref="7d26845dbd398cf99e04a66903b12812" args="(const MagickWand *wand, ExceptionType *severity)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport char* MagickGetException </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> <em>wand</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ExceptionType *&nbsp;</td>
<td class="paramname"> <em>severity</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="5eb99800d98a5737500290431589ccc9"></a><!-- doxytag: member="magick-wand.c::MagickGetExceptionType" ref="5eb99800d98a5737500290431589ccc9" args="(const MagickWand *wand)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport ExceptionType MagickGetExceptionType </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> <em>wand</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="a6eb40cc595ad28df6a9693fe2c0b367"></a><!-- doxytag: member="magick-wand.c::MagickGetIteratorIndex" ref="a6eb40cc595ad28df6a9693fe2c0b367" args="(MagickWand *wand)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport long MagickGetIteratorIndex </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> <em>wand</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="c40cac55f117e5c8d16a5747edceafcc"></a><!-- doxytag: member="magick-wand.c::MagickQueryConfigureOption" ref="c40cac55f117e5c8d16a5747edceafcc" args="(const char *option)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport char* MagickQueryConfigureOption </td>
<td>(</td>
<td class="paramtype">const char *&nbsp;</td>
<td class="paramname"> <em>option</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="3142f12eb4ddfbc81a391c588b0814af"></a><!-- doxytag: member="magick-wand.c::MagickQueryConfigureOptions" ref="3142f12eb4ddfbc81a391c588b0814af" args="(const char *pattern, unsigned long *number_options)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport char** MagickQueryConfigureOptions </td>
<td>(</td>
<td class="paramtype">const char *&nbsp;</td>
<td class="paramname"> <em>pattern</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned long *&nbsp;</td>
<td class="paramname"> <em>number_options</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="108fd12c6283233a154ff85286a4a207"></a><!-- doxytag: member="magick-wand.c::MagickQueryFontMetrics" ref="108fd12c6283233a154ff85286a4a207" args="(MagickWand *wand, const DrawingWand *drawing_wand, const char *text)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport double* MagickQueryFontMetrics </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> <em>wand</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="struct__DrawingWand.html">DrawingWand</a> *&nbsp;</td>
<td class="paramname"> <em>drawing_wand</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char *&nbsp;</td>
<td class="paramname"> <em>text</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="390618b64d776a464898bae7d8fd836b"></a><!-- doxytag: member="magick-wand.c::MagickQueryFonts" ref="390618b64d776a464898bae7d8fd836b" args="(const char *pattern, unsigned long *number_fonts)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport char** MagickQueryFonts </td>
<td>(</td>
<td class="paramtype">const char *&nbsp;</td>
<td class="paramname"> <em>pattern</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned long *&nbsp;</td>
<td class="paramname"> <em>number_fonts</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="f0049e596e7842f43ef74f7a2e1bcb82"></a><!-- doxytag: member="magick-wand.c::MagickQueryFormats" ref="f0049e596e7842f43ef74f7a2e1bcb82" args="(const char *pattern, unsigned long *number_formats)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport char** MagickQueryFormats </td>
<td>(</td>
<td class="paramtype">const char *&nbsp;</td>
<td class="paramname"> <em>pattern</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned long *&nbsp;</td>
<td class="paramname"> <em>number_formats</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="bf4119341594088c3afe6247a02ef8b6"></a><!-- doxytag: member="magick-wand.c::MagickQueryMultilineFontMetrics" ref="bf4119341594088c3afe6247a02ef8b6" args="(MagickWand *wand, const DrawingWand *drawing_wand, const char *text)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport double* MagickQueryMultilineFontMetrics </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> <em>wand</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="struct__DrawingWand.html">DrawingWand</a> *&nbsp;</td>
<td class="paramname"> <em>drawing_wand</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char *&nbsp;</td>
<td class="paramname"> <em>text</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="94eae5b19e7f68cc182ed098379ebd38"></a><!-- doxytag: member="magick-wand.c::MagickRelinquishMemory" ref="94eae5b19e7f68cc182ed098379ebd38" args="(void *memory)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport void* MagickRelinquishMemory </td>
<td>(</td>
<td class="paramtype">void *&nbsp;</td>
<td class="paramname"> <em>memory</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="89dc1ac6efa34003a53be7ca172c647a"></a><!-- doxytag: member="magick-wand.c::MagickResetIterator" ref="89dc1ac6efa34003a53be7ca172c647a" args="(MagickWand *wand)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport void MagickResetIterator </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> <em>wand</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="70d6e4678eefdb8809881155ed9da994"></a><!-- doxytag: member="magick-wand.c::MagickSetFirstIterator" ref="70d6e4678eefdb8809881155ed9da994" args="(MagickWand *wand)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport void MagickSetFirstIterator </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> <em>wand</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="20a229f29fc68a1dbb6018904e78229a"></a><!-- doxytag: member="magick-wand.c::MagickSetIteratorIndex" ref="20a229f29fc68a1dbb6018904e78229a" args="(MagickWand *wand, const long index)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport MagickBooleanType MagickSetIteratorIndex </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> <em>wand</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const long&nbsp;</td>
<td class="paramname"> <em>index</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="10be3ec06f750702ffe3f81311fb46db"></a><!-- doxytag: member="magick-wand.c::MagickSetLastIterator" ref="10be3ec06f750702ffe3f81311fb46db" args="(MagickWand *wand)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport void MagickSetLastIterator </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct__MagickWand.html">MagickWand</a> *&nbsp;</td>
<td class="paramname"> <em>wand</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="9a797431bb1d0ab247dffef8f1c91a81"></a><!-- doxytag: member="magick-wand.c::MagickWandGenesis" ref="9a797431bb1d0ab247dffef8f1c91a81" args="(void)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport void MagickWandGenesis </td>
<td>(</td>
<td class="paramtype">void&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="80dc6ed8a14c94605516b68229afb4a3"></a><!-- doxytag: member="magick-wand.c::MagickWandTerminus" ref="80dc6ed8a14c94605516b68229afb4a3" args="(void)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport void MagickWandTerminus </td>
<td>(</td>
<td class="paramtype">void&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="10958f7f76e543f82343a2ee42e7141c"></a><!-- doxytag: member="magick-wand.c::NewMagickWand" ref="10958f7f76e543f82343a2ee42e7141c" args="(void)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport <a class="el" href="struct__MagickWand.html">MagickWand</a>* NewMagickWand </td>
<td>(</td>
<td class="paramtype">void&nbsp;</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="e55d9185413026b5416fbacff4c9f292"></a><!-- doxytag: member="magick-wand.c::NewMagickWandFromImage" ref="e55d9185413026b5416fbacff4c9f292" args="(const Image *image)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">WandExport <a class="el" href="struct__MagickWand.html">MagickWand</a>* NewMagickWandFromImage </td>
<td>(</td>
<td class="paramtype">const Image *&nbsp;</td>
<td class="paramname"> <em>image</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr><h2>Variable Documentation</h2>
<a class="anchor" name="f17b8bd946e0f93c6550050f9e8aa349"></a><!-- doxytag: member="magick-wand.c::id" ref="f17b8bd946e0f93c6550050f9e8aa349" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">unsigned long <a class="el" href="magick-wand_8c.html#f17b8bd946e0f93c6550050f9e8aa349">id</a> = 0<code> [static]</code> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,38 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: magick-wand.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>magick-wand.h</h1><a href="magick-wand_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization</span>
<a name="l00003"></a>00003 <span class="comment"> dedicated to making software imaging solutions freely available.</span>
<a name="l00004"></a>00004 <span class="comment"> </span>
<a name="l00005"></a>00005 <span class="comment"> You may not use this file except in compliance with the License.</span>
<a name="l00006"></a>00006 <span class="comment"> obtain a copy of the License at</span>
<a name="l00007"></a>00007 <span class="comment"> </span>
<a name="l00008"></a>00008 <span class="comment"> http://www.imagemagick.org/script/license.php</span>
<a name="l00009"></a>00009 <span class="comment"> </span>
<a name="l00010"></a>00010 <span class="comment"> Unless required by applicable law or agreed to in writing, software</span>
<a name="l00011"></a>00011 <span class="comment"> distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00012"></a>00012 <span class="comment"> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00013"></a>00013 <span class="comment"> See the License for the specific language governing permissions and</span>
<a name="l00014"></a>00014 <span class="comment"> limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment"> MagickWand API (deprecated, use magick-wand.h instead).</span>
<a name="l00017"></a>00017 <span class="comment">*/</span>
<a name="l00018"></a>00018
<a name="l00019"></a>00019 <span class="preprocessor">#ifndef _MAGICKWAND_MAGICK_WAND_DEPRECATED_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span><span class="preprocessor">#define _MAGICKWAND_MAGICK_WAND_DEPRECATED_H</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span>
<a name="l00022"></a>00022 <span class="preprocessor">#include "<a class="code" href="MagickWand_8h.html">wand/MagickWand.h</a>"</span>
<a name="l00023"></a>00023
<a name="l00024"></a>00024 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

View file

@ -0,0 +1,22 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MagickWand: magick-wand.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="nav">
<a class="el" href="dir_101f7ac0a894e32543a314e85b2e1524.html">wand</a></div>
<h1>magick-wand.h File Reference</h1>
<p>
<code>#include &quot;<a class="el" href="MagickWand_8h-source.html">wand/MagickWand.h</a>&quot;</code><br>
<p>
<a href="magick-wand_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:34 2008 for MagickWand by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>

Some files were not shown because too many files have changed in this diff Show more