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