[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.MultiResImgDataAdapter.getImgHeight

getImgHeight Method

getImgHeight(int)

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

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

The resolution level, from 0 to L.

Returns
Type Description
int

The total image's height in pixels.

Implements