Darkening and Lightening: You can take an image and make it
darker or lighter. For this assignment making an image darker will be
defined as
decreasing the values of the RGB values of all the pixels by a set decrement
(make the values approach 0,0,0). Making an image lighter will be defined as
increasing the values of the RGB values of all the pixels by a set increment
(make the values approach 255, 255, 255).
|