Draw a simple image with one color · from PIL import Image · img = Image.new('RGB', (60, 30), color = 'red') · img.save('pil_red.png').
確定! 回上一頁