I was experimenting with the programming environment Processing and reading the pixels of an image.

I then did something along the lines of:

  • Read all the pixels in the image.
  • Converted it to black and white.
  • Divide it into square sections.
  • Count how much black there is in each section.
  • Draw a new image, where each section contains a circle, where the size of the circle corresponds to how much black was in the section.

Leave a Reply

Your email address will not be published. Required fields are marked *