sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #22048
Re: [Question #238095]: Use Pattern with an image object instead of a file path
Question #238095 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/238095
Status: Open => Answered
RaiMan proposed the following answer:
Sorry, but this does not work yet with version 1.0.1
The image concept is completely revised in version 1.1.0 (first beta next week):
- image cache (so images already loaded will taken from memory)
- images loadable from jars (and the internet, which is already possible now, but optimized)
- all image file handling is done on the Java level (always cv::Mat given down to native level OpenCV)
BTW: to load an image from filesystem takes less than 50 msec (small
images even take less than 20 msec). So I think you can live with the
problem till version 1.1 ;-)
Though it might be possible to solve this for you with a combination of
Java and Sikuli functions already now, I recommend to wait.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.