nashaofu / xcap

XCap is a cross-platform screen capture library written in Rust. It supports Linux (X11, Wayland), MacOS, and Windows. XCap supports screenshot and video recording (to be implemented).

Home Page:https://docs.rs/xcap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rayon Image Support

tmheath opened this issue · comments

I was wondering if the maintainer would welcome a PR adding a "rayon" feature to this crate to pass through the feature to the underlying image crate to allow parallel iteration over pixels... I've never done it but might be straightforward, not going to implement it from work but I might from home.