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