latchshot 0.2.4

A lightweight yet intelligent window-aware screenshot tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! The built-in interactive Wayland selection overlay.
//!
//! Call [`select`] with a scene and its already captured frame. It consumes
//! both while the overlay is open and returns the frame alongside the user's
//! result, keeping the selected logical geometry tied to the correct pixels.

mod highlight;
mod render;
mod session;
mod surfaces;

pub use session::select;