Spiel für das Medientheater HBK Saar, Teil des Projektes "Fun Palace" (Reupload der Repository von 2017)
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Victor Giers 82c534459a reupload pirms 3 gadiem
..
data reupload pirms 3 gadiem
README.md reupload pirms 3 gadiem
wordedImage.pde reupload pirms 3 gadiem

README.md

Processing 3 Class that renders a Movie or Image in a PGraphic, looping through each pixel, determining its brightness value.
If the brightness of a pixel is above / below a threshold, it writes a text on the pixel.

WordedImageLayer(
  String MovName, //movie to load
  String Word, //word to write on pixel
  int X, //x-position of the movie on media-theatre screen
  int thresh, //brightness-threshold
  int Factor //level of detail - the higher, the more pixelated (less words)
  )