Answered
How do we change the Camera Raw file Profile correction using Photoshop script?
Hello Everyone!,
Is this possible to change the Camera Raw file Profile correction using Photoshop script?
Please find the screenshot for reference.

Hello Everyone!,
Is this possible to change the Camera Raw file Profile correction using Photoshop script?
Please find the screenshot for reference.

var myFile = (new File()).openDlg();
var c2t = charIDToTypeID,
s2t = stringIDToTypeID;
var d = new ActionDescriptor();
var params = new ActionDescriptor();
d.putPath(s2t("null"), myFile);
d.putBoolean(stringIDToTypeID('overrideOpen'), true);
params.putInteger(c2t("AuCA"), 1);
params.putDouble(c2t("LPEn"), 1);
params.putInteger(s2t("idLPSe"), 1);
d.putObject(s2t("as"), s2t("Adobe Camera Raw"), params);
executeAction(s2t("open"), d, DialogModes.ALL);Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.