• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How do I make a configuration file(.xmp) for Camera Raw work

Engaged ,
Aug 03, 2020 Aug 03, 2020

Copy link to clipboard

Copied

When I open an original file with a script, how do I get its configuration file to work? Manually opening the file was successful..

var  Opts = new CameraRAWOpenOptions();
app.open(new File("c:\\1.nef"),Opts,true);

QQ截图20200803164625.png

TOPICS
Actions and scripting

Views

274

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Engaged , Aug 03, 2020 Aug 03, 2020
var  Opts = new CameraRAWOpenOptions();
Opts.settings=CameraRAWSettingsType.SELECTEDIMAGE;
app.open(new File("c:\\1.nef"),Opts,true);

Votes

Translate

Translate
Adobe
Engaged ,
Aug 03, 2020 Aug 03, 2020

Copy link to clipboard

Copied

LATEST
var  Opts = new CameraRAWOpenOptions();
Opts.settings=CameraRAWSettingsType.SELECTEDIMAGE;
app.open(new File("c:\\1.nef"),Opts,true);

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines