Skip to main content
Participant
April 12, 2024
Answered

Combine image with layer, safe image and repeat for every layer in the file

  • April 12, 2024
  • 1 reply
  • 370 views

I have tried multiple tutorials, but I just can't get it working.

 

I have a PSD document with a base layer containing a product image that I need to combine with a series of layers containing color gradients in order to generate and save color variation images of the base image. I have attached an example file with a Vase and three color layers.

 

Any help would be very much appreciated!

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

@MaxGyver89 

 

This is possible with an action, however, you need to repeat the required steps for each layer combination.

 

You can manually set layer comps and then batch export layer comps to files.

 

Or scripts such as the following can create combinations of a static layer and other layers:

 

https://github.com/Paul-Riggott/PS-Scripts/blob/master/Layer%20Saver%20Plus.jsx

 

https://github.com/Paul-Riggott/PS-Scripts/blob/master/Layer%20Saver.jsx

https://github.com/mechanicious/photoshopCompositionComposer

1 reply

Stephen Marsh
Community Expert
Stephen MarshCommunity ExpertCorrect answer
Community Expert
April 12, 2024

@MaxGyver89 

 

This is possible with an action, however, you need to repeat the required steps for each layer combination.

 

You can manually set layer comps and then batch export layer comps to files.

 

Or scripts such as the following can create combinations of a static layer and other layers:

 

https://github.com/Paul-Riggott/PS-Scripts/blob/master/Layer%20Saver%20Plus.jsx

 

https://github.com/Paul-Riggott/PS-Scripts/blob/master/Layer%20Saver.jsx

https://github.com/mechanicious/photoshopCompositionComposer

Participant
April 13, 2024

@Stephen Marsh 

 

Thank you, this is exactly what I was looking for!

 

I tried the photoshopCompositionComposer first, and it worked on the first try. This will save me countless hours of work.

Stephen Marsh
Community Expert
Community Expert
April 14, 2024

You're welecome @MaxGyver89 !

 

The two scripts from Paul Riggott are more flexible, but all 3 do the job.