Create a thumbnail image mosaic
MontageInfo *CloneMontageInfo( const ImageInfo *image_info, const MontageInfo *montage_info );
CloneMontageInfo() makes a copy of the given montage info structure. If NULL is specified, a new image info structure is created initialized to default values.
The format of the CloneMontageInfo method is:
MontageInfo *CloneMontageInfo( const ImageInfo *image_info, const MontageInfo *montage_info );
The image info.
The montage info.
void DestroyMontageInfo( MontageInfo *montage_info );
DestroyMontageInfo() deallocates memory associated with montage_info.
The format of the DestroyMontageInfo method is:
void DestroyMontageInfo( MontageInfo *montage_info );
A description of each parameter follows:
Specifies a pointer to an MontageInfo structure.
void GetMontageInfo( const ImageInfo *image_info, MontageInfo *montage_info );
GetMontageInfo() initializes montage_info to default values.
The format of the GetMontageInfo method is:
void GetMontageInfo( const ImageInfo *image_info, MontageInfo *montage_info );
a structure of type ImageInfo.
Specifies a pointer to a MontageInfo structure.
Image *MontageImages( const Image *images, const MontageInfo *montage_info, ExceptionInfo *exception );
Montageimages() is a layout manager that lets you tile one or more thumbnails across an image canvas.
The format of the MontageImages method is:
Image *MontageImages( const Image *images, const MontageInfo *montage_info, ExceptionInfo *exception );
Specifies a pointer to an array of Image structures.
Specifies a pointer to a MontageInfo structure.
Return any errors or warnings in this structure.
Copyright © GraphicsMagick Group 2002 - 2023