Home
last modified time | relevance | path

Searched refs:CLIListOperatorImages (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/api_examples/
Dcli_operators.c43 CLIListOperatorImages (cli_wand, "+append", NULL, NULL); in main()
44 CLIListOperatorImages (cli_wand, "-write", "show:", NULL); in main()
/external/ImageMagick/MagickWand/
Doperation-private.h27 CLIListOperatorImages(MagickCLI *, const char *,const char *,const char *);
Doperation.c3674 WandPrivate MagickBooleanType CLIListOperatorImages(MagickCLI *cli_wand, in CLIListOperatorImages() function
3753 (void) CLIListOperatorImages(cli_wand,"-evaluate-sequence","Mean",NULL); in CLIListOperatorImages()
3985 (void) CLIListOperatorImages(cli_wand,"-layer","CompareAny",NULL); in CLIListOperatorImages()
4051 (void) CLIListOperatorImages(cli_wand,"-layers",option+1,NULL); in CLIListOperatorImages()
4307 (void) CLIListOperatorImages(cli_wand,"-layers",option+1,NULL); in CLIListOperatorImages()
5220 (void) CLIListOperatorImages(cli_wand, option, arg1, arg2); in CLIOption()