ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Functions Reference / Image Extra Channel Functions / IG_image_extra_channel_info_pointer_get
In This Topic
    IG_image_extra_channel_info_pointer_get
    In This Topic

    This function gets a pointer to the image DIB's extra channel info array.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_image_extra_channel_info_pointer_get(
            HIGEAR hIGear,
            HIGEXTRACHANNELINFO** lphInfo
    );
    

    Arguments:

    Name Type Description
    hIGear HIGEAR Image handle.
    lphInfo HIGEXTRACHANNELINFO** Pointer to image DIB's extra channel info array.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    All pixel formats supported by ImageGear for C and C++.