We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello everyone,
This is my first time using Processing and I was wondering if anyone knows how to process pixels in an image using processing
Something like this: http://projects.rogannyc.com/2010/10/p-i-x-e-l-s-o-r-t-i-n-g.html
Any help is greatly appreciated! Thank you!
Answers
Moved to How To category, seems like a good question for it...
I don't know what is Processor, this is a forum about Processing...
I suggest to do a search on pixel sorting from the main site, there are already lot of threads in the old forums about this topic.
Here are a couple of links that may get you started.
ONE
TWO
Yeah, I was wondering as well who "Processor" was :))
To operate with pixels you can access them via pixels[] array, here's reference which may help you http://processing.org/reference/pixels.html
Also there're couple of examples of how to access pixels in processing, for example:
http://processing.org/examples/pointillism.html