ImageGear Professional DLL v17.1 for Windows Accusoft
LPFNIG_DIB_CREATE_EX
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Core Component API Reference > Core Component Callback Functions Reference > LPFNIG_DIB_CREATE_EX

Glossary Item Box

This callback function is called after the image header has been read.

Declaration:

  Copy Code
typedef AT_ERRCOUNT (LPACCUAPI LPFNIG_DIB_CREATE_EX)( 
        LPVOID lpPrivate, 
        HIGDIBINFO hDIB 
);

Arguments:

lpPrivate Far pointer to private data area.
hDIB Extended DIB header.

Return Value:

Returns an error count.

Supported Raster Image Formats:

All pixel formats supported by ImageGear Professional.

Sample:

Load Callback

Remarks:

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.

©2012. Accusoft Corporation. All Rights Reserved.