>>>from PIL import Image >>>im = Image.open("bride.jpg") >>>im.rotate(45).show()
<PIL.Image.Image image mode=RGB size=960x293 at 0x2D2D560>
The last line is the confirmation that it worked, you have jpeg support.
No hay comentarios:
Publicar un comentario