from PIL import Image im = Image.open("test.jpg") im.save("test.png","png") ... 我們可以透過resize() 方法重新設定影像尺寸,第一個參數輸入 (寬,高) ,第二個 ...
確定! 回上一頁