.net image editor control [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
开发者_运维百科 Improve this questionI am looking for a .net control that allows for the editing of images. The following features would be desirable:
- Crop
- Zoom
- Pen
- Line
- Brush
- Circle
- Polygon
- Full undo / redo
- Measure Tool
- Layers(not critical)
This control can either be Winforms or WPF, but would need to be extensible.
I am happy for it to be a commecial control or open source. If source code is also available C# is desired.
I ended up finding that an "Image annotation" control satisfied all of my needs.
I went with VintaSoftAnnotation.NET Plug-in
In my research I found others:
- leadtools
- atalasoft dotimage
- accusoft imagegear
This would help :
http://xtractpro.com/articles/Image-Editor.aspx
(Original website disappeared; updated link to use archive.org)
精彩评论