[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.MultiResImgDataAdapter.getImgWidth

getImgWidth Method

getImgWidth(int)

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

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

The resolution level, from 0 to L.

Returns
Type Description
int

The total image's width in pixels.

Implements