Let's say I've got a node set-up that does some arbitrary image processing on an image texture and I have 20 images I want to process.
I'm looking to create a script that tells my Blend file to look in X folder, grab the first image, process it, save it with a new name in the same folder, and move on to the next image?
Thanks!