18 #ifndef MAGICKCORE_MONTAGE_H
19 #define MAGICKCORE_MONTAGE_H
21 #if defined(__cplusplus) || defined(c_plusplus)
87 #if defined(__cplusplus) || defined(c_plusplus)
MontageMode
Definition: montage.h:25
MagickExport Image * MontageImages(const Image *images, const MontageInfo *montage_info, ExceptionInfo *exception)
Definition: montage.c:306
PixelInfo fill
Definition: montage.h:53
char * geometry
Definition: montage.h:36
char * tile
Definition: montage.h:36
PixelInfo alpha_color
Definition: montage.h:53
Definition: exception.h:101
PixelInfo stroke
Definition: montage.h:53
MagickExport void GetMontageInfo(const ImageInfo *image_info, MontageInfo *montage_info)
Definition: montage.c:214
double pointsize
Definition: montage.h:44
size_t border_width
Definition: montage.h:47
PixelInfo background_color
Definition: montage.h:53
GravityType gravity
Definition: montage.h:60
char * frame
Definition: montage.h:36
char * font
Definition: montage.h:36
MagickExport Image * MontageImageList(const ImageInfo *image_info, const MontageInfo *montage_info, const Image *images, ExceptionInfo *exception)
Definition: montage.c:321
MagickBooleanType
Definition: magick-type.h:169
PixelInfo matte_color
Definition: montage.h:72
char filename[MagickPathExtent]
Definition: montage.h:63
MagickBooleanType debug
Definition: montage.h:66
#define MagickPathExtent
Definition: method-attribute.h:88
size_t signature
Definition: montage.h:69
GravityType
Definition: geometry.h:77
MagickExport MontageInfo * DestroyMontageInfo(MontageInfo *montage_info)
Definition: montage.c:164
PixelInfo border_color
Definition: montage.h:53
char * texture
Definition: montage.h:36
char * title
Definition: montage.h:36
MagickBooleanType shadow
Definition: montage.h:50
#define MagickExport
Definition: method-attribute.h:80
MagickExport MontageInfo * CloneMontageInfo(const ImageInfo *image_info, const MontageInfo *montage_info)
Definition: montage.c:104
struct _MontageInfo MontageInfo