ImageGear Professional for Linux
LPFNIG_DIB_GET_EX

This callback function is called before writing the image header.

Declaration:

 
Copy Code
typedef AT_ERRCOUNT (LPACCUAPI LPFNIG_DIB_GET_EX)( 
        LPVOID lpPrivate, 
        HIGDIBINFO* lphDIB
);

Arguments:

Name Type Description
lpPrivate LPVOID Far pointer to private data area.
lphDIB HIGDIBINFO* Extended DIB header.

Return Value:

Returns an error count.

Supported Raster Image Formats:

All pixel formats supported by ImageGear Professional.

Remarks:

The application shall create a new HIGDIBINFO object containing information about the image, and pass through the lphDIB parameter. ImageGear owns the HIGDIBINFO object after exiting from the callback, and eventually deletes it. If the image being saved has a palette, it should be passed with HIGDIBINFO as well.

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback