画像を切り抜き

2017/01/23

Python2.7.10, PIL1.1.7

img = Image.open(fp)
img = img.crop((left,upper,right,lower))
img.save(fp)