NAME

montage - Methods to Create a Montage.


SYNOPSIS

void DestroyMontageInfo( MontageInfo *montage_info );

void GetMontageInfo( MontageInfo *montage_info );

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


FUNCTION DESCRIPTIONS


DestroyMontageInfo

Method DestroyMontageInfo deallocates memory associated with an MontageInfo structure.

The format of the DestroyMontageInfo method is:

void DestroyMontageInfo ( MontageInfo *montage_info );

A description of each parameter follows:

montage_info:

Specifies a pointer to an MontageInfo structure.


GetMontageInfo

Method GetMontageInfo initializes the MontageInfo structure.

The format of the GetMontageInfo method is:

void GetMontageInfo ( MontageInfo *montage_info );

A description of each parameter follows:

montage_info:

Specifies a pointer to a MontageInfo structure.


MontageImages

Method MontageImages creates a composite image by combining several separate images.

The format of the MontageImages method is:

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

A description of each parameter follows:

images:

Specifies a pointer to an array of Image structures.

montage_info:

Specifies a pointer to a MontageInfo structure.