Skip to main content
The 2024 Developer Survey results are live! See the results

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • I don't see how sikuli would be used for this. Sikuli looks like it's strictly for GUI interfaces. These are user uploaded pictures on a web server.
    – Adam
    Commented Oct 21, 2011 at 18:46
  • Sikuli is not only for GUI's. You can technically use it to run any Jython script you want. You could write a script that would open the user images then look for the image pattern you want to find. That's just a first blush idea.
    – Snaxib
    Commented Oct 21, 2011 at 19:24
  • However, Sikuli doesn't support scaling or rotation in images....
    – Adam
    Commented Oct 21, 2011 at 20:00