[]
        
(Showing Draft Content)

CSJ2K.j2k.quantization.QuantTypeSpec

QuantTypeSpec Class

Inheritance
QuantTypeSpec
Namespace: CSJ2K.j2k.quantization
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class QuantTypeSpec : ModuleSpec

Constructors

Name Description
QuantTypeSpec(int, int, byte)

Constructs an empty 'QuantTypeSpec' with the specified number of tiles and components. This constructor is called by the decoder.

QuantTypeSpec(int, int, byte, ParameterList)

Constructs a new 'QuantTypeSpec' for the specified number of components and tiles and the arguments of "-Qtype" option. This constructor is called by the encoder.

Properties

Name Description
FullyNonReversible

Check the irreversibility of the whole image.

FullyReversible

Check the reversibility of the whole image.

Methods

Name Description
isDerived(int, int)

Returns true if given tile-component uses derived quantization step size.

isReversible(int, int)

Check the reversibility of the given tile-component.