We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi. i'm finding a way to read image in a circle area. I'm working with pixels from image and using their RGB values to create sound. In this moment i need to find some way how to read only some circle area from that image. I asked uncle Google, but i didn't find anything what worked for me. I found something with a function dist() and mouse position, but i don't know how to use it. Sorry, if my english is bad, i'm learning it.
Answers
now i'm using this. i don't know how to set if() for x and y for a circle
https://forum.Processing.org/two/discussion/15921/how-to-enumerate-the-pixels-in-a-region-defined-by-a-particular-ellipse
Thank you!
well, i have this. it's there some way how to move the x and y only in the circle? i didn't find any solution.