Re: [Sikuli-driver] [Question #268915]: Create Image on the fly

2024-04-19 Thread alex harry
Question #268915 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/268915 alex harry posted a new comment: You can accomplish this task by using Java and its Robot class along with the ImageIO library for image processing. Begin by defining the region on the screen where the avata

Re: [Sikuli-driver] [Question #268915]: Create Image on the fly

2015-07-06 Thread Eugene S
Question #268915 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268915 Status: Open => Answered Eugene S proposed the following answer: If you already have an image captured with something like this: capturedImage = capture(someRegion) you can create a Pattern from it: pa

[Sikuli-driver] [Question #268915]: Create Image on the fly

2015-07-05 Thread Jeff_Vallis
New question #268915 on Sikuli: https://answers.launchpad.net/sikuli/+question/268915 1.1.0(2015-06-23_01:00nightly)/Mac10.10.4/Java8(64)1.8.0_25-b17 I know where an Avatar is positioned on the screen but do not know what the image is and I need to find this image later so is there a way to set