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

Photoshop Batch Processing Script

New Here ,
Nov 20, 2018 Nov 20, 2018

Copy link to clipboard

Copied

Hello,

We need a javascript for Photoshop, that executes actions consecutively.

The current way we use the batch processing is that we choose the set, the action within the set, the destination folder and adjust the file naming (which is always the same).

The Javascript that we require should do all this by itself.

We need a Javascript that does the following:

  • Choose the set
  • Choose the action
  • The destination folder
  • Set the file naming

After Photoshop is done with that, it should choose the next set, action and the next destination folder. This would repeat after all necessary actions have been run on the same source folder.

Best regards
TOPICS
Actions and scripting

Views

1.8K

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
Adobe
Community Expert ,
Nov 20, 2018 Nov 20, 2018

Copy link to clipboard

Copied

Do you have any programming skills?

You would need to design a process that can be automated using Photoshop.  Then code that process in a Photoshop script.

Would you process randomly choose action and destination or is there some rime or reason in choosing actions destination and names.  You need to design the process you want automated.

Adobe Photoshop Scripting

JJMack

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 ,
Nov 20, 2018 Nov 20, 2018

Copy link to clipboard

Copied

no, I have no programming knowledge. We have a few scripts which work.

However, the source folder and the output folder and the respective script must always be selected here.

I would like to have this automated, which should be selected before which script, which source folder and where the files should be stored.

When this script is finished, the next script should start automatically, where everything has already been defined before.

I hope you understand what I mean.

Translated with www.DeepL.com/Translator

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
Community Expert ,
Nov 20, 2018 Nov 20, 2018

Copy link to clipboard

Copied

You need to hire a programmer that know Photoshop Scripting and design the process with them and have them code the process designed.

JJMack

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 ,
Nov 20, 2018 Nov 20, 2018

Copy link to clipboard

Copied

Yes i know, maybe i found here someone

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
Community Expert ,
Nov 20, 2018 Nov 20, 2018

Copy link to clipboard

Copied

You should then ask if someone want to do the work  they should contact you via private message to work out the work arrangement.

JJMack

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
People's Champ ,
Nov 20, 2018 Nov 20, 2018

Copy link to clipboard

Copied

How about recording a sequential calls of a Batch command in an Action with the required parameters and then running such an Action?

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 ,
Nov 21, 2018 Nov 21, 2018

Copy link to clipboard

Copied

Sorry i dont know what you mean? Can you explain please

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
People's Champ ,
Nov 21, 2018 Nov 21, 2018

Copy link to clipboard

Copied

If I also correctly understood your goal.

Look.

Untitled-1.png

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 ,
Nov 21, 2018 Nov 21, 2018

Copy link to clipboard

Copied

Hi,

yes i know how this works, but we have a lot of different folders.

Here are a video, i think this is easier.

https://we.tl/t-H57B395iy8

Best regards

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
People's Champ ,
Nov 21, 2018 Nov 21, 2018

Copy link to clipboard

Copied

I still do not understand.
How to select a sequence to execute (Set and Action) and associate it (Set and Action) with the name of the source and destination folders. You can specify this explicitly in a script or in an additional text file. But then it will be slightly different from the creation of the Batch series as I suggested.

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
Community Expert ,
Nov 21, 2018 Nov 21, 2018

Copy link to clipboard

Copied

LATEST

If you have a lot of folders  and they are new folder . Folders you do not keep reprocessing  you can not use batch actions there need to be logical way to know what should be processes  and where the output is stored. Someone of some scheduler also need to initiate the activation of the automated process if all is to be automated. The automated process is something you need to design and implement. Automation is normally a repetitive process.  If each run need a different setup  its not a fully automated process.

JJMack

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