Main Page
Namespaces
Classes
Files
File List
src
webui
mod
webui
templates
images
rotate.py
Go to the documentation of this file.
1
2
from
PIL
import
Image
3
4
for
dir
in
range(0,360):
5
im = Image.open(
"pr2_small.png"
)
6
im2 = im.rotate(dir, Image.BILINEAR, expand=0)
7
im2.save(
"pr2_%d.png"
% dir,
"png"
)
8
webui
Author(s): Scott Hassan
autogenerated on Mon Jun 10 2019 15:51:24