1

I've found paid components like LeadTools, but the project I'm working is open source, I would like to use free tools.

I need to apply several image correction filters to an image to apply some heuristics to it. .NET Framework lacks this kind of filters, I guess.

SuperJMN
  • 13,110
  • 16
  • 86
  • 185

2 Answers2

3

I'm not sure if it has all the filters you're looking for, but ImageProcessor is one open source SDK you can check out.

Another option is AForge.Net's framework. Take a look at their filter documentation.

Kiel
  • 408
  • 4
  • 13
2

ImageMagick is usually the goto for this sort of thing.

ImageMagick is a free and open-source software suite for displaying, converting, and editing raster image and vector image files. It can read and write over 200 image file formats. ImageMagick is licensed under the Apache 2.0 license. (from wikipedia)

Victor Zakharov
  • 25,801
  • 18
  • 85
  • 151
Nobody
  • 341
  • 2
  • 6