aauger / FilterDotNet

Interface-based image filter implementations in .NET 6.0, platform-agnostic. Current implementation available for Windows, with GNU/Linux coming soon.
GNU General Public License v3.0
3 stars 0 forks source link
csharp dotnet dotnet-core filter image-filtering image-filters image-processing image-processing-library net6 open-for-contribution

A modern image filtering/processing library for .NET 6.0, on Windows.

---- Features: - Image filters, including convolution, sobel, inversion, statistical, &c. - Generators, including Mandelbrot set, and Perlin noise. - Designed to be composable, and image lib agnostic*. ##### How to use: TODO \* Sole caveat: the providing library must support multi-read/multi-write, or you can provide an intermediate layer to do so, a-la `FastImageLibrary` for GDI images.