images and matrices
Hello
Does somebody can tell me which is the most efficient way to organize a patch that detects 6 different jpgs to read at the same time or at separate times?
Should I go for reading them as a JPG or import Pict or as quick time movie, as I am doing it right now?
They all have a white background that I am going to blend one on top of the other. For the moment to blend the images I am using the or and the alpha blend. Does this sound like the right choice?
Also it is better to have 6 different matrices, (each image is manipulated differently and you can have several images playing at the same time) or should it be enough to send objects messages to a one-output matrix?
Thanks in advance
Daniela