How to run multiple scripts in folder in succession?
Hello, i am attempting to figure out a way to automate running two scripts that perform seperate actions and im stumped.
to explain, I am trying to accomplish 2 functions.
1. trim white borders & export as jpeg
2. Place and scale trimmed jpegs to new canvas with pre determined dimensions & export
I have made scripts for both steps, though they are seperate functions and im trying to figure out how to automate the process, without having to prompt the task to begin operating script 2 once script 1 has completed processing. Is this possible?
