“Pil ke Greyscale” Kode Jawaban

Pil ke Greyscale

from PIL import Image, ImageOps

image = Image.open("./Whatever.png")
ImageOps.grayscale(image)
Hamdi Jr

Python Pil ke Greyscale

#PIL image
img2 = img.convert('L')
Black Bear

Bantal RGB ke Greyscale

 Image.open(path).convert('LA')
Sleepy Shark

Jawaban yang mirip dengan “Pil ke Greyscale”

Pertanyaan yang mirip dengan “Pil ke Greyscale”

Lebih banyak jawaban terkait untuk “Pil ke Greyscale” di Python

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya