img2 = img1.resize( (256, 256), Image.ANTIALIAS )
img2 = img1.transpose( Image.FLIP_TOP_BOTTOM )
img2 = img1.rotate(30)
img2 = img1.convert( 'L' )