Lesson 12: A thousand words
Outline:
- Quiz 2
- Color models
- Working with images
Image
objects ingraphics.py
- creating an image with
image.setPixel
Explore after class:
- Additive versus subtractive color
- Creating an image made of random colors
- Working with existing images
- getting a pixel’s color with
image.getPixel
: Exercise 3 - creating a grayscale image: Exercise 4
- getting a pixel’s color with
Reading assignment (to be completed by the next class):
- Zelle sections 4.8.4-4.8.5 (pp. 120-121)
- Assignment #5 (due next Thursday at 10pm)