上一页 1 ··· 341 342 343 344 345 346 347 348 349 ··· 397 下一页
  2013年7月31日
摘要: 使用一般处理程序在已有图片上加水印或者写字?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)
上一页 1 ··· 341 342 343 344 345 346 347 348 349 ··· 397 下一页