Bsoft function

img_multiply_with_constant

Source:

src/img/img_arithmetic.c

Description:

Multiplies an image by a constant value.

Algorithm:

	newdatum = olddatum * constant

Arguments:

Bimage* pimage structure.
double constantconstant to multiply with.

Returns:

int 0.

Prototype:

int img_multiply_with_constant(Bimage* p, double constant)

Functions used:

balloc

Other objects included:

struct Bimage


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


Back to the Bsoft home