[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.writer.HeaderEncoder.writeTileQCC

writeTileQCC Method

writeTileQCC(int, int)

Writes QCC marker segment in tile header. It is a functional marker segment countaining the quantization used for compressing the specified component in an image. The values override for the specified component what was defined by a QCC marker in either the main or the tile header.

Declaration
protected virtual void writeTileQCC(int t, int compIdx)
Parameters
Type Name Description
int t

Tile index

int compIdx

Index of the component which needs QCC marker segment.