国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > .NET > 正文

asp.net生成縮略圖

2024-07-10 12:57:53
字體:
供稿:網(wǎng)友
 當(dāng)我們要上傳圖片的時候,往往需要生成縮略圖,以往我們要使用第三方控件才能完成。在asp.net中用下面方法輕松搞定
<script language="vb" runat="server">
sub page_load(sender as object, e as eventargs)

dim image,anewimage as system.drawing.image
dim width,height,newwidth,newheight as integer
dim callb as system.drawing.image.getthumbnailimageabort

'生成縮略圖
image=system.drawing.image.fromfile(server.mappath("classpic/"+"rs1.jpg"))
width=image.width
height=image.height
if width>height then
newwidth=110
newheight=image.height/image.width*newwidth
else
newheight=110
newwidth=image.width/image.height*newheight
end if

anewimage=image.getthumbnailimage(newwidth,newheight,callb,new system.intptr())
anewimage.save(server.mappath("smallpic/"+"rs1.gif"))
image.dispose()

end sub
</script>

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 金乡县| 精河县| 武穴市| 新巴尔虎左旗| 民县| 永平县| 原阳县| 巴林左旗| 开阳县| 壤塘县| 改则县| 永康市| 汝南县| 乐山市| 无棣县| 台南市| 佛冈县| 睢宁县| 乌苏市| 临猗县| 开阳县| 永德县| 龙南县| 汉沽区| 无锡市| 万载县| 团风县| 南靖县| 茂名市| 鹤山市| 江山市| 河北省| 东方市| 巴彦淖尔市| 五原县| 佛山市| 抚州市| 和平县| 彝良县| 彝良县| 靖江市|