montage - Methods to Create a Montage.
void DestroyMontageInfo( MontageInfo *montage_info
);
void GetMontageInfo( MontageInfo *montage_info
);
Image * MontageImages( const Image *images, const MontageInfo *montage_info
);
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:
Specifies a pointer to an MontageInfo structure.
Method GetMontageInfo initializes the MontageInfo structure.
The format of the GetMontageInfo method is:
void GetMontageInfo ( MontageInfo *montage_info );
A description of each parameter follows:
Specifies a pointer to a MontageInfo structure.
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:
Specifies a pointer to an array of Image structures.
Specifies a pointer to a MontageInfo structure.