halley-capit 0.1.0

Screen capture and screencopy library for the Halley Wayland compositor.
Documentation
1
2
3
4
5
6
7
8
pub mod capture;
pub mod screencopy;

pub use capture::{
    CaptureCrop, crop_image, default_output_path, default_output_path_in, save_cropped_png,
    temp_output_path,
};
pub use screencopy::{capture_crop_to_png, capture_desktop_to_temp_file};