Skip to content

Commit

Permalink
Bug Fix 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
NiiightmareXD authored Nov 10, 2023
1 parent c53fa35 commit b1a4c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Windows Capture
![Crates.io](https://img.shields.io/crates/l/windows-capture) ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/NiiightmareXD/windows-capture/rust.yml) ![Crates.io](https://img.shields.io/crates/v/windows-capture)

**Windows Capture** is a highly efficient Rust and Python library that enables you to effortlessly capture the screen using the Graphics Capture API. This library allows you to easily capture the screen of your Windows-based computer and use it for various purposes, such as creating instructional videos, taking screenshots, or recording your gameplay. With its intuitive interface and robust functionality, Windows-Capture is an excellent choice for anyone looking for a reliable and easy-to-use screen capturing solution.
**Windows Capture** is a highly efficient Rust and Python library that enables you to capture the screen using the Graphics Capture API effortlessly. This library allows you to easily capture the screen of your Windows-based computer and use it for various purposes, such as creating instructional videos, taking screenshots, or recording your gameplay. With its intuitive interface and robust functionality, Windows Capture is an excellent choice for anyone looking for a reliable, easy-to-use screen-capturing solution.

**Note** this README.md is for [Rust library](https://github.com/NiiightmareXD/windows-capture) Python library can be found [here](https://github.com/NiiightmareXD/windows-capture/tree/main/windows-capture-python)

Expand Down Expand Up @@ -61,7 +61,7 @@ impl WindowsCaptureHandler for Capture {
) -> Result<(), Box<dyn Error + Send + Sync>> {
println!("New Frame Arrived");

// Save The Frame As An Image To Specified Path
// Save The Frame As An Image To The Specified Path
frame.save_as_image("image.png")?;

// Gracefully Stop The Capture Thread
Expand Down

0 comments on commit b1a4c26

Please sign in to comment.