image python noire et blanc

from PIL import Image
img = Image.open("image.jpg")
img.convert("1").save("result.jpg")
Leo