I'm needing to take a folder of about 500 1024x768 resolution images, and combine them three at a time into a solid panorama at 3072x768. (Not Photoshop's photomerge)
I am by no means a programmer; just stumbled upon this site and everyone seems very helpful. I'm leaning that using a java script inside Photoshop is probably my best bet.
I'll rename the source files to:
Image_SD_1a
Image_SD_1b
Image_SD_1c
Image_SD_2a
...and so on...
One each three-image is built, it needs to save into another folder as a JPG, as:
Image_001
Image_002
...and so on... But I can do a batch rename after of course.
I searched and found these two scripts that are close, but I'm not smart enough to add a "third" image step, or change the file name structure.
How to batch combine two unique series of images into a single side-by-side image in Photoshop?
Merging files together (side by side) in folder Photoshop scripts
Any help is very much appreciated!
This script will do what you want. It works on these principles:
It's not perfect, and it could be improved and made better, but tired and I'm running out of coffee. Script is as follows: