Combine two similarly numbered images within different folders into a series of PSD files
Self Explanatory,
I have folder A with X number of Images, numbered Sequentially starting at 0
I have folder B with X number of Images, numbered Sequentially starting at 0
I would like to:
1. Open images A0 and B0
2. Duplicate layer 1 from B0 as a new layer into A0 (duplicate used to preserve image alignment)
3. Save the resulting two layer document as a seperate PSD file.
4. Repeat the Process for [A1, B1], [A2, B2], [A3, B3], etc. until X number of images are combined and saved as individual PSD files.
I understand from reading other forums that Automate (Batch) is most likely not powerful enough for this (which I have been using sucessfuly up until now) and a script is most likely required. I have seen various similar examples on these forums of people trying (with various levels of sucess to do this) but with my lack of scripting experience, I have been unable to adapt any of the scripts I have seen for my specific purpose. The script that I thought looked closest to what I want was this one:
Batch process groups of files based on numbering
What I am aiming for the script to do is:
1. Select folder A
2. Select folder B
3. Complete earlier steps until no more images left.
An error checker will be unecessary for my application. If it is easy, I would like the script to support combining images from an indeterminate number of folders, but this is not essential.
As I said, I lack the experience to make this work properly, and any help would be greatly appreciated.