struct TileTspec

Holds tile tile-set specifications

Documentation

Holds tile tile-set specifications.

This structure specifies the storage format used to represent the pixels in a tile, as well as the pixel dimensions of the tile.

Parameters:
numPixelsX - (int) the width of the tile in pixels
numPixelsY - (int) the height of the tile in pixels
overlap - (int[2]) the number of pixels of overlap in each tile in the x and y directions.
totalPixels - (int[2]) the sum of numPixelsX/Y and overlap[0]/[1]
numComponentsPixel - (int) the number of components per pixel, e.g RGB is 3 components
numBytesPerComponent - (int) the number of bytes per component, e.g. 1, 2, or 4.
componentNumberType - (tspSymbol) tspSignedByte or tspUnsignedByte
storageFormat - (tspSymbol) tspLrbtRaster or tspJPEGCompressed
See Also:
PixelTspec, Pyramid


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

Back to tsmApi Home Page