PROCESS DOCUMENTATION
IMAGE INTERPRETATION ver 1.0 is an algorithm written in Processing that interprets images as language and sound.
- An image (displayed on the right of the screen) is imported into the algorithm.
- Starting from the top left corner, the computer receives color data of a single pixel from the image.
- This color data represents a HEX number. The color is displayed as the background of the left hand box.
- The HEX number is also translated into a text value and an integer.
- The text value is displayed in the center of the screen, the integer determines the frequency of the sound produced via an oscillator.
- The computer moves on to the next pixel, repeating the whole process.
- Each pixel of the image is read top to bottom, left to right.