-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
libpng warning on linux #7
Comments
Thank you for the report capaximperii, I will check ASAP :) |
I pushed an update to pip to solve the "bad adaptative filter". It seems to resolve the issue. Could you open a second issue for the other problem (with all informations needed as the OS version, Python version and whatever you think good)? |
Thank you, i have merged it with AutomationFramework Command line. I will try to gather more information as the fix trickles down to people that use it. I really appreciate this library and how well it fits with my linux automation testing effort. |
One of the problem systems with a custom built Linux-Gnome OS, now works fine with the fix. |
I have been using mss as the engine behind gui automation for linux in conjunction with visgrep and on some systems i get the following error.
libpng warning: Ignoring bad adaptive filter type
Then on systems with composite window managers, there is a bug as documented here:
https://bugs.launchpad.net/unity-2d/+bug/1081674
Is there a way to be able to capture the screen as i see it, without it rasterizing transparent layers that X windows seems to be introducing into the screenshot that is messing with the pattern matching.
The text was updated successfully, but these errors were encountered: