Skip to content

Linux screenshot (scrot) performance improvement#89

Open
PatrickRogger wants to merge 1 commit intoasweigart:masterfrom
PatrickRogger:perform/screenshot_region
Open

Linux screenshot (scrot) performance improvement#89
PatrickRogger wants to merge 1 commit intoasweigart:masterfrom
PatrickRogger:perform/screenshot_region

Conversation

@PatrickRogger
Copy link
Copy Markdown

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
Copy Markdown

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