lqr_carver_get_bpp(3) get the number of channels in a LqrCarver object

Other Alias

lqr_carver_get_channels

SYNOPSIS


#include <lqr.h>

gint lqr_carver_get_channels(LqrCarver* carver);
gint lqr_carver_get_bpp(LqrCarver* carver);

DESCRIPTION

The functions lqr_carver_get_channels returns the number of colour channels of the image contained in the LqrCarver object pointed to by carver.

The function lqr_carver_get_bpp is an alias for lqr_carver_get_channels, it is deprecated and it is maintained for backward compatibility purposes only.

COPYRIGHT

Copyright © 2007-2009 Carlo Baldassi