I’m using a Windows laptop. I’ve installed Pillow. But when I try to Import an image from PIL, the error message comes up: “PIL module is not installed.” How shall I resolve this issue?
from PIL import Image
img = image.open(with directory path)
then i want to check different things
print(img), (img.format)
New contributor
Rashid is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.