{"id":22206728,"url":"https://github.com/usercode/wpf.imageeffects","last_synced_at":"2025-06-17T02:38:05.604Z","repository":{"id":53434008,"uuid":"144146515","full_name":"usercode/WPF.ImageEffects","owner":"usercode","description":"GPU-based image effects (brightness, contrast) for WPF","archived":false,"fork":false,"pushed_at":"2024-11-15T21:00:33.000Z","size":6460,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T22:05:47.007Z","etag":null,"topics":["csharp","gpu","wpf"],"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/usercode.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":"2018-08-09T11:58:17.000Z","updated_at":"2025-02-12T11:59:44.000Z","dependencies_parsed_at":"2023-01-31T09:46:00.486Z","dependency_job_id":null,"html_url":"https://github.com/usercode/WPF.ImageEffects","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/usercode/WPF.ImageEffects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercode%2FWPF.ImageEffects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercode%2FWPF.ImageEffects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercode%2FWPF.ImageEffects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercode%2FWPF.ImageEffects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usercode","download_url":"https://codeload.github.com/usercode/WPF.ImageEffects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercode%2FWPF.ImageEffects/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260278732,"owners_count":22985335,"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":["csharp","gpu","wpf"],"created_at":"2024-12-02T18:17:43.237Z","updated_at":"2025-06-17T02:38:05.578Z","avatar_url":"https://github.com/usercode.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WPF.ImageEffects\nGPU-based image effects (brightness, contrast) for WPF\n\nhttps://www.nuget.org/packages/WPF.ImageEffects\n\n[![nuget](https://img.shields.io/nuget/v/WPF.ImageEffects.svg)](https://www.nuget.org/packages/WPF.ImageEffects) for WPF Core (.NET 5)\n\n[![nuget](https://img.shields.io/nuget/v/WPF.ImageEffects.svg)](https://www.nuget.org/packages/WPF.ImageEffects/1.0.2) for WPF (.NET 4.6)\n\n## How to use it ##\n\n1. Add clr namespace to root node:\n\n```XAML\n\u003cWindow x:Class=\"WPF.ImageEffects.Demo.MainWindow\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:imageeffects=\"clr-namespace:WPF.ImageEffects;assembly=WPF.ImageEffects\"\n        xmlns:local=\"clr-namespace:WPF.ImageEffects.Demo\"\n        Title=\"MainWindow\"\u003e\n```\n\n2. Place shader effect to image control\n\n```XAML\n\u003cSlider x:Name=\"sliderBrightness\" Minimum=\"-1\" Maximum=\"1\" Value=\"0\" /\u003e\n\u003cSlider x:Name=\"sliderContrast\" Minimum=\"-1\" Maximum=\"1\" Value=\"0\" /\u003e\n\n\u003cImage x:Name=\"image\"\u003e\n            \u003cImage.Effect\u003e\n                \u003cimageeffects:BrightnessContrastEffect \n                                        Brightness=\"{Binding Value, ElementName=sliderBrightness}\" \n                                        Contrast=\"{Binding Value, ElementName=sliderContrast}\" /\u003e\n            \u003c/Image.Effect\u003e\n\u003c/Image\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusercode%2Fwpf.imageeffects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusercode%2Fwpf.imageeffects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusercode%2Fwpf.imageeffects/lists"}