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?
views:
1013answers:
1
+1
A:
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.
TStamper
2009-04-22 23:03:57