{"id":13529991,"url":"https://github.com/Speiser/dot-screencap","last_synced_at":"2025-04-01T17:31:40.080Z","repository":{"id":42418556,"uuid":"60764009","full_name":"Speiser/dot-screencap","owner":"Speiser","description":"A screencapturing library","archived":false,"fork":false,"pushed_at":"2017-11-20T18:52:41.000Z","size":11481,"stargazers_count":33,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T16:03:40.779Z","etag":null,"topics":["animation","c-sharp","dot-screencap","gif","gif-recorder","region-capture","screen-capture","screenshot"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Speiser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-09T09:40:57.000Z","updated_at":"2025-01-27T02:28:58.000Z","dependencies_parsed_at":"2022-09-20T21:12:51.112Z","dependency_job_id":null,"html_url":"https://github.com/Speiser/dot-screencap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Speiser%2Fdot-screencap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Speiser%2Fdot-screencap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Speiser%2Fdot-screencap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Speiser%2Fdot-screencap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Speiser","download_url":"https://codeload.github.com/Speiser/dot-screencap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246680322,"owners_count":20816676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animation","c-sharp","dot-screencap","gif","gif-recorder","region-capture","screen-capture","screenshot"],"created_at":"2024-08-01T07:00:41.817Z","updated_at":"2025-04-01T17:31:39.824Z","avatar_url":"https://github.com/Speiser.png","language":"C#","funding_links":[],"categories":["Libraries"],"sub_categories":["C++"],"readme":"# dot-screencap\n\n## Features\n+ Take screenshots\n\n ``` csharp\nvar screencap = new ScreenCapture();\nscreencap.TakeScreenshot();\n ```\n+ Record animations  \n\n ``` csharp\nvar screencap = new ScreenCapture\n{\n    // Recommended for large resolution\n    // recordings and long GIFs.\n    ScalingFactor = 2\n};\n\n// Records a GIF with 100 frames,\n// every 50 ms is a frame recorded.\nscreencap.RecordAnimation(100, 50);\n ```\n\n+ Select screenregion\n\n ``` csharp\nvar screencap = new ScreenCapture();\nscreencap.ScreenRegion = new ScreenRegion(...);\n ```\n\n***\n\n## How to use it in your solution\nClone this repository and build the solution.  \nAdd a reference to the built DotScreencap.dll in your solution.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSpeiser%2Fdot-screencap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSpeiser%2Fdot-screencap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSpeiser%2Fdot-screencap/lists"}