Getting datatype other than colour from pixels
in
Programming Questions
•
2 years ago
Hi folks,
I'm working on some pieces to generate sound from the shape or form of an image, and I've got them working quite nicely using X and Y points. What I would like to try is to have the colour value of each pixel influence the output; its simple to get the colour of each using get(x, y) or similar, but is there a method to extract a value (an int or float) from each pixel?
Thanks in advance
Kyle
1