Searched defs:CLIOption (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/MagickWand/
H A Doperation.c5094 % CLIOption() Processes the given option using the given CLI Magick Wand.
5108 % The format of the CLIOption method is:
5110 % void CLIOption(MagickCLI *cli_wand,const char *option, ...)
5128 WandExport void CLIOption(MagickCLI *cli_wand,const char *option,...)
5147 (void) FormatLocaleFile(stderr, "CLIOption \"%s\" matched \"%s\"\n",
5186 "CLIOption: \"%s\" Count: %ld Flags: %04x Args: \"%s\" \"%s\"\n",
5119 WandExport void CLIOption(MagickCLI *cli_wand,const char *option,...) function

Completed in 79 milliseconds