int tsmWriteAllImages ( TsmConnection oiConn, TsmConnectionParams params )

Create an image pyramid of JFIF/JPEG files

Documentation

Create an image pyramid of JFIF/JPEG files.

This function can be used to convert an entire pyramid of tiles for a TerraVision ortho-image dataset into a pyramid of individual tiles in JFIF/JPEG format. These JPEG versions of the image tiles are then displayable by a standard VRML browser.

The params structure lets you specify a number of additional parameters to this function. The important parameters in params are:

Returns:
TRUE if all went well, FALSE if an error occurred
Parameters:
oiConn - is a connection to a OI pyramid dataset.
params - is a pointer to a TsmConnectionParams structure.
Author:
Martin Reddy
Version:
18 June 1998
See Also:
tsmWriteAllTrees, tsmWriteAllVtiles


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

Back to tsmApi Home Page