This function switches the state of the registry entry that determines whether to show the warning dialog related to embedded color profile or non-RGB color format, and returns the result after switching.
Copy Code
|
|
---|---|
AT_BOOL ACCUAPI IG_gui_switch_showiccwarning(); |
None
TRUE/FALSE
N/A
Image Processing
Copy Code
|
|
---|---|
AT_BOOL bShowICCWarning = FALSE;
/* Switch the state and return the result after switching */
bShowICCWarning = IG_gui_switch_showiccwarning();
...
|