Image captures on different resolutions

Asked by LP_account

I take some image captures in 1920x1080 resolution pc. I create a script in java with eclipse IDE, and try to use those image captures. It works fine. But when i run the same script with the same images in 1440x900 resolution pc, it doesn`t run.

Is that a problem of captures or the different resolutions? Any ideas?

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

Must not be resolution but "only" different rendering on both screens.
To get nearer, you have to manually compare shots from the same visual on both screens in an image viewer at a higher resolution, where you can see single pixels.

If you do not find a solution, then you need different image sets for both screens.

Possible to send me a relevant screenshot from bot screens silently to my mail at https://launchpad.net/~raimund-hocke?

Revision history for this message
LP_account (wxvqpz) said :
#2

Thanks RaiMan, that solved my question.