New question #665630 on Sikuli:
https://answers.launchpad.net/sikuli/+question/665630

Hi! I'm working with Python and I would like to take a screenshot of a certain 
region of the screen and save it to use it later on another script. I read in 
other questions that the screenshots that are taken this way are only stored as 
temporary files and are deleted once the script finishes. 

Would it be possible to save the image taken and store it permanently even 
after the script finished?

This is my code:

screen = Screen()
screen.capture(someRegion)

-- 
You received this question notification because your team Sikuli Drivers
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