← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #185254]: [Java] FindFailed with Pattern().similar(0.7) on the screen

 

Question #185254 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/185254

    Status: Open => Answered

RaiMan proposed the following answer:
The usual way to do this is:
Screen scr = new Screen();
Match m = scr.find("E:\\TestSikuli\\nav.JPG");

But is it really a JPG file?

Sikuli in the standard uses .png files, I am not sure, wether JPG's work
too.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.