This function determines if the metadata needed for color reconstruction of a Camera Raw image is available.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_gui_dspl_adjraw_metadata_is_available(
const LPSTR lpszFileName,
LPAT_BOOL isApplicable
);
|
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. |
This function does not process image pixels.
Filter