Ben Chuanlong Du's Blog

It is never too late to learn.

Take Screenshot in Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

scrap

scrap makes screen capture easy!

captrs

captrs is a library for cross-platform screen capture in Rust. Uses dxgcap for capture on Windows via the Desktop Duplication API, and X11Cap for capture on Linux via xlib::XGetImage.

menyoki

menyoki is a screencast and screenshot utility that can also perform various image related operations such as making/splitting GIFs and modifying/analyzing image files. It aims to be a lightweight command line tool for either helping out on day-to-day life operations or complicated detail-centric issues.

dxgcap-rs

dxgcap-rs is a screen capturing library for Windows using the DXGI Desktop Duplication API.

X11Cap

X11Cap captures screen content with xlib in Rust.

Implementation in Other programming Languages

screen_capture_lite

screen_capture_lite is a cross-platform screen and window capturing library.

Comments