How to accelerate speed / reduce runtime of gigantic Photoshop batches/scripts?
Part of my automated workflow involves running 13 total steps on a large number of images (1000+). While this entire workflow is fully automated, the runtime is gigantic (5-10 hours, for the recent batch sizes), given how many image files it's processing.
What are some of my options for effectively reducing the runtime of this Photoshop script?
The obvious options include: eliminate steps; get a faster computer with better hardware; reduce the Photoshop file sizes so it can process faster; and dedicate more CPU resources during runtime to the program so it can execute faster.
Are there any other solutions I'm missing that help to speed up batches and scripts? Maybe writing the code differently so it more efficiently performs the actions?
Just looking for some good ideas for how I can reduce the runtime.
Thanks!
