[]
        
(Showing Draft Content)

CSJ2K.j2k.image.ImgDataJoiner.getCompImgWidth

getCompImgWidth Method

getCompImgWidth(int)

Returns the width in pixels of the specified component in the overall image.

Declaration
public virtual int getCompImgWidth(int c)
Parameters
Type Name Description
int c

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

Returns
Type Description
int

The width in pixels of component c in the overall image.

Implements