国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 云龙县| 炉霍县| 柳河县| 福贡县| 海晏县| 瑞金市| 常山县| 左贡县| 涞源县| 大姚县| 米林县| 剑川县| 邻水| 资兴市| 正蓝旗| 阿瓦提县| 瓦房店市| 曲水县| 乾安县| 辉县市| 连山| 光泽县| 江华| 夏邑县| 天门市| 九台市| 乌兰浩特市| 司法| 翁牛特旗| 普陀区| 柳林县| 广汉市| 开平市| 衢州市| 岳阳市| 榆社县| 祁阳县| 肇庆市| 江油市| 南召县| 长沙县|