Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Show PIL image on notebook

On the notebook, after the following code

import Image
im = Image.open(DATA+'tree.png')
im2 = im.rotate(90)

what is the instruction that will show the PIL im2 image ?