Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:key

139 %  "key=value" with per-image artifact. It is equivelent to
158 key[MagickPathExtent],
166 (void) CopyMagickString(key,artifact,MagickPathExtent-1);
167 for (p=key; *p != '\0'; p++)
174 return(SetImageArtifact(image,key,value));
270 % const char *GetImageArtifact(const Image *image,const char *key)
276 % o key: the key.
454 % o artifact: the image artifact key.
470 Create tree if needed - specify how key,values are to be freed.