-
Notifications
You must be signed in to change notification settings - Fork 599
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Creative use of SikuliX's support for transparent .png images #457
Comments
In TagUI v5.0, its SikuliX integration and engine is upgraded to v1.1.4. This version supports transparent (0% opacity) .png images. That allows for interesting use cases - eg UI elements with changing backgrounds, application containers (PDF viewer, MS word, frame, textbox) with varying centre contents. Raising an PR to update visual automation section of readme and tutorial on this feature. No code change needed for this, another issue will be raised for specifying (x,y) boundaries for areas of interest for read, show, save, snap steps.
Added following paragraphs in readme and committed PR.
For this feature, it's ready to use right away as there is no code change. No updating from cutting edge version or future packaged installation needed. |
Following up on #457, where transparency (0% opacity) in images is supported in visual automation for advance use cases, raising a PR that allows defining regions for steps read, show, save, snap. This allows users to define a square/rectangular region on the screen to perform OCR for text extraction, and saving screenshot of that region.
In TagUI v5.0, its SikuliX integration and engine is upgraded to v1.1.4.
This version supports transparent (0% opacity) .png images. That allows for interesting use cases - eg UI elements with changing backgrounds, application containers (PDF viewer, MS word, frame, textbox) with varying centre contents.
Raising an issue to update visual automation section of readme and tutorial on this feature. No code change needed for this, another issue will be raised for specifying (x,y) boundaries for areas of interest for read, show, save, snap steps.
The text was updated successfully, but these errors were encountered: