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

File->Automation Tools grayed out in Photoshop Elements 2018

New Here ,
Oct 08, 2020 Oct 08, 2020

Copy link to clipboard

Copied

I would like to run a script to batch process some scanned .tif files.   I installed the .jsx file into the Scripts folder.

I am in Expert mode, but the Automation Tools menu item is grayed out.   Can someone explain some steps to run the script I have?

 

Thanks

TOPICS
Actions and scripting

Views

1.9K

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

New Here , Oct 08, 2020 Oct 08, 2020

Jeff_Arola, 

 

THANK-YOU!

 

That was exactly what I needed, and the quick response is greatly appreciated.

Votes

Translate

Translate
Adobe
Community Expert ,
Oct 08, 2020 Oct 08, 2020

Copy link to clipboard

Copied

You need to add a javascriptresource to the top of the script so it shows in the Automation Tools menu.

You can use a text editor and make sure you save the script with a .jsx extension

 

An example where you put automate in the menu section

(automate will show on the Autmation Tools menu)

 

//
/*
<javascriptresource>
<name>16 Bit Levels Adjustment Layer</name>
<about>creates 16 bit levels adjustment layer</about>
<category>Layers</category>
<menu>automate</menu>
</javascriptresource>
*/
//

 

 

auto1.jpgauto2.jpg

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
New Here ,
Oct 08, 2020 Oct 08, 2020

Copy link to clipboard

Copied

LATEST

Jeff_Arola, 

 

THANK-YOU!

 

That was exactly what I needed, and the quick response is greatly appreciated.

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