Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 636 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 636 Bytes

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.