Hi and thnaks for your support.
The servo movement will be prefconfigured for each run. There will only be two positions for each servo to be in - so a matrix (with n (= number of servos) x l(=number of steps)) will do just fine. As there will be an artistic side to the project I thought it being easy to create the movement patterns with an image editor, load that file up and let the arduino step through the file and read the positions from that.
Anyway, it would be easy to produce a textfile matrix out of an image so maybe I start with a textfile as input for the servo movement.
There is currently no need for on-the-run updating of that image file (but cool idea zoomkat!). And there is no need for image processing, it's more image analysis (as said above the image is just a matrix to hold the servo positions).
Currently I have the arduino and 6 servos connected and am amble to move them all. I will now look into the "loading" of the input file.
Bye,
vertical