[]
        
(Showing Draft Content)

CSJ2K.j2k.quantization.quantizer.StdQuantizer.isReversible

isReversible Method

isReversible(int, int)

Returns true if the quantized data is reversible, for the specified tile-component. For the quantized data to be reversible it is necessary and sufficient that the quantization is reversible.

Declaration
public override bool isReversible(int t, int c)
Parameters
Type Name Description
int t

The tile to test for reversibility

int c

The component to test for reversibility

Returns
Type Description
bool

True if the quantized data is reversible, false if not.

Overrides