I am building a new website and it will contain a lot of image manipulations and i found imagemagick which seams very good, but the problem as a .Net developer i can't integrate it in my website.
Is it possible to use in .Net application/websites?
How to add to reference and which file to add?
Any good examples?
我正在建立一个新的网站,它将包含大量的图像处理,我发现imagemagick接缝非常好,但作为.Net开发人员的问题我不能将它集成到我的网站。是否可以在.Net应用程序/网站中使用?如何添加引用和要添加的文件?有什么好例子吗?
1 个解决方案
#1
Code Project has an article on this topic: ImageMagick in VB.NET. It includes a C++/CLI library that wraps the ImageMagick C++ libraries to make them accessible to .NET applications.
Code Project有一篇关于这个主题的文章:VB.NET中的ImageMagick。它包含一个C ++ / CLI库,它包装ImageMagick C ++库以使.NET应用程序可以访问它们。
#1
Code Project has an article on this topic: ImageMagick in VB.NET. It includes a C++/CLI library that wraps the ImageMagick C++ libraries to make them accessible to .NET applications.
Code Project有一篇关于这个主题的文章:VB.NET中的ImageMagick。它包含一个C ++ / CLI库,它包装ImageMagick C ++库以使.NET应用程序可以访问它们。