First time here? Check out the FAQ!
asked 12 years ago
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 ?