Man Page: lqr_carver_set_image_type
Operating Environment: debian
Section: 3
LQR_CARVER_SET_IMAGE_TYPE LqR library API reference LQR_CARVER_SET_IMAGE_TYPENAMElqr_carver_set_image_type - sets the image type of an LqrCarver objectSYNOPSIS#include <lqr.h> LqrRetVal lqr_carver_set_image_type(LqrCarver* carver, LqrImageType image_type);DESCRIPTIONThe function lqr_carver_set_image_type sets the image type of the LqrCarver pointed to by carver to image_type. If image_type is equal to LQR_CUSTOM_IMAGE, it is assumed that there are no alpha or black channels. You can set those independently using lqr_carver_set_alpha_channel(3) and lqr_carver_set_black_channel(3).RETURN VALUEThe return value follows the Liquid Rescale library signalling system.SEE ALSOLqrImageType(3), lqr_carver_new(3), lqr_carver_set_alpha_channel(3), lqr_carver_set_black_channel(3), lqr_carver_get_image_type(3)COPYRIGHTCopyright (C) 2007-2009 Carlo Baldassi LqR library 0.4.1 API (3:1:3) 10 Maj 2009 LQR_CARVER_SET_IMAGE_TYPE
| Related Man Pages |
|---|
| lqrimagetype(3) - debian |
| lqr_carver_attach(3) - debian |
| lqr_carver_cancel(3) - debian |
| lqr_carver_get_energy_image(3) - debian |
| lqr_carver_get_true_energy(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Introduction |
| Detecting unused variables... |
| Weird 'find' results |