Searched refs:MagickCLI (Results 1 – 11 of 11) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | wandcli.h | 26 MagickCLI; typedef 28 extern WandExport MagickCLI 30 *DestroyMagickCLI(MagickCLI *); 33 CLICatchException(MagickCLI *,const MagickBooleanType), 34 CLILogEvent(MagickCLI *,const LogEventType,const char *,const char *, 37 CLIThrowException(MagickCLI *,const char *,const char *,const size_t,
|
D | wandcli.c | 73 WandExport MagickCLI *AcquireMagickCLI(ImageInfo *image_info, in AcquireMagickCLI() 76 MagickCLI in AcquireMagickCLI() 88 cli_wand=(MagickCLI *) AcquireMagickMemory(sizeof(*cli_wand)); in AcquireMagickCLI() 89 if (cli_wand == (MagickCLI *) NULL) in AcquireMagickCLI() 155 WandExport MagickCLI *DestroyMagickCLI(MagickCLI *cli_wand) in DestroyMagickCLI() 160 assert(cli_wand != (MagickCLI *) NULL); in DestroyMagickCLI() 195 cli_wand=(MagickCLI *) RelinquishMagickMemory(cli_wand); in DestroyMagickCLI() 196 return((MagickCLI *) NULL); in DestroyMagickCLI() 232 WandExport MagickBooleanType CLICatchException(MagickCLI *cli_wand, in CLICatchException() 238 assert(cli_wand != (MagickCLI *) NULL); in CLICatchException() [all …]
|
D | operation-private.h | 27 CLIListOperatorImages(MagickCLI *, const char *,const char *,const char *); 30 CLISettingOptionInfo(MagickCLI *,const char *,const char *, const char *), 31 CLISimpleOperatorImages(MagickCLI *,const char *,const char *,const char *), 32 CLINoImageOperator(MagickCLI *, const char *,const char *,const char *);
|
D | magick-cli.h | 26 ProcessScriptOptions(MagickCLI *,const char *,int,char **,int); 29 ProcessCommandOptions(MagickCLI *,int,char **,int);
|
D | magick-cli.c | 111 WandExport void ProcessScriptOptions(MagickCLI *cli_wand,const char *filename, in ProcessScriptOptions() 132 assert(cli_wand != (MagickCLI *) NULL); in ProcessScriptOptions() 358 WandExport int ProcessCommandOptions(MagickCLI *cli_wand,int argc,char **argv, in ProcessCommandOptions() 378 assert(cli_wand != (MagickCLI *) NULL); in ProcessCommandOptions() 691 MagickCLI in MagickImageCommand()
|
D | operation.h | 26 CLIOption(MagickCLI *,const char *,...)
|
D | operation.c | 413 WandPrivate void CLISettingOptionInfo(MagickCLI *cli_wand, in CLISettingOptionInfo() 434 assert(cli_wand != (MagickCLI *) NULL); in CLISettingOptionInfo() 1646 static MagickBooleanType CLISimpleOperatorImage(MagickCLI *cli_wand, in CLISimpleOperatorImage() 1681 assert(cli_wand != (MagickCLI *) NULL); in CLISimpleOperatorImage() 3649 WandPrivate MagickBooleanType CLISimpleOperatorImages(MagickCLI *cli_wand, in CLISimpleOperatorImages() 3658 assert(cli_wand != (MagickCLI *) NULL); in CLISimpleOperatorImages() 3721 WandPrivate MagickBooleanType CLIListOperatorImages(MagickCLI *cli_wand, in CLIListOperatorImages() 3748 assert(cli_wand != (MagickCLI *) NULL); in CLIListOperatorImages() 4648 WandPrivate void CLINoImageOperator(MagickCLI *cli_wand, in CLINoImageOperator() 4663 assert(cli_wand != (MagickCLI *) NULL); in CLINoImageOperator() [all …]
|
D | ChangeLog | 5 * A super-struct MagickCLI which includes a MagicWand is used to add the
|
/external/ImageMagick/api_examples/ |
D | cli_process.c | 27 MagickCLI in main()
|
D | cli_operators.c | 30 MagickCLI in main()
|
D | README | 23 MagickCLI API...
|