from PIL import Image im1 = Image.open(r'C:\Users\Ron\Desktop\Test\autumn.jpg') im1.save(r'C:\Users\Ron\Desktop\Test\new_autumn.png')
確定! 回上一頁