[Sikuli-driver] [Question #232217]: Stream Support

2013-07-10 Thread ThePenguinMaster
New question #232217 on Sikuli: https://answers.launchpad.net/sikuli/+question/232217 So far Sikuli appears to be a great tool. I started to use Sikuli with java and noticed that I cannot seem to find a good way to search or click from a file in memory. I wanted to have a packaged file with imag

Re: [Sikuli-driver] [Question #232217]: Stream Support

2015-08-06 Thread Chris
Question #232217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232217 Chris posted a new comment: I want to deploy an uberjar that includes images. I was hoping doFind would accept a URL to a JAR. Going with your suggested workaround above, perhaps it would be nice to have hi

Re: [Sikuli-driver] [Question #232217]: Stream Support

2015-08-06 Thread Chris
Question #232217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232217 Chris posted a new comment: This is the answer I was looking for: ImagePath.add(TestSikuli.class.getCanonicalName() + "/images"); -- You received this question notification because you are a member o

Re: [Sikuli-driver] [Question #232217]: Stream Support

2013-07-10 Thread RaiMan
Question #232217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232217 Status: Open => Answered RaiMan proposed the following answer: In version 1.0.0 it is possible to create Patterns from BufferedImages (but not thoroughly tested yet in all aspects). So you could create