| synopsis || return value || arguments || prev || next |

jp2_colour::get_jab_params

Java: Jp2_colour::Get_jab_params

bool get_jab_params( int & Lrange, int & Loff, int & Lbits, int & Arange, int & Aoff, int & Abits, int & Brange, int & Boff, int & Bbits)

Java: boolean Get_jab_params( int[] Lrange, int[] Loff, int[] Lbits, int[] Arange, int[] Aoff, int[] Abits, int[] Brange, int[] Boff, int[] Bbits)

[Declared in "../apps/compressed_io/jp2.h"]

Go to class description.


Synopsis

Call this function to recover parameters if get_space returns JP2_CIEJab_SPACE. The meaning of the values returned via the various arguments is identical to the meaning of the values supplied to their namesakes in the second form of the init function.


Return Value

Returns false if get_space returns anything other than JP2_CIEJab_SPACE.

Arguments

Lrange [int &]

Loff [int &]

Lbits [int &]

Arange [int &]

Aoff [int &]

Abits [int &]

Brange [int &]

Boff [int &]

Bbits [int &]


| top || synopsis || return value || arguments || prev || next |