.net image editor management

I am looking for a .net control that allows me to edit images. The following functions are desirable:

  • Crop
  • Click to enlarge
  • Pen
  • Line
  • Brush
  • a circle
  • Polygon
  • Complete undo / redo
  • Measurement tool
  • Layers (not critical)

This control can be Winforms or WPF, but must be extensible.

I am happy that this is commercial control or open source. If source code is also available, C # is required.

+3
source share
3 answers

In the end, I found that the control of “image annotation” satisfies all my needs.

I went with the VintaSoftAnnotation.NET Plug-in

In my research, I found others:

  • LEADTOOLS
  • atalasoft dotimage
  • accusoft imagegear
+3

Hope Paint.NET Helps You

http://www.paint.net/

-1
source

All Articles