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

RaiMan proposed the following answer:
the grid feature is an alternative to some complex and time consuming
findAll() in situations, where you can "calculate" some regular row
and/or column setup of a region (some visuals, that are arranged in some
tabular way).

Since it is only a calculation of subregions in a region, it is very,
very fast and might reduce the searching effort to just checking, which
visual is contained in a grid element (which in turn again is very fast,
since these subregions usually are not much larger than the visual).

The challenge is, to setup an appropriate grid, even in situations,
where the setup is dynamic (might change from case to case).

Since I saw the word "IrfanView" somewhere in you questions/comments:
the view, that shows the images usually is a regular grid.

-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to