Home | History | Annotate | Download | only in MagickWand

Lines Matching defs:string

54 #include "MagickCore/string-private.h"
513 Read string, to determine number of arguments needed,
596 /* color name or function given in string argument */
600 /* Color string given */
3524 "-draw string annotate the image with a graphic primitive",
3673 "-print string interpret string and print to console",
3695 "-caption string assign a caption to an image",
3698 "-comment string annotate image with comment",
3717 "-format \"string\" output formatted image characteristics",
3730 "-label string assign a label to an image",
8629 *string;
8632 string=InterpretImageProperties(mogrify_info,*images,argv[i+1],
8634 if (string == (char *) NULL)
8636 (void) FormatLocaleFile(stdout,"%s",string);
8637 string=DestroyString(string);