首页 | 互联网 | IT动态 | IT培训 | Cisco | Windows | Linux | Java | .Net | Oracle | 软件测试 | C/C++ | 嵌入式开发 | 存储世界 | 服务器
网络设备 | IDC | 安全 | 求职招聘 | 数字网校 | 网页设计 | 平面设计 | 技术专题 | 电子书下载 | 教学视频 | 源码下载 | 搜索 | 博客 | 论坛
中国IT实验室Dotnet频道
中国IT教育
Google
首页 ASP.NET  C#  XML/WebService ADO.NET VC.NET VB.NET .NET 资讯动态 专题 RSS订阅 讨论 下载
您现在的位置: 中国IT实验室 >> Dotnet >> ASP.NET >> 正文

ASP.NET2.0打通文件图片处理任督二脉


 public string PublicImageWater
 {
  get
  {
   return ImageWater;
  }
  set  //设置了水印图片的话说明是要水印图片效果的
  {
   dealtype = DealType.WaterImage;
   ImageWater = value;
  }
 }

 public string PublicFontString
 {
  get
  {
   return FontString;
  }
  set //设置了水印文字的话说明是要水印文字效果的
  {
   dealtype = DealType.WaterFont;
   FontString = value;
  }
 }

 

 public void DealImage()
 {
  IsDouble();

  switch( dealtype )
  {
   case DealType.WaterFont: WriteFont(); break;
   case DealType.WaterImage: WriteImg(); break;
   case DealType.DoubleDo: WriteFontAndImg(); break;
  }

 }

 private void IsDouble()
 {
  if(ImageWater+""!="" && FontString+""!="")
  {
            dealtype = DealType.DoubleDo;
  }
 }

 private void WriteFont()
 {
  //set a working directory
  //string WorkingDirectory = @"C:\Watermark_src\WaterPic";

  //define a string of text to use as the Copyright message
  //string Copyright = "Copyright ?2002 - AP Photo/David Zalubowski";

  //create a image object containing the photograph to watermark
  Image imgPhoto = Image.FromFile(WorkingDirectory + ImageName);
  int phWidth = imgPhoto.Width;
  int phHeight = imgPhoto.Height;

  //create a Bitmap the Size of the original photograph
  Bitmap bmPhoto = new Bitmap(phWidth, phHeight, PixelFormat.Format24bppRgb);

  bmPhoto.SetResolution(imgPhoto.HorizontalResolution, imgPhoto.VerticalResolution);

  //load the Bitmap into a Graphics object
  Graphics grPhoto = Graphics.FromImage(bmPhoto);

  //------------------------------------------------------------
  //Step #1 - Insert Copyright message
  //------------------------------------------------------------

  //Set the rendering quality for this Graphics object
  grPhoto.SmoothingMode = SmoothingMode.AntiAlias;

  //Draws the photo Image object at original size to the graphics object.
  grPhoto.DrawImage(
   imgPhoto,                               // Photo Image object
   new Rectangle(0, 0, phWidth, phHeight), // Rectangle structure
   0,                                      // x-coordinate of the portion of the source image to draw.
   0,                                      // y-coordinate of the portion of the source image to draw.
   phWidth,                                // Width of the portion of the source image to draw.
   phHeight,                               // Height of the portion of the source image to draw.
   GraphicsUnit.Pixel);                    // Units of measure

  //-------------------------------------------------------
  //to maximize the size of the Copyright message we will
  //test multiple Font sizes to determine the largest posible
  //font we can use for the width of the Photograph
  //define an array of point sizes you would like to consider as possiblities
  //-------------------------------------------------------
  int[] sizes = new int[]{16,14,12,10,8,6,4};

  Font crFont = null;
  SizeF crSize = new SizeF();

  //Loop through the defined sizes checking the length of the Copyright string
  //If its length in pixles is less then the image width choose this Font size.
  for (int i=0 ;i<7; i++)
  {
   //set a Font object to Arial (i)pt, Bold
   //crFont = new Font("arial", sizes[i], FontStyle.Bold);

   crFont = new Font("arial",sizes[i],FontStyle.Bold);

   //Measure the Copyright string in this Font
   crSize = grPhoto.MeasureString(FontString, crFont);

   if((ushort)crSize.Width < (ushort)phWidth)
    break;
  }

  //Since all photographs will have varying heights, determine a
  //position 5% from the bottom of the image
  int yPixlesFromBottom = (int)(phHeight *.05);

  //Now that we have a point size use the Copyrights string height
  //to determine a y-coordinate to draw the string of the photograph
  float yPosFromBottom = ((phHeight - yPixlesFromBottom)-(crSize.Height/2));

  //Determine its x-coordinate by calculating the center of the width of the image
  float xCenterOfImg = (phWidth/2);

  //Define the text layout by setting the text alignment to centered
  StringFormat StrFormat = new StringFormat();
  StrFormat.Alignment = StringAlignment.Center;

  //define a Brush which is semi trasparent black (Alpha set to 153)
  SolidBrush semiTransBrush2 = new SolidBrush(Color.FromArgb(153, 0, 0, 0));

  //Draw the Copyright string
  grPhoto.DrawString(FontString,                 //string of text
   crFont,                                   //font
   semiTransBrush2,                           //Brush
   new PointF(xCenterOfImg+1,yPosFromBottom+1),  //Position
   StrFormat);

  //define a Brush which is semi trasparent white (Alpha set to 153)
  SolidBrush semiTransBrush = new SolidBrush(Color.FromArgb(153, 255, 255, 255));

  //Draw the Copyright string a second time to create a shadow effect
  //Make sure to move this text 1 pixel to the right and down 1 pixel
  grPhoto.DrawString(FontString,                 //string of text
   crFont,                                   //font
   semiTransBrush,                           //Brush
   new PointF(xCenterOfImg,yPosFromBottom),  //Position
   StrFormat);

上一页  [1] [2] [3] [4] [5] [6] [7] [8] [9] 下一页

【责编:Peng】

中国IT教育

相关产品和培训
文章评论
 友情推荐链接
 认证培训
 专题推荐

 ·关于Java框架技术专题
 ·XML全攻略技术专题
 ·JAVA开源技术介绍专题
 ·Java嵌入式开发之J2ME技术专题
 ·超前体验 Oracle 11g的5个新特性…
 ·揭密使用VB.NET的五个实用技巧
 ·Oracle和SQL Server常用函数对比专题…
 ·展现C#世界 C#程序设计专题…
 ·Java入门 Tomcat的配置技巧精华专题…
 ·Oracle RMAN物理备份技术详解…
 今日更新
 社区讨论
 博客论点
 频道精选
 Dotnet频道相关导航