[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.reader.BitstreamReaderAgent.getTileCompWidth

getTileCompWidth Method

getTileCompWidth(int, int, int)

Returns the width in pixels of the specified tile-component for the given (tile-component) resolution level.

Declaration
public int getTileCompWidth(int t, int c, int rl)
Parameters
Type Name Description
int t

The tile index

int c

The index of the component, from 0 to N-1.

int rl

The resolution level, from 0 to L.

Returns
Type Description
int

The width in pixels of component c in tile t for resolution level rl.

Implements