Hello all.
I want to load an image and them retrieve the pixel data (colour) of the individual pixels using coordinates. I've tried pix_data and that doesn't seem helpful. I get some values, but they are not what they're supposed to be. Is there any other object I can use to retrieve pixel data?
To clarify: I don't want to display the image as it is, I want to build sort of a "LED"-scroller of cubes and use images as input (much easier if I want to animate I guess...).
Any suggestions?