Skip to main content
Participant
November 4, 2019
Answered

Help saving lots of images with an overlay

  • November 4, 2019
  • 5 replies
  • 5483 views

Hello,

 

I need some help... I've got a bunch of single images and I want them all to have an overlay. At the moment I've got all the individual images in a group folder, and the overlay as a single separate layer above the group, everything fits fine, all the images aside from the overlay are the same size & the overlay is slightly larger.

 

Is there a way to automatically save all the single images with the same overlay, as there are around 100 single images that all need the same overlay?

 

Thanks for any help!

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

That is exactly what the Layer Saver Plus script is designed to do... Just select all layers, run the script, check the overlay layer and set the other options and your good to go.

5 replies

Stephen Marsh
Community Expert
Community Expert
April 2, 2022

Just updating the topic with a different, but similar script:

 

https://github.com/mechanicious/photoshopCompositionComposer

 

Stephen Marsh
Community Expert
Community Expert
November 4, 2019

Paul Riggott's Layer Saver Plus script will allow a common layer to be checked, then all unchecked layers will be combined with the common layer. Just select all layers before running the script. Thank you Paul!

 

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

 

https://prepression.blogspot.com/2017/11/downloading-and-installing-adobe-scripts.html

 

Participant
April 2, 2022

Hello! Is there an updated version of this script/another option that works with CC2022? Trying to do the exact same thing but the Layer Saver Plus script has an error in line 1 of the code when I run it.

Stephen Marsh
Community Expert
Community Expert
April 2, 2022

 


@nathangorey
Trying to do the exact same thing but the Layer Saver Plus script has an error in line 1 of the code when I run it.


You need to post a screenshot or otherwise provide more details on the exact message.

 

For example, does the error mention rtf ?

Stephen Marsh
Community Expert
Community Expert
November 4, 2019

Can you confirm:

 

  • You have a single, layered PSD file
  • There is an overlay image layer at the very top
  • Underneath the overlay layer, is a layer set folder, inside the layer set folder are 100 images

 

You wish to save out a combined file (what file format and options???) – always using the upper layer and cycling through visibility one layer at a time from the layer set folder.

 

AlexLeMesAuthor
Participant
November 5, 2019

This image shows my setup - I want to loop through all the individual images under Group 1 - and save them out to PNG with the overlay on all of them

Stephen Marsh
Community Expert
Stephen MarshCommunity ExpertCorrect answer
Community Expert
November 5, 2019

That is exactly what the Layer Saver Plus script is designed to do... Just select all layers, run the script, check the overlay layer and set the other options and your good to go.

magical_workmanship5FD1
Participating Frequently
November 4, 2019

Look in the help files for Variables and Data sets. That might work for you.

meganchi
Legend
November 4, 2019

Sounds like this would be good to record and action, then use Automate Batch under the File Menu. Here is an article that may help regarding batch saving of overlays.

https://turbofuture.com/graphic-design-video/Photoshop-Batch-Image-Overlay

AlexLeMesAuthor
Participant
November 5, 2019

Been trying batching, but they come out different to the way I record the batch, will look more into it though, thanks