用PHP或JS获取图片大小,高宽尺寸

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

 

  1. <HTML> 
  2.  
  3. <HEAD> 
  4. <TITLE>演示图片等比例缩小</TITLE> 
  5. <script> 
  6. function Wa_SetImgAutoSize(img) 
  7. //var img=document.all.img1;//获取图片 
  8. var MaxWidth=200;//设置图片宽度界限 
  9. var MaxHeight=100;//设置图片高度界限 
  10. var HeightWidth=img.offsetHeight/img.offsetWidth;//设置高宽比 
  11. var WidthHeight=img.offsetWidth/img.offsetHeight;//设置宽高比 
  12. alert("test" img.offsetHeight img.fileSize); 
  13. if(img.offsetHeight>1) alert(img.offsetHeight); 
  14. if(img.readyState!="complete"){ 
  15. return false;//确保图片完全加载 
  16.  
  17. if(img.offsetWidth>MaxWidth){ 
  18. img.width=MaxWidth; 
  19. img.height=MaxWidth*HeightWidth; 
  20. if(img.offsetHeight>MaxHeight){ 
  21. img.height=MaxHeight; 
  22. img.width=MaxHeight*WidthHeight; 
  23.  
  24. function CheckImg(img) 
  25. var message=""
  26. var MaxWidth=1;//设置图片宽度界限 
  27. var MaxHeight=1;//设置图片高度界限 
  28.  
  29. if(img.readyState!="complete"){ 
  30. return false;//确保图片完全加载 
  31. if(img.offsetHeight>MaxHeight) message =" 高度超额:" img.offsetHeight; 
  32. if(img.offsetWidth>MaxWidth) message =" 宽度超额:" img.offsetWidth; 
  33. if(message!="") alert(message); 
  34. </script> 
  35. </HEAD> 
  36. <BODY> 
  37. <img src="images/frequency.gif" border=0 id="img1" onload="CheckImg(this);"
  38. <br> 
  39. <input id=inp type="file" onpropertychange="img1.src=this.value;"
  40. </BODY> 
  41. </HTML> 
波比源码 – 精品源码模版分享 | www.bobi11.com
1. 本站所有资源来源于用户上传和网络,如有侵权请邮件联系站长!
2. 分享目的仅供大家学习和交流,您必须在下载后24小时内删除!
3. 不得使用于非法商业用途,不得违反国家法律。否则后果自负!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
5. 如有链接无法下载、失效或广告,请联系管理员处理!
6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!
7. 本站源码并不保证全部能正常使用,仅供有技术基础的人学习研究,请谨慎下载
8. 如遇到加密压缩包,请使用WINRAR解压,如遇到无法解压的请联系管理员!

波比源码 » 用PHP或JS获取图片大小,高宽尺寸

36 评论

  1. metronidazole 200mg over the counter augmentin drug order bactrim 480mg sale

  2. order keflex online cleocin sale erythromycin 250mg canada

  3. order famotidine 20mg without prescription tacrolimus oral purchase remeron pill

  4. cost doxycycline medrol oral buy generic methylprednisolone

  5. ed pills that work quickly buy propecia pill buy generic propecia 1mg

  6. order provigil for sale modafinil price buy lopressor 50mg online cheap

  7. order omnicef 300 mg generic omnicef tablet purchase pantoprazole pills

发表评论

Hi, 如果你对这款模板有疑问,可以跟我联系哦!

联系站长
赞助VIP 享更多特权,建议使用 QQ 登录
喜欢我嘛?喜欢就按“ctrl+D”收藏我吧!♡