2D positioning of different matrices
hello,
i have a few qt.movie matrices that output random images. i want to integrate all into one changing image collage in which every matrix will have it's own region on the screen. i was tweaking around a bit with different objects but couldn't find the way to proper way of doing this.
will appreciate ideas.
thanks
Spk
Try using the srcdim/dstdim attributes on a named matrix. You can
update regions of a matrix this way. Seems to be what you're looking
for.
best,
wes
thanks!
that was my initial idea as well. but the problem is that whenever i add the @ attributes, the images are scaled to full screen and some get pixelated. how should i set jit.window to present the image in it's original size?
best,
Spk.
uh
forget it. got it. stupid question :)
Spk.