图片处理类.docVIP

  • 5
  • 0
  • 约2.89万字
  • 约 29页
  • 2016-12-03 发布于河南
  • 举报
图片处理类

图片处理类 using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Drawing.Drawing2D; namespace Silent.Web.Controllers.Common { /**//// summary /// ASPJpegBase /// Author : Jolly /// /summary public class ASPJpegBase : IDisposable { /**//// summary /// 会产生graphics异常的PixelFormat /// /summary private static PixelFormat[] indexedPixelFormats = { PixelFormat.Undefined, PixelFormat.DontCare, PixelFormat.Format16bppArgb1555, PixelFormat.Format1bppIndexed, PixelFormat.Format4bp

文档评论(0)

1亿VIP精品文档

相关文档