static L_INT LChange::ChangeFromDIB(pLBitmap, uStructSize, hDIB)
Changes a Windows device independent bitmap (DIB) to a LEAD bitmap. The new LEAD bitmap is stored in the specified LBitmapBase object's internal LEAD bitmap handle. This function results in only one copy of the bitmap, and it invalidates the DIB handle.
Address of the LEAD bitmap object.
Size in bytes, of the structure pointed to by pLBitmap. Use sizeof(BITMAPHANDLE).
The DIB handle to be changed.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
After calling this function, the class object's internal LEAD bitmap handle will point to the previous DIB data.
This function supports the standard DIB formats (BI_RGB and BI_BITFIELDS) as well as some FOURCC (Four Character Code) formats that some capture cards output.
These are the FOURCC formats that LEADTOOLS supports at the moment:
Win32, x64.
For an example, refer to LChange::ChangeToDIB.
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