Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 974311ef11f0d5e44684f719382120e1 > files > 691

imagemagick-doc-6.3.8.9-1mdv2008.1.i586.rpm

<!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-2008 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>