This function returns textual name for DIB format constants.
Declaration:
|
Copy Code
|
VOID ACCUAPI IG_gui_dibname_get(
DWORD dwFormat,
LPCHAR lpStr,
DWORD dwSize
);
|
Arguments:
Name |
Type |
Description |
nCompression |
DWORD |
The ImageGear compression constant by type IG_COMPRESSION_. |
lpStr |
LPCHAR |
String representation of compression constant specified by nCompression argument. |
dwSize |
DWORD |
The buffer size of lpStr argument. |
Return Value:
None
Supported Raster Image Formats:
This function does not process image pixels.
Sample:
GUI Windows
Remarks:
This function accepts IG_BI_... constants by the first parameter and returns the string representation via the second parameter.