Question #164161 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/164161
Tsung-Hsiang Chang posted a new comment: Actually Screen.capture returns a ScreenImage (http://sikuli.org/doc/java-x/org/sikuli/script/ScreenImage.html), which has a getImage method returns a java.awt.image.BufferedImage. One can use ImageIO.write to write this BufferedImage to disk with any format that ImageIO supports. -- 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

