#include "l_bitmap.h"
L_LTKRN_API L_INT L_BitmapFromYUV(pBitmap, uStructSize, pYuv, uBitsPerPixel, uFlags)
Creates and allocates a BITMAPHANDLE from the YUV data. A bitmap will be created and stored in pBitmap, using the information (width, height, bits per pixel) and YUV data from the YUVIMAGE structure.
Pointer to the bitmap handle
Size in bytes, of the structure pointed to by pBitmap
, for versioning. Use sizeof(BITMAPHANDLE)
Pointer to the YUVIMAGE structure to be stored in pBitmap
.
Must be 8-, 24-, or 32-bits per pixel.
Unused, reserved for future use. Pass 0.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
ERROR_BITPERPIXEL | pBitmap is not 8-, 24-, or 32-bits per pixel. |
ERROR_UNSUPPORTED_CONVERSION | The YUV format indicated by YUVIMAGE.Format is not one of the supported values. |
< 1 | An error occurred. Refer to Return Codes. |
This function supports only the following YUV formats:
L_BitmapFromYUV allocates the bitmap and then calls L_SetBitmapYUVData.
Required DLLs and Libraries
Win32, x64, Linux.
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