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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to