Hi,
I knew this is a complet newbie question, but something I do wrong....
What I want:
1.) Load image
2.) Go to pixel (5,5) get the RGB value.. save cordinates and RGB value
3.) go e.g. 10 pixel to the right geht the RGB value... save it (till to the end of image)
4.) go to the next line (e.g. pixel (5,10)) get the RGB... save it... and so on and so on...
5.) export the datas to a file (e.g. .txt), which I will use for arduino
in short words: I need RGB values of an image with a specific pixel distance.
Optional: Is it possible that instead giving just the rgb of a pixel, give me the dominated color of a circle with a diameter of 10 pixels? (saves: the cordinates of the center of the circle and the dominated rgb value)
What I get:
a lot of errors, so badly that I deleted it and start from the beginning... start drinking a beer...