[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.MultiResImgDataAdapter.getTileWidth

getTileWidth Method

getTileWidth(int)

Returns the overall width of the current tile in pixels, for the given resolution level. This is the tile's width without accounting for any component subsampling.

       <p>This default implementation returns the value of the source.</p>
Declaration
public virtual int getTileWidth(int rl)
Parameters
Type Name Description
int rl

The resolution level, from 0 to L.

Returns
Type Description
int

The total current tile's width in pixels.

Implements