Define and test a function named posterize. This functionexpects an image and a tuple of RGB values as arguments. Thefunction modifies the image like the blackAndWhite function, but ituses the given RGB values instead of black.
Instructions Define and test a function named posterize . This function expects an image and a tuple of RGB arguments. The function modifies the image like the blackAndwhite function, but it uses the given RGB values instead of black. Show transcribed image text Instructions Define and test a function named posterize . This function expects an image and a tuple of RGB arguments. The function modifies the image like the blackAndwhite function, but it uses the given RGB values instead of black.
Expert Answer
Answer to Define and test a function named posterize. This function expects an image and a tuple of RGB values as arguments. The …