[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.MultiResImgData.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. The resolution level is indexed from the lowest number of resolution levels of all components of the current tile.

Declaration
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.