Lines Matching refs:property
55 <p class="text-center"><a href="property.php#CloneImageProperties">CloneImageProperties</a> • <a href="property.php#DefineImageProperty">DefineImageProperty</a> • <a href="property.php#DeleteImageProperty">DeleteImageProperty</a> • <a href="property.php#DestroyImageProperties">DestroyImageProperties</a> • <a href="property.php#FormatImageProperty">FormatImageProperty</a> • <a href="property.php#GetImageProperty">GetImageProperty</a> • <a href="property.php#GetNextImageProperty">GetNextImageProperty</a> • <a href="property.php#InterpretImageProperties">InterpretImageProperties</a> • <a href="property.php#(void) LogMagickEvent(TraceEvent,GetMagickModule">(void) LogMagickEvent(TraceEvent,GetMagickModule</a> • <a href="property.php#RemoveImageProperty">RemoveImageProperty</a> • <a href="property.php#ResetImagePropertyIterator">ResetImagePropertyIterator</a> • <a href="property.php#SetImageProperty">SetImageProperty</a></p>
91 MagickBooleanType DefineImageProperty(Image *image,const char *property,
106 <dt>property</dt>
107 <dd>the image property. </dd>
117 <p>DeleteImageProperty() deletes an image property.</p>
122 MagickBooleanType DeleteImageProperty(Image *image,const char *property)
136 <dt>property</dt>
137 <dd>the image property. </dd>
165 <p>FormatImageProperty() permits formatted property/value pairs to be saved as an image property.</p>
170 MagickBooleanType FormatImageProperty(Image *image,const char *property,
179 <dt> property</dt>
180 <p>The attribute property.</p>
187 <p>GetImageProperty() gets a value associated with an image property.</p>
222 <p>GetNextImageProperty() gets the next free-form string property name.</p>
244 <p>InterpretImageProperties() replaces any embedded formatting characters with the appropriate image property and returns the interpreted text.</p>
248 <p>x [x] where 'x' is a single letter properity, case sensitive). [type:name] where 'type' a is special and known prefix. [name] where 'name' is a specifically known attribute, calculated value, or a per-image property string name, or a per-image 'artifact' (as generated from a global option). It may contain ':' as long as the prefix is not special.</p>
300 <p>RemoveImageProperty() removes a property from the image and returns its value.</p>
307 char *RemoveImageProperty(Image *image,const char *property)
321 <dt>property</dt>
322 <dd>the image property. </dd>
328 <p>ResetImagePropertyIterator() resets the image properties iterator. Use it in conjunction with GetNextImageProperty() to iterate over all the values associated with an image property.</p>
350 <p>SetImageProperty() saves the given string value either to specific known attribute or to a freeform property string.</p>
352 <p>Attempting to set a property that is normally calculated will produce an exception.</p>
357 MagickBooleanType SetImageProperty(Image *image,const char *property,
372 <dt>property</dt>
373 <dd>the image property. </dd>
377 <dd>the image property values. </dd>
392 <p><a href="property.php#">Back to top</a> ?