sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #01381
[Question #145923]: Crop, resize or modify a captured image
New question #145923 on Sikuli:
https://answers.launchpad.net/sikuli/+question/145923
Hi
I am trying to crop, resize and modify.
I am able to do so in python by installing "Python Imaging Library" in Windows when using the python shell.
from PIL import Image
im = Image.open("bride.jpg")
im.rotate(45).show()
But when I try using the same above code in Sikuli. I get "ImportError: No module named PIL"
How do I link the PIL library in Sikuli ?
or is there any built in function in Sikuli that I can use.
Thanks for your time and help.
-SA
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.