First time here? Check out the FAQ!
answered 12 years ago
import Image im = Image.open(DATA+'tree.png') im2 = im.rotate(90) im2.save('tree2.png')