5montage - Methods to Create a Montage.9/


NAME



&montage - Methods to Create a Montage.




(

SYNOPSIS



Tvoid DestroyMontageInfo( MontageInfo *montage_info );

Pvoid GetMontageInfo( MontageInfo *montage_info );

lImage * MontageImages( const Image *images, const MontageInfo *montage_info );




B

FUNCTION DESCRIPTIONS






<

DestroyMontageInfo



KMethod DestroyMontageInfo deallocates memory associated with an MontageInfo structure.

/The format of the DestroyMontageInfo method is:P

void DestroyMontageInfo ( MontageInfo *montage_info );


=A description of each parameter follows:

>

montage_info:


0Specifies a pointer to an MontageInfo structure.






4

GetMontageInfo



<Method GetMontageInfo initializes the MontageInfo structure.

+The format of the GetMontageInfo method is:L

void GetMontageInfo ( MontageInfo *montage_info );


=A description of each parameter follows:

)

montage_info:


/Specifies a pointer to a MontageInfo structure.






2

MontageImages



CMethod MontageImages creates a composite image by combining severalseparate images.

*The format of the MontageImages method is:¦

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


=A description of each parameter follows:

#

images:


4Specifies a pointer to an array of Image structures.)

montage_info:


/Specifies a pointer to a MontageInfo structure.