国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > .NET > 正文

ASP.NET 2.0,C#----圖像特效處理

2024-07-10 12:40:06
字體:
供稿:網(wǎng)友
利用.NET 提供的類,如Drawing.Bitmap ,Drawing.Bitmap 等,很容易就可以實(shí)現(xiàn)對(duì)圖片的簡(jiǎn)單處理。包括打水印,放大縮小,等操作。

public partial class WebForm4 : System.Web.UI.Page
      {
          // 原始圖片路徑
          private string path;
          private System.Drawing.Bitmap bitmap;     
          private System.Drawing.Graphics graphics;
          string Message = "<script>alert(/"{0}/");</script>";
          protected void Page_Load(object sender, EventArgs e)
          {
              if (!Page.IsPostBack)
              {
                  this.txtPicPath.Text = Server.MapPath("/test.jpg");
              }
              path = this.txtPicPath.Text.Trim();
              if (!System.IO.File.Exists(path))
              {
                  MessageShow("指定的源文件不存在!");
                  return;
              }
          }
          // 打水印Logo
          protected void btnLogo_Click(object sender, EventArgs e)
          {
              string log = txtLog.Text.Trim();
              if (log.Length < 1)
              {
                  MessageShow("請(qǐng)輸入水印字符!");
                  return;
              }

              bitmap = new Bitmap(path);

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 瑞丽市| 五寨县| 汾阳市| 囊谦县| 浪卡子县| 陆河县| 樟树市| 宜川县| 增城市| 彩票| 乃东县| 巴彦淖尔市| 周宁县| 塘沽区| 梁河县| 和平县| 金平| 唐海县| 赞皇县| 土默特右旗| 丘北县| 社旗县| 鄂托克旗| 芮城县| 平顶山市| 保山市| 当涂县| 巨野县| 牟定县| 仁怀市| 大姚县| 丰都县| 屏南县| 新邵县| 永修县| 砚山县| 新闻| 肥乡县| 大田县| 云龙县| 陵水|