C#处理缩略图的算法
摘要:private byte[] thumbnail(HttpContext context, byte[] bytes) { //System.Drawing.Image thumbnail_image = null; System.Drawing.Image original_image = null; System.Drawing.Bitmap final_image = null; System.Drawing.Graphics graphic = null; Stream s = new MemoryStream...
阅读全文
posted @
2013-04-27 16:40
袁晓平
阅读(223)
推荐(0)