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
- Host: GitHub
- URL: https://github.com/xevilmaxx/screencapturer
- Owner: xevilmaxx
- Created: 2022-09-26T06:49:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T06:53:58.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T07:56:50.792Z (over 1 year ago)
- Topics: cross-platform, csharp, gdi, gdi-plus, gtk, linux, native, raspberry-pi, screenshot, winapi, windows
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)