Hi there!
First of all, sorry for me being a processing noob.
My question is, how do I convert the red value of pixels from an imported .jpg into a letter using the ASCII table.
Example: The first pixel has a red value = 104, the second a red value = 105 and the third a red value = 033.
Now Processing has to transform that to "HI!"
I would be glad for any help!
Kong
First of all, sorry for me being a processing noob.
My question is, how do I convert the red value of pixels from an imported .jpg into a letter using the ASCII table.
Example: The first pixel has a red value = 104, the second a red value = 105 and the third a red value = 033.
Now Processing has to transform that to "HI!"
I would be glad for any help!
Kong
1