sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #53194
[Bug 1788648] Re: [1.1.4] IDE: "Show thumbnails" switch removes Pattern with asMask and withMask --- fixed 2018-08-25
** Changed in: sikuli
Status: Fix Committed => Fix Released
** Changed in: sikuli
Milestone: 1.1.4 => 2.0.0
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1788648
Title:
[1.1.4] IDE: "Show thumbnails" switch removes Pattern with asMask and
withMask --- fixed 2018-08-25
Status in Sikuli:
Fix Released
Bug description:
Set "Show thumbnails" switch off and edited the code.
maskImg = Pattern("1535033272666.png").asMask()
maskedImg = Pattern("1535033272666.png").withMask()
Set "Show thumbnails" switch on, Pattern() is deleted.
maskImg = "1535033272666.png"
maskedImg = "1535033272666.png"
[Environment]
OS: Windows10
Java: Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)
SikuliXIDE: 1.1.4(2018-08-22_10:10)
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1788648/+subscriptions
References