You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #32
This adds the ability to:
- Create a histogram given a literal string encoding of one.
- Create a histogram from a rectangle of pixels on the screen.
- A condition comparing whether two histograms are sufficiently
similar.
This allows branching based on the contents on the screen compared
a known earlier state (which must be precomputed and encoded for now.)
In order to write logic for visual content on the screen, a simple start would be the ability to express a condition like:
As histograms were already implemented with #11 this is actually mostly done. A few tasks remain:
[:histogram 0xffff...]
.[:histogram-at x y width height]
.The text was updated successfully, but these errors were encountered: