Hi all!
I need to create a sketch wherein the pixels of an image are scattered across the screen and I have to kinda wiggle them about as the pixels come to their respective positions in the image. I know you can use the pixels[] array to get the color of each pixel in the array. I'v tried copying the pixel array into another, for bringing them back, but I get errors like Null Pointer Exceptions when I do that. I'm sure I'm missing something, so if anyone could tell me how to go about this I'd be really grateful.
Thanks!
1