易截截图软件、单文件、免安装、纯绿色、仅160KB

asp.net高质量缩图 - .NET技术 / ASP.NET

用网上那些缩图的方法,2、3M的图就被缩的不清晰了。我在缩的时候是加这两个参数的System.Drawing.Drawing2D.InterpolationMode.High,System.Drawing.Drawing2D.SmoothingMode.HighQuality,在缩图后保存的时候使用了System.Drawing.Imaging.ImageFormat.Jpeg。如果不加设置为jpeg的话,那图片就会很大。有没有什么方法可以把2、3M的缩图后控制在150KB左右(长宽是在长边700)?
<script language="JavaScript">  
var flag=false;  
function DrawImage(ImgD){  
  var image=new Image();  
  image.src=ImgD.src;  
  if(image.width>0 && image.height>0){  
  flag=true;  
  if(image.width/image.height>= 140/120){  
  if(image.width>140){  
  ImgD.width=140;  
  ImgD.height=(image.height*140)/image.width;  
  }else{  
  ImgD.width=image.width;  
  ImgD.height=image.height;  
  }  
  }  
  else{  
  if(image.height>120){  
  ImgD.height=120;  
  ImgD.width=(image.width*120)/image.height;  
  }else{  
  ImgD.width=image.width;  
  ImgD.height=image.height;  
  }


相关问答:

求一个在线测试系统 asp的 - Web 开发 / ASP

http://www.zgjhjy.com/Test/PrimaryTest/Index.aspx
就是类似以上的在线测试系统,需要有一个后台的,语言是asp的,数据库是access的,还需要能在后台对信息进行添删改查的。谢谢各位了。。。
程序真的很多,不知 ......

在asp.net里面脚本出错 - .NET技术 / ASP.NET

function CheckOpwd(){//验证用户名
var pwd=document.all.txtOpwd;

var div1=document.getElementById("divPwd");

if (pwd.value=="")
{
......

asp 调用java写的webservice - Web 开发 / ASP

在asp里怎么调用java写的webservice方法,有很多方法
- <message name="RtPnrIn">
  <part name="bstrPnrNO" type="s:string" /> 
  <part name ......

asp.net 页面限时提交 如何实现 - .NET技术 / ASP.NET

1.asp.net做的一个答题页面,如何实时限时后自动提交,请大家给点思路
限时的时间信息存放在数据库中
2.如果答题时间设置的较长,如何方式session超时后页面无效
谢谢
用js方法来控制
回复内容太短了。。

js ......

asp.net 二叉树 treeview - .NET技术 / ASP.NET

O O O O O O
  |.......| |........| |.......|
  | | |
  O O ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号