Bsoft function
img_remove_alpha
Source:
src/img/img_colour.c
Description:
Removes an alpha channel from a RGBA (red-green-blue-alpha) image.
Algorithm:
The new image is just RGB (red-green-blue).
Arguments:
Bimage* p
image (replaced by new image).
Returns:
int error code.
Prototype:
int img_remove_alpha(Bimage* p)
Functions used:
balloc
bfree
Other objects included:
struct Bimage
Generated by bdoc.pl on Mon Jun 15 11:47:26 2009
Back to the Bsoft home