This function returns textual name for DIB format constants.
Copy Code
|
|
---|---|
VOID ACCUAPI IG_gui_dibname_get( DWORD dwFormat, LPCHAR lpStr, DWORD dwSize ); |
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. |
None
This function does not process image pixels.
GUI Windows
This function accepts IG_BI_... constants by the first parameter and returns the string representation via the second parameter.