Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > by-pkgid > 30cfb9c460c63391a64d7f1d01e1bf02 > files > 185

libMagick5-devel-5.4.8.3-2mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.72 [en] (X11; U; SunOS 5.6 sun4u) [Netscape]">
   <meta name="Author" content="Bob Friesenhahn">
   <meta name="Description" content="Description of ImageAttribute structure members.">
   <title>ImageMagick ImageAttribute Structure</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#1F00FF" vlink="#9900DD" alink="#FF0000">

<center>
<h1>
ImageMagick ImageAttribute Structure</h1></center>
The ImageAttribute structure is used to add arbitary textual attributes
to an image. Each attribute has an associated key and value. Add new attributes,
or update an existing attribute, via <a href="../attributes.html#setimageattribute">SetImageAttribute()</a>
and obtain the value of an existing attribute via <a href="../attributes.html#getimageattribute">GetImageAttribute()</a>.&nbsp;
Key-strings used by ImageMagick include "Comment" (image comment), "Label"
(image label), and "Signature" (image signature).
<p>The members of the ImageAttribute structure are shown in the following
table:
<br>&nbsp;
<table BORDER WIDTH="100%" BGCOLOR="#CCCCCC" >
<caption><b>ImageAttribute Structure Members</b></caption>
<col><col><col>

<tr>
<td>
<center><b>Member</b></center>
</td>

<td>
<center><b>Type</b></center>
</td>

<td>
<center><b>Description</b></center>
</td>
</tr>

<tr>
<td>key</td>

<td>char *</td>

<td>Attribute key</td>
</tr>

<tr>
<td>value</td>

<td>char *</td>

<td>Attribute value</td>
</tr>
</table>

<p>
<hr>
<p><a href="../../../ImageMagick.html"><img SRC="../../../images/home.png" ALT="Home Page" BORDER=0 height=40 width=40 align=MIDDLE></a><font size="-2">
Image manipulation software that works like magic.</font>
</body>
</html>