Question: Define and test a function named posterize. This function expects an image and a tuple of RGB values as arguments. The function modifies the image
Define and test a function named posterize. This function expects an image and a tuple of RGB values as arguments. The function modifies the image like the blackAndWhite function, but it uses the given RGB values instead of black. Python 3 code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
