All Projects → Speiser → dot-screencap

Speiser / dot-screencap

Licence: MIT license
A screencapturing library

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to dot-screencap

Sharex
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
Stars: ✭ 18,143 (+58425.81%)
Mutual labels:  screenshot, gif, screen-capture, region-capture, gif-recorder
record-desktop
🎥 Effortless GIFs and screenshots on Linux, built with Electron.
Stars: ✭ 65 (+109.68%)
Mutual labels:  screenshot, gif, gif-recorder
autoscreen
Automated screen capture utility
Stars: ✭ 76 (+145.16%)
Mutual labels:  screenshot, screen-capture, region-capture
Imgursniper
📷 A quick and easy Image, Screenshot and Screen recording sharing tool
Stars: ✭ 69 (+122.58%)
Mutual labels:  screenshot, gif, screen-capture
Kgif
Tool for creating gif file from capturing active window.
Stars: ✭ 94 (+203.23%)
Mutual labels:  screenshot, gif
Emacs Gif Screencast
[MOVED TO GITLAB] One-frame-per-action GIF recording for optimal quality/size ratio
Stars: ✭ 74 (+138.71%)
Mutual labels:  screenshot, gif
Git Cheats
Git Cheats - Interactive Cheatsheet For Git Commands
Stars: ✭ 124 (+300%)
Mutual labels:  screenshot, gif
Screenshotty
A library for programatically capturing screenshots on Android
Stars: ✭ 141 (+354.84%)
Mutual labels:  screenshot, screen-capture
D3dshot
Extremely fast and robust screen capture on Windows with the Desktop Duplication API
Stars: ✭ 159 (+412.9%)
Mutual labels:  screenshot, screen-capture
Ffmpegandroid
android端基于FFmpeg实现音频剪切、拼接、转码、编解码;视频剪切、水印、截图、转码、编解码、转Gif动图;音视频合成与分离,配音;音视频解码、同步与播放;FFmpeg本地推流、H264与RTMP实时推流直播;FFmpeg滤镜:素描、色彩平衡、hue、lut、模糊、九宫格等;歌词解析与显示
Stars: ✭ 2,858 (+9119.35%)
Mutual labels:  screenshot, gif
ScreenEat
screenshot made delicious
Stars: ✭ 54 (+74.19%)
Mutual labels:  screenshot, screen-capture
android-capture
Capture video and screenshots from Android devices and emulators.
Stars: ✭ 32 (+3.23%)
Mutual labels:  screenshot, screen-capture
Chart To Aws
Microservice to generate screenshot from a webpage and upload it to a AWS S3 Bucket.
Stars: ✭ 43 (+38.71%)
Mutual labels:  screenshot, screen-capture
Swift Screencapture
A Swift framework to easily capture the screen on OS X.
Stars: ✭ 105 (+238.71%)
Mutual labels:  screenshot, screen-capture
Svg Screenshot
リンクもまるごとキャプチャしてSVGで出力するChromeスクリーンショット拡張機能
Stars: ✭ 31 (+0%)
Mutual labels:  screenshot, screen-capture
Upscreen
Capture your screen, upload to your own server.
Stars: ✭ 17 (-45.16%)
Mutual labels:  screenshot, screen-capture
Snapshots For Windows
Application for make and upload screenshots / Приложение для создания и загрузки скриншотов
Stars: ✭ 6 (-80.65%)
Mutual labels:  screenshot, screen-capture
X11 Recorder
xrec helps you capture any area of your screen either as a screenshot or record a gif file.
Stars: ✭ 17 (-45.16%)
Mutual labels:  screenshot, gif
slip
Select and upload screenshots, gifs, and screencasts to imgur and gfycat with help of slop.
Stars: ✭ 25 (-19.35%)
Mutual labels:  screenshot, gif
go-scrap
Go library to capture screen pixels for screenshots or screen recording
Stars: ✭ 68 (+119.35%)
Mutual labels:  screenshot, screen-capture

dot-screencap

Features

  • Take screenshots
var screencap = new ScreenCapture();
screencap.TakeScreenshot();
  • Record animations
var screencap = new ScreenCapture
{
   // Recommended for large resolution
   // recordings and long GIFs.
   ScalingFactor = 2
};

// Records a GIF with 100 frames,
// every 50 ms is a frame recorded.
screencap.RecordAnimation(100, 50);
  • Select screenregion
var screencap = new ScreenCapture();
screencap.ScreenRegion = new ScreenRegion(...);

How to use it in your solution

Clone this repository and build the solution.
Add a reference to the built DotScreencap.dll in your solution.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].