Re: [Sikuli-driver] [Question #145923]: Crop, resize or modify a captured image

2011-03-11 Thread Steven Bartel
Question #145923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/145923 Steven Bartel posted a new comment: Note that, simply running popen(python myscript.py) actually still runs myscript.py in the Jython environment. Specifying the version of python that you want to run fixes

Re: [Sikuli-driver] [Question #145923]: Crop, resize or modify a captured image

2011-02-22 Thread Silverallis
Question #145923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/145923 Status: Answered = Solved Silverallis confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #145923]: Crop, resize or modify a captured image

2011-02-18 Thread Silverallis
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)