Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lqr_carver_set_preserve_input_image(3) [debian man page]

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 creation SYNOPSIS
#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
lqr_carver_init(3), lqr_vmap_load(3), lqr_carver_set_enl_step(3), lqr_carver_set_resize_order(3), lqr_carver_set_dump_vmaps(3), lqr_carver_set_side_switch_frequency(3), lqr_carver_set_progress(3), lqr_carver_set_use_cache(3) COPYRIGHT
Copyright (C) 2007-2009 Carlo Baldassi LqR library 0.4.1 API (3:1:3) 10 Maj 2009 LQR_CARVER_SET_PRESERVE_INP(3)

Check Out this Related Man Page

LQR_CARVER_SET_DUMP_VMAPS				     LqR library API reference					 LQR_CARVER_SET_DUMP_VMAPS

NAME
lqr_carver_set_dump_vmaps, lqr_carver_set_no_dump_vmaps - set the visibility maps autodump for an LqrCarver object SYNOPSIS
#include <lqr.h> void lqr_carver_set_dump_vmaps(LqrCarver* carver); void lqr_carver_set_no_dump_vmaps(LqrCarver* carver); DESCRIPTION
Invoking function lqr_carver_set_dump_vmaps over the LqrCarver object pointed to by carver has the effect of activating the automatic dumping of visibility maps at each rescale operation (which by default is turned off). Rescale operations involving both directions will dump two maps. The dumped maps will be attached to the LqrCarver object and can be accessed at any later time using the functions lqr_vmap_list_foreach(3) or a combination of lqr_vmap_list_start(3), lqr_vmap_list_current(3) and lqr_vmap_list_next(3). Using this setting is pointless if the LqrCarver object is not initialised. The function lqr_carver_set_no_dump_vmaps reverts the effect of the previous one (but the maps dumped so far will be kept). Note that it is also possible to dump the visibility maps manually; however, using the automatic dump is the only way to get intermidiate maps when the function lqr_carver_resize(3) performs the rescaling in both directions, or in more than one step. SEE ALSO
lqr_carver_init(3), lqr_carver_resize(3), lqr_carver_set_enl_step(3), lqr_carver_set_resize_order(3), lqr_carver_set_side_switch_frequency(3), lqr_carver_set_progress(3), lqr_carver_set_preserve_input_image(3), lqr_vmap_list_start(3), lqr_vmap_list_current(3), lqr_vmap_list_next(3), lqr_vmap_list_foreach(3), lqr_carver_set_use_cache(3) COPYRIGHT
Copyright (C) 2007-2009 Carlo Baldassi LqR library 0.4.1 API (3:1:3) 10 Maj 2009 LQR_CARVER_SET_DUMP_VMAPS
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to replace and amend value in the same time

2009/03/30 08:11:34.553 DFP 2009/03/30 08:11:36.861 PLO I want it to be 2009/03/30 09:11:34.553 DFP 2009/03/30 09:11:36.861 PLO and 2009/03/30 23:11:34.553 DFP 2009/03/30 23:11:36.861 PLO to be 2009/03/30 00:11:34.553 DFP 2009/03/30 00:11:36.861 PLO Can we use sed or... (4 Replies)
Discussion started by: lalelle
4 Replies

2. Shell Programming and Scripting

awk group by

Hi I have a file in this format: ... 04/May/2009 16 04/May/2009 1 05/May/2009 3 05/May/2009 5 06/May/2009 1 06/May/2009 3 ... I need to sum for every day, What is the best way? Thanks all (2 Replies)
Discussion started by: mutti
2 Replies

3. UNIX for Dummies Questions & Answers

I need a special print

I have this: \2009_may\05-04-2009\05-04-2009(74) \2009_may\05-04-2009\05-04-2009(74)\05-04-2009(74)_0-999 \2009_may\05-04-2009\05-04-2009(74)_left \2009_may\05-04-2009\05-04-2009(74)_left\05-04-2009(74) \2009_may\05-04-2009\05-04-2009(74)_right... (3 Replies)
Discussion started by: kenneth.mcbride
3 Replies

4. HP-UX

Some doubts about resizing fs's in HP-UX

Hello, I'm new to HP-UX and I'm not sure about some concepts related to resizing fs's under this OS. First of all I'm only asking about resizing ONLINE, it means, without having to umount the fs nor rebooting, etc. Q1. I've read that in order to resize a fs online there are 2 requirements:... (3 Replies)
Discussion started by: asanchez
3 Replies