Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lqr_carver_get_bpp(3) [debian man page]

LQR_CARVER_GET_CHANNELS(3)				     LqR library API reference					LQR_CARVER_GET_CHANNELS(3)

NAME
lqr_carver_get_channels, lqr_carver_get_bpp - get the number of channels in a LqrCarver object 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. SEE ALSO
lqr_carver_get_width(3), lqr_carver_get_height(3), lqr_carver_get_ref_width(3), lqr_carver_get_ref_height(3), lqr_carver_get_col_depth(3), lqr_carver_get_enl_step(3), lqr_carver_get_orientation(3) COPYRIGHT
Copyright (C) 2007-2009 Carlo Baldassi LqR library 0.4.1 API (3:1:3) 10 Maj 2009 LQR_CARVER_GET_CHANNELS(3)

Check Out this Related Man Page

LQR_CARVER_GET_REF_HEIGHT				     LqR library API reference					 LQR_CARVER_GET_REF_HEIGHT

NAME
lqr_carver_get_ref_height - get the reference height of a LqrCarver object SYNOPSIS
#include <lqr.h> gint lqr_carver_get_ref_height(LqrCarver* carver); DESCRIPTION
The function lqr_carver_get_ref_height returns the internal reference height of the image contained in the LqrCarver object pointed to by carver, in pixel units. The reference height is set as the original height at carver initialization, and reset any time the carver gets subsequently flattened, either explicitly through lqr_carver_flatten(3) or implicitly when the rescale direction changes or an enlargment beyond the maximum enlargement step is performed. SEE ALSO
lqr_carver_get_width(3), lqr_carver_get_height(3), lqr_carver_get_ref_width(3), lqr_carver_get_channels(3), lqr_carver_get_col_depth(3), lqr_carver_get_enl_step(3), lqr_carver_flatten(3), lqr_carver_set_enl_step(3), lqr_carver_get_orientation(3) COPYRIGHT
Copyright (C) 2007-2009 Carlo Baldassi LqR library 0.4.1 API (3:1:3) 10 Maj 2009 LQR_CARVER_GET_REF_HEIGHT
Man Page

We Also Found This Discussion For You

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