ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / GUI Component API Reference / GUI Component Functions Reference / Camera Raw Color Reconstruction Functions / IG_gui_dspl_adjraw_metadata_is_available
In This Topic
    IG_gui_dspl_adjraw_metadata_is_available
    In This Topic

    This function determines if the metadata needed for color reconstruction of a Camera Raw image is available.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_gui_dspl_adjraw_metadata_is_available(
       const LPSTR lpszFileName,
       LPAT_BOOL isApplicable
    );
    

    Arguments:

    Name Type Description
    lpszFileName const LPSTR A pointer to a zero terminated string containing the filename.
    isApplicable LPAT_BOOL A pointer to an AT_BOOL that will store the return value.

    Return Value:

    Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Sample:

    Filter