ICM-Media-2022

Syllabus for
ITP Foundation Course Introduction to Computational Media: Media




Week 8

8-1


( 1 ) Worksheet - week8



Make a 200x200 canvas completely read (red?) by only using stroke() and point() (No funny business with strokeWeight())



Take this image:

    • Make every other pixel green.
    • Erase a line that is 10 pixels tall across the middle of it.
    • Turn a line that is 10 pixels wide down the middle of it blue.
  •         Challenge: Can you do it without using get() and set()?





Make a pixelated 2-tone mirror with createCapture(VIDEO)and 20x20 pixels.
    • Pixels that are > 50% bright are white.
    • Pixels that are < 50% bright are black.




After doing the color theory reading: Create an HSB color spectrum like this: http://jhil.co/picking-colors/ There are 18 columns. You should change the colorMode()