![]() |
Plasma Engine
2.0
|
Interface for a single image conversion step from a planar to a linear format. More...
#include <ImageConversion.h>
Public Member Functions | |
virtual plResult | ConvertPixels (plArrayPtr< plImageView > source, plImage target, plUInt32 uiNumPixelsX, plUInt32 uiNumPixelsY, plImageFormat::Enum sourceFormat, plImageFormat::Enum targetFormat) const =0 |
Converts a batch of pixels from the given source planes. | |
![]() | |
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 from a planar to a linear format.