5montage - Methods to Create a Montage.9W




"NAME

-

montage - Methods to Create a Montage.



2page index




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

y

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



2page index


$

FUNCTION *DESCRIPTIONS



8

CloneMontageInfo

^

Method CloneMontageInfo makes a duplicate of the given montage info, or if montage info is )NULL, a new one.

4

The format of the CloneMontageInfo method is:

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

AA description of each parameter follows:


L

cloned_info:

_Method CloneMontageInfo returns a duplicate of the given annotate info, or if annotate info is $NULL a new one.

J

image_info:

a structure of type ImageInfo.

N

montage_info:

a structure of type MontageInfo.



<

DestroyMontageInfo

]

Method DestroyMontageInfo deallocates memory associated with an MontageInfo structure.

6

The format of the DestroyMontageInfo method is:

x
void DestroyMontageInfo ( MontageInfo *montage_info );

AA description of each parameter follows:


)

montage_info:

0Specifies a pointer to an MontageInfo structure.



4

GetMontageInfo

C

Method GetMontageInfo initializes the MontageInfo structure.

2

The format of the GetMontageInfo method is:

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

AA description of each parameter follows:


'

image_info:

a structure of type ImageInfo.

)

montage_info:

/Specifies a pointer to a MontageInfo structure.



2

MontageImages

[

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

1

The format of the MontageImages method is:


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

AA description of each parameter follows:


@

image:

4Specifies a pointer to an array of Image structures.

)

montage_info:

/Specifies a pointer to a MontageInfo structure.

H

exception:

0return any errors or warnings in this structure.
9

page index