随笔分类 -  algorithm

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) 推荐(0)