Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # image_rotate_45deg.py
- from PIL import Image
- im = Image.open("example.png")
- im.rotate(45).show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement