画像を新規作成

2017/02/08

Python2.7.10, PIL1.1.7

from PIL import Image

im = Image.new('RGB',(640,480),(255,255,255))
im.save('test.png')