m+I4montage - Methods to Create a Montage>j Pair








NAME

,

montage - Methods to Create a Montage






(

SYNOPSIS

w

MontageInfo * CloneMontageInfo( const ImageInfo *image_info, const MontageInfo *montage_info );

N

void DestroyMontageInfo( MontageInfo *montage_info );

g

void GetMontageInfo( const ImageInfo *image_info, MontageInfo *montage_info );

Image * MontageImages( const Image *images, const MontageInfo *montage_info, ExceptionInfo *exception );






B

FUNCTION DESCRIPTIONS





8

CloneMontageInfo

í
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 );

A description of each parameter follows:


K
o image_info:


The image info.


O
o montage_info:


The montage info.





<

DestroyMontageInfo

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:


*
o montage_info:


0Specifies a pointer to an MontageInfo structure.





4

GetMontageInfo

ˆ
GetMontageInfo() initializes montage_info to default values.

The format of the GetMontageInfo method is:

à
void GetMontageInfo ( const ImageInfo *image_info, MontageInfo *montage_info );

A description of each parameter follows:


(
o image_info:


a structure of type ImageInfo.


*
o montage_info:


/Specifies a pointer to a MontageInfo structure.





2

MontageImages

y

Montageimages() is a layout manager that lets you tile one or more thumbnails across an image canvas.

1

The format of the MontageImages method is:

;
Image *MontageImages ( const Image *images, const MontageInfo *montage_info, ExceptionInfo *exception );

A description of each parameter follows:


C
o images:


4Specifies a pointer to an array of Image structures.


*
o montage_info:


/Specifies a pointer to a MontageInfo structure.


I
o exception:


0Return any errors or warnings in this structure.