Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# WPF.ImageEffects
GPU-based image effects (brightness, contrast) for WPF

https://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



```