SikuliX IDE - Get Pixels
Hello there,
I already tried/read about importing "PIL, Image" from sikuliX IDE.
Does anyone knows how to get pixels from an image using jython/SikuliX IDE?
I made an update to my jython to the latest "2.7.2" and am using ubuntu 20.04
Thanks, regards!
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Sikuli Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- RaiMan
- Solved:
- 2020-12-18
- Last query:
- 2020-12-18
- Last reply:
- 2020-12-17
|
#1 |
PIL does not work with Jython (C-based).
SikuliX has a (secret ;-) feature Location.
How to get the color information from that object, look at the java docs:
https:/
In SikuliX scripts you principally can use any Java classes.
You might find a suitable Java library, put it on the class path at runtime and use it.
https:/
Thanks RaiMan, that solved my question.