Lines Matching refs:pattern
384 <p>MagickGetImageArtifacts() returns all the artifact names that match the specified pattern associated with a wand. Use MagickGetImageProperty() to return the value of a particular artifact. Use MagickRelinquishMemory() to free the value when you are finished with it.</p>
390 const char *pattern,size_t *number_artifacts)
404 <dt>pattern</dt>
405 <dd>Specifies a pointer to a text string containing a pattern. </dd>
446 <p>MagickGetImageProfiles() returns all the profile names that match the specified pattern associated with a wand. Use MagickGetImageProfile() to return the value of a particular property. Use MagickRelinquishMemory() to free the value when you are finished with it.</p>
451 char *MagickGetImageProfiles(MagickWand *wand,const char *pattern,
466 <dt>pattern</dt>
467 <dd>Specifies a pointer to a text string containing a pattern. </dd>
503 <p>MagickGetImageProperties() returns all the property names that match the specified pattern associated with a wand. Use MagickGetImageProperty() to return the value of a particular property. Use MagickRelinquishMemory() to free the value when you are finished with it.</p>
509 const char *pattern,size_t *number_properties)
523 <dt>pattern</dt>
524 <dd>Specifies a pointer to a text string containing a pattern. </dd>
604 <p>MagickGetOptions() returns all the option names that match the specified pattern associated with a wand. Use MagickGetOption() to return the value of a particular option. Use MagickRelinquishMemory() to free the value when you are finished with it.</p>
609 char *MagickGetOptions(MagickWand *wand,const char *pattern,
624 <dt>pattern</dt>
625 <dd>Specifies a pointer to a text string containing a pattern. </dd>