Bsoft function

img_compatibility

Source:

src/img/img_combine.c

Description:

Check if two images have the same number of channels and data type.

Algorithm:

	The function returns the answer and leaves the calling function to 

deal with the result.

Arguments:

Bimage* p1first image.
Bimage* p2second image.

Returns:

int 0 if yes, <0 if no.

Prototype:

int img_compatibility(Bimage* p1, Bimage* p2)

Other objects included:

struct Bimage


Generated by bdoc.pl on Mon Jun 15 11:47:29 2009


Back to the Bsoft home