Hello everyone, hoping you can help me automate a process.
Basically I have two sets of jpg files in two different folders. Set A is the top of an image and set B is the bottom of the same image. So the one image is split into two jpgs. There are hundreds of each so doing it manually is not going to happen.
What I need to do is take image B and paste it to the bottom of image A. (Specifically, change canvas size of A to accommodate the new bottom part, then take file B, select all, copy and paste to canvas A, crop and save.)
I am familiar with how to use actions to work on a single set of files but have no idea how to do this with two sets. I have tried and it always wants to put the first B image in the set onto every single A image.
Is this possible or do I have to script it with something else?
Thanks in advance!