MagickCore  6.9.12-19
Convert, Edit, Or Compose Bitmap Images
montage.h
Go to the documentation of this file.
1 /*
2  Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization
3  dedicated to making software imaging solutions freely available.
4 
5  You may not use this file except in compliance with the License. You may
6  obtain a copy of the License at
7 
8  https://imagemagick.org/script/license.php
9 
10  Unless required by applicable law or agreed to in writing, software
11  distributed under the License is distributed on an "AS IS" BASIS,
12  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  See the License for the specific language governing permissions and
14  limitations under the License.
15 
16  MagickCore montage methods.
17 */
18 #ifndef MAGICKCORE_MONTAGE_H
19 #define MAGICKCORE_MONTAGE_H
20 
21 #if defined(__cplusplus) || defined(c_plusplus)
22 extern "C" {
23 #endif
24 
25 typedef enum
26 {
31 } MontageMode;
32 
33 typedef struct _MontageInfo
34 {
35  char
37  *tile,
38  *title,
39  *frame,
40  *texture,
41  *font;
42 
43  double
45 
46  size_t
48 
51 
54  stroke,
58 
61 
62  char
64 
67 
68  size_t
70 } MontageInfo;
71 
72 extern MagickExport Image
73  *MontageImages(const Image *,const MontageInfo *,ExceptionInfo *),
74  *MontageImageList(const ImageInfo *,const MontageInfo *,const Image *,
75  ExceptionInfo *);
76 
78  *CloneMontageInfo(const ImageInfo *,const MontageInfo *),
80 
81 extern MagickExport void
83 
84 #if defined(__cplusplus) || defined(c_plusplus)
85 }
86 #endif
87 
88 #endif
MontageMode
Definition: montage.h:25
MagickExport Image * MontageImages(const Image *images, const MontageInfo *montage_info, ExceptionInfo *exception)
Definition: montage.c:305
char * geometry
Definition: montage.h:36
char * tile
Definition: montage.h:36
Definition: exception.h:102
Definition: image.h:361
MagickExport void GetMontageInfo(const ImageInfo *image_info, MontageInfo *montage_info)
Definition: montage.c:213
Definition: pixel.h:131
Definition: montage.h:28
double pointsize
Definition: montage.h:44
size_t border_width
Definition: montage.h:47
Definition: image.h:152
Definition: montage.h:29
GravityType gravity
Definition: montage.h:60
char * frame
Definition: montage.h:36
PixelPacket border_color
Definition: montage.h:53
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:320
MagickBooleanType
Definition: magick-type.h:198
MagickBooleanType debug
Definition: montage.h:66
#define MaxTextExtent
Definition: method-attribute.h:89
size_t signature
Definition: montage.h:69
PixelPacket background_color
Definition: montage.h:53
GravityType
Definition: geometry.h:79
Definition: montage.h:30
PixelPacket stroke
Definition: montage.h:53
MagickExport MontageInfo * DestroyMontageInfo(MontageInfo *montage_info)
Definition: montage.c:163
PixelPacket fill
Definition: montage.h:53
char * texture
Definition: montage.h:36
PixelPacket matte_color
Definition: montage.h:53
char * title
Definition: montage.h:36
MagickBooleanType shadow
Definition: montage.h:50
Definition: montage.h:33
#define MagickExport
Definition: method-attribute.h:80
MagickExport MontageInfo * CloneMontageInfo(const ImageInfo *image_info, const MontageInfo *montage_info)
Definition: montage.c:101
Definition: montage.h:27
struct _MontageInfo MontageInfo
char filename[MaxTextExtent]
Definition: montage.h:63