[]
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>
public virtual int getImgWidth(int rl)
Type | Name | Description |
---|---|---|
int | rl | The resolution level, from 0 to L. |
Type | Description |
---|---|
int | The total image's width in pixels. |