Is there any way to this in processing without looping through pixel by pixel?
say i have an image that keeps changing and I want to save an array of "snapshots"
using pimage,get causes me problems because it only returns rgb and imgs[0] = pimage causes problems because it only references the image..
any ideas?
Thanks
1