Answers for "matplotlib convert rgb to grayscale"

0

python pil to greyscale

#PIL image
img2 = img.convert('L')
Posted by: Guest on February-06-2021

Code answers related to "matplotlib convert rgb to grayscale"

Python Answers by Framework

Browse Popular Code Answers by Language