18 #ifndef MAGICKWAND_MOGRIFY_H
19 #define MAGICKWAND_MOGRIFY_H
21 #if defined(__cplusplus) || defined(c_plusplus)
25 typedef MagickBooleanType
26 (*MagickCommand)(ImageInfo *,int,
char **,
char **,ExceptionInfo *);
28 extern WandExport MagickBooleanType
29 MagickCommandGenesis(ImageInfo *,MagickCommand,
int,
char **,
char **,
31 MogrifyImage(ImageInfo *,
const int,
const char **,Image **,ExceptionInfo *),
32 MogrifyImageCommand(ImageInfo *,
int,
char **,
char **,ExceptionInfo *),
33 MogrifyImageInfo(ImageInfo *,
const int,
const char **,ExceptionInfo *),
34 MogrifyImageList(ImageInfo *,
const int,
const char **,Image **,
36 MogrifyImages(ImageInfo *,
const MagickBooleanType,
const int,
const char **,
37 Image **,ExceptionInfo *);
39 #if defined(__cplusplus) || defined(c_plusplus)