Question #679693 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679693
Summary changed to:
Settings.ImageCallback not working.
Description changed to:
I am using SikuliAPI in Java.
Settings.AlwaysResize = 0.0;
Settings.ImageCallback = new ImageCallback(){
public BufferedImage callback(Image img) {
System.out.println("called");
return
ImageHelper.convertImageToGrayscale(img.get());
}
};
But callBack is not working.
can you help me with this?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp