An open API service indexing awesome lists of open source software.

https://github.com/xevilmaxx/screencapturer

Cross Plaform Linux / Windows Screenshoter
https://github.com/xevilmaxx/screencapturer

cross-platform csharp gdi gdi-plus gtk linux native raspberry-pi screenshot winapi windows

Last synced: 3 months ago
JSON representation

Cross Plaform Linux / Windows Screenshoter

Awesome Lists containing this project

README

          

# ScreenCapturer
Cross Plaform Linux / Windows Screenshoter in C# NET 6.0

## Usage Sample:

```csharp
var platform = new Factory().GetPlatform();
var screenshot = platform.TakeScreenshot();
```

Typically this internally will persist on local file (for debugging purposes only) [part than can be easily commented]

And returns byte[] of JPEG image (format of image is also not hard to change)