Trying to run an action on loop
Hi there, I have a large amount of images (~7000) and I'd like to stitch 4 of them together in a quadrant and save it as a file.
Currently I import about 250 into separate layers and I made an action that aligns them to each corner to complete the quadrant, but I have to continually click the Play button to process all the images.
Is there a way to repeat the action in some kind of loop? I can't use automate>batch because all the files are in the layers and are deleted as they are stitched.
I've tried to use a script to play another action which has a script that plays the initial action but then I get an error when it starts the 2nd Action.
"Could not complete the command because Photoshop was unable to find the Javascript file"
These are the 2 separate scripts:
app.doAction("Action2","Set2.ATN")
app.doAction("Action","Set.ATN")
Please let me know if there's an easier way that I'm not seeing
Thanks for your time!
