ImageGear Professional DLL v17.1 for Windows Accusoft
IG_image_channel_depth_get
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Core Component API Reference > Core Component Functions Reference > Image Channel Functions > IG_image_channel_depth_get

Glossary Item Box

This function returns the channel bit depth.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_image_channel_depth_get(
        HIGEAR hIGear, 
        AT_INT Index, 
        AT_INT *lpChannelDepth 
);

Arguments:

hIGear HIGEAR handle of image.
Index Channel index on which to get info.
lpChannelDepth Bit depth of the channel.

Return Value:

Returns the number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.

Supported Raster Image Formats:

All pixel formats supported by ImageGear Professional.

Sample:

None

©2012. Accusoft Corporation. All Rights Reserved.