Skip to content
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

Linux screenshot (scrot) performance improvement #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PatrickRogger
Copy link

Improved performance for the pixel() function.
On a set of monitors, the screenshot was taking 400 ms, the solution to improve performance was instead of taking the screenshot of the entire screen and reading the pixel position, it was taking the screenshot already of a region and of only 1 pixel and so on improving the performance of the screenshot function by passing the region through the '-a' parameter of the 'scrot' command.

@Avasam
Copy link

Avasam commented Aug 21, 2024

@PatrickRogger This now has conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants