nayab zahoor
Deploy: Full-Stack App without large binary images
9f26583
Raw
History Blame Contribute Delete
107 Bytes
from PIL import Image
def open_grayscale(image_path: str):
return Image.open(image_path).convert("L")