I'm a beginner so please excuse the simple question. I didn't found any answer via google or the forum search. Maybe I'm searching the wrong tags. :/
My Question:
How can I load and create a random number of different images? With an array obviously. But where/how do i put the "random" or "bias" in the process.
The names of the files are "kopf" + number + ".png".
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!"