[request] capture and store image should be possible with one compound command --- fixed 1.1.2 2017-12-12
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SikuliX |
Fix Committed
|
Critical
|
RaiMan |
Bug Description
-------
http://
preliminary description:
storedAt = capture(Region or Text, [path,] name)
If Text is given, the interactive capture is processed, otherwise the given Region is captured.
If path is omitted, the image is stored in current bundle path as _name.png (_ to block its deletion on script save).
Otherwise image is stored at path/name.png.
In all cases returns the absolute filename or None if not successful.
-------
Hi Everyone,
When using the capture(
I assume this is a bug as I've read that it should go to the .sikuli folder, which is what I want. I'm on the 1.1.1 release version.
**BTW, it would be amazing if we could name and choose path for these captures**
Something like capture(region, path, filename) would be awesome!
Changed in sikuli: | |
status: | New → Fix Committed |
importance: | Undecided → High |
assignee: | nobody → RaiMan (raimund-hocke) |
milestone: | none → 1.1.2 |
summary: |
[request] capture and store image should be possible with one compound - command + command --- fixed 1.1.2 2017-12-12 |
Changed in sikuli: | |
importance: | High → Critical |
description: | updated |