This callback function is called after the image header has been read.
Copy Code
|
|
---|---|
typedef AT_ERRCOUNT (LPACCUAPI LPFNIG_DIB_CREATE_EX)( LPVOID lpPrivate, HIGDIBINFO hDIB ); |
Name | Type | Description |
---|---|---|
lpPrivate | LPVOID | Far pointer to private data area. |
hDIB | HIGDIBINFO | Extended DIB header. |
Returns an error count.
All pixel formats supported by ImageGear for C and C++.
Load Callback
It passes image information, including palette, through HIGDIBINFO structure.
hDIB object is owned by ImageGear. The application shall not use it after exiting from the callback function, and shall not delete it.