Skip to content

Interface-based image filter implementations in .NET 6.0, platform-agnostic. Current implementation available for Windows, with GNU/Linux coming soon.

License

Notifications You must be signed in to change notification settings

aauger/FilterDotNet

Repository files navigation

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.

About

Interface-based image filter implementations in .NET 6.0, platform-agnostic. Current implementation available for Windows, with GNU/Linux coming soon.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages