安裝. pipenv --python 3.7 pipenv shell pipenv install Pillow ... from PIL import Image im = Image.open("test.jpg") im.save("test.png","png")
確定! 回上一頁