pil save image,pil save image from PIL import Image newImg1 = Image.new('RGB', (512512)) newImg1.save("img1.png")Source: stackoverflow.co...
確定! 回上一頁