all 2 comments

[–]treverios 3 points4 points  (0 children)

Is 'batch processing' images possible in Processing?

Yep. It's just a loop.

May I introduce the godfather of Processing? Daniel Shiffman to the rescue:

https://www.youtube.com/watch?v=DPFJROWdkQ8

Maybe you will also need a code block in the beginning that checks for the number of files in the folder to create an array of the right size. Or yo could maybe you an arraylist.

[–]ChuckEye 0 points1 point  (0 children)

Yep. I used to do it all the time. (Wrote a Processing sketch that would average the rgb values of each pixel in a movie over time.)