[]
Returns the overall width of the current tile in pixels for the given resolution level. This is the tile's width without accounting for any component subsampling. The resolution level is indexed from the lowest number of resolution levels of all components of the current tile.
int getTileWidth(int rl)
Type | Name | Description |
---|---|---|
int | rl | The resolution level, from 0 to L. |
Type | Description |
---|---|
int | The total current tile's width in pixels. |