public static void ConvertDirectToImage(
ConversionColorFormat srcFormat,
ConversionColorFormat destFormat,
IntPtr srcBuffer,
long srcBufferOffset,
RasterImage image,
int width,
int height,
int inAlign,
int outAlign
)
public:
static void ConvertDirectToImage(
ConversionColorFormat srcFormat,
ConversionColorFormat destFormat,
IntPtr srcBuffer,
int64 srcBufferOffset,
RasterImage^ image,
int width,
int height,
int inAlign,
int outAlign
)
def ConvertDirectToImage(self,srcFormat,destFormat,srcBuffer,srcBufferOffset,image,width,height,inAlign,outAlign):
srcFormat
Format of the input data.
destFormat
Format of the output data.
srcBuffer
A pointer to the buffer containing the input data.
srcBufferOffset
Offset to the first byte of the srcBuffer data buffer.
image
An RasterImage object that will hold the converted data.
width
Width of pixels to be processed.
height
Height of pixels to be processed.
inAlign
Each scanline in the input buffer is a multiple of inAlign bytes.
outAlign
Each scan line in the output buffer is a multiple of outAlign bytes.
There is no need to call the Start and Stop methods to initialize or stop the conversion engine. This method works only for conversion to BGR or RGB color space formats. For more information about Alignment Parameters, refer to Alignment Parameters. To convert to the Y41P type the input buffer length must be multiple of 8
RasterColorConverterEngine Class
RasterColorConverterEngine Members
ConvertDirect
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document