18 #ifndef MAGICKCORE_MONTAGE_H
19 #define MAGICKCORE_MONTAGE_H
21 #if defined(__cplusplus) || defined(c_plusplus)
84 #if defined(__cplusplus) || defined(c_plusplus)
GravityType
Definition: geometry.h:80
MagickBooleanType
Definition: magick-type.h:203
#define MagickExport
Definition: method-attribute.h:80
#define MaxTextExtent
Definition: method-attribute.h:89
MagickExport MontageInfo * CloneMontageInfo(const ImageInfo *, const MontageInfo *)
MagickExport void GetMontageInfo(const ImageInfo *, MontageInfo *)
Definition: montage.c:213
MagickExport MontageInfo * DestroyMontageInfo(MontageInfo *)
Definition: montage.c:163
MagickExport Image * MontageImages(const Image *, const MontageInfo *, ExceptionInfo *)
struct _MontageInfo MontageInfo
MagickExport Image * MontageImageList(const ImageInfo *, const MontageInfo *, const Image *, ExceptionInfo *)
Definition: montage.c:320
MontageMode
Definition: montage.h:26
@ UnframeMode
Definition: montage.h:29
@ UndefinedMode
Definition: montage.h:27
@ ConcatenateMode
Definition: montage.h:30
@ FrameMode
Definition: montage.h:28
Definition: exception.h:103
char * tile
Definition: montage.h:37
char * geometry
Definition: montage.h:36
char * font
Definition: montage.h:41
char * texture
Definition: montage.h:40
PixelPacket fill
Definition: montage.h:53
size_t signature
Definition: montage.h:69
double pointsize
Definition: montage.h:44
MagickBooleanType debug
Definition: montage.h:66
PixelPacket background_color
Definition: montage.h:55
PixelPacket stroke
Definition: montage.h:54
GravityType gravity
Definition: montage.h:60
size_t border_width
Definition: montage.h:47
MagickBooleanType shadow
Definition: montage.h:50
PixelPacket border_color
Definition: montage.h:56
char * frame
Definition: montage.h:39
char filename[MaxTextExtent]
Definition: montage.h:63
PixelPacket matte_color
Definition: montage.h:57
char * title
Definition: montage.h:38