Approaching Each Pixel.

geniusdew's icon

Hi
I've questioned before.
Can i approach each pixel on ji.window?
someone adviced me to use jit.cellblock. it is very useful but it brings overload. so i want another way like bring the each pixel's value to javascript. and make array and store in it. what do you think?

geniusdew's icon

jit.window ? or jit.dx.grab!

yair reshef's icon

how big is your matrix? better expalin a bit more.
storing big arrays is not what javascript is for.
you need to get into the jitter mindset.
see "What is a Matrix?" in the tutorials

the matrix datatype (and its many native objects) is the best container and manipulator for video (and more) data in max.