Crate captrs

Source
Expand description

Cross-platform screen capture. Uses DXGI desktop-duplication on Windows, and X11 (xlib, XGetImage) on *nix

Structs§

Capturer
A screen capturer.

Enums§

CaptureError

Type Aliases§

Bgr8
Color represented by additive channels: Blue (b), Green (g), and Red (r).