SYNOPSIS
#include <lqr.h>
- LqrRetVal lqr_carver_set_image_type(LqrCarver* carver, LqrImageType image_type);
DESCRIPTION
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 VALUE
The return value follows the Liquid Rescale library signalling system.
COPYRIGHT
Copyright © 2007-2009 Carlo Baldassi