table of contents
other versions
- wheezy 0.4.1-2
LQR_CARVER_SET_PRESERVE_INP(3) | LqR library API reference | LQR_CARVER_SET_PRESERVE_INP(3) |
NAME¶
lqr_carver_set_preserve_input_image - set a flag to preserve the buffer passed to a LqrCarver object upon creationSYNOPSIS¶
#include <lqr.h>
void
lqr_carver_set_preserve_input_image(LqrCarver* carver);
DESCRIPTION¶
The function lqr_carver_set_preserve_input_image flags the LqrCarver object pointed to by carver so that it does not alter in any way the buffer which is passed to it by the constructor. It must be used before any resizing-related operation takes place, either after the carver construction or after the calls to lqr_carver_init(3) or lqr_vmap_load(3).SEE ALSO¶
COPYRIGHT¶
Copyright © 2007-2009 Carlo Baldassi10 Maj 2009 | LqR library 0.4.1 API (3:1:3) |