摘要: 网上找的一个资料~ 跟大家分享一下!!使用.net的方法GetThumbnailImage生成的缩略图失真严重,这里推荐一种不失真生成缩略图的方法。/// <summary>/// 获得缩微图/// </summary>/// <returns></returns> public bool GetThumbImg(){try{string imgpath; //原始路径 if(imgsourceurl.IndexOf("\",0)<0) //使用的是相对路径 {imgpath = HttpContext.Current. 阅读全文
posted @ 2013-05-31 16:05 悟动人生 阅读(638) 评论(0) 推荐(0)