2011年6月14日

生成缩略图和添加水印

摘要: using System.IO;using System.Drawing.Imaging ;using System.Drawing;protected void Button1_Click(object sender, EventArgs e) { Graphics g=null; System.Drawing.Image upimage=null; System.Drawing.Image thumimg=null; System.Drawing.Image simage=null; Bitmap outputfile=null; try { string extension = Path 阅读全文

posted @ 2011-06-14 14:46 缘来 阅读(235) 评论(0) 推荐(0)

导航