Skip to main content
Participant
July 27, 2021
Answered

Create Actions to Automatically Export Images

  • July 27, 2021
  • 1 reply
  • 1580 views

Hi Guys!
I'm currently creating the pictures for my online-shop for clothes.

I've 10 pictures of my Standard T-Shirt (each a different color).
I've imported them into PHOTOSHOP (each on a different layer).
I've imported my design (also on a different layer).

Now I want to automatically export the 10 pictures for the Standard T-Shirt with the design on it.
If possible I would like to automatically name each of the 10 files (with the correct color name).

I've probaly watched every YouTube-Video & read articles on 3 forums ragrding PHOTOSHOP, but haven't found what I'm searching for. I only know, that Actions can be created, but that's it. No specific instructions. Can anybody please help me? 😞

This topic has been closed for replies.
Correct answer Stephen Marsh

The following script may be an answer:

photoshopCompositionComposer

 

The raw code is here, ready for a select all:

photoshopCompositionComposer-v0.1.jsx

 

  1. Copy the code text to the clipboard
  2. Open a new blank file in a plain-text editor (not word-processor)
  3. Paste the code in
  4. Save the text file as .txt
  5. Rename the text .txt to .jsx
  6. Install or browse to the .jsx file to run

 

More detailed instructions here:

Downloading and Installing Adobe Scripts

 

Good luck!

 

1 reply

Stephen Marsh
Community Expert
Stephen MarshCommunity ExpertCorrect answer
Community Expert
July 27, 2021

The following script may be an answer:

photoshopCompositionComposer

 

The raw code is here, ready for a select all:

photoshopCompositionComposer-v0.1.jsx

 

  1. Copy the code text to the clipboard
  2. Open a new blank file in a plain-text editor (not word-processor)
  3. Paste the code in
  4. Save the text file as .txt
  5. Rename the text .txt to .jsx
  6. Install or browse to the .jsx file to run

 

More detailed instructions here:

Downloading and Installing Adobe Scripts

 

Good luck!

 

Participating Frequently
August 29, 2021

when i run this script i m getting this error.. pls help bro...

 

Even i have follow the same layer style as mention here:

photoshopCompositionComposer

Stephen Marsh
Community Expert
Community Expert
August 30, 2021

I'd need to take a look at the psd.

 

EDIT:

 

 

Also consider an alternative script:

 

Layer Saver.jsx