Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usercode/wpf.imageeffects
GPU-based image effects (brightness, contrast) for WPF
https://github.com/usercode/wpf.imageeffects
csharp gpu wpf
Last synced: 25 days ago
JSON representation
GPU-based image effects (brightness, contrast) for WPF
- Host: GitHub
- URL: https://github.com/usercode/wpf.imageeffects
- Owner: usercode
- License: mit
- Created: 2018-08-09T11:58:17.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T21:00:33.000Z (about 1 month ago)
- Last Synced: 2024-11-18T13:49:11.752Z (about 1 month ago)
- Topics: csharp, gpu, wpf
- Language: C#
- Homepage:
- Size: 6.16 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WPF.ImageEffects
GPU-based image effects (brightness, contrast) for WPFhttps://www.nuget.org/packages/WPF.ImageEffects
[![nuget](https://img.shields.io/nuget/v/WPF.ImageEffects.svg)](https://www.nuget.org/packages/WPF.ImageEffects) for WPF Core (.NET 5)
[![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)
## How to use it ##
1. Add clr namespace to root node:
```XAML
```
2. Place shader effect to image control
```XAML
```