![]() |
XII Release 0.1.0
|
Interface for a single image conversion step from a planar to a linear format. More...
#include <ImageConversion.h>
Public Member Functions | |
virtual xiiResult | ConvertPixels (xiiArrayPtr< xiiImageView > source, xiiImage target, xiiUInt32 uiNumPixelsX, xiiUInt32 uiNumPixelsY, xiiImageFormat::Enum sourceFormat, xiiImageFormat::Enum targetFormat) const =0 |
Converts a batch of pixels from the given source planes. | |
![]() | |
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 from a planar to a linear format.