![]() |
Plasma Engine
2.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 plResult | DecompressBlocks (plConstByteBlobPtr source, plByteBlobPtr target, plUInt32 uiNumBlocks, plImageFormat::Enum sourceFormat, plImageFormat::Enum targetFormat) const =0 |
Decompresses the given number of blocks. | |
![]() | |
virtual plArrayPtr< const plImageConversionEntry > | GetSupportedConversions () const =0 |
Returns an array pointer of supported conversions. | |
Additional Inherited Members | |
![]() | |
static const plRTTI * | GetStaticRTTI () |
![]() | |
plEnumerable * | m_pNextInstance |
Interface for a single image conversion step where the source format is compressed and the target format is uncompressed.