< Back

Lab 9: Images


Brighten Picture

In a file called bright.py, write a function called increase_brightness(picture). This function should alter the pixels stored inside of the picture object, so that the entire image is now brighter. Your function should then display the new, brighter image.

Example

Before After

Hint