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

首頁 > 開發 > PHP > 正文

用PHP或JS獲取圖片大小,高寬尺寸

2024-05-04 23:04:25
字體:
來源:轉載
供稿:網友

<?
$arr=getimagesize("images/album_01.gif");
echo $arr[3];
$strarr=explode("/"",$arr[3]);
echo $strarr[1];
?>

<html>
<head>
<title>演示圖片等比例縮小</title>
<script>
function wa_setimgautosize(img)
{
//var img=document.all.img1;//獲取圖片
var maxwidth=200;//設置圖片寬度界限
var maxheight=100;//設置圖片高度界限
var heightwidth=img.offsetheight/img.offsetwidth;//設置高寬比
var widthheight=img.offsetwidth/img.offsetheight;//設置寬高比
alert("test"+img.offsetheight+img.filesize);
if(img.offsetheight>1) alert(img.offsetheight);
if(img.readystate!="complete"){
 return false;//確保圖片完全加載
}

if(img.offsetwidth>maxwidth){
img.width=maxwidth;
img.height=maxwidth*heightwidth;
}
if(img.offsetheight>maxheight){
img.height=maxheight;
img.width=maxheight*widthheight;
}
}

function checkimg(img)
{
 var message="";
 var maxwidth=1;//設置圖片寬度界限
 var maxheight=1;//設置圖片高度界限
 
 if(img.readystate!="complete"){
  return false;//確保圖片完全加載
 }
 if(img.offsetheight>maxheight) message+="/r高度超額:"+img.offsetheight;
 if(img.offsetwidth>maxwidth) message+="/r寬度超額:"+img.offsetwidth;
 if(message!="") alert(message);
}
</script>
</head>
<body>
<img src="http://www.survivalescaperooms.com/htmldata/2005-10-03/images/frequency.gif" border=0 id="img1" >
<br>
<input id=inp type="file" onpropertychange="img1.src=this.value;">
</body>
</html>

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 郑州市| 屏山县| 孙吴县| 博客| 襄城县| 临沂市| 醴陵市| 永春县| 伽师县| 卢湾区| 中西区| 宿迁市| 玉环县| 石渠县| 小金县| 中牟县| 广宗县| 吉木萨尔县| 昭平县| 绥化市| 南乐县| 勃利县| 阿荣旗| 苍梧县| 台中县| 安岳县| 迭部县| 深州市| 叶城县| 绥德县| 武汉市| 汶上县| 莲花县| 车致| 阜新| 民权县| 苍溪县| 沧州市| 杭锦旗| 巴彦淖尔市| 杭锦后旗|