Answers for "python image black and white"

0

python image black and white

from PIL import Image
img = Image.open("image.jpg")
img.convert("1").save("result.jpg")
Posted by: Guest on March-18-2021

Code answers related to "python image black and white"

Python Answers by Framework

Browse Popular Code Answers by Language