unsigned int tsmNumBytesPerTile (Pyramid *pyramid)

Returns the size of a tile

Documentation

Returns the size of a tile.

tsmNumBytesPerTile is a utility function that returns the total number of bytes in an uncompressed tile of Pyramid pyramid. If you pass a NULL pointer, then the function will return a value of 0.

Returns:
the size of the tile (bytes)
Parameters:
pyramid - the pyramid to calculate the tile size for
Author:
Yvan Leclerc
See Also:
tsmMakeTileBuffer, tsmTotalNumTiles


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page