http://www.cnblogs.com/dragon/archive/2005/03/24/124254.html 官网地址:http://logging.apache.org/log4net/ 三、MagickNet 缩图工具 MagickNet是著名的图像处理组件ImageMagick的.NET版本,源码由VC++编写。 /Files/lts8989/MagickNet.rar 代码 //缩图 int imgwidth = PublicValue.IndexImgWidth;//PublicValue.IndexImgWidth 为缩图后的图片宽度 MagickNet.Image img = new MagickNet.Image(fileallname);//fileallname为图片在服务器上的绝对路径 System.Drawing.Size(imgwidth, imgheight)); img.Write(fileallname); MagickNet.Magick.Term
ImageMagick .NET的相关项目: Use MagickNet to convert, compose, and edit images from Windows .NET.
gsdll32.dll/gsdl64.dllgswin32c.exe/gswin64c.exe MagickNET.SetGhostscriptDirectory(@"C:\MyProgram\Ghostscript