简体   繁体   English

.NET 4.5框架中用于图像编辑的命名空间

[英]Namespaces for image editing in .net 4.5 framework

I am aware of System.Drawing and System.Windows.Media 我知道System.DrawingSystem.Windows.Media

But I have read mentions of .net wrappers for DirectUI or DirectX and that there may be new namespaces for image editing in .net 4.5 但是我已经读过提到DirectUIDirectX的.net包装器的内容,并且.net 4.5中可能存在用于图像编辑的新命名空间。

Is this true? 这是真的? Are there any other or new namespaces for image editing in .net 4.5? .net 4.5中是否有任何其他或新的命名空间可用于图像编辑?

I don't think System.Drawing facilitates my needs, System.Windows.Media might. 我认为System.Drawing不能满足我的需求, System.Windows.Media可能会满足我的需求。 I have been trying to get an overview of image editing for over a week now. 我已经尝试了一个多星期的图像编辑概述。 I have searched the web. 我已经在网上搜索了。 Most of the information is old or unclear. 大多数信息是旧的或不清楚的。 I need a clear up to date overview of the current namespaces for image editing built into .net 4.5 我需要有关.net 4.5中内置的图像编辑的当前名称空间的最新概述。

I don't think there were any (significant) changes made in .net 4.5 about image manipulation. 我认为.net 4.5中没有关于图像处理的任何(重大)更改。

Im not sure what kind of images you want to manipulate. 我不确定您要操纵哪种图像。

If your images are not photographs and you can use vector graphic - maybe you should read about SVG manipulation. 如果您的图像不是照片,并且可以使用矢量图形 -也许您应该阅读有关SVG操作的信息。 It may be a good choice for rendering charts or diagrams. 它可能是呈现图表的理想选择。

Build Flexible, Lightweight XML-Based Images for ASP.NET Using Scalable Vector Graphics (by Dennis Forbes at MSDN Magazine) 使用可伸缩矢量图形为ASP.NET构建基于XML的灵活,轻量级图像(由MSDN杂志的Dennis Forbes提供)

If you want to edit photographs or some other complicated images - you may use AForge.NET framework, which is well developed and popular library with GPL/LGPL license. 如果要编辑照片或其他一些复杂的图像 ,则可以使用AForge.NET框架,该框架是经过良好开发且具有GPL / LGPL许可证的流行库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM