| API Reference Guide > Core Component API Reference > Core Component Functions Reference > Image Extra Channel Functions > IG_image_extra_channel_info_count_get |
This function gets the number of entries in the image DIB's extra channel info array.
|
Copy Code
|
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_image_extra_channel_info_count_get(
HIGEAR hIGear,
AT_INT* lpnCount
);
|
|
| Name | Type | Description |
|---|---|---|
| hIGear | HIGEAR | Image handle. |
| lpnCount | AT_INT* | The number of entries in the image DIB's extra channel info array. |
Error count.
All pixel formats supported by ImageGear for C and C++.