IFXImageTools

IFXImageTools is the interface that handles image manipulation in the datablock queue.


IFXImageTools::Initialize(void* pCallbacks)

Constructor method.

Parameters:

pCallbacks

Pointer to Callbacks

Return Values


IFXImageTools::CompressImageToBlockQueue(IFXDataBlockQueue* pDestinationQueue, STextureSourceInfo* pImageInfo, void* pImage)

This method compresses the image in the datablock queue.

Parameters:

pDestinationQueue

Pointer to the destination of the IFXDataBlockQueue

pImageInfo

Pointer to the image texture source

pImage

Pointer to the image

Return Values


IFXImageTools::DecompressBlockQueueToImage(IFXDataBlockQueue* pSourceQueue, STextureSourceInfo* pImageInfo, void** ppImage)

This method decompresses the image in the datablock queue.

Parameters:

pSourceQueue

Pointer to the source IFXDataBlockQueue

pImageInfo

Pointer to the image texture source

ppImage

Pointer to the image

Return Values

 

§See asterisked (*) statement at Legal Information © 2001 Intel Corporation.