←Select platform

CreateFromYUVData(IntPtr,long,RasterYUVFormat,int,int,int) Method

Summary
Creates a new RasterImage using the specified parameters and fills the image using the specified YUV data.
Syntax
C#
C++/CLI
Python
public static RasterImage CreateFromYUVData( 
   IntPtr buffer, 
   long bufferCount, 
   RasterYUVFormat yuvFormat, 
   int width, 
   int height, 
   int bitsPerPixel 
) 
public: 
static RasterImage^ CreateFromYUVData(  
   IntPtr buffer, 
   int64 bufferCount, 
   RasterYUVFormat yuvFormat, 
   int width, 
   int height, 
   int bitsPerPixel 
)  
def CreateFromYUVData(self,buffer,bufferCount,yuvFormat,width,height,bitsPerPixel): 

Parameters

buffer
Buffer that contains the YUV data.

bufferCount
Size of the data buffer pointed to by buffer. If this value is incorrect, this method will throw an exception.

yuvFormat
Specifies the YUV data format.

width
Width of the image in pixels.

height
Height of the image in pixels.

bitsPerPixel
The number of bits per pixel.

Valid values are 8, 24, and 32.

Return Value

The newly created RasterImage object.

Remarks

For more information, see SetYUVData

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.