-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ximg doesn't get saved with SavePng. #36
Comments
You can either show or save, not both at the same time, I think |
Nope, commenting out the XShowExtra line doesn't fix it. I don't know I am somehow missing a dependency or something, or if this is an actual problem with xgbutil. |
Also comment out the last line, |
here's the full snippet
|
Yup, that's exactly what I tried, and yet it still produced a blank png image (that does have the right size though). The method you use in |
This issue should be fixed by this PR jezek#6 |
Reproduce
go build
Expected result
A window that pops up with the contents of the screenshot and a png gets written to disk with the contents of the screenshot.
Actual result
A window that pops up with the contents of the screenshot and blank png gets written to disk (https://punpun.xyz/hqgz.png)
The text was updated successfully, but these errors were encountered: