PIL 모듈을 사용하면 Python에서 이미지를 다룰수 있는데 가장 간단한거 ... from PIL import Image image = Image.open("Python.png") image.show().
確定! 回上一頁