We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Is there an way to just scramble the pixels in an image? Could you show me an example? Thank you!
For a starter look at the tutorial
https://processing.org/tutorials/pixels/
In the reference look up sort()
You could also split the image in 10x10 or 100x100 rects and make a sort for each of them separately
Best, Chrisir ;-)
Answers
For a starter look at the tutorial
https://processing.org/tutorials/pixels/
In the reference look up sort()
You could also split the image in 10x10 or 100x100 rects and make a sort for each of them separately
Best, Chrisir ;-)