摘要:
使用一般处理程序在已有图片上加水印或者写字?1234567891011121314151617181920public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; //原图 System.Drawing.Bitmap bitmap = new Bitmap(context.Server.MapPath("Uploads/201307269946.jpg")); //水印图 System.Drawing.Bitmap bitm 阅读全文
posted @ 2013-07-31 11:50
记性特差
阅读(317)
评论(0)
推荐(0)