![]() |
XII Release 0.1.0
|
Interface for a single image conversion step where the source format is uncompressed and the target format is compressed. More...
#include <ImageConversion.h>
Public Member Functions | |
virtual xiiResult | CompressBlocks (xiiConstByteBlobPtr source, xiiByteBlobPtr target, xiiUInt32 uiNumBlocksX, xiiUInt32 uiNumBlocksY, xiiImageFormat::Enum sourceFormat, xiiImageFormat::Enum targetFormat) const =0 |
Compresses the given number of blocks. | |
![]() | |
virtual xiiArrayPtr< const xiiImageConversionEntry > | GetSupportedConversions () const =0 |
Returns an array pointer of supported conversions. | |
Additional Inherited Members | |
![]() | |
static const xiiRTTI * | GetStaticRTTI () |
![]() | |
xiiEnumerable * | m_pNextInstance |
Interface for a single image conversion step where the source format is uncompressed and the target format is compressed.