This function returns textual name for compression constants.
Copy Code
|
|
---|---|
VOID ACCUAPI IG_gui_compname_get( AT_MODE nCompression, LPCHAR lpStr, DWORD dwSize ); |
Name | Type | Description |
---|---|---|
nCompression | AT_MODE | 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
It accepts IG_COMPRESSION_... constant by the first argument and returns its string representation by the second argument. Third dwSize argument is used to provide lpStr buffer size.