Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > 0d81a008159b90d5a3553d84969a208b > files > 78

graphicsmagick-doc-1.2.5-2.3mdvmes5.2.x86_64.rpm

<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>animate - Interactively animate an image sequence</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:bfriesen@freddy.simplesystems.org" />
</head>

<body style="background-color: white">

<P><a name="__index__"></a></P>
<!-- INDEX BEGIN -->

<ul>

	<li><a href="#name">NAME</a></li>
	<li><a href="#synopsis">SYNOPSIS</a></li>
	<li><a href="#function_descriptions">FUNCTION DESCRIPTIONS</a></li>
	<ul>

		<li><a href="#xanimatebackgroundimage">XAnimateBackgroundImage</a></li>
		<li><a href="#xanimateimage">XAnimateImage</a></li>
	</ul>

</ul>
<!-- INDEX END -->

<hr />
<P>
</P>
<h1><a name="name">NAME</a></h1>
<P>animate - Interactively animate an image sequence</P>
<P>
</P>
<hr />
<h1><a name="synopsis">SYNOPSIS</a></h1>
<P>void Magick <strong>XAnimateBackgroundImage</strong>( Display *display, MagickXResourceInfo *resource_info, Image *images );</P>
<P>
</P>
<hr />
<h1><a name="function_descriptions">FUNCTION DESCRIPTIONS</a></h1>
<P>
</P>
<h2><a name="xanimatebackgroundimage">XAnimateBackgroundImage</a></h2>
<blockquote>MagickXAnimateBackgroundImage() animates an image sequence in the background of a window. </blockquote><P>The format of the MagickXAnimateBackgroundImage method is:</P>
<blockquote>void MagickXAnimateBackgroundImage ( Display *display, MagickXResourceInfo *resource_info, <A HREF="types.html#Image">Image</A> *images ); </blockquote><P>A description of each parameter follows:</P>
<dl>
<dt><strong><a name="item_o_display_3a">display:</a></strong>

<DD>
<P>Specifies a connection to an X server; returned from XOpenDisplay.</P>
</dd>
</li>
<dt><strong><a name="item_o_resource_info_3a">resource_info:</a></strong>

<DD>
<P>Specifies a pointer to a X11 MagickXResourceInfo structure.</P>
</dd>
</li>
<dt><strong><a name="item_o_images_3a">images:</a></strong>

<DD>
<P>The image list.</P>
</dd>
</li>
</dl>
<P>
</P>
<h2><a name="xanimateimage">XAnimateImage</a></h2>
<P><code>MagickXAnimateImages()</code> displays an image via X11.</P>
<P>The format of the MagickXAnimateImages method is:</P>
<pre>
    Image *MagickXAnimateImages(Display *display,MagickXResourceInfo *resource_info,
      char **argv,const int argc,Image *images)</pre>
<P>A description of each parameter follows:</P>
<dl>
<dt><strong>display:</strong>

<DD>
<P>Specifies a connection to an X server; returned from XOpenDisplay.</P>
</dd>
</li>
<dt><strong>resource_info:</strong>

<DD>
<P>Specifies a pointer to a X11 MagickXResourceInfo structure.</P>
</dd>
</li>
<dt><strong><a name="item_o_argv_3a">argv:</a></strong>

<DD>
<P>Specifies the application's argument list.</P>
</dd>
</li>
<dt><strong><a name="item_o_argc_3a">argc:</a></strong>

<DD>
<P>Specifies the number of arguments.</P>
</dd>
</li>
<dt><strong>images:</strong>

<DD>
<P>The image list.</P>
</dd>
</dl>

</body>

</html>