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).
https://docs.rs/xcap
Apache License 2.0
459 stars 55 forks source link

wlroots: libwayshot upgrade #80

Open Shinyzenith opened 10 months ago

Shinyzenith commented 10 months ago

libwayshot support was included in https://github.com/nashaofu/screenshots-rs/pull/68 on libwayshot 0.2 tag.

Since then we have had 0.3 with performance improvements and soon coming 0.x/1.x( if we finalize on stable API). ( I will make a PR including Changelog.md for libwayshot with the new tag ).

The next release of libwayshot will support "freezing" outputs for screenshots to enable screenshoting floating dialogs that are ephemeral in nature. Would this be a feature that is in scope of screenshot-rs? I would be happy to send a patch.