Add ability to store and sample an array in the pixel processor
In the pixel processor, I would like to be able to store the result of a part of a function in an array/temporary image (up to the same size as image size) and have that stored array/temporary image available for sampling, modifying and re-storing in subsequent runs of the processor (i.e. for every pixel processed).
This would increase the power of the processor, for example to build a mask as each pixel is processed and use and modify that mask when the next pixel is processed.
If the final array(s) could be output alongside the normal pixel processor image output - even better
Dave

