Please enable JavaScript to use CodeHS

AP Computer Science Principles in Python

Lesson 8.7 Image Manipulation

Description

In this lesson, students will learn how to include images in their programs and manipulate their pixels using WebImage. Students will learn how image filters manipulate stored pixel data.


Objective

Students will be able to:

  • Include images in their programs
  • Manipulate the stored pixel data arbitrarily

Activities

These are all the activities included in the lesson

8.7.1 Manipulating Images
8.7.2 Manipulating Images Quiz
8.7.3 Programming with Images
8.7.4 Programming with Images Quiz
8.7.5 Black and White Filter
8.7.6 Brighten Filter
8.7.7 Saturation Filter
8.7.8 Invert Filter
8.7.9 Blue Filter
8.7.10 Darken Filter
8.7.11 Image Manipulation Badge